@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #1D3F79;
	background-color: #FFF;
}
.oneColFixCtr #container {
	position: relative;
	width: 1000px;
	text-align: left;
	height: 603px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/fond_principal.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	outline: 0px solid green;
	visibility: hidden;
}

#logo {
	visibility: hidden;
	outline: 0px solid red;
	position: absolute;
	top: 450px;
	left: 50px;
	width: 263px;
	background-color: #ffffff;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
	line-height: 0;
}

#logo h1 a {
	position: relative;
	outline: 0px solid aqua;
	display: block;
	margin: 0;
	padding: 0;
	width: 263px;
	height: 93px;
	top: 0;
	left: 0;
	line-height: 0;
}

#slogan {
	visibility: hidden;
	position: absolute;
	top: 470px;
	left: 550px;
	width: 250px;
	font-family: Times, serif;
	font-size: 14px;
	/*letter-spacing: 150%;*/
	color: #193A71;
	line-height: 130%;
	text-align: center;
}

#mainnav {
	visibility: hidden;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 389px;
	left: 24px;
	width: 950px;
	height: 30px;
	font-weight: bold;
}

#mainnav li {
	float: left;
	list-style-type: none;
}

#mainnav li a {
	display: block;
	padding: 8px 0;
	margin-right: 1px;
	font-size: 12px;
	font-family: Times, serif;
	letter-spacing: 0.1em;
	outline: 0px;
	background-color: #193A71;
	color: #ffffff;
	text-align: center;
}

#mainnav li a:link {
	text-decoration: none;
	color: #ffffff;
}


#mainnav li a:visited {
	text-decoration: none;
	color: #ffffff;
}

#mainnav li a:hover {
	text-decoration: none;
	color: #ffffff;
}

#mainnav li a:active {
	text-decoration: none;
	color: #ffffff;
}

#nav_1 {
	width: 148px;
}

#nav_2 {
	width: 145px;
}

#nav_3 {
	width: 150px;
}

#nav_4 {
	width: 150px;
}

#nav_5 {
	width: 150px;
}

#nav_6 {
	width: 130px;
}

#nav_7 {
	width: 70px;
	margin: 0;
}

#fondAccueilFiltre {
	position: absolute;
	background-position: 0px 0px;
	background-image: url(../images/fondAccueilFiltre.jpg);
	background-repeat: no-repeat;
	height: 365px;
	width: 950px;
	top: 24px;
	left: 24px;
	outline: 0px dashed red;
	visibility: hidden;
}

.layout {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	position: absolute;
	height: 365px;
	width: 950px;
	top: 24px;
	left: 24px;
	outline: 0px dashed red;
	visibility: hidden;
	color: #ffffff;
	margin: 0;
	padding: 0;
	line-height: 150%;
	z-index: 30;
}

.layout h1 {
	font-family: "Times New Roman", Times, serif;
	position: absolute;
	color: orange;
	font-style: italic;
	top: 5px;
	left: 20px;
	font-size: 30px;
	font-weight: 100;
	line-height: 2em;
}

.layout h2 {
	font-size: 13px;
	color: orange;
}

#ascenseurIE6, #ascenseur {
	position: absolute;
	width: 9px;
	height: 170px;
	background-color: orange;
	left: 850px;
	top: 180px;
	visibility: hidden;
	z-index: 40;
}

#curseur {
	position: absolute;
	width: 9px;
	height: 30px;
	background-color: #997700;
	visibility: hidden;
	z-index: 40;
}

#flechehaut {
	position: absolute;
	width: 15px;
	height: 10px;
	top: 165px;
	left: 847px;
	background-image: url(../images/flechehaut.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	visibility: hidden;
	z-index: 40;
}

#flechehaut:hover {
	background-image: url(../images/flechehaut_hover.gif);
}

#flechebas {
	position: absolute;
	width: 15px;
	height: 10px;
	top: 355px;
	left: 847px;
	background-image: url(../images/flechebas.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	visibility: hidden;
	z-index: 40;
}

#flechebas:hover {
	background-image: url(../images/flechebas_hover.gif);
}

#fondtexte {
	position: absolute;
	top: 100px;
	left: 119px;
	width: 764px;
	height: 288px;
	background-color: #083a69;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0;
	margin: 0;
	z-index: 10;
}

#fondtextecont {
	position: absolute;
	top: 24px;
	left: 24px;
	width: 950px;
	height: 365px;
	background-color: #083a69;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0;
	margin: 0;
	z-index: 10;
}

#wrapper1, #wrapper5 {
	position: absolute;
	top: 96px;
	left: 95px;
	width: 700px;
	height: 248px;
	overflow: hidden;
	outline: 0px solid green;
	margin: 0;
	padding: 0;
	z-index: 30;
}

#wrapper3, #wrapper4 {
	position: absolute;
	top: 96px;
	left: 360px;
	width: 435px;
	height: 248px;
	overflow: hidden;
	outline: 0px solid green;
	margin: 0;
	padding: 0;
	z-index: 30;
}

#rubrique_content1, #rubrique_content5 {
	position: absolute;
	outline: 0px solid fuchsia;
	margin: 0;
	padding: 0;
	left: 25px;
	text-align: justify;
}

#rubrique_content3, #rubrique_content4 {
	position: absolute;
	outline: 0px solid fuchsia;
	margin: 0;
	padding: 0;
	left: 25px;
	text-align: justify;
}

.top {
	text-align: right;
	padding-bottom: 1em;
}

.top a:link {
	color: orange;
	text-decoration: none;
	outline: 0;
}

.top a:visited {
	color: orange;
	text-decoration: none;
	outline: 0;
}

.top a:hover {
	color: orange;
	text-decoration: underline;
	outline: 0;
}

#fondencart3 {
	position: absolute;
	top: 90px;
	left: 32px;
	width: 320px;
	height: 160px;
	background-color: orange;
}

#fondencart4 {
	position: absolute;
	top: 90px;
	left: 32px;
	width: 320px;
	height: 270px;
	background-color: orange;
}

.encart {
	position: absolute;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	width: 300px;
	top: 90px;
	left: 32px;
	text-transform: uppercase;
	margin: 0;
	padding: 10px;
}

.encart h2 {
	color: #ffffff;
	font-size: 14px;
	margin: 0;
	padding: 0 0 8px 0;
}

.encart ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.encart ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.encart4 {
	text-transform: none;
}

#adresse {
	position: absolute;
	top: 80px;
	left: 300px;
	background-color: #ffffff;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	z-index: 50;
	line-height: 150%;
	padding: 12px;
	letter-spacing: 0.1em;
}

#numeros {
	position: absolute;
	top: 200px;
	left: 480px;
	background-color: teal;
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	z-index: 50;
	line-height: 150%;
	padding: 12px;
	letter-spacing: 0.1em;
}

#numeros a:link {
	text-decoration: none;
	color: white;
	outline: 0;
}

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

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

#infos {
	position: absolute;
	top: 230px;
	left: 170px;
	background-color: orange;
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	z-index: 50;
	line-height: 150%;
	padding: 12px;
	letter-spacing: 0.1em;
}

#carte {
	position: absolute;
	margin: 0;
	padding: 0;
	border: 0;
	top: -30px;
	left: 0;
	outline: 0px;
	z-index: 50;
	visibility: hidden;
}

#debugpanel {
	position: absolute;
	right: 0;
	z-index: 300;
	cursor: pointer;
}

#debugpanel li {
	display: inline;
	padding-left: 10px;
}

#debugpanel li:hover {
	text-decoration: underline;
}

#wrapper2 {
	position: absolute;
	top: 96px;
	left: 440px;
	width: 320px;
	height: 248px;
	overflow: hidden;
	outline: 0px solid green;
	margin: 0;
	padding: 0 0 0 20px;
	z-index: 30;
}

#wrapper2 ul {
	position: absolute;
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	display: none;
}

#wrapper2 ul li {
	padding-bottom: 10px;
}

#wrapper2 ul h2 {
	margin: 0;
	padding: 0;
}

#wrapper2 ul li a:link {
	color: orange;
	text-decoration: none;
	outline: 0;
}

#wrapper2 ul li a:visited {
	color: orange;
	text-decoration: none;
}

#wrapper2 ul li a:hover {
	color: orange;
	text-decoration: underline;
}

#wrapper2 ul li a:active {
	color: orange;
	text-decoration: none;
}

#rubrique2 h1 {
	left: 660px;
}

#rubrique2 map area {
	z-index: 100;
}

#credits {
	position: absolute;
	font-size: 9px;
	top: 580px;
	left: 660px;
	color: #9999aa;
}

#credits a:link {
	outline: 0;
	color: #9999aa;
	text-decoration: none;
}


#credits a:visited {
	outline: 0;
	color: #9999aa;
	text-decoration: none;
}


#credits a:hover {
	outline: 0;
	color: #5555aa;
	text-decoration: underline;
}


#credits a:active {
	outline: 0;
	color: #9999aa;
	text-decoration: none;
}


a.mailto,a.mailto:visited{
	color : #ffffff;
	text-decoration : none;
}

a.mailto:hover{
	color : #ffffff;
	text-decoration : underline;
}
