/* MISE EN PAGE */

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

#page {
	width:900px;
	margin:auto;
	background-color:#FFFFFF;
}

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

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

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

#navigation {
	width:550px;
	height:152px;
	background-color:#e4e4e4;
	float:left;
}

#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;
}

#recherche {
	width:500px;
	height:87px;
	color:#454e4b;
	padding-top:20px;
	padding-left:40px;
	position:relative;
}

#bas {
	width:900px;
	clear:both;
}

#actualite {
	width:350px;
	height:335px;
	background-color:#f4f4f4;
	float:left;
}

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

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

#contenu {
	width:550px;
	float:left;
}

#contenu p {
	margin:5px 0 0 15px;
}

#contenu_tpl {
	width:530px;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
	padding-bottom:20px;
	float:left;
}

.cat {
	width:168px;
	height:305px;
	padding-top:20px;
	padding-left:15px;
	font-size:11px;
	float:left;
}

.cat ul{
	margin:0px;
	padding:0px;
	list-style-position:inside;
}

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

#panier {
	position:absolute;
	bottom:-10px;
	right:0px;
}

.flotteG {
	float:left;
}

.clear {
	clear:both;
}

/* LIENS */

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

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

.lien9px {
	color:#000000;
	font-size:9px;
	text-decoration:none;
}

.lien10px {
	color:#000000;
	font-size:10px;
	text-decoration:none;
}

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

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

/* TITRES */

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

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

/* TEXTES */ 

.centrer {
	text-align:center;
}

.droite {
	text-align:right;
}

.gras {
	font-weight:bold;
}

.justif {
	text-align:justify;
}

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

.txt12px_blanc {
	color:#FFFFFF;
}

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

.titre20px {
	color:#454e4b;
	font-size:20px;
}

/* FILET */

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

.filetRouge {
	border:thin solid #ff0000;
}

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

.bordure {
	border:thin solid #d2d4d3;
}

/* MARGES */

.marge_droite_20 {
	margin-right:20px;
}

/* FORMULAIRE */

.bouton_blanc {
	background-color:#FFFFFF;
}

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

.sans_label {
	display:inline-block;
	width:300px;
}

/* CATALOGUE */

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

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

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