﻿/* 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: #532A30; 
scrollbar-shadow-color: #FEA32E;
scrollbar-highlight-color: #532A30; 
scrollbar-3dlight-color:#ffcf94;
scrollbar-darkshadow-color: #532A30; 
scrollbar-track-color:  #ffcf94; 
scrollbar-arrow-color: #FEA32E;
background:#fea32e;
margin:0;
padding:0;
text-align:center;
}

html, body {
height: 100%;
}

/*  style specifique pour la page Charte  */
body.charte{
background:#fea32e;
}
.charte td, .charte a:link, .charte a:visited, .charte a:hover, .charte a:active{
text-decoration:none;
color:#FFF;
}
.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-color:#CC6600;
}

#contenu{
width:970px;
padding:0px;
/*  Adaptez la hauteur d'affichage de votre site */
min-height:348px !important;	
height:auto !important;
height:348px;
text-align:center;
margin:0px;
background:url("images/bg-contenu.jpg");
top:0px;
}

#haut {
width:970px;
height:222px;
margin:0;
padding:0;
position:relative;
text-align:center;
top:0px;

}

#texte {
width:970px;
/*  Adaptez la hauteur d'affichage de votre site */
min-height:348px !important;	
height:auto !important;
height:348px;
text-align:left;
background: url(images/fd-contenu.jpg) no-repeat;
float:left;
display:inline;
margin:0px;
padding:0px;
top:0px;
}
#bas {
height:20px;
margin:0;
padding:0;
position:relative;
text-align:center;
background:url("images/bas.jpg");
bottom:0;
clear:both;
}


/* =============== */
/* STYLES GENERAUX */
/* =============== */
p{
	margin:0 0 10px 0;
	padding:0;
}
div{
	margin:0;
	padding:0;
}
hr{
	color:#C33;
}



/* ===================== */
/* STYLES TYPOGRAPHIQUES */
/* ===================== */

body, table, td, p, .texte, select, textarea, input {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#3a2114;
}
.texte, .coul_description, .coul_des_formulaire{
	text-align:left;
	color:#3a2114;
}

table{
	border-collapse:collapse;
	border:0;
	padding:0;
	margin:0;
}
a:link, a:visited, a:active{
	color:#000;
	text-decoration:none;

}
a:hover{
	color:#fff;
	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;
	display:block;
}
.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 dashed #fff;
}
/* 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:#FFCF94;
	color:#3a2114;
	font-weight:normal;
	padding:1px 5px;
	width:200px;
}

/* bouton d'envoi de formulaire */
input.bt-envoi{
	background:#FFCF94;
	padding:2px 5px;
	font-size:10px;
	font-weight:bold;
	color:#3a2114;
	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:#ddd;
	border:1px dotted #000;
	padding:2px;
	color:#000;
	text-align:left;
}
/* style sur la ligne du total ttc */
.total td{
	background:#ddd;
	border:1px dotted #000;
	padding:2px;
	color:#000;
}

/* 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:#3a2114;
	border:0;
	background-color: #fea32e;
}
input.coul_avertissement {
	font-weight: bold;
	background:#c00;
	color:#fff;
	border:0;
}




#global_contenu{
	width:620px;
	margin: 0 0 0 250px;
	padding: 20px 0 0 0;
}

#photo_presentation{
margin: 10px 0 10px 0;
/*background: #ffcf94;*/
padding: 10px;
margin-left:50px;

}
#photo_presentation2{
margin: 10px 0 10px 0;
/*background: #ffcf94;*/
padding: 10px;
margin-left:100px;

}

#adresse{
width: 200px;
margin: 10px 0 20px 120px;
background: #ffcf94;
padding: 10px;
}

#photo_presentation span{
margin: 0 17px 0 17px;
/margin: 0 9px 0 9px;
}

.img_right{
	float:right;
	background: #ffcf94;
	padding: 10px;
	/margin: 10px 5px 0 0;
}

.atelier{
	margin: 0 90px 0 0;
}
.clearer{
	clear: both;
}

#rubrique{
	background:#ffcf94;
	padding:5px;
}

#rubrique #sous-rubrique p{
	float: left;
	margin:5px;
}

#sous-rubrique{
 width: 400px;
}

.new{
	text-align:right;
	font-weight:bold;
	float: right;
	vertical-align:top;
	margin: 10px;
}

#sous_sous_menu{
	width: 280px;
	margin: 20px auto 0 auto;
	/margin: 20px 0 0 150px;
}

.chapeau{
	background: url(images/encart_ssss_menu_03.gif) no-repeat;
	height:26px;
	width:250px;
	margin: 0;
}
.contenu_ssss_menu{
	background: #532a30;
	width:225px;
	margin: 0 0 0 11px;
	-margin: 0 0 0 6px;
	float: left;
	padding-left:10px;
}

.contenu_ssss_menu span{
	display: block;
	color:#ffa230;
	margin: 0 0 0 20px;
	padding: 0 0 0 25px;
	background: url(images/puce_ss_titre_07.gif) top left no-repeat;
}

.chapeau_bas{
	background: url(images/encart_ssss_menu_06.gif);
	height:26px;
	width:250px;
	margin: 0;
}

.global_produit{
	background: #ffcf94;
	width: 600px;
	padding: 10px;
	margin: 20px 0 5px 0;
}

.global_produit img{
	width: 170px;
	float: left;
	margin:10px;
}

.global_produit p{
	width: 400px;
	margin: 10px 0 10px 0;
	float: left;
}


.global_produit p.prix{
	float: right;
	width:150px;
	text-align:right;
	margin:50px 10px 0 0;
	font: bold 16px Arial, Helvetica, sans-serif;
	color:#CC0000;
}

.prix span{
text-decoration:line-through;
font: 14px Arial, Helvetica, sans-serif;
margin: 0 0 0 15px;
}

.global_produit .btn_savoir_plus img{
float:right;
width: 150px;
height: 84px;
margin:inherit;

}

a.a_ss_menu:link, a.a_ss_menu:visited {
		color:#ffa230;
}

#global_photo{
	padding: 5px;
	width: 250px;
	/width: 260px;
	-width:260px;
	border: 1px solid #fea32e;
	float: left;
}

#global_produit{
	background: #ffcf94;
	width: 600px;
	padding: 10px;
	margin: 20px 0 10px 0;
}

#global_photo span{
	height: 2px;
	margin: 10px 0 10px 0;
	display:block;
	width: 250px;
	border: 1px solid #fea32e;
}

#imgp{
	width: 250px;
}

.titre_pdt{
	float: left;
	width: 280px;
	margin: 10px;
	font: bold 14px Arial, Helvetica, sans-serif;
}
.txt_description{
	float: left;
	width: 280px;
	margin: 5px 0 0 20px;
}
.btn_fiche_pdt{
	float:right;
	margin: 10px 0 0 0;
	width: 196px;
	height: 106px;
}

.prix_fiche_pdt{
	margin:10px 0 0 0;
	font: bold 16px Arial, Helvetica, sans-serif;
	color:#CC0000;
	float:right;
}
.bold{
font-weight:bold;
}

.col1{
	float:left;
	width: 195px;
	/width: 190px;
}

.col2{
	float: left;
	width: 400px;
	position:relative;
}
.indent { 
	text-indent: 40px ; 
}
.global_produit strong{
	width:350px;
}
