/* 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: #88A413; 
scrollbar-shadow-color: #0F3D67;
scrollbar-highlight-color: #88A413;
scrollbar-3dlight-color:#0F3D67;
scrollbar-darkshadow-color: #88A413;
scrollbar-track-color:  #DEE97A;
scrollbar-arrow-color: #0F3D67;
background: #12550A;
margin:0;
padding:0;
text-align:center;
}

html, body {
height: 100%;
}

/*  style specifique pour la page Charte  */
body.charte{
background:#12550A;
}
.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:476px !important;	
height:auto !important;
height:476px;
text-align:center;
margin:0px;
background: #9FB003;
top:0px;
}

#haut {
width:970px;
height:114px;
margin:0;
padding:0;
position:relative;
text-align:center;
top:0px;

}


#texte {
width:970px;
/*  Adaptez la hauteur d'affichage de votre site */
min-height:476px !important;	
height:auto !important;
height:476px;
text-align:left;
background:url("images/fd-contenu.jpg") no-repeat top left #9FB003;
float:left;
display:inline;
margin:0px;
padding:0px;
top:0px;
}



/* =============== */
/* STYLES GENERAUX */
/* =============== */
p{
	margin:10px;
	text-align:justify;
}
div{
	margin:0;
	padding:0;
}
hr{
	color:#C33;
}



/* ===================== */
/* STYLES TYPOGRAPHIQUES */
/* ===================== */

body, table, td, .texte, select, textarea, input {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
}
.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:#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{
	margin:5px 10px 5px 20px;
}



/* ============= */
/* STYLES IMAGES */
/* ============= */
/* 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:20px;
}
input, textarea, select, fieldset{
	border:1px solid #88A413;
	margin:2px 0;
	background:#BBC809;
	color:#FFF;
	font-weight:normal;
	padding:1px 5px;
	width:200px;
}

/* bouton d'envoi de formulaire */
input.bt-envoi{
	background:#BBC809;
	padding:2px 5px;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	border:1px solid #88A413;
	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:#fff;
	border:0;
	background-color: #006600;
}
input.coul_avertissement {
	font-weight: bold;
	background:#c00;
	color:#fff;
	border:0;
}

/* ================== */
/*                    */
/* ================== */
#contenu_txt{
	width:670px;
	margin: 10px 10px 0 10px;
}

#paragraphe1{
	width:470px;
	margin: 0 0 0 325px;
}

#paragraphe3{
	width:470px;
	margin: 0 0 0 350px;
}
#paragraphe2{
	width:940px;
	margin: 10px 0 0 10px;
}

h1{
	margin: 0 0 0 20px;
	text-align: left;
	color: #12550A;
	background:url(images/puce.png) no-repeat;
	text-indent: 30px;
	font: bold 20px Verdana, Arial, Helvetica, sans-serif;
}

#demarque{
	border: 2px solid #BBC809;
	margin: 20px 10px 20px 10px;
	width: 280px !important;
	/width: 320px;
	padding: 20px;
	float:left;
}

#demarque li{
	margin: 5px 0 0 40px;
	list-style-image:url(images/puce2.png);
}

.img_accueil{
	border: 1px solid #BBC809;
	padding:10px;
	float: left;
}

.img_accueil2{
	float: right;
	border: 1px solid #BBC809;
	padding:10px;
}

.encart_rea{
	width: 250px !important;
	/width: 280px;
	float:left;
	margin: 50px 0 0 15px;
	padding: 15px;
	border: 1px solid #BBC809;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
}

.btn_realisation{
	border: 1px solid #BBC809;
	float: left;
	margin: 30px 20px 30px 20px;
}

.clearer{
clear:both;
}

.global_fiches{
	width:250px;
	height:auto;
	border: 1px solid #BBC809;
	float: left;
	margin:30px 30px 20px 30px;
	text-align:center;
}

.fiches_titre{
	text-align:center;
	font-weight:bold;
}