@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%;
}
body {
	background-color: #868769;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #D1560A;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin-bottom: 25px;
}
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;
}

a, a:link {
	color: #66F;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #66F;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: none;
}
a:focus {
	color: #66F;
}
a:active {
	color: #66F;
}
#outerWrapper {
	text-align: left;
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#outerWrapper2 {
	text-align: left;
	width: 880px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}	
#topDiv {
	background-color: #ddd;
}
#headerwrapper {
	background-color: #FFFFFF;
	background-image: url(head-wrap-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
}
#search {
	width: 170px;
	float: left;
	padding-top: 4px;
	padding-left: 10px;
	display: block;
}
#searchbox {
	background-color: #DADACF;
	border: 1px solid #083F54;
	font-size: 11px;
	font-weight: bold;
	color: #ebec22;
	padding-right: 2px;
	padding-left: 4px;
	margin: 0px;
	float: left;
	height: 18px;
	padding-top: 4px;
}
.xxnoirsouli {
	font-family: Arial;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
}
#go {
	float: right;
}
#topimage {
	float: right;
}
#header {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: left 49px;
	text-align: left;
}
#header2 {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: left 49px;
	text-align: left;
}
/* couleur du bandeau menu*/
#navwrapper {
	background-color: #0066ca;
}
#nav {
	height: 35px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
.menu {
	width: 880px;
}
.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: Comic Sans MS;
	line-height: 35px;
	text-align: center;
	padding: 0px;
}
/* couleur du texte menu horizontal*/
.menu ul li a:visited {
	color: white;
}
/* couleur du menu horizontal au passage de la souris*/
.menu ul li a:hover, .menu ul li .current {
	color: #fff;
	background-color:#D1560A;
	text-decoration: none;
}
#contentWrapper {
	background-image: url(content-faux-column.jpg);
	background-repeat: repeat-y;
	background-position: right;
	height: 100%;
	clear: left;
}
#leftColumn {
	float: left;
	padding: 15px 0px 10px 0px;
	width: 219px;
	line-height: 16px;
}
#leftColumn h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-image: url(top-menu-title.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 37px;
	padding-left: 40px;
	text-transform: uppercase;
}
#leftColumn h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-image: url(top-menu-title-2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 37px;
	padding-left: 40px;
	text-transform: uppercase;
}
#leftColumn ul {
	list-style-type: none;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-left: 25px;
}
#leftColumn ul li {
	background-image: url(li-dot.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
}
#leftColumn ul li a:link, #leftColumn ul li a {
	font-weight: normal;
}
#leftColumn ul ul {
	padding-left: 15px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#leftColumn ul ul li {
	background-image: url(li-sub-dots.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 11px;
}
#leftColumn ul ul li a:link, #leftColumn ul ul li a {
	font-weight: normal;
}
#leftColumn a, #leftColumn a:link {
	color: #FFC;
	font-weight: normal;
	font-size: 12px;
}
#leftColumn a:hover {
	color: #D1560A;
	text-decoration: none;
}
#rightColumn {
	float: right;
	padding: 8px 20px 20px 10px;
	width: 162px;
}
#rightColumn a:link, #rightColumn a:visited, #rightColumn a:active {
	color: #D1560A;
}
#rightColumn a:hover {
	color: #004059;
	text-decoration: none;
}
#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;
	text-decoration: none;
}
#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;
}
#rightColumn h3 strong {
	font-size: 21px;
	font-weight: bold;
}
#rightColumn p {
	margin-top: 8px;
	margin-bottom: 0px;
}
#rightColumn ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
.bullet {
}
#rightColumn .bullet a:after {
	
}
#content {
	line-height: normal;
	color: #000;
	background-color: #FFFFEC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 5px;
}
#content2 {
	line-height: normal;
	color: #000;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 5px;
}
.clearFloat {
	clear: both;
	display: block;
}
#footer {
	background-image: url(footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
	padding-right: 28px;
	padding-bottom: 10px;
	padding-left: 235px;
	color: #D7D7CC;
	height: 71px;
	line-height: 16px;
}
#footer2 {
	background-image: url(footer-bg-2.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;
	margin-right: 0px;
}
#footer-right {
	float: right;
	width: 275px;
	text-align: right;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	font-weight: normal;
}
#footer a:hover {
	color: #BCBCA9;
}
#footer2 a, #footer2 a:link, #footer2 a:visited, #footer2 a:active {
	color: #FFFFFF;
	font-weight: normal;
}
#footer2 a:hover {
	color: #BCBCA9;
}
.medium {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: normal;
	}
.large {
	font-family: Comic Sans MS;
	color: #0066FF;
	font-size: 12px;
	line-height: normal;
	margin-left: 390px;
	}
.stitre {
	font-family: Comic Sans MS;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	line-height: normal;
	}
.sContact {
	font-family: Comic Sans MS;
	font-weight: normal;
	color: #000000;
	font-size: 16px;
	line-height: normal;
	}
.titre1 {
	text-align: center;
	font-family: Comic Sans MS;
	font-weight: bold;
	color: #0066FF;
	font-size: 30px;
	line-height: normal;
	}
.titre2 {
	text-align: center;
	font-family: Comic Sans MS;
	font-weight: bold;
	color: #0066FF;
	font-size: 25px;
	line-height: normal;
	}
.titre3 {
  position:absolute;
  top:10px;
  left:510px;
  margin-top: 200px;
	font-family: Comic Sans MS;
	font-weight: normal;
	color: #0066FF;
	font-size: 25px;
	line-height: normal;
	}
.titre4 {
  position:relative;
	text-align: center;
	font-family: Comic Sans MS;
	font-weight: normal;
	color: #0066FF;
	font-size: 25px;
	line-height: 10px;
	}
.liens1 {
  position:relative;
  top:10px;
  left:120px;
  margin-top: 20px;
	font-family: Comic Sans MS;
	font-weight: normal;
	color: #0066FF;
	font-size: 12px;
	line-height: normal;
	}
.liens2 {
  position:relative;
  top:10px;
  left:120px;
  margin-top:0px;
	font-family: Comic Sans MS;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	line-height: normal;
	}
.liens3 {
  position:absolute;
  top:10px;
  left:500px;
  margin-top: 360px;
	font-family: Comic Sans MS;
	font-weight: normal;
	color: #0066FF;
	font-size: 12px;
	line-height: normal;
	}
.liens31 {
  position:absolute;
  top:10px;
  left:520px;
  margin-top: 380px;
	font-family: Comic Sans MS;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	line-height: normal;
	}
.liens4 {
  position:relative;
  top:40px;
  left:155px;
  margin-top:0px;
	font-family: Comic Sans MS;
	font-weight: normal;
	color: #0066FF;
	font-size: 12px;
	line-height: normal;
	}
.liens41 {
  position:relative;
  top:-7px;
  left:129px;
  margin-top:10px;
	font-family: Comic Sans MS;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	line-height: normal;
	}
.liens5 {
  position:relative;
  top:-10px;
	text-align: center;
	font-family: Comic Sans MS;
	font-weight: normal;
	color: #0066FF;
	font-size: 25px;
	line-height: -100px;
	}
.TextNormal {
  position:relative;
  top:10px;
  left:10px;
  margin-top:0px;
	font-family: Comic Sans MS;
	font-weight: normal;
	color: #000000;
	font-size: 16px;
	line-height: normal;
	}
.Theme {
  position:relative;
	font-family: Comic Sans MS;
	font-weight: normal;
	color: #0066FF;
	font-size: 10px;
	line-height: normal;
	}
.Logo {
  position:absolute;
  top:10px;
  left:100px;
  margin-top: 10px;
	font-family: Comic Sans MS;
	font-weight: normal;
	color: #000000;
	font-size: 20px;
	line-height: normal;
	}
#credit {
	text-align: center;
	padding: 0px 0px 8px 220px;
	font-size: 10px;
	color: #525340;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
}
#credit a, #credit a:hover, #credit a:visited, #credit a:active, #credit a:focus {
	color: #525340;
	font-weight: normal;
}
