/* CLAU HOME - 23/09/08 */

body {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	text-align: center;/**/
	background-image:  url(../pics/bg_incl11.gif);
	}

img {
	border: none;
	}

/* ==== FOND PAGE NAVI ==== */

#wrap-bando  {
	width: 100%;
	height: 600px;
	z-index: 20;
	background: none;
	}
#bandeau-gris {
	height: 150px;
	margin-top: 300px;
	background: #888;
	z-index: 20;
	}

/* ==== CONTENU PRINCIPAL ==== */
	
#wrap-cont  {
	width: 960px;
	height: 600px;
	text-align: center;
	z-index: 100;/*
	background: #ddd;*/
	}
#fond-cadre {
	z-index: 100;
	}
	
/* --- TITRAGE --- */

#titrage {
	display: block;/*none*/
	margin-top: 150px;
	z-index: 500;
	}

/* --- VIGNETTES --- */

#bando-vignet {
	position: absolute;
	top: 300px;
	left: 0px;
	width: 960px;
	height: 150px;
	text-align: center;
	padding: 0;
	margin: 0;
	background: #777;/*888*/
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	z-index: 400;
	}
#imag0 {
	padding: 13px 0 0 216px;
	}
.imag1, .imag2 {
	float: left;/**/
	width: 100px;
	text-align: center;	
	}
.imag1 {/**/
	margin: 0 40px 0 0;	
	}	
.rubriq {
	width: 100%;
	font: normal 12px/1.5em verdana;
	color: #fff;
	padding-bottom: 3px;
	}
	
/* OPTIONNEL : Bordures img */
img {
	border: 1px solid #fff;/**/
	}
#imag0 {
	padding-top: 15px;/**/
	}

/* --- MENU GENERAL --- */

#home-menu {
	position: absolute;
	top: 530px;
	left: 220px;
	width: 520px;
	text-align: center;
	z-index: 500;
	}


/* ==== LINKS ==== */

a {
	outline:none;/*FF only*/
	}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
	}
a:hover {
	color: #fff;
	text-decoration: underline;
	}
