@charset "utf-8";
/* CSS Document */

html, body{
	height:100%;
	margin:0;
}

body{
	padding:0; /*pour enlever marge sur opera*/
	text-align:center; /*centrer les blocs sous ie*/
	font: 1em "Arial", Helvetica, sans-serif; /*1em : taille police par défaut*/
	background:#261f18;
}

#header{
	width:900px;
	height:150px;
	background-image:url(images/baniere.jpg);
}

#header a{
	display:block;
	width:900px;
	height:150px;
}


#content{
	width:900px;
	text-align:left;
	background:#261f18;
	margin:0 auto;
} 
	
	
	
#menu{
	width:200px; /*largeur menu*/
	background:#261f18;
	float:left;
}

#menu h1{
	margin:0;
	padding:O;
	font-size:1.4em;
	font:"Verdana", Geneva, sans-serif;
	color:#999;
	font-weight:100;
	text-indent:10px;
	height:25px;
	background-image:url(images/bouton2.jpg);
	cursor:pointer;
}

#menu ul{
	margin:0;
	padding:0;
	list-style:none;
	background:#261f18;
}

#menu ul li a{
	text-indent:20px;
	text-decoration:none;
	display:block;
	width:200px;
	color:#ccc;
	font-size:0.9em;
	font:"Verdana", Geneva, sans-serif;
	font-weight:300;
	background:#261f18;
}

#menu ul li a:hover{
	text-indent:30px;
	color:#9F0;
}
	
#contenu{
	width:700px;
	float:left;
	font:"Arial Black", Gadget, sans-serif;
	background:#5a4a3a url(images/contenubas.jpg) no-repeat bottom;
}

#footer{
	background:#261f18;
	font:0.6em "Arial", Helvetica, sans-serif;
	color:#ccc;
	margin:0;
	padding:0;
	text-align:center;
}

#formulaire{
	font:1em "Verdana", Geneva, sans-serif;
	font-weight:300;
}

#cv{
	padding-top:40px;
	font:"Arial Black", Gadget, sans-serif;
	background:url(images/contenuhaut1.jpg) no-repeat top;
	padding-bottom:20px;
}

#cv h1{
	font:1.4em "Courier New", Courier, monospace;
	font-weight:bold;
	text-indent:35px;
	padding-top:28px;
	
}

.un{
	background:url(images/01cv.png) no-repeat left;
	margin-top:175px;
	
}

.deux{
	background:url(images/02cv.png) no-repeat left;
}

.trois{
	background:url(images/03cv.png) no-repeat left;
}

.quatre{
	background:url(images/04cv.png) no-repeat left;
}

#photo{
	background:url(images/identite.jpg) no-repeat;
	float:left;
	width:150px;
	height:196px;
}

#adr{
	float:left;
	width:500px;
	height:196px;
}

.bouton{
	background:url(images/bouton3.jpg);
	width:150px;
	height:40px;
	float:right;
	margin-right:20px;
	border:none;
	font:1em Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#999;
	margin-bottom:20px;
	text-decoration:none;
	text-align:center;
	line-height:35px;
}

#signature{
	background:url(images/signature.jpg) no-repeat;
	width:200px;
	height:70px;
	float:right;
	padding-right:20px;
	padding-bottom:20px;
}

#form{
	padding-left:20px;
	padding-right:20px;
	font:1.2em "Courier New", Courier, monospace;

}

#form h3{
	font:1.4em "Courier New", Courier, monospace;
	font-weight:bold;
	text-indent:35px;
}

input[type=text]{
	width:400px;
	}
	
.err{
	color:#F00;
	font-weight:bold;
	}
	
.ok{
	color:#690;
	font-weight:bold;
	}