@charset "UTF-8";
/* CSS Document */
.orienta {
	font-family: 'Orienta', sans-serif;
}

.orienta a {
	color: #1B3B59;
	text-decoration: underline;
}

.contrail_one {
	font-family: 'Contrail One', cursive;
}

.contrail_one_22 {
	font-family: 'Contrail One', cursive;
	font-size: 30px;
}
.orange {
	color: #FF9900;
}

body {
	margin: 0px;
	background-color: #143644;
	background-image: url(graphisme/bkg_site.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: square;
	cursor: crosshair;
}

#visu_home {
	background-repeat: no-repeat;
	height: 300px;
	width: 100%;
	text-align: center;
	background-color: #E5F2F6;
	background-image: url(graphisme/visu_home.jpg);
	background-position: center bottom;
	position: relative;
}

#rond_home {
	background-image: url(graphisme/bkg_rond_home.gif);
	background-repeat: repeat-x;
	height: 490px;
	width: 100%;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#top {
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	/*background-image: url(graphisme/bkg_top.jpg);*/
	padding-top: 176px;
	position: relative;
	width: 1000px;
	text-align: left;
}

#orange {
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	width: 100%;
	text-align: left;
	background-color: #FD8301;
	padding-bottom: 4px;
	color: #FFFFFF;
}

#bleu {
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	width: 100%;
	text-align: left;
	background-color: #3CBBD3;
	padding-bottom: 4px;
	color: #FFFFFF;
}

#vert {
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	width: 100%;
	text-align: left;
	background-color: #96BC25;
	padding-bottom: 4px;
	color: #FFFFFF;
}

#bleu_fonce {
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	width: 100%;
	text-align: left;
	background-color: #194455;
	padding-bottom: 15px;
	color: #B2CDD5;
	background-image: url(graphisme/dgrd_bleu_fonce.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#bleu_fonce a {
	font-family: 'Orienta', sans-serif;
	text-decoration: none;
	font-style: italic;
	color: #A3B4BB;
}


#bleu_clair {
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	width: 100%;
	text-align: left;
	background-color: #0082AA;
	padding-bottom: 15px;
	color: #FFFFFF;
}


#blanc {
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	width: 100%;
	text-align: left;
	background-color: #FFFFFF;
	padding-bottom: 0px;
	color: #004C63;
}

#blanc2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	width: 100%;
	text-align: left;
	background-color: #FFFFFF;
	padding-bottom: 0px;
	color: #004C63;
}

#bleu_clair_clair {
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	width: 100%;
	text-align: left;
	background-color: #ebf2f4;
	padding-bottom: 15px;
	color: #004C63;
}



#contenu {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#contenu_blanc {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #999999;
	background-color: #ffffff;
	text-align: center;
}

#conteneur {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(graphisme/ombre_droite.html);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 30px;
	margin-top: 20px;
	color: #CCCCCC;
}

#footer {
	height: 16px;
	width: 100%;
	background-image: url(graphisme/bkg_menu.html);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	color: #143644;
	text-align: center;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	background-color: #A5DDE6;
}

#footer a {
	color: #143644;
}

a {
	color: #81CAE4;
	text-decoration: underline;
}

a.lien_bleu {
	color: #143644;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}

.redac_bleu {
	color: #81CAE4;
}

.redac_blanc {
	color: #ffffff;
}

.redac_gris {
	color: #666666;
}

p {
	font-size: 12px;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h2 {
	font-size: 16px;
	font-weight: normal;
}

h3 {
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
}


h4 {
	font-size: 15px;
	font-weight: bold;
	color: #0D567A;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-size: 11px;
	color: #999999;
	font-weight: lighter;
}


.bleu_clair {
	color: #0082AA;
}

.bleu_fonce {
	color: #20586F;
}

#gauche {
	background-color: #000000;
	width: 648px;
	float: left;
	color: #CCCCCC;
}

#droite {
	float: right;
	width: 351px;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}

.clearfloat {
	clear: both;
}

.image_news {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}





/* MENU PRINCIPAL */
#mainMenu {
	font-size: 1em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0px;
	width: 980px;
	text-align: left;
	font-weight: normal;
	letter-spacing: 1.1px;
}
#mainMenu ul {
	list-style-type: none;
	float: left;
	width: 0
`;
	margin: 0px;
	padding: 0px;
	width: 900px;
}
#mainMenu li {
	float: left;
	text-align: left;
}
#mainMenu a {
	color: #FFFFFF;
	text-decoration: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 42px;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	margin: 0px;
}
#mainMenu .actif {
	font-weight: bold;
	color: #A2DCE7;
}

#menu_extra_01 {
	background-color: #78A3C2;
	height: 11px;
	left: 0px;
	position: absolute;
	top: 297px;
	width: 50%
}

#sous_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-color: #0A9DCF;
	height: 24px;
	left: 0px;
	top: 297px;
	width: 618px;
	padding-top: 10px;
	padding-left: 30px;
	color: #FFFFFF;
	background-image: url(graphisme/bkg_sous_menu.html);
	margin: 0px;
}

#sous_menu_droite {
	background-color: #0A9DCF;
	height: 28px;
	left: 0px;
	top: 297px;
	width: 338px;
	color: #FFFFFF;
	background-image: url(graphisme/bkg_sous_menu.html);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin: 0px;
}

#contenu_droite_blanc {
	background-color: #ffffff;
	left: 0px;;
	width: 350px;
	margin: 0px;
	padding: 0px;
}

#contenu_droite_gris {
	background-color: #2D2E31;
	left: 0px;
	;
	width: 350px;
	margin: 0px;
	padding: 0px;
}

#offre {
	background: url(graphisme/offre.png) no-repeat top left;
	height: 270px;
	left: 50%;
	margin: 0px 0px 0px 230px;
	position: absolute;
	top: -25px;
	width: 270px;
}
* html #offre {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='graphisme/offre.png', enabled='true', sizingMethod='crop');
}
#offre h2 {
	font-size: 22px;
	margin-bottom: 10px;
}

.logo {
	height: 90px;
	left: 0px;
	position: absolute;
	text-indent: -99999px;
	top: 45px;
	width: 210px;
}
.logo a {
	display: block;
	height: 100%;
	text-decoration: none;
	width: 100%;
}
