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

body {								/* gestion des marges - police - couleur */
	text-align: center;
	background-color: #FFFFFF;
	margin-top:5px;
	margin-bottom:10px;
	/*color:#666666;*/
	color:#000;
	font-size: 12px;
	font-family: "Helvetica", "Helvetica", Sans-Serif;
	/*background-image:url(../images/main/line_bg_horiz_top.gif);
	background-repeat:repeat-x;*/
	background-color:#CCC;

}
#page_wrapper {
	margin-left: auto;					/* centage */
	margin-right: auto;					/* centage */
	width: 1007px;						/* largeur totale de 1007 pixels */
	text-align: left;
	border:#000;						/* bordure noire */
	border-style:solid;
	border-width:thin;

}
#content_wrapper {
	/*border-top: solid 1px #E9E9E9;*/ 
  	height:auto;
	min-height:350px;
	padding:10px 10px 10px 10px;		/* marge intérieure de 10 pixels */
}
/* HEADER  ---------------------------------------------------------------------------------------------------------------*/
#header {
	height:205px;
	width:1007px;
	/*background:url(../images/main/unlieudevie.gif) no-repeat;*/
	background-color:#FFFFFF;
	color: #FFF;
}
#header_logo {
	height:40px;
	background:url(../images/main/gimc_txt.gif) no-repeat right;
}
#topNavigation {
	height:30px;
	margin-top:0px;
	width:1000px;
}
#topNavigation ul {
	margin: 0px 0 0 0;
	padding: 9px 0 0 150px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
#topNavigation li {
	list-style:none;
	display: inline;
	float: left;
	padding-left:40px;
}
#topNavigation a {
	text-decoration: none;
	color:black;
}
#topNavigation a:hover {
	text-decoration:underline;
}
/* ----------------------------------------------------------------------------------------------------------------------*/
/* FOOTER ---------------------------------------------------------------------------------------------------------------*/
#footer {
	clear:both;
	width:1000px;
	text-align:center;
}
#footer_logo {
	padding-top:30px;
	height:33px;
	background:url(../images/main/footer.gif) no-repeat bottom right;
}
#footer_fond {
	background:#DADADA;
	height:20px;
}
#footer_texte {
	border: solid 1px #E9E9E9;
	background-color:white;
	height:40px;
	padding-top:20px;
}
/* ----------------------------------------------------------------------------------------------------------------------*/
