
BODY {
	font-size: 0.8em;
	background: #86C4EE url(../img/fond.gif) repeat-x;
	margin: 37px 0px 10px;
	color: #000;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
#header {
	background:  url(../img/bg_header.jpg) no-repeat;
	margin: 0px auto;
	width: 820px;
	height: 140px;
}
#container{
	margin: 0px auto;
	background: #FFF;
	width: 810px;	
}
#menu{
	margin: 0px auto;
	height:35px;
	color:#FFF;
	background:#FFF;
	width:810px;
}
#nav{
	position:relative;
	height:33px;
	font-size:12px;
	font-weight: bold;
	text-transform:uppercase;
	background:#FFF url(../img/nav_bg.gif) repeat-x bottom left;
	padding:0;
}
#nav ul{
	margin:0;padding:0;
	list-style-type:none;
	width:auto;
	float:left;
}
#nav ul li{
	display:block;
	float:left;
	margin:0 1px;
}
#nav ul li a{
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 20px;
	height:33px;
}
#nav ul li a span{
	padding:12px 20px 0 0;
	height:21px;
	float:left;
}
#nav ul li a:hover{
	color:#fff;
	background:transparent url(../img/nav_over.gif) repeat-x bottom left;
}
#nav ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;
}
#nav ul li a.current,#nav ul li a.current:hover{
	color:#fff;
	background: url(../img/gauche_on.gif) no-repeat top left;
	line-height:275%;
}
#nav ul li a.current span{
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background: url(../img/droit_on.gif) no-repeat top right;
	height:33px;
}
#content{
	background: #FFF;
	padding: 20px 0 10px 10px;
}
#gauche{
	float: left;
	width: 500px;
	text-align: justify;
	padding: 15px;
	border: 1px solid #CCC;
	margin-bottom: 5px;
}
#gauche_int {
	background: #B5DFFF;
	width: 490px;
	padding: 5px;
	text-align: justify;
	margin-top: 8px;
}
#droit{
	float: left;
	width: 235px;
	margin-left: 10px;
	padding: 0 5px 5px 5px;
	border: 1px solid #FFF;
}
#droit_int{
	background: #B1DDFB;
	width: 225px;
	padding: 5px;
	margin-top: 8px;
	text-align: justify;

}
#droit_int a{
	text-decoration: none;
	color: #FF0000;
}
#droit_int a:hover{
	text-decoration: none;
	color: #00497B;
}
.text_bleu{
	color: #044A79;
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px 0 5px 0;
}
#footer{
	margin: 0px auto;
	background: url(../img/img_footer.gif) no-repeat;
	height: 59px;
	text-align: center;
	
}
