/* MISE EN PAGE */

body {
	margin:0px;
	background-color:#313533;
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#page {
	width:900px;
	margin:auto;
	background-image:url(img/fond_site.jpg);
}

#entete {
	width:900px;
	height:100px;
	background-color:#000000;
	background-image:url(img/banniere_catalogue.jpg);
	background-position:350px 0px;
	background-repeat:no-repeat;
}

#diaporama {
	width:350px;
	height:151px;
	background-color:#FFFFFF;
	border-bottom:thin solid #000000;
	border-right:thin solid #d2d4d3;
	position:relative;
	float:left;
}

.diapo {
	position:absolute;
	width:350px;
	height:150px;
	text-align:center;
	top:0px;
	left:0px;
}

#navigation {
	width:550px;
	height:30px;
	float:right;
}

#menu {
	width:550px;
	height:30px;
	background-color:#e75113;
}

.separation_menu {
	width:110px;
	height:30px;
	border-right:solid 2px #d04b14;
	line-height:30px;
	text-align:center;
	float:left;
}

.separation_menu_fin {
	width:100px;
	height:30px;
	line-height:30px;
	text-align:center;
	float:left;
}

#gauche {
	width:350px;
	height:500px;
	float:left;
}

#actualite {
	width:351px;
	height:325px;
	background-color:#f4f4f4;
	font-size:11px;
	float:left;
}

#bandeau_actu {
	width:331px;
	height:40px;
	background-color:#d2d4d3;
	line-height:40px;
	padding-left:20px;
}

#contenu_actu {
	width:315px;
	height:245px;
	padding:20px;
}

#contenu {
	width:510px;
	padding:20px;
	float:right;
}

#pied_de_page {
	width:900px;
	height:10px;
	font-size:9px;
	color:#FFFFFF;
	text-align:center;
	line-height:10px;
	margin:auto;
	padding-top:5px;
}

#googlemap {
	border: 1px solid black;
	width: 500px; 
	height: 400px;
	margin: 0px;
	padding: 0px;
}

.flotteG {
	float:left;
}

.flotteR {
	float:right;
}

.clear {
	clear:both;
}

.liste_admin {
	width:95%;
	height:30px;
}

.liste_admin_titre {
	padding-top:12px;
}

.liste_admin_icones {
	padding-top:5px;
}

/* LIENS */

a {
	color:#000000;
	font-size:12px;
	text-decoration:none;
}

.lien_menu {
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
}

.lien_pdp {
	color:#ffffff;
	font-size:9px;
	text-decoration:none;
}

.lien11px {
	color:#000000;
	font-size:11px;
	text-decoration:none;
}

.lien12px_coul {
	color:#454e4b;
	font-size:12px;
	text-decoration:none;
}

.lien16px_coul {
	color:#454e4b;
	font-size:16px;
	text-decoration:none;
}

/* TITRES */

h1 {
	font-size:24px;
	font-weight:bold;
	color:#454e4b;
	margin-top:0px;
}

h2 {
	font-size:18px;
	font-weight:bold;
	color:#454e4b;
	margin-top:0px;
}

/* TEXTES */ 

.gras {
	font-weight:bold;
}

.centrer {
	text-align:center;
}

.droite {
	text-align:right;
}

.erreur {
	font-weight:bold;
	color:#FF0000;
}

.titre17px {
	color:#454e4b;
	font-size:17px;
	margin:0px;
}

/* FILET */

.filet_noir {
	border-bottom:thin solid #000000;
	padding-top:5px;
	padding-bottom:5px;
}

.filet_menu_admin {
	border-bottom:thin solid #d2d4d3;
}

.bordure {
	border:thin solid #d2d4d3;
}

/* MARGES */

.marge0 {
	margin:0px;
}

.marge_droite_20 {
	margin-right:20px;
}

.marge_haute_8 {
	margin-top:8px;
}

/* FORMULAIRE */

label {
	display:inline-block;
	width:100px;
}

.label75 {
	display:inline-block;
	width:75px;
}

.label150 {
	display:inline-block;
	width:150px;
}

/* LISTES */

.liste_fleche {
	list-style-image:none;
	list-style-type:none;
}

.liste_fleche_li {
	padding-bottom:30px;
	padding-left:30px;
	background-image:url(img/icone_fleche.jpg);
	background-repeat:no-repeat;
	height:20px;
}

/* CATALOGUE */

.image_gamme {
	width:100px;
	height:100px;
	border:thin solid #d2d4d3;
	margin-right:5px;
	float:left
}

.texte_gamme {
	width:130px;
	height:100px;
	border:thin solid #d2d4d3;
	padding-left:5px;
	margin-right:10px;
	float:left;
	position:relative;
}

.details {
	position:absolute;
	bottom:0px;
	right:0px;
}