/* style */

#contenu{
	height:262px;
	overflow:auto;
   scrollbar-3dlight-color : #ECECEC;
   scrollbar-arrow-color : #020202;
   scrollbar-base-color : #ECECEC;
   scrollbar-darkshadow-color : #ECECEC;
   scrollbar-face-color : #ECECEC;
   scrollbar-highlight-color : #ECECEC;
   scrollbar-shadow-color : #ECECEC;
   scrollbar-track-color :#ECECEC;
	font-family:Arial, Helvetica, sans-serif;
	
	background-color:#ECECEC;


}
#contenu a img{
	border:none;
}
#contenu a{
	color:#035E85;
}
#contenu a:hover{
	color:#666;
}
#contenu h1,.forms .h1{
	font-size:16px;
	margin:2px 10px 0px;
	color:#0483BB;

}
#contenu h2,.forms .h2{
	font-size:14px;
	border-bottom:1px solid black;
	margin:5px 10px 0px;
	
	color:#035E85;

}

#contenu h3,.forms .h3{
	font-size:12px;
	margin:5px 10px 0px;
	color:#9F0002;

}
#contenu p,.forms .p{
	margin:0px 10px 5px;
	font-size:11px;
	color:#035E85;
	
}
#contenu .colonne img{
	vertical-align:text-top;
	float:left;
	margin-bottom:5px;
	margin-right:5px;
	margin-top: 0px;
	margin-left: 0px;
}


.forms .em{
	font-style:italic;
}
.forms .strong{
	font-weight:bold;
}
.forms .sub{
	vertical-align:sub;
}
.forms .sup{
	vertical-align:super;
}

#contenu ul,.forms .ul{
	font-size:12px;
	margin:10px;
	
	padding-left:20px;

}

#contenu .colonne{
	float:left;
	width:370px;
	min-height:100px;
	height:auto !important;height:100px;
}
#contenu .colonne,.forms .colonne{
	margin:5px;
}
.forms .colonne{border:1px dashed gray;
}


#contenu #encart{
	width:245px !important;width:246px;
	height:240px !important;height:254px;
}
#contenu #encart,.forms .encart{
	border:1px solid #D2D2D2 !important;border:none;
	background-color:#EEEEEE;
	-moz-border-radius:10px;
	background-image:none !important;background-image:url(../imgs/fond_encart.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	float:right;
	margin-left:3px;
	margin-right:4px;
	padding:4px;
}



#contenu #encart div{
	height:232px !important;height:246px;
	overflow:auto;

}
#contenu #encart ul{
	list-style:none;
	
	margin:0px;
	padding:4px;
	padding-top:10px;
	font-size:12px;
	
}
#contenu #encart ul li{
	color:#0071A2;
	height:50px;
	display:block;
	vertical-align:middle:
}
#contenu #encart ul img{
	float:left;
	margin-right:10px;

}
#contenu #encart h2{
	color:#0071A2;
	text-align:center;
	font-size:16px;
	border-bottom:1px solid #0071A2;
	margin:0px;
	padding:2px;
	padding-top:5px;
}


#contenu .actu a{
	color:#9F0002;

}
#contenu #encart p{
	margin:10px;
	font-size:12px;
	font-weight:normal;
	color:#035E85;
	font-family: Arial, Helvetica, sans-serif;
}
.forms li,.foms optgroup{
	clear:both !important;
}

#contenu .colonne p{
	clear:both !important;
}

#contenu .cadre{
	background-color: #DCDCDC;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #0483BB;
	padding: 10px;
	width: 259px;
}
/* formulaire */

#formulaire ul{
	margin:0px;
	margin-right:200px;
	margin-top:20px;
	margin-bottom:20px;
	padding:0px;
	list-style:none;
	font-size:1em;
}
#formulaire li{
	margin-top:5px;

}
#formulaire label{
	float:left;
	width:120px;
	font-weight:bold;
}
#formulaire input,#formulaire textarea{
	border:1px solid black;
	background-color:#FAFAFA;
}
#formulaire input{
	width:175px;
}
#formulaire textarea{
	width:300px;
	height:200px;
	overflow:auto;

}
#formulaire .sub{
	margin-top:10px;
	width:300px;
	

}
#contenu h4,.forms .h4 {
	font-size:16px;
	border-bottom:1px solid black;
	margin:5px 10px 0px;
	color:#9F0002;
	text-align: center;
}

