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


/* ---------------------------------------- */
/*                 CONTENU                  */
/* ---------------------------------------- */




/* ---------- BODY ---------- */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666; 
	background: #F1F1F1;
}



/* ---------- ENTÊTE ---------- */
#entete h1 {
	display: block;
	width: 950px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	background: url(../img/entete.png) top center no-repeat;
}
#entete h1 span { display: none; }
#entete h2 span { display: none; }
#entete a {
	display: block;
	width: 950px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
}



/* ---------- CORPS ---------- */
#corps_sup {
	position: relative;
	z-index: 20;
	width: 950px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 100px;
	background: url(../img/support_sup.png) top center no-repeat;
}
#corps_inf {
	padding: 30px;
	padding-top: 5px;
	background: url(../img/support_inf.png) bottom center no-repeat;
}




/* ---------- NAVIGATION PRINCIPALE ---------- */
#nav_principale {
	position: absolute;
	z-index: 10;
	width: 100%;
	margin-top: 5px;
}

#nav_principale ul {
	display: block;
	width: 1125px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	list-style: none;
}
#nav_principale a {
	display: block;
	height: 30px;
	width: 200px;
	margin-left: 62px;
}
#nav_principale a:hover {
	margin-left: 0px;
}
#nav_principale span {display: none }
#nav_principale #nav1 a { background: url(../img/signet_accueil.png) top left no-repeat; }
#nav_principale #nav2 a { background: url(../img/signet_mosaique.png) top left no-repeat; }
#nav_principale #nav3 a { background: url(../img/signet_contact.png) top left no-repeat; }





/* ---------- NAVIGATION SECONDAIRE ---------- */
#nav_secondaire {
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	background: url(../img/separateur.png) center no-repeat;
}
#nav_secondaire li {
	display: inline;
	margin-right: 3px;
	font-size: 90%;
	text-transform: uppercase; 
}
#nav_secondaire a {
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	background: #1A1A1A;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#nav_secondaire a:link, #nav_secondaire a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav_secondaire a:hover {
	color: #DDDC00;
}
#nav_secondaire a:active {
	color: #000000;
}



/* ---------- NAVIGATION TERTIAIRE ---------- */
#pied_de_site #nav_tertiaire {
	float: left;
	margin: 0;
	padding: 0;
}
#pied_de_site #nav_tertiaire li { display: inline; }




/* ---------- PIED DE SITE ---------- */
#pied_de_site  {
	padding-bottom: 15px;
	padding-top: 4px;
	margin-bottom: 20px;
	border-top: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
	text-transform: uppercase;
	font-size: 80%;
	vertical-align: middle;
	color: #999999; /* luminosité: 60% */
}


/*  Mise à jour */
#pied_de_site #maj {
	float: right;
	margin-left: auto;
	margin-right: 0;
}









/* ---------------------------------------- */
/*               PIED DE PAGE               */
/* ---------------------------------------- */



/* ---------- PLACEMENT ---------- */
body, html {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	min-height: 100%;
	width: 100%;
} 
#conteneur {
	padding: 0 0 1.5em 0; /* hauteur du pied de page */
}
#pied_de_page {
	position: absolute;
	bottom: 0;
	left: 0;
	clear: both;
	width: 100%;
}
* html #conteneur {
	height: 100%; /* Fix IE 5.5, 6 and 7 */
}
 
html:first-child body {
	height: 100%; /* fix opera 9.22 and 7.10 */
}



/* ---------- MISE EN PAGE ---------- */
#pied_de_page {
	text-align: center;
	padding-bottom: 10px;
	font-size: 9px;
	color: #858585;
}
#pied_de_page .p1 { font-weight: bold; }









/* ---------------------------------------- */
/*                  LIENS                   */
/* ---------------------------------------- */



/* ---------- LIENS PRINCIPAUX ---------- */
a:link {
	color: #DDDC00;
	text-decoration: none;
}
a:visited {
	color: #DDDC00;
	text-decoration: none;
}
a:hover {
	color: #DDDC00;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}


/* ---------- LIENS DE PIED DE PAGE ---------- */
#pied_de_page a:link {
	color: #666666;
	text-decoration: none;
}
#pied_de_page a:visited {
	color: #666666;
	text-decoration: none;
}
#pied_de_page a:hover {
	color: #1A1A1A;
	text-decoration: none;
}
#pied_de_page a:active {
	color: #DDDC00;
	text-decoration: none;
}


/* ---------- LIENS DE PIED DE SITE ---------- */
#pied_de_site a:link {
	color: #999999;
	text-decoration: none;
}
#pied_de_site a:visited {
	color: #999999;
	text-decoration: none;
}
#pied_de_site a:hover {
	color: #DDDC00;
	text-decoration: none;
}
#pied_de_site a:active {
	color: #1A1A1A;
	text-decoration: none;
}






/* ---------------------------------------- */
/*           TITRES | CLASSES               */
/* ---------------------------------------- */



/* ---------- TITRES ---------- */
h1 { 
	margin: 0;
	color: #333333;
}
h2 { 
	margin: 0;
	color: #333333;
}
h3 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bolder;
	font-size: 200%;
	color: #DDDC00;
	margin: 0;
}
h4 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bolder;
	font-size: 100%;
	color: #DDDC00;
	margin: 0;
}
h5 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bolder;
	font-size: 100%;
	color: #DDDC00;
	margin: 0;
}
h6 { 
	margin: 0;
	color: #333333;
}





/* ---------- CLASSES ---------- */
.h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 90%;
	color: #DDDC00;
}








/* ---------------------------------------- */
/*                  DIVERS                  */
/* ---------------------------------------- */



/* ---------- MARGES ---------- */
p { margin: 0; }




/* ---------- IMAGE ---------- */
a img { border: 0; }