

/* Ce fichier définit le style visuel pour les différents éléments des pages.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - Eléments HTML en général
 * - Page
 * - Entête
 * - Chemin
 * - Produit petit & grand
 * - Pied de page
 * - Menu général
 * - Signature
 * - Nombre de pages
 * - les styles particuliers pour les pages intérieures
 */


/* Eléments HTML en général
-------------------------------------------------------- */

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #87827E;
	font-size: 0.7em;
}

h1, h2, h3{
	font-family: Verdana, "Trebuchet MS", sans-serif;
}

h1{
	font-size: 1.8em;
	margin: 0;
	padding: 0;
}
h2{
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}
h3{
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

a {
	color: #6b594f;
	text-decoration: none;
	font-size:11px;
}

a:visited {
	color: #6b594f;
	text-decoration: none;
	font-size:11px;
}

a:hover {
	text-decoration: underline;
	color: #6b594f;
	font-size:11px;
}

img {
	border: 0
}

/* Page
-------------------------------------------------------- */

#wrapper {
	width: 993px;
	text-align: left;
	overflow: visible;
	position: relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}

#subwrapper {
	overflow: hidden;
	position: relative;
	width: 993px;
	background-color: #FFFFFF;
}

#content {
	padding: 0;
	clear: both;
	margin: 0;
}

#contenu {
	float: left;
	width:615px;
	height:500px;
	border-bottom:3px #D0C9B6 solid;
}

.titrePage {
	color: #6b594f;
	text-align: left;
	width: 605px;
	padding-bottom: 2px;
	border-bottom:1px #000000 solid;
	margin-left:5px;
	font-weight:bold;
}

.sousTitrePage {
	color: #6b594f;
	text-align: left;
	font-weight: bold;
	width: 605px;
	padding-top: 2px;
	border-bottom:1px #000000 solid;
	padding-bottom:12px;
	margin-left:5px;
}

.textePage {
	color: #a7a08c;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:11px;
}

.separation {
	height: 1px;
	width: 605px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow:hidden;
	zoom:1;
}




/* Entête
-------------------------------------------------------- */

#entete {
	float: left;
	background-image:url(images/bandeau.gif);
	background-repeat:no-repeat;
	width: 777px;
	height:175px;;	
}

.logo {
	float: left;
	width: 260px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#monCompte {
	position:absolute;
	left:850px;
	top:115px;
	width: 145px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

.formMonCompte {
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color:#3B2F29;
	font-size:9px;
}

.blocMonCompte {
	float: left;
	padding:0;
	margin: 0;
}

.champFormMonCompte {
	font-size: 0.95em;
	padding: 0;
	margin: 0;
	color: #6B594F;
	background-color: #FFFFFF;
	overflow: hidden;
	border:1px #a7a08c solid;
	zoom: 1;
}

.menuMonCompte {
	position:absolute;
	color: #a9c9e9;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-size:9px;
	padding: 0;
}

#monPanier {
	position:absolute;
	top:70px;
	left:870px;
	width: 108px;
	text-align:right;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

.boutonMonCompteEntete {	
	float: left;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

a.LIEN_entete:link {
	font-size: 0.8em;
	color: #6AC8D2;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_entete:visited {
	font-size: 0.8em;
	color: #6AC8D2;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_entete:hover {
	font-size: 0.8em;
	color: #6AC8D2;
	text-decoration: underline;
	font-weight: bold;
}

a.LienMonCompte:link
{
color:#6b594f;
text-decoration:none;
}

a.LienMonCompte:visited
{
color:#6b594f;
text-decoration:none;
}

a.LienMonCompte:over
{
color:#6b594f;
text-decoration:underline;
}

/* Chemin
-------------------------------------------------------- */

#chemin {
	float: left;
	width:970px;
	color: #a9c9e9;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #0066CC;
	margin: 0;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

a.LIEN_chemin:link {
	color: #6b594f;
	text-decoration: none;
}

a.LIEN_chemin:visited {
	color: #6b594f;
	text-decoration: none;
}

a.LIEN_chemin:hover {
	color: #6b594f;
	text-decoration: underline;
}

/* Produit petit & grand
-------------------------------------------------------- */

.ListeProduitsPetits {
	float: left;
	width: 760px;
	margin: 0;
	padding: 0;
}

.produitPetit {
	float: left;
	width: 170px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

.contourImage {
	border: 1px solid #0066CC;
	margin-bottom: 5px;
	float: left;
}

.titreProduit {
	color: #a7a08c;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}

.chapoProduit {
	color: #a7a08c;
	text-align: left;
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 5px;
	width: 100%;
}

.descriptionProduit {
	color: #a7a08c;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

.prixProduit {
	color: #EC8000;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
}

.ficheProduit {
	float:left;
	width: 470px;
	margin-left: 10px;
}


a.LIEN_commander:link {
	color: #6b594f;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_commander:visited {
	color: #6b594f;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_commander:hover {
	color: #6b594f;
	text-decoration: underline;
	font-weight: bold;
}

/* Nombre de pages
-------------------------------------------------------- */

#pages {
	float: left;
	width: 775px;
	text-align: right;
	font-size: 0.9em;
	padding-top: 10px;
	margin: 0;
	padding-bottom: 10px;
	color: #a7a08c;
}

a.LIEN_pages:link {
color:#88A8AC;
font-weight:bold;
font-size:11px;
	text-decoration:none;
}

a.LIEN_pages:visited {
color:#88A8AC;
font-weight:bold;
font-size:11px;
	text-decoration:none;
}

a.LIEN_pages:hover {
color:#88A8AC;
font-weight:bold;
font-size:11px;
	text-decoration:none;
}

a.LIEN_pages2:link {
color:#7f7f7f;
font-weight:bold;
font-size:9px;
	text-decoration:none;
}

a.LIEN_pages2:visited {
color:#7f7f7f;
font-weight:bold;
font-size:9px;
	text-decoration:none;
}

a.LIEN_pages2:hover {
color:#7f7f7f;
font-weight:bold;
font-size:9px;
	text-decoration:none;
}
/* Pied de page
-------------------------------------------------------- */

#footer{
	float: left;
	width: 960px;
	color: #0066CC;
	font-size: 0.9em;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0066CC;
	margin: 10px;
	padding-top: 10px;
}

a.LIEN_footer:link {
	color: #6b594f;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_footer:visited {
	color: #6b594f;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_footer:hover {
	color: #6b594f;
	text-decoration: underline;
	font-weight: bold;
}

/* Divers éléments de formulaires & tableaux
-------------------------------------------------------- */

.enteteTableau {
	color: #6B594F;
	font-weight: bold;
	background-color: #e3f7f9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6b594f;
	font-size:11px;
}

.ligneTableau {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a7a08c;
	font-size: 0.8em;
	background-color:#ecfafb;
	font-weight:bold;
	color:#6b594f;
	height:20px;
}

.footerTableau {
	color: #6B594F;
	font-weight: bold;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.boutonMonCompteContenu {
	font-weight: bold;
	width: 605px;
	text-align: right;
	margin-top:10px;
}

.zoneDeSaisie {
	color: #6b594f;
	font-weight: bold;
	font-size: 1em;
}

.obligatoire {
	color: #FF0000;
}

.commentaires {
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	color: #a7a08c;
}


/* Menu général
-------------------------------------------------------- */

#menuGeneral {
	float: left;
	width:216px;
	height:678px;
	background-image:url(images/menu.jpg);
	background-repeat:no-repeat;
}


dl, dt, dd, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu {
	position: relative;
	padding: 0;
	margin: 0;
}

dl#menu {
	width: 175px;
}


dl#menu dt {
	cursor: pointer;
}

dl#menu dt a {
	font-size: 1.2em;
	color: #ec8000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
	overflow: hidden;
	zoom: 1;
}

dl#menu dt a:hover, dl#menu dt .selected {
	color: #FFFFFF;
	background-color: #EC8000;
}

dl#menu dd {
}

dl#menu li {
}

dl#menu li a {
	font-size: 1em;
	color: #EC8000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin:0;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	zoom: 1;
}

dl#menu li a:hover, dl#menu li .selected {
	color: #FFFFFF;
	background-color: #EC8000;
}

.invisibleW3C {
	width: 0; 
	height: 0;
	padding: 0; 
	margin: 0;
}

/* Signature
-------------------------------------------------------- */

#signature {
	padding: 0;
	width: 980px;
	color: #808185;
	font-size: 0.8em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: bold;
}

.W3C {
	width: 88px;
	margin: 0;
	padding: 0;
	float: right;
}

a.LIEN_signature:link {
	color: #808185;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_signature:visited {
	color: #808185;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_signature:hover {
	color: #808185;
	text-decoration: underline;
	font-weight: bold;
}


#mini_boutique
{
width:127px;
height:403px;
float:left;
background-image:url(images/mini_boutique.gif);
background-repeat:no-repeat;
padding-top:100px;
padding-left:35px;
}

#flash_menu
{
position:absolute;
top:210px;
left:28px;
}

.titre_rub
{
position:absolute;
top:130px;
left:255px;
}

.realisation
{
	width:615px;
	height:199px;
	margin-top:7px;
}

.realisation_unit
{
	float:left;
	width:120px;
	height:199px;
	padding-left:3px;
}

.realisation_entete
{
	width:120px;
	height:35px;
}

.realisation_image
{
	margin-top:3px;
	width:120px;
	height:161px;
	overflow:hidden;
}

.accueil_content
{
	width:615px;
	height:290px;
}

.accueil_texte
{
	width:284px;
	height:268px;
	padding-left:40px;
	padding-top:20px;
	float:left;

}

.accueil_titre
{
	width:284px;
	height:49px;	
}

.accueil_resume
{
	width:284px;
	height:55px;
	overflow:hidden;
	color:#88A8AC;
	font-size:11px;
}

.accueil_desc
{
	width:284px;
	height: 164px;
	overflow:hidden;
	color:#A8A392;
	font-size:10px;
}

.actu
{
	width:253px;
	height:268px;
	margin-left:28px;
	margin-top:20px;
	float:left;
	overflow:hidden;

}

.actu_titre
{
	width:230px;
	height:49px;	
}
.actu_unit
{
	width:230px;
	margin-top:5px;
}


.actu_date
{
	width:230px;
	height:15px;
	overflow:hidden;
	color:#88A8AC;
	font-size:11px;
}

.actu_desc
{
	width:230px;
	overflow:hidden;
	color:#A8A392;
	font-size:10px;
}

.actu_separateur
{
	width:230px;
	height:2px;
	margin-top:15px;
	margin-bottom:15px;

}

.right_border
{
	background-image:url(images/border_right.gif);
	background-repeat:repeat-y;
	height:290px;
	width: 7px;
	float:left;
	margin-left:3px;
}


.product_unit
{
}

.separateur_prod
{
	padding-top:10px;
	padding-bottom:10px;
}


.product_title
{
	color:#88A8AC;
	text-align:center;
	width:103px;
	font-size:9px;
	font-weight:bold;
	height:25px;
}


.product_img_cache
{
position:relative;
height:115px;
width:103px;
margin-top:10px;
overflow:hidden;
}
.product_img
{
position:absolute;


}

.product_cache
{
position:absolute;
}

.product_bottom
{
position:relative;
}

.product_price
{
	color:#88A8AC;
	text-align:center;
	width:103px;
	font-size:9px;
	font-weight:bold;
}

a.lien_produit:link, a.lien_produit:visited
{
	color:#88A8AC;
	text-decoration:none;
	font-size:9px;

}

a.lien_produit:hover
{
	color:#88A8AC;
	text-decoration:underline;
	font-size:9px;
}
a.lien_produit2:link, a.lien_produit2:visited
{
	color:#88A8AC;
	text-decoration:none;
	font-size:12px;

}

a.lien_produit2:hover
{
	color:#88A8AC;
	text-decoration:underline;
	font-size:12px;
}
.realisation_left
{
float:left;
height:455px;
}

.realisation_texte
{
margin-top:15px;
font-size:9px;
color:#8C827C;
text-align:right;
margin-left:23px;
width:160px;
height:241px;
overflow:hidden;
}

.realisation_border
{
float:left;
width:17px;
height:429px;
margin-left:20px;

}

.produit_left
{
width:315px;
height:460px;
float:left;

}
.produit_right
{
width:270px;
float:left;
margin-left:30px;
height:400px;
font-size:10px;
color:#6b594f;
}

.galerie
{
float:left;
margin-left:55px;
}