/* CSS Document */
body{
    margin:0px;
    padding:0px;
    text-align:center; /* pour centré le site */
	background: url(../images/background_repeat.jpg) repeat #636466;
	padding-top:20px;
}

#background_header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: url(../images/background_header.jpg) repeat-x;
	height: 223px;
}


/*-------------------------- Div centrale conteneur ---------------------------------*/
#main{
    width:955px;
    margin: 0px auto; /* pour centré le site */
    text-align:left; /* ferrer le texte ŕ gauche */
	margin-top: 0px;
	padding-top: 205px;
}

/*-------------------------- Entete ---------------------------------*/
#header {
	position: absolute;
	top: 0px;
    width:955px;
	height:226px;
	background: url(../images/header.jpg) no-repeat;
}

#infos_legales {
	position: absolute;
	right: 19px;
	top: 138px;
	text-decoration: none;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}

#infos_legales a {
	text-decoration: none;
}

#infos_legales a img {
	border: none;
}

/* Entete cliquable */
#clickDiv {
	text-decoration:none;
	position: absolute;
	left: 188px;
	top: 75px;
	width: 187px;
	height: 52px;
	cursor: pointer;
}

#clickDiv a {
	display: block;
	width: 187px;
	min-width: 187px;
	height: 52px;
	min-height: 52px;
}

/*-------------------------- Contenu ---------------------------------*/
#contenu{
/*	background-color: #00FF33;
	border: 1px solid #00FF00;*/
	background-color: #ECECED;
	padding: 0px;
	padding-top:23px;
}


/*-------------------------- FOOTER---------------------------------*/
#footer{
	background: url(../images/bottom_background.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #868788;
	padding-top:20px;
	text-align:center;
}

#footer div.footer_nav {
	text-transform: uppercase;
}

#footer div.footer_nav a{
	color: #868788;
	text-decoration:none;
	margin-right: 20px;
}

#footer div.footer_nav a:hover{
	color: #868788;
	text-decoration:underline;
}

#footer div.footer_adresse {
	padding-top:12px;
	padding-bottom: 12px;
	line-height: 15px;
}

#footer div.footer_adresse a{
	color: #868788;
	text-decoration:none;
}

#footer div.footer_adresse a:hover{
	color: #868788;
	text-decoration:underline;
}

/* ------------------------------------ SIGNATURE ------------------------------------------------- */
#signature {
	text-align: center;
	padding-top: 8px;
}

#signature img {
	border: none;
}

