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


body{	
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	text-align:left;
	color:#333;
}


.content{	
	background-image:url(../img/fond/fd_blanc.jpg);
	background-repeat:repeat-y;
	width:956px;
	text-align:left;
}

.entete{
	background-image:url(../img/fond/entete.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:956px;
	height:150px;	
}


.contenu{	
float:left;
width:700px;
margin-left:30px;
}


.pied{
	background-image:url(../img/fond/fd_foot.jpg);
	background-repeat:no-repeat;
	width:956px;
	height:100px;
	font-size:10px;
}


h1{
	font-size:19px;
	border-bottom: 1px dashed #333;	
	
}

h2 {
	font-size:16px;
	border-bottom: 1px dashed #333;	
	
}


h3{
	text-align:center;
	border: 1px solid #999;
	font-size:15px;
	font-style:italic;
	color:#999;
	padding:10px;
	
	
	
}


.citation{
font-style:italic;	
	
}

.clear{
	clear:both;		
}

.float{
	float:left;		
}

.float_right{
	float:right;		
}


a:link{
	color: #900;
	text-decoration:none;

}

a:visited{
	color: #900;
	text-decoration:none;
}

a:hover{
	color: #900;
	text-decoration:underline;
}


.alert{
	color:#900;
	font-weight:bold;	
	
	
}

/*-----------------------------------MENU----------------------------------------------------*/

.menu{
float:left;
width:150px;

padding-left:10px;

}

.menu .titre{
	margin-top:10px;
	border:solid 1px #333;
	font-weight:bold;
	clear:both;
	background-color:#999;
	padding:3px;
}

.menu .lien{
border:solid 1px #333;
border-top:none;
padding:3px;
}



/*-----------------------------------form----------------------------------------------------*/

.label{
float:left;
width:150px;
padding:3px;
	
}

.label_form{
float:left;
width:500px;
padding:3px;
	
	
}


