/* 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: #2B69A2; 
scrollbar-shadow-color: #0F3D67;
scrollbar-highlight-color: #529ED0; 
scrollbar-3dlight-color:#0F3D67;
scrollbar-darkshadow-color: #0F3D67; 
scrollbar-track-color:  #529ED0; 
scrollbar-arrow-color: #0F3D67;
background: url(images/bg.jpg);
margin:0;
padding:0;
text-align:center;
}

html, body {
height: 100%;
}

/*  style specifique pour la page Charte  */
body.charte{
background: url(images/bg.jpg);
}
.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;
}

#contenu{
width:970px;
padding:0px;
/*  Adaptez la hauteur d'affichage de votre site */
min-height:377px !important;	
height:auto !important;
height:377px;
text-align:center;
margin:0px;
background:url("images/fd-contenu.jpg");
top:0px;
}

#haut {
width:970px;
height:213px;
margin:0;
padding:0;
position:relative;
text-align:center;
top:0px;

}


#texte {
width:970px;
/*  Adaptez la hauteur d'affichage de votre site */
min-height:377px !important;	
height:auto !important;
height:377px;
text-align:left;
background: url(images/charte_r2_c1.jpg) bottom no-repeat;
float:left;
display:inline;
margin:0px;
padding:0px;
top:0px;
}


#bas {
height:134px;
margin:0;
padding:0;
position:relative;
text-align:center;
bottom:0;
clear:both;
}


/* =============== */
/* STYLES GENERAUX */
/* =============== */
p{
	margin:0;
	padding:0;
}
div{
	margin:0;
	padding:0;
}

hr{
clear: both;
width: 100%;
border: 0; /* enleve toute bordure */
border-bottom: 1px #fff solid; /* une seule bordure (sinon firefox met une bordure en haut ET en bas mais pas IE */
height: 1px; /* pour IE */
padding-top:10px;
}



/* ===================== */
/* STYLES TYPOGRAPHIQUES */
/* ===================== */

body, table, td, p, .texte, select, textarea, input {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	line-height:22px;
}
.texte, .coul_description, .coul_des_formulaire{
	text-align:left;
	color:#fff;
}

table{
	border-collapse:collapse;
	border:0;
	padding:0;
	margin:0;
}
a:link, a:visited, a:active{
	color:#C3A920;
	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:#d4deed;
	color:#20314D;
	font-weight:normal;
	padding:1px 5px;
	width:200px;
}

/* bouton d'envoi de formulaire */
input.bt-envoi{
	background:#d4deed;
	padding:2px 5px;
	font-size:10px;
	font-weight:bold;
	color:#20314D;
	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:0px;
}

/* 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:#fff;
	border:0;
	background-color: #006600;
}
input.coul_avertissement {
	font-weight: bold;
	background:#c00;
	color:#fff;
	border:0;
}

#global_inte{
	width: 880px;
	margin: 0 0 0 50px;
}

.clearer{
	clear:both;
}

#login{
	border: 1px solid #0E1B2E;
	background:#AABFDF;
	padding: 30px;
	width:300px;
	/width:360px;
	margin: 30px auto 0 auto;
	/margin: 30px 0 0 300px;
}
#login .col{
	float:left;
}



.vignette_actu{
	width:165px;
	padding:15px;
	/padding:8px;
	margin: 20px 10px;
	/margin: 20px 12px;
	-margin: 20px 10px;
	float:left;
	background:#0D1A2D;
	border:1px solid #fff;
}
.titre_actu{
	text-align:center;
	font:bold 15px Arial, Helvetica, sans-serif;
	margin: 5px 0 5px 0;
	/margin: 10px 0 5px 0;
	width:165px;
	/width:170px;
}
.photo_bloc{
	height:100px;
	margin: 10px 0 0 9px;
	/margin: 10px 0 0 15px;
}

.descriptif_actu{
	margin: 10px 0 0 0;
	width:165px;
	/width:170px;
	text-align:center;

}
.btn{
	background:#aabfdf;
	color:#0D1A2D;
	text-align:center;
	margin: 15px 0 10px 0px;
	/margin: 15px 0 10px 30px;
}


/******************* FICHE_PRODUIT *********************/

.global_fiche_pdt{
	border: 1px solid #fff;
	width:800px;
	padding:20px;
	margin: 30px 0 0 20px;
	background:#0D1A2D;
}

/************ colonne_gauche **************/

.col_left{
	float:left;
	width:270px;
	margin:10px;
	border-right: 1px solid #fff;
}

.col_left .photo_fiche{
	width:240px;	
}	
.btn2{
	background:#aabfdf;
	font: bold 16px Arial, Helvetica, sans-serif;
	color:#0D1A2D;
	text-align:center;
	margin: 15px 30px 0  0px;
	padding-top:7px;
	/padding-top:3px;
	/margin: 15px 30px 0  30px;
	-margin: 15px 15px 0  30px;
	width: 150px;
	height:25px;
	float: right;
}
/************ colonne_droite*************/

.col_right{
	float:left;
	margin-top:10px;
}
.titre{
	padding-left:20px;
	padding-bottom:10px;
	border-left:1px solid #fff;
	width:300px;
	font: bold 18px Arial, Helvetica, sans-serif;
	float: left;
}
.lot{
	font: bold 18px Arial, Helvetica, sans-serif;
	float: left;
	width:270px;
	margin-left:10px;
}
.descriptifs{
	width:480px;
	/width:450px;
	margin: 0 0 0 10px;
	text-align:justify;
}
.quantite {
float: left;
margin: 20px 0 0 5px;
}
.quantite input{
width:27px;
margin: 00px 0 0 10px;
}
.unite{
float: left;
margin: 20px 0 0 32px;
font: 14px Arial, Helvetica, sans-serif;
}
.prix{
float: left;
margin:15px 0 0 32px;
font: bold 20px Arial, Helvetica, sans-serif;
color:#990000;
}
.quantite_mini{
float: left;
margin: 15px 0 0 32px;
font: 11px Arial, Helvetica, sans-serif;
text-align:center
}
.restant{
	width:480px;
	/width:450px;
	margin: 20px 0 0 10px;
	text-align:justify;
	font: bold 14px Arial, Helvetica, sans-serif;
}

#texte .btn3{
text-align:center;
position:absolute;
left:520px;
top:232px;
height:20px;
font-size:12px;
padding-top:0px;}

#texte .vignette_actu{
margin-left:25px;}
