/*concerne l'index seul*/

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	background-color:#BEB5B8;
	
	}

#conteneur {
	position: absolute; 
	left: 50%;
	right: 50%;
	width: 1006px;
	_width: 1008px; /* Hack IE */
	margin-left: -504px;
	top: 15px;
	}
	
#conteneur img {
	border: 1px solid #877474;
	background-color: white;
	}


h1, h2, h3, p {
	font-family: Verdana, Arial, sans-serif;
	color: #485557;
	font-style: normal;
	}

a {
	text-decoration: none;
	color: #444;
	}

a:hover {
	color: #877474;
	}
	
#contact {
 	font-size: 11px;
	_margin-top: 10px ;
  	}
	
div.bienvenue {position: relative; width: 118px; height: 24px; background: url(../imgs/bienvenue.jpg) center -24px no-repeat; top: 0;}
div.bienvenue a.top { display: block; margin: 0; padding:0; width:100%; height:100%; overflow:hidden; background: url(../imgs/bienvenue.jpg) top center no-repeat; }
div.bienvenue a.top:hover { background-image: none; }

div.welcome {position: relative; width: 104px; height: 24px; background:  url(../imgs/welcome.jpg) center -24px no-repeat; top: 0;}
div.welcome a.top { display: block; margin: 0; padding:0; width:100%; height:100%; overflow:hidden; background:  url(../imgs/welcome.jpg) top center no-repeat; }
div.welcome a.top:hover { background-image: none; }
