/* CSS Document ====================== */
/* Auteur : Pernelle / Intermedia.Com
/* =================================== */

/* =============== */
/* STYLE PRINCIPAL */
/* =============== */

/*  style principal pour les pages.
    contient les scrollbars
    et la couleur de fond 			*/
body {
scrollbar-face-color: #35a41a; 
scrollbar-shadow-color: #8c2135;
scrollbar-highlight-color: #8c2135; 
scrollbar-3dlight-color:#8c2135;
scrollbar-darkshadow-color: #35a41a; 
scrollbar-track-color:  #35a41a; 
scrollbar-arrow-color: #6D071A;
background:#FEEFBB;
margin:0;
padding:0;
text-align:center;
}

html, body {
height: 100%;
}

/*  style specifique pour la page Charte  */
body.charte{
background:#FEEFBB;
}
.charte td, .charte a:link, .charte a:visited, .charte a:hover, .charte a:active{
text-decoration:none;
color:#4E431B;
}
.charte a:hover{
text-decoration:underline;
}
/*================================================*/
/*  Style spécifique pour la page Modèle  */
/*================================================*/

#conteneur{
width:970px;
margin:0 auto;
padding:0px;
position:relative;
text-align:left;
background: url("images/fd_body.jpg") repeat-y top center;
}

#contenu{
width:970px;
padding:0px;
/*  Adaptez la hauteur d'affichage de votre site */
min-height:311px !important;	
height:auto !important;
height:311px;
text-align:center;
margin:0px;
background:url("images/fd_contenu.jpg") no-repeat top left;
top:0px;
}

#haut {
width:970px;
height:231px;
margin:0;
padding:0;
position:relative;
text-align:center;
top:0px;

}

#texte {
width:920px;
/*  Adaptez la hauteur d'affichage de votre site */
min-height:311px !important;	
height:auto !important;
height:311px;
text-align:left;
float:left;
display:inline;
margin:0px;
padding:0px 26px 0px 24px;;
top:0px;
}
#bas {
height:48px;
margin:0;
padding:0;
position:relative;
text-align:center;
background:url("images/fd_bas.jpg");
bottom:0;
clear:both;
}


/* =============== */
/* STYLES GENERAUX */
/* =============== */
p{
	margin:0;
	padding:0;
}
div{
	margin:0;
	padding:0;
}
hr{
	color:#6D071A;
}



/* ===================== */
/* STYLES TYPOGRAPHIQUES */
/* ===================== */

body, table, td, p, .texte, select, textarea, input {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#4E431B;
}
.texte, .coul_description, .coul_des_formulaire{
	text-align:left;
	color:#4E431B;
}

table{
	border-collapse:collapse;
	border:0;
	padding:0;
	margin:0;
}
a:link, a:visited, a:active{
	color:#4E431B;
	text-decoration:none;

}
a:hover{
	color:#4E431B;
	text-decoration:underline;
}

.gros_titre{
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	display:block;
}
.gros_titre2{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	display:block;
	color:#fff;
}

.titre{
	font-size:13px;
	font-weight:bold;
	color:#6D071A;
}
h4{
	font-size:13px;
	font-weight:bold;
	color:#fff;
}


.sous_titre{
	font-size:12px;
	font-weight:bold;
	display:block;
	color:#fff;
}

/* texte plus petit que le texte classique */
.petit_texte {
	font-size: 10px;
	color:#fff;
}

/* LISTES */
ul, li {
	margin-left:15px;
	padding:0;
}
ul{
	margin:5px 10px 5px 20px;
}
li{
	padding:3px 4px 4px 0px;
	/*list-style-image:url("images/signet.gif");*/
	
}


/* ============= */
/* STYLES IMAGES */
/* ============= */
img{
	border:0;
}
img.bordure{
	border:1px solid #6D071A;
}
/* Style utilisé pour les popup images - zoom */
a.zoom:link, a.zoom:visited, a.zoom:active{
	border:0;
	background:none;
}
a.zoom:hover{
	border:0;
	background:none;
}


/* ================= */
/* ENCART POPUP NEWS */
/* ================= */
.encart{
	background:none;
	border:1px dotted #fff;
	color:#fff;
	padding:5px;
	width:95%;
}
/* couleur du texte*/
.encart table, .encart td{
	color:#fff;
}


/* ================== */
/* FORMULAIRE CONTACT */
/* ================== */
form{
	margin:0;
}
input, textarea, select, fieldset{
	border:0;
	margin:2px 0;
	background:#4E431B;
	color:#FFF0BC;
	font-weight:normal;
	padding:1px 5px;
	width:200px;
}

/* bouton d'envoi de formulaire */
input.bt-envoi{
	background:#4E431B;
	padding:2px 5px;
	font-size:10px;
	font-weight:bold;
	color:#FFF0BC;
	border:0;
	width:auto;
}
/* boite a cocher (pour enlever le fond de couleur) */
.coche{
	background:none;
	border:0;
	width:auto;
}


/* STYLES POUR LA PARTIE CADDIE */
/* ============================ */

/* formulaires caddie */
.caddie{
	padding:0;
	margin:0;
}
/* largeur des inputs */
.caddie input, .caddie select, .caddie textarea, .caddie fieldset{
	width:auto;
}
.caddie legend{
	font-weight:bold;
}
/* entete du tableau */
.caddie th{
	font-weight: bold;
	background:#4E431B;
	border:1px dotted #6D071A;
	padding:2px;
	color:#FFF0BC;
	text-align:left;
}
/* style sur la ligne du total ttc */
.total td{
	background:#6D071A;
	border:1px dotted #FFF0BC;
	padding:2px;
	color:#FFF0BC;
}

/* pour rajouter du padding par exemple dans les cellule */
.caddie td{
}

/* ligne produits */
/* utile pour changer de couleur une ligne sur deux s'il y a plusieurs produits dans le panier */
.ligne1,.ligne2{
	padding:5px;
	text-align:left;
	vertical-align:top;
}
.ligne1, .ligne1 p, .ligne1 td{
	background:#fff;
	color:#333;
}
.ligne2, .ligne2 p, .ligne2 td{
	background:#ebebeb;
	color:#333;
}
/* message important a mettre en valeur */
.coul_avertissement {
	font-weight: bold;
	color:#FFF0BC;
	border:0;
	background-color: #6D071A;
}
input.coul_avertissement {
	font-weight: bold;
	background:#6D071A;
	color:#FFF0BC;
	border:0;
}
.desc2{
	background-color:#35a22b;
	width:190px;
	/width:200px;
	height:230px;
	overflow:auto;
	padding:5px;

}
.desc2haut{
	background:url("images/cadre_haut.jpg") no-repeat top center;
	width:200px;
	height:17px;
}
.desc2bas{
	background:url("images/cadre_bas.jpg") no-repeat top center;
	width:200px;
	height:9px;
}


.desc2 p{
	color:#fff0bd;
}

/*========================*/
/* STYLE MENU BASE GAUCHE */
/*========================*/

.menu{
	width:220px;
	-width:210px;
	/width:221px;
	background-color:#fff;
}
.desc2haut2{
	background:url("images/cadre_haut2.jpg") no-repeat top center;
	width:220px;
	height:15px;
}
.desc2bas2{
	background:url("images/cadre_bas2.jpg") no-repeat top center;
	width:220px;
	height:9px;
}

p.menu2, p.menuscat2 {
	height:20px;
	-height:10px;
	/height:20px;
}

/* CATEGORIE */
p.menu2 a {
	font-weight:bold;
	color:#35a22b;
	padding:3px;
}
p.menu2 a:visited {
	color:#35a22b;
	padding:3px;
	font-weight:bold;	
}	
p.menu2 a:hover {
	color:fff;
	padding:3px;
	background-color:#951a2f;
	display:block;
	font-weight:bold;
}

/* SCAT */
p.menuscat2{
	background-color:#feefbb;

}

p.menuscat2 a {
	color:#359d20;
	font-weight:bold;
	padding:3px;
	margin-left:30px;
	display:block;
}
p.menuscat2 a:visited {
	color:#359d20;
	padding:3px;
	font-weight:bold;
}
p.menuscat2 a:hover {
	color:#991d37;
	padding:3px;
	display:block;
	font-weight:bold;
}
