@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	zoom:1;
}
p{
	color:#666;	
}
a{
	color:#e27a13;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
h2{
	color:#1e5c99;	
	margin:10px 0;
}
h3{
	color:#1e5c99;
	margin-bottom:5px;
}
h4{
	color:#1e5c99;
}
body{
	font-family:Arial, Helvetica, sans-serif;	
	font-size:12px;
}
#bigblok{
	width:100%;
}
#header{
	width:100%;
	background:url(../images/envol_01.png) top left repeat-x;
	height:206px;
}
#banner{
	background:url(../images/envol_03.jpg) top left no-repeat;
	width:996px;
	height:206px;
	margin: 0 auto;
}
#content{
	background-color:#adcff2;	
}
#colHolder{
	background:url(../images/envol_07.png)	top left repeat-y;
	width:996px;
	margin: 0 auto;
}
#leftCol{
	width:200px;
	margin-left:8px;
	float:left;
}
#rightCol{
	width:740px;
	float:left;
	padding:10px 20px;
}
#footerCol{
	clear:both;	
}
#footer{
	background:url(../images/envol_08.png) top left repeat-x;
	height:97px;
}
#footer p{
	text-align:center;	
	padding-top:50px;
}
#footer a{
	color:#666;	
}
#boxFooter{
	background:url(../images/envol_09.png)	 top left no-repeat;
	width:996px;
	height:97px;
	margin: 0 auto;
}
#blueBox, #blokNews{
	width:739px;
	margin: 0 auto;
	overflow:hidden;
}
#blueBoxTop{
	width:739px;	
	height:7px;
	font-size:7px;
	line-height:7px;
	background:url(../images/box_bleu_08.gif) top left no-repeat;
}
#blueBoxBottom{
	width:739px;	
	height:7px;
	background:url(../images/box_bleu_12.gif) top left no-repeat;
}
#blueBoxContent{
	width:699px;	
	background-color:#4f94db;
	padding:0 20px;
}
#blueBoxContent h1{
	color:#FFF;
	font-size:20px;
	font-weight:normal;
}
#blueBoxContent a{
	color:#FFF;
}
#blokNews{
	clear:both;	
}
#blokNewsContent{
	background:#efefef;	
	overflow:hidden;
	padding:10px;
}
#blokNewsContent h2{
	padding:0 0 0 10px;
}
#blokNewsTop{
	background:url(../images/boxGrey_18.gif) top left no-repeat;
	height:6px;
	font-size:6px;
	line-height:6px;
}
#blokNewsBottom{
	background:url(../images/boxGrey_20.gif) top left no-repeat;
	height:6px;
}
#BNleftPart{
	width:335px;
	float:left;
	padding:0 10px;
	margin-bottom:10px;
}
#BNrightPart{
	width:335px;
	float:left;
	border-left:dotted 3px #036;
	padding:0 10px;
	margin-bottom:10px;
}
.alignR{
	text-align:right;	
}
.floatR{
	float:right;	
}
.bold{
	font-weight:bold;
	color:#666;
}
#menu{
	margin:10px;	
}
#menu li{
	list-style:none;
	margin-bottom:10px;
}
#menu li a{
	font-weight:normal;
	font-size:18px;
	color:#4f94db;
	text-decoration:none;
}
#menu li a:hover{
	text-decoration:underline;
}
#menu li ul li{
	background:url(../images/bullet.png) top left no-repeat;
	padding-left:20px;
	margin:5px 0;
}
#menu li ul li a{
	font-size:14px;
}
#RCleftPart{
	width:355px;
	float:left;
	border-right:dotted 3px #036;
	margin: 10px 0;
	padding-right:10px;
}
#RCrightPart{
	width:350px;
	float:left;
	margin: 10px 0;
	padding:0 10px;
}
#rightCol p{
	/*margin:10px 0;*/
}
#rightCol ol{
	list-style-position:inside;
	color:#666;
	margin:10px;
}
#rightCol ol li{
	margin:5px 0;
}
#rightCol ul{
	margin:10px;
}
#rightCol ul li{
	background:url(../images/bullet.png) top left no-repeat;
	padding-left:20px;
	margin:5px 0;
	list-style:none;
	color:#666;	
}
#rightCol h3{
	margin:15px 0 10px 0;	
}
#rightCol h4{
	margin: 5px 0;	
}
#rightCol table td{
	padding:10px 0;
	border-bottom: dotted 3px #036;
}
fieldset{
	border:none;	
}
.center{
	text-align:center;	
}