/* CSS Document */
/************************** Réinitialisation Navigateurs *****************************/
	
/* Page */ 
html { 
  font-size: 100%; /* Évite un bug d'IE 6-7. (1) */ 
} 
body { 
  margin:0; 
  padding:0;
  font-family: Arial, Helvetica, FreeSans, sans-serif;  
  font-size: .8em; 
  line-height: 1.4;
  color: #024f79; 
  background: #0464a7 url(../images/bg_body.jpg) repeat; 
} 
 
/* Titres */ 
h1, h2, h3, h4, h5, h6 { 
  margin: 0.5em 0 1em 0; /* Rapproche le titre du texte. (5) */ 
  line-height: 1.2; 
  font-weight: bold; /* Valeur par défaut. (6) */ 
  font-style: normal; 
} 
h1 { 
  font-size: 1.4em;
  color:#fff;
  background: #666769 url(../images/bg_h1_gen.jpg) repeat-x top center; 
  padding:10px;
  text-transform:uppercase;
  border-radius:10px;
  box-shadow:0 2px 2px #666;
  font-weight:normal;
} 

h2 { 
  font-size: 1.4em;
  text-decoration:underline;
  color:#963c7a;
  margin:10px 0 15px 0;
  padding:5px;
} 
h2 span {
	text-decoration:underline;
}
h3 { 
  font-size: 1.25em;   
  font-weight:normal;
  margin:0 0 10px 0;
  padding:0 0 2px 0;
  border-bottom:1px solid #5F1D21;
} 

h4 { 
  font-size: 1em; 
  margin:10px 0 0 25px;
  text-transform:uppercase;
} 
 
/* Listes 
ul, ol { 
  margin: .75em 0 .75em 40px; 
  padding: 0; 
} 
 */ 
/* Paragraphes */ 
p { 
  margin: .75em 0; /* Marges plus faibles que par défaut. (7) */ 
  text-align:justify;
} 
address { 
  margin: .75em 0; 
  font-style: normal; 
} 
 
/* Liens */ 
a { 
  text-decoration: underline; 
  color:#555555;
} 
a:link { 
  color: #555555; 
} 
a:visited { 
  color: #555555; 
} 
a:hover, a:focus, a:active { 
  color: #555555; 
  text-decoration:none;
} 
 
/* Pas de bordure autour des images dans les liens */ 
a img { 
  border: none; 
} 
 
/* Divers éléments de type en-ligne (8) */ 
em { 
  font-style: italic; 
} 
strong { 
  font-weight: bold; 
} 
 
/* Formulaires */ 
form, fieldset { 
  margin: 0; 
  padding: 0; 
  border: none; 
} 
input, button, select { 
  vertical-align: middle; /* Solution pb. d'alignement. (9) */ 
}

textarea {
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 1em; 
}
span.bold {
	font-weight:bold;
}

p {
	text-align:justify;
}
/************************** Fin de réinitialisation *****************************/

/************************** Structure de page *****************************/
/* FOND DE PAGE */
#bgtop {
	background:url(../images/bg_header.jpg) repeat-x top center;
	text-align:center;
}
#global {
	width:990px;
	margin:0 auto;
}
/******************* HEADER ******************************/
#header {
	height:529px;
}
#top {
	height:171px;
	background:url(../images/logo.jpg) no-repeat 20px 46px;
}
#top #coor_top {
	width:227px;
	height:146px;
	background:url(../images/bg_coor_top.jpg) no-repeat;
	text-align:center;
	padding:20px 0;
	margin:13px 20px 0 0;
	float:right;
}
#top #coor_top p {
	margin:0;
	text-align:center;
	color:#FFF;
	font-size:1.2em;
	line-height:1.6em;
}
#content_slider {
	height:279px;
	width:980px;
	padding:0 5px 5px 5px;
	background:#FFF;
	border-radius:0 0 5px 5px;
}
/******************* MENU ******************************/
/* dock - top */
#menu {
	margin:15px 0 5px 0;
	height:54px;
}
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 58px;
	background: url(images/bg_menu.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 70px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
	font-size:1.2em;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px 0; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 0;
	color: #024f79; 
}
/******************* CONTENU ******************************/
#content {
	width:950px;
	padding:110px 20px 40px 20px;
	background:#FFF url(../images/bg_bottom_content.jpg) repeat-x bottom center;
	text-align:left;
	overflow:hidden;
}
/********** Footer **************/
#bgbottom {
	background:url(../images/bg_bottom.jpg) repeat-x top center;
	text-align:center;
}
#bottom {
	height:33px;
	width:950px;
	padding:30px 20px;
	margin:0 auto;
}
#copy {
	width:350px;
	float:left;
	overflow:hidden;
	text-align:left;
	color:#5c5b5c;
	text-shadow: 0 1px 0 #FFF;
	font-weight:bold;
}
#bottom_link {
	width:250px;
	float:right;
	overflow:hidden;
	text-align:right;
}
#bottom_link a {
	color:#fff;
}