html {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #F7F2E2;
	background-image: url(../img/fond_haut.gif);
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top;

}
h1, h2, h3, h4, h5 {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
table{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #4D4D4D;
}

#feuille{
	width: 940px;
	margin-left: -470px;
	position: relative;
	background-image: url(../img/feuille_milieu.gif);
	/*background-color: #FFFFFF;*//*#FAF9F4;*/
	left: 50%;
}
#feuilleHaut{
	width: 940px;
	height: 16px;
	font-size: 1px;
	line-height: 1px;
	background-image: url(../img/feuille_haut.gif);
	/*background-color: #FF0000;*/
	top:0px;
}
#feuilleMilieu{
	width: 940px;
	position: relative;
	z-index: 0;
	/*background-color: #00FF00;*/
	background-image: url(../img/feuille_milieu.gif);
}
#feuilleMilieuGauche{
	width: 10px;
	height: 184px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	/*background-color: #FF0000;*/
	background-image: url(../img/feuille_milieu_gauche.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#feuilleMilieuDroite{
	width: 10px;
	height: 184px;
	position: absolute;
	z-index: 2;
	right: 0px;
	top: 0px;
	/*background-color: #FF0000;*/
	background-image: url(../img/feuille_milieu_droite.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#feuilleBas{
	width: 940px;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
	background-image: url(../img/feuille_bas.gif);
	/*background-color: #FF00FF;*/
}
#page{
	position: relative;
	width: 920px;
	left: 10px;
	z-index:3;
	background-image: url(../img/page_milieu.gif);
	font-family: Arial;
	font-size: 12px;
	color: #4D4D4D;
}
#pageHaut{
	width: 920px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	background-image: url(../img/page_haut.gif);
}
#pageBas{
	width: 920px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	background-image: url(../img/page_bas.gif);
}
#logo {
	position: absolute;
	height: 110px;
	width: 918px;
	top: 1px;
	left: 1px;
	background-image: url(../img/page_logo.gif);
}
#section {
	position: absolute;
	top: 1px;
	right: 1px;
}
#colGauche {
	width: 208px;
	text-align: right;
	position: absolute;
	top: 108px;
	left: 1px;
}
#colGauche .ligneMenu {
	position: relative;
}
#colGauche a {
	color: #747877;
	text-decoration: none;
}
#colGauche a:hover {
	color: #C73A2B;
	font-weight: bold;
}
#colGauche strong {
	color: #C73A2B;
}
#colGauche img {
	position: relative;
	right: 3px;
	top: 2px;
}
#colDroite {
	position: relative;
	width: 570px;
	left: 282px;
	padding-top: 135px;
	margin-bottom: 50px;
}
#pied {
	/*background-color: #CC66FF;*/
	/*height: 45px;*/
	width: 711px;
	position: relative;
	bottom: 2px;
	left: 208px;
	padding-bottom: 15px;
	font-size: 11px;
	color: #979693;
}
#pied a{
	color: #979693;
	text-decoration: none;
}
#pied a:hover {
	color: #C73A2B;
	font-weight: bold;
}
h1 {
	color: #C73A2B;
}
h2 {
	color: #C73A2B;
	font-size: 12px;
	margin-bottom: 12px;
}
h2 em {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	position: relative;
	top: -10px;
}
h3 {
	/*
	color: #FAF9F4;
	background-color: #CE3C2F;
	*/
	color: #CE3C2F;
	text-transform: lowercase;
	height: 15px;
	width: 100%;
	line-height: 15px;
	font-size: 15px;
	font-weight: bold;
	/*
	background-image: url(../img/h3_fond.gif);
	background-repeat: repeat-y;
	background-position: right top;
	*/
	margin-top: 5px;
	margin-bottom: 10px;
}
h3 em {
	color: #979693;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
}
a {
	color: #CE3C2F;
	text-decoration: none;
	/*font-weight: normal;*/
}
a:hover {
	/*
	color: #FF3C2F;
	letter-spacing: 1px;
	*/
	text-decoration: underline;
	/*font-weight: bold;*/
}
a img{
	border: none;
}
.ligneProduits {
	position: relative;
	overflow: auto;
	width: 100%;
	margin-bottom: 12px;
}
.produit {
	float: left;
	width: 137px;
	font-size: 11px;
	color: #4D4D4D;
	line-height: 12px;
	margin-bottom: 2px;
}
.produit a {
	text-decoration: none;
	color: none;
}
.produit em {
	font-size: 10px;
	color: #A8A8A8;
	font-style: normal;
}
.produit .blocImage {
	background-image: url(../img/produit_fond_4.gif);
	background-repeat: no-repeat;
	height: 137px;
	width: 137px;
	margin-bottom: 3px;
}
.produit .blocImage img {
	border: 1px solid #969488;	
}
.interProduit {
	float: left;
	width: 7px;
}
.ligneInvisible {
	/*background-color: #0000FF;*/
	width: 100%;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
.bordure {
	border: 1px solid #FF0000;
}
.ligneRouge {
	width: 100%;
	height: 1px;
	background-color: #C73A2B;
	font-size: 1px;
	line-height: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.rouge {
	color: #C73A2B;
}
#listeProduits {
	padding: 0px;
	font-size: 10px;
	border: 1px solid #E2CEC7;
	border-collapse:collapse;
}
#listeProduits td {
	padding: 2px;
	border: 1px solid #E2CEC7;
}
form {
	margin: 0px;
	padding: 0px;
}
input {
	font-family: Arial;
	font-size: 12px;
	color: #4D4D4D;
	width: 200px;
}
select {
	font-family: Arial;
	font-size: 12px;
	color: #4D4D4D;
	width: 200px;
}
.bloc_infos {
	overflow: auto;
}
.bloc_infos h3 {
	margin-top: 0px;
}
.separateur_infos {
	height:50px;
}
.img_auteur {
	border: 1px solid #969488;
}
.liens {
	margin-top: 10px;
}
.img_gauche {
	float:left;
	margin-right: 10px;
}
.img_droite {
	float:right;
	margin-left: 10px;
}
.texte_droite {
	text-align: right;
}
.blockquote {
	display: block;
	background-image: url(../img/bloc_quote_fond.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #f7f2e2;
	border: 1px solid #e4d8c3;
	color: #7e6d4e;
	overflow: auto;
	padding: 15px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.vspacer {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
