@charset "utf-8";
/* CSS Document */
body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	background-color:#2d201c;
	margin:0px 0px 0px 0px;
	color:#000000	;
	font:12px "Century Gothic", Verdana, Arial; 
	text-align:center;
}

/* /////////////////////////////////////////////// LIENS */
a { color:#000000; text-decoration:none; }
a:hover { color:#96c050; text-decoration:none; }
a img { border:0;}

/* /////////////////////////////////////////////// TITRES */
h1{ color:#9f398a;	font-weight:bold;	font:Verdana, Arial, Helvetica, sans-serif; font-size:22px; line-height:18px;}
h2{ color:#9f398a;	font-weight:bold;	font:Verdana, Arial, Helvetica, sans-serif;	font-size:17px; line-height:18px;}
h3{ color:#9f398a;	font-weight:bold;	font:Verdana, Arial, Helvetica, sans-serif; font-size:14px; line-height:18px;}
h4{ color:#9f398a;	font-weight:bold;	font:Verdana, Arial, Helvetica, sans-serif; font-size:14px; line-height:13px;}
h5{ color:#9f398a;	font-weight:bold;	font:Verdana, Arial, Helvetica, sans-serif; font-size:14px; line-height:13px;}


.principale{
	width:980px;
	background-image:url(../images/bg_page.jpg);
}
.contenu_principal{
 padding:5px;
}

.banniere{
	height:100px;
}

/* /////////////////////////////////////////////// LIENS EN TETE */
.header_liens{
	color:#FFFFFF;
	background-color:#2d201c; 
	height:40px;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
}
.header_liens a {color:#FFFFFF; text-decoration:none;}
.header_liens a:hover { color:#96c050; text-decoration:none; }

/* /////////////////////////////////////////////// LIENS FOOTER */
.footer_liens{
	background-color:#2d201c; 
	margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;
	color:#FFFFFF;
	line-height:15px;
	height:130px;
	padding-top:10px;
}
.footer_liens a {font-size:11px; color:#FFFFFF; text-decoration:none; line-height:12px; font-weight:bold;}
.footer_liens a:hover { color:#96c050; text-decoration:none; line-height:12px; }
.footer_liens h1 {color:#FFFFFF; font-size:12px; font-weight:bold; line-height:5px;}

/* /////////////////////////////////////////////// COTES SITE WEB OMBRAGE*/
.cote_gauche{
	background-image:url(../images/cote_gauche.png);
	background-repeat:repeat-y;
	width:28px;
}
.cote_droit{
	background-image:url(../images/cote_droit.png); 
	background-repeat:repeat-y;
	width:28px;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////// BT COMPTE CLIENT */
.bt_compte_client{
	color:#222222;
	height:30px;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
}
.bt_compte_client a {color:#000000; text-decoration:none;}
.bt_compte_client a:hover {color:#2d201c; text-decoration:none;}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////// ENCART MAGASIN HOMEPAGE */
encart_magasin {
	width:961px;
	height:235px;
}

.encart_magasin .photo_gauche{
	width:513px;
	height:235px;
	background-image:url(../images/encart_magasin/images/notre-magasin_01.png);
	background-repeat:no-repeat;
}

.encart_magasin .contenu {
	width:432px;
	height:235px;
	background-image:url(../images/encart_magasin/images/notre-magasin_02.jpg);
	padding:10px 10px 10px 10px;
	background-repeat:repeat-x;
}

.encart_magasin .photo_droite {
	width:16px;
	height:235px;
	background-image:url(../images/encart_magasin/images/notre-magasin_03.png);
	background-repeat:repeat-x;
}