/*fichier CSS du site CV de françois Deplaine*/
body {
	margin: 10px 0;
	padding: 0px;
	font: 0.8 em "Trebuchet MS", Helvetica;
	background-color: #EEE8AA;
}
/*zone conteneur*/
#conteneur {
	width: 770px;
	margin: 0 auto;
	background-color: #FFF;
	border: 2px solid #9144BB;
}
/*zone header*/
#header {
	height: 223px;
	background: url(../images/robfloppy.gif) no-repeat left top;
	margin: 0px;
}
#header a{
	display: block;
	width: 400px;
	height: 70px;
	background-image: url(../images/titre.jpg);
	background-repeat: no-repeat;
	position: relative;
	left: 350px;
	top: 15px;
	text-indent: -5000px;
}
/*Gestion du menu*/
#menu {
	height: 35px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_menu.gif);
	background-repeat: repeat-x;
	background-position: 0 -25px;
	list-style-type: none;
}
#menu li{
	text-align: center;
	float: left;
	
}
#menu li a {
	font-size: 1.2em;
	letter-spacing: 2px;
	color: White;
	text-decoration: none;
	font-weight: bold;
	width: 130px;
	line-height: 25px;
	border-right: 2px solid #dea;
	display: block;
}
#menu li a:hover {
	background: url(../images/bg_menu.gif) repeat-x 0px 0px;
}


/*zone contenu*/
#contenu
 {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 100px;
	background-image: url(../images/lisse.jpg);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}
/*zone contenu h2*/
#contenu h2 {
	padding-left: 25px;
	line-height: 25px;
	font: 1.4em;
	background-image: url(../images/floppy.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #191970;
	border-bottom: 1px solid #191970;
}
/*zone contenu h3*/
#contenu h3 {
	padding-left: 5px;
	margin-left: 15px;
	color: #191970;
	border-bottom: 3px solid #191970;

}
/*zone contenu p*/
#contenu p {
	text-align: justify;
	line-height: 1.7em;
	text-indent: 2em;
}
/*zone contenu a*
#contenu a {
	color: #8A0;
	text-decoration: none;
}
/*zone contenu*/
#contenu a:hover {
	color: Navy;
	text-decoration: underline;
}
/*Gestion du pied de page*/

#footer {
	margin: 0px;
	padding-right: 30px;
	text-align: right;
	color: #191970;
}

