body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin:0;
	padding:0;
	background:#003138;
}

#fond_2 {
	background:#006e59;
}

#contenu {
	width:900px;
	margin:auto;
	text-align:left;
	background:#FFFFFF url(images/back_contenu.jpg) center repeat-y;
	padding:20px;
}

#header {
	width:900px;
	height:100px;
	margin:auto;
	text-align:left;
}

#gauche {
	width:160px;
	margin:0 5px 5px 10px;
	float:left;
}

#milieu {
	width:510px;
	float:left;
}

#droite {
	width:200px;
	margin:0 10px 5px 5px;
	float:left;
}

#back_footer {
	background:url(images/back_footer.jpg) center top no-repeat;
	width:940px;
	height:47px;
	margin:auto;
}

#footer {
	width:900px;
	margin:0 auto;
	padding:5px;
}


.titre_droite_orange:link {
	color:#FF840E;
	font-weight:bold;
	text-decoration:none;
	margin:10px 0 0 0;
	padding:0;
}

.titre_droite_orange:hover {
	color:#FF840E;
	font-weight:bold;
	text-decoration:underline;
	margin:0;
	padding:0;
}

.p_marge {
	margin:0;
	padding:0;
}

.titre_droite_gris:link {
	color:#999999;
	font-weight:bold;
	text-decoration:none;
	padding:0;
	margin:0;
}

.titre_droite_gris:hover {
	color:#AAC229;
	font-weight:bold;
	text-decoration:underline;
	padding:0;
	margin:0;
}

.clear {
	clear:both;
	margin:0;
	padding:0;
}

.actu_accueil {
	margin:5px;
}

#la_une {
	margin:0 5px 5px 5px;
}

h1 {
	font-size:18px;
	margin:0;
	padding:5px;
	color:#666666;
}

h2 {
	font-size:20px;
	margin:0;
	padding:5px;
}

.small_h2 {
	font-size:12px;
	margin:0;
	padding:5px;
	font-weight:bold;
}

.images {
	margin-right:5px;
	margin-bottom:5px;
	border:#e2e2e2 1px solid;
	padding:3px;
}

a:link {
	color:#003138;
	text-decoration:none;
}

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

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

a:active {
	color:#003138;
	text-decoration:none;
}

.text_orange {
	color:#FF840E;
	font-weight:bold;
}

.carre_gauche {
	width:148px;
	padding:5px;
	border:1px solid #CCCCCC;
	margin-top:5px;
	background:#FFDE26;
}

/*** menu ***/
/*^'^ Navigation Structure ^'^*/

.menu{
	border:none;
	border:0px;

	padding:20px 20px 0 20px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:0 auto;
	width:900px;
	background:url(images/back_menu.jpg) no-repeat center bottom;
	}
.menu ul{

	width:958px;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background: #333333 url("images/seperator.gif") bottom right no-repeat;
		color:#cccccc;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #006E59 url("images/hover.gif") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#2580a2 url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

		

