@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
/*corps du site*/
body {
	background-color: #DFDFDF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
/*titre 1*/
h1 {
	color: #4280B8;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin-bottom: 25px;
}
/*titre 2*/
h2 {
	color: #9C8E4E;
	font-size: 19px;
	font-weight: normal;
	line-height: 23px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 25px;
	margin-bottom: 15px;
}
/*liens*/
a, a:link {
	font-weight: bold;
	text-decoration: none;
	color: #DFDFDF;
}
/*liens visités*/
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #D44300;
}
/*liens survolés*/
a:hover {
	color: #000;
	text-decoration: none;
}
/*liens maintenue*/
a:focus {
	color: #000;
}
/*liens actifs*/
a:active {
	color: #000;
}
/*côté extérieur (droite, gauche de la partie centrale)*/
#outerWrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 980px;
}
/*en-tête+menu*/
#topDiv {
	background-color: #DFDFDF;
}
/*côté extérieur (droite, gauche de l'en-tête)*/
#headerwrapper {
	background-color: #DFDFDF;
    /*background-image: url(images/head-wrap-bg3.jpg);*/
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
}
/*recherhce*/
#search {
	width: 170px;
	float: left;
	padding-top: 4px;
	padding-left: 10px;
	display: block;
}
/*boite de recherche*/
#searchbox {
	background-color: #EDEEE8;
	border: 1px solid #808080;
	font-size: 11px;
	font-weight: bold;
	color: #004159;
	padding-right: 2px;
	padding-left: 4px;
	margin: 0px;
	float: left;
	height: 18px;
	padding-top: 4px;
}
/*bouton go*/
#go {
	float: right;
}
/*en-tête+menu*/
#topimage {
	float: right;
}
/*en-tête*/
#header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 210px;
	/*background-image: url(images/logo2.jpg);*/
	background-repeat: no-repeat;
	background-position: left 49px;
	text-align: left;
}
/*côté extérieur (droite, gauche de la barre de navigation)*/
#navwrapper {
	background-color: #6699FF;
}
/*barre de navigation*/
#nav {
	height: 35px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
/*menu*/

.menu {
	width: 980px;
}
/*
.menu a img{
	border: 0;
}
.menu ul {
	margin: 0;
	padding: 0;
	float: left;
}
.menu ul li {
	display: inline;
}
.menu ul li a {
	float: left;
	text-decoration: none;
	color: white;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 35px;
	text-align: center;
	padding: 0px;
}
.menu ul li a:visited {
	color: white;
}
.menu ul li a:hover, .menu ul li .current {
	color: #fff;
	background-color:#C0CFD4;
	text-decoration: none;
}
*/
/*côté extérieur (droite, gauche de de la partie centrale)*/
#contentWrapper {
	background-image: url(../IMAGES/content-faux-column4.jpg);
	background-repeat: repeat-y;
	background-position: right;
	height: 100%;
	clear: left;
}
/*colonne de gauche*/
#leftColumn {
	float: left;
	padding: 15px 0px 10px 0px;
	width: 202px;
	line-height: 16px;
}
/*colonne de gauche titre 3*/
#leftColumn h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../V2/V2/images/top-menu-title2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 39px;
	padding-left: 18px;
	text-transform: uppercase;
}
/*colonne de gauche titre 4*/
#leftColumn h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../IMAGES/sub-menu-title3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 37px;
	padding-left: 20px;
	text-transform: uppercase;
}
/*colonne de gauche titre 5*/
#leftColumn h5 {
	font-size: 21px;
	font-weight: bold;
	color: #004159;
	background-position: right top;
	line-height: 37px;
	padding-left: 20px;
	text-transform: uppercase;
}
/*colonne de gauche menu*/
#leftColumn ul {
	list-style-type: none;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-left: 25px;
}
/*colonne de gauche sous-menu*/
#leftColumn ul li {
	background-image: url(../IMAGES/li-dot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
}
/*colonne de gauche sous-menu liens*/
#leftColumn ul li a:link, #leftColumn ul li a {
	font-weight: bold;
}
/*colonne de gauche sous-sous-menu*/
#leftColumn ul ul {
	padding-left: 15px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
/*colonne de gauche sous-sous-menu*/
#leftColumn ul ul li {
	background-image: url(../IMAGES/li-sub-dots.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 11px;
}
/*colonne de gauche sous-sous-menu liens*/
#leftColumn ul ul li a:link, #leftColumn ul ul li a {
	font-weight: normal;
}
/*colonne de gauche sous-sous-menu liens*/
#leftColumn a, #leftColumn a:link {
	color: #666666;
	font-weight: normal;
	font-size: 12px;
}
/*colonne de gauche sous-sous-menu liens survolés*/
#leftColumn a:hover {
	color: #6699FF;
	text-decoration: none;
}
/*colonne de droite*/
#rightColumn {
	float: right;
	padding: 8px 20px 20px 10px;
	width: 200px;
}
/*colonne de droite liens, liens visités et actifs*/
#rightColumn a:link, #rightColumn a:visited, #rightColumn a:active {
	color: #4280B8;
}
/*colonne de droite liens suvolés*/
#rightColumn a:hover {
	color: #004059;
	text-decoration: none;
}
/*colonne de droite titre 5*/
#rightColumn h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #004159;
	letter-spacing: -1px;
	margin-top: 15px;
	line-height: 22px;
	margin-bottom: 10px;
}
/*colonne de droite titre 3*/
#rightColumn h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #004159;
	letter-spacing: -1px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D7C8;
	padding-bottom: 3px;
	line-height: 22px;
}
/*colonne de droite titre 3 gras*/
#rightColumn h3 strong {
	font-size: 21px;
	font-weight: bold;
}
/*colonne de droite mise en page*/
#rightColumn p {
	margin-top: 8px;
	margin-bottom: 0px;
}
/*colonne de droite menu*/
#rightColumn ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
/*colonne de droite "triangle" lien*/
.bullet {
}
/*colonne de droite titre 5*/
#rightColumn .bullet a:after {
	
}
/*colonne centrale*/
#content {
	margin: 0px 245px 0 220px;
	padding: 20px 0px 30px 0px;
	line-height: 18px;
	color: #333333;
}
.clearFloat {
	clear: both;
	display: block;
}
/*pied de page*/
#footer {
	background-image: url(../IMAGES/footer-bg4.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
	padding-right: 28px;
	padding-bottom: 10px;
	padding-left: 220px;
	color: #D7D7CC;
	height: 71px;
	line-height: 16px;
}
/*pied de page partie droite*/
#footer-right {
	float: right;
	width: 275px;
	text-align: right;
}
.footer-right a img{
	border: 0;
}
/*pied de page liens, liens visités et actifs*/
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	font-weight: normal;
}
/*pied de page liens survolés*/
#footer a:hover {
	color: #BCBCA9;
}
/*pied de page "crédits"*/
#credit {
	text-align: center;
	padding: 0px 0px 8px 220px;
	font-size: 10px;
	color: #525340;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
}
/*pied de page "crédits" liens, liens survolés, liens visités, liens actifs et maintenue*/
#credit a, #credit a:hover, #credit a:visited, #credit a:active, #credit a:focus {
	color: #525340;
	font-weight: normal;
}

