/* Mise en forme globale */
html, body {
	margin: 0 auto;
	padding: 0;
	font: 12px arial,sans-serif;
	background-color: #FFFFFF;
}
#global {
	width: 920px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -460px;
	background: url('/data//1152705271/img/bg-shadow.jpg');
}
#header {
	height: 178px;
}
#nav {
	width: 320px;
	height: 357px;
	float: left;
	text-align: center;
	background: url('/data//1152705271/img/nav.jpg') no-repeat top right;
}
#nav select {
	width: 170px;	
}
#content {
	width: 570px;
	background: url('/data//1152705271/img/content.jpg') no-repeat top left;
	float: left;
}
#pub {
	height: 100px;
	width: 500px;
	float: left;
}	
#derniers {
	margin: 10px;
}
#footer {
	height: 28px;
	clear: both;
	background: url('/data//1152705271/img/footer.jpg');
	text-align: center;
}
.inContent { 
	margin: 20px;
}
.adresseG {
	width: 250px;
	float: left;
	height: 110px;
}
.adresseD {
	width: 250px;
	float: right;
	height: 110px;
}
.ligneAdresse {
	clear: both;	
}
.photo_adresse {
	float: left;
	margin-right: 5px;
}
.photo_adresse img {
	border: 1px solid #000000;	
}
.tel {
	color : #03F;
}
.boutons{
	clear: both;
	padding-top: 1px;
	padding-bottom: 5px;
}
.bouton_promo{
	float: left;
}
.bouton_site{
	float: left;
}

/* Mise en Forme du texte */
h1 {
	font-size: 16px;
	color: #369;
}
h2 {
	height: 30px;
	font-size: 18px;
	color: #369;
	margin: 0;
	font-weight: normal;
	padding-left: 15;
}
h3 {
	font-size: 14px;
	color: #369;
	margin: 0;
	padding: 0;
}
p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #666;
}
a {
	font-size: 12px;
	color: #03F;
	text-decoration:none
}
a:hover {
	text-decoration:underline
}
#footer p {
	font-size: 10px;
	padding-top: 4px;
}
#footer a {
	font-size: 10px;
	color: #333;
}
#footer a:hover {
	text-decoration:underline;
}