/* generalite */
html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	height: 100%;
}
html {
   font-family: Sans-Serif;
	/*font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;*/
	font-size: 12px;
	text-align: center;
}
a {
	color: blue;
}
p {
	margin: 10px 0; 
	padding: 0;
}
.acenter {
	text-align: center;
}
.aleft {
	text-align: left;
}
.imggauche {
	float: left;
}
.u {
	text-decoration: underline;
}
/* 

	Content 
	
*/
#content {
	position: absolute;
	top: 0;
	left: 0;
	height: 600px;
	width: 100%;
}
#cadre {
	position: relative;
	top: 20px;
	margin: 0 auto;
	height: 560px;
	width: 900px;
	background-image: url(fond2.jpg) ; 
	/* border: 1px solid; */
	background-color: #fff;
}
/*   

	Page d'entree

*/
#ent_logo {
	position: absolute;
	top: 30px;
	left: 275px;
	height: 150px;
	width: 350px;
}
#ent_enter {
	position: absolute;
	top: 270px;
	left: 0;
	padding: 0;
	margin: 0;
	width: 900px;
	font-size: 16px;
	font-weight: bold;
}
/* Placement de l'adresse */
#ent_adresse {
	position: absolute;
	top: 380px;
	left: 0;
	padding: 0;
	margin: 0;
	width: 900px;
}
#ent_adresse p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#ent_adresse img {
	margin: 0;
	padding: 0;
	height: 12px;
	width: 200px;
}
/* 

	Page pour le contenu 

*/
#logo {
	position: absolute;
	top: 0;
	left: 20px;
	height: 90px;
	width: 860px;
	border-bottom: 2px solid #a7a7a7;
	z-index: 99;
	text-align: left;
}
#logotext {
	position: relative;
	top: 2px;
	left: 610px;
	height: 88px;
	width: 350px;
	background: url(logo_text3.png) no-repeat; 
}
/* 

	Menu 
	
*/
#menu {
	position: absolute;
	width: 898px;
	top: 65px;
	left: -4px;
	height: 24px;
	font-size: 13px;
	font-weight: bold;
	color: #8d001a;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	list-style: none;
	margin: 2px 0 0 4px;
	padding: 0;
	width: 100px;
	line-height: 24px;
	background-image: url(button0.png) ;
	text-align: center;
}
/* onglet actif */
#menu #act {
	position: relative;
	top: 0px;
	margin: 2px 0 0 4px;
	/* margin: 1px 0 0 4px; */
	line-height: 24px;
	height: 24px;
	text-decoration: underline;
   background-image: url(button1.png) ;
}
/* 
	Lien + Lien au sruvol 
*/
#menu a {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #8d001a;
} 
#menu li a:hover {
	line-height: 24px;
	margin: 0;
	padding: 0;
	background-image: url(button1.png) ;
/*	border-bottom: 1px solid #CECECE; */
}
/*

	contenu 
	
*/
#contenu {
	position: absolute;
	top: 92px;
	left: 20px;
	height: 448px;
	width: 860px;
	border-left: 0px solid #a7a7a7;
}
#contenumag1 {
	position: absolute;
	top: 50px;
	left: 25px;
	height: 170px;
	width: 227px;
/*	border: 1px solid #000;*/
}
#contenumag2 {
	position: absolute;
	top: 240px;
	left: 25px;
	height: 170px;
	width: 227px;
	/*border: 1px solid #000;*/
}
#contenumag3 {
	position: absolute;
	top: 50px;
	left: 272px;
	height: 360px;
	width: 560px;
	/*border: 1px solid #000;*/
}
#contenug {
	position: absolute;
	top: 60px;
	left: 15px;
	height: 380px;
	width: 395px;
}
#contenug img.img {
	position: absolute;
	top: 50px;
	left: 20px;
	width: 360px;
	height: 220px;
	border: 1px solid #000;
}
#contenud {
	position: absolute;
	top: 60px;
	left: 445px;
	height: 380px;
	width: 395px;
}
#contenud img.img {
	position: absolute;
	top: 50px;
	left: 20px;
	width: 360px;
	height: 220px;
	border: 1px solid #000;
}
#contenud img.map {
	position: absolute;
	top: -27px;
	left: 20px;
	width: 374px;
	height: 392px;
}
#contenulogo {
	position: absolute;
	top: 280px;
	left: 720px;
	height: 90px;
	width: 90px;
	background-image: url(logo_fond.png);
} 
/*   

	design by .... 

*/
#designg, #designd {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 542px;
	font-size: 8px;
	font-stretch: condensed;
}
#designg {
	left: 12px;
}
#designd {
	right: 12px;
}
#designd a, #designg a {
	color: #000;
	text-decoration: none;
}
