/* ------------------------- général -----------------------------*/

body {
	background: #F9F5F6 url(../images/fond.jpg) repeat-x top left;
	vertical-align: middle;
}

#global {
	position:absolute;
	left: 50%;
	top: 0%;
	width: 980px;
	height: 472px;
	margin-top: 10px; /* moitié de la hauteur */
	margin-left: -490px;
	text-align: center;
	background-repeat: no-repeat;
	z-index: 2;	
	visibility: visible;
	bottom: 0px;
}

/* ------------------------- le bandeau du bas -----------------------------*/

#bandeau_bas {
	margin: auto;
	width: 880px;
	margin-top: -10px;
	z-index: 3;
	padding: 10px 40px 10px 50px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background: #29465f url(../images/fond_bandeau_bas.jpg) no-repeat bottom left;
}

#bandeau_bas h1{
	color: #ffffff;
	font-size: 16px;
	padding: 0;
}

#bandeau_bas p{
	color: #91b3d5;
	font-size: 14px;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

#bandeau_bas h2{
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	padding: 0 0 3px 0;
	background: transparent url(../images/fond_h2_accueil.jpg) no-repeat bottom left;
}

#bandeau_bas #bloc_gauche, #bandeau_bas #bloc_droite{
	width: 425px;
	float: left;
	color: #FFFFFF;
	font-size: 10px;
	margin-right: 10px;
}

#bandeau_bas #bloc_gauche{
	margin-right: 20px;	
	background: transparent url(../images/fond_bandeau_bas_accueil.jpg) no-repeat center right;
}

#bandeau_bas ul{
	padding: 0 10px 0 10px;
	margin: 0 0 0 6px;
}


/* ------------------------- le footer -----------------------------*/

#footer {
	width: 100%;
	height:29;
	z-index:3;
	text-align: center;
	padding: 5px 0 10px 0;
}
.liens_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.liens_footer a{
	color: #666666;
	text-decoration: none;
}
.liens_footer a:hover{
	text-decoration: underline;
}
.menu_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #678db1;
	padding-top: 5px;
}
.menu_footer a{
	color: #678db1;
	text-decoration: none;
}
.menu_footer a:hover{
	text-decoration: underline;
}

