html, body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	font: 90% Verdana,"Trebuchet MS", sans-serif;
	text-align: justify;
}

body
{
	background: url('../images/fond.png');
}

h1, h2, h3, p
{
	margin-top: 0px;
	margin-bottom: 8px;
}

h1
{
	color: #333;
	font-size: 2.2em;
	text-indent: 10px;
	font-variant: small-caps;
	border-bottom: 1px solid #990000;
	margin-top:	0px;
	margin-bottom:	10px;
}

h1.h1_accueil
{
	display: block;
	width: 100%;
	height: 120px;
	padding-top: 120px;
	background: url('../images/fond_accueil.jpg') no-repeat;
}

h2
{
	font-size: 1.4em;
	color: #990000;
	font-variant: small-caps;
}

a
{
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}

a:hover
{
	color: #3b5998;
}

p
{
	margin-bottom: 8px;
}

#cadre
{
	width: 900px;
	min-height: 100%;
	margin: auto;
	position: relative;
	background-color: white;
}

#entete
{
	height: 130px;
	background: #990000 url('../images/logo2.png') bottom no-repeat;
}

#entete h1
{
	text-indent: -50000px;
}

#menu
{
	height: 22px;
	border-bottom: 1px solid #990000;
}

#navigation
{
	padding-top: 5px;
	font-size: 0.8em;
	margin-left: 22px;
	margin-right: 22px;
}

#navigation .nav_droite
{
	float: right;
}

#menu a
{
	display: block;
	width: 150px;
	float: left;
	font-size: 17px;
	line-height: 22px;
	text-align: center;
}

#menu a:hover, #menu a.actif
{
	background-color: #990000;
	color: #FFF;
}

#corps
{
	overflow: hidden;
	padding-bottom: 30px;
}

#volet
{
	width: 250px;
	float: right;
	padding: 5px;
	font-size: 0.8em;
}

#contenu
{
	width: 620px;
	padding: 10px;
	float: left;
}

.pres_produit
{
	width: 100%;
	border: 1px solid #C9C9C9;
	margin-bottom: 5px;
	padding: 5px;
}

#volet .pres_produit
{
	width: 230px;
	margin-left: 5px;
}

.centre
{
	text-align: center;
}

.pres_produit:hover
{
	background-color: #EEEEEE;
}

.pres_produit .nav
{
	font-size: 0.7em;
}

.pres_produit .droite
{
	float:right;
}

.pres_produit a
{
	font-weight: normal;
}

.img_produit
{
	float: right;
	margin-left: 5px;
}

.img_produit_centre
{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.miniature_marque
{
	float:left;
	margin-right: 5px;
	min-height: 100px;
}

.miniature_marque img
{
	width: 100px;
}

.barre
{
	text-decoration: line-through;
}

ul.nav_cat_sup
{
	margin-left:0px;
	padding-left:0px;
}

ul.nav_cat_sup li
{
	list-style-type: none;
	display: inline;
	margin-left:0px;
	padding-left:0px;
}

.nav_cat_sup
{
	font-size: 10px;
}

#pied
{
	position: absolute;
	bottom: 0px;
	width: 100%;
	font-size: 0.9em;
	text-align: center;
	background-color: #990000;
	color: white;
}

#pied a
{
	color: white;
	font-weight: bold;
}

#pied a:hover
{
	color: #3b5998;
}

#pied p
{
	margin: 0px;
	line-height: 20px;
}
