﻿/* CSS Document */

@import "../outils/CompteClient/menu/menu.css";

*{ 
	margin:0;
	padding:0;
	outline:none;
}
html, body{
	text-align:center;
	font-size:70%;
	height:100%;
}
img{
	border:0;
}
/*************************************************************************/
/*---------------------------STYLE ACCUEIL ------------------------------*/
/*************************************************************************/
body.accueil{
	background: #fffeb3 url(../images/charte/bg-body-accueil.jpg) center top repeat-y;
}
#bg_img { width:100%; height:100%; background:url(../images/charte/accueil-domaine-beauregard.jpg) center top no-repeat }
#accueil_conteneur{
	position:absolute;
	left: 50%;
	top: 0;
	width: 970px;
	height: 630px;         /* hauteur de img_accueil + 130px du bandeau en bas */
	margin-left: -485px;   /* moitié de la largeur */
}
#img_accueil{
	width: 970px;
	height: 500px; /* Ne pas depasser 500px en hauteur */
}
#accueil_coords{
	width:950px;
	height:20px;
	text-align:center;
	padding:0 10px 0 10px;
}
#accueil_desc{
	width:950px;
	height:auto;
	overflow:hidden;
	text-align:center;
	padding:0 10px 0 10px;
}
#accueil_domaine{
	height:60px;
	float:left;
	margin-left:130px;
	display:block;
	text-align:left;
	padding:0 0 0 10px;
}
#accueil_distrib{
	width:200px;
	height:60px;
	float:right;
	display:block;
	text-align:center;
}	
#accueil_copyright{
	width:120px;
	float:left;
	margin:10px 0 0 215px;
	text-align:center;
	text-transform:uppercase;
}
.accueil p{
	color:#000000;
}
.accueil a, .accueil a:link, .accueil a:visited{
	font-size:0.85em;
	color:#98cc00;
	text-decoration: none;
	outline:none;
}
.accueil a:hover, .accueil a:active{
	color:#FFFFFF;
	text-decoration: underline;
}
/*************************************************************************/
/*---------------------------STYLE CHARTE -------------------------------*/
/*************************************************************************/
body{
	background:url(../images/charte/bg-body.jpg) center top repeat-y #fffeb3;
} 
#conteneur_img { 
	width:100%;
	min-height:100%;
	background:url(../images/charte/img_bg.jpg) top center no-repeat;
}
#conteneur{
	width:970px;
	margin:0 auto;
	text-align:left;
	min-height:100%;
}
#haut{
	height:260px;
	width:970px;
	position:relative;
	background:url(../images/charte/haut.jpg) left top no-repeat;
	display:block
}
/*---------------------------CONTENU------------------------------*/
#gauche{
	width:260px;
	min-height:330px;
	float:left;
	position:relative;
}

#texte{
	background:url(../images/charte/contenu.jpg) no-repeat;
	width:640px; 	/* soustraire les padding à la largeur normal de la div */
	height:auto;
	min-height:330px;
	position:relative;
	float:left;
	padding: 0 35px 20px 35px;
}
/*---------------------------BAS DE PAGE ------------------------------*/
#global_bas{
	margin:-160px 0 0 0;/*----rajouter en marge négative la hauteur de #bas---------*/
	/*background:url(../images/charte/bas.png) no-repeat scroll center top;*/
	position:relative;
	clear:both;
	width:100%;
}
#bas{
	height:70px;/*----rajouter en marge négative la hauteur dans #global_bas---------*/
	position:relative;
	width:970px;
	margin:0 auto;
	padding:90px 0 0 0;
}
#bas a { color:#a7a46a; font-size:0.85em; text-decoration:none }
#bas a:hover { color:#dff898; text-decoration:underline }

/* CSS WebKit HACK (pour Safari et Chrome) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#bas{position:static;margin-top:160px; /* A modifier aussi en fonction de bas et global-bas*/}
	#global_bas{position:static;}
}
#bas ul.menu_bas{
	width:70%;
	margin:0 auto 0 auto;
	clear:both;
}
#bas ul.menu_bas li{
	float:left;
	text-align:center;
	position:relative;
	margin: 6px 10px;
	list-style-type:none;
	font: 0.8em Arial, Verdana, Helvetica, sans-serif;
}
/*************************************************************************/
/*---------------------------STYLE TEXTE -------------------------------*/
/*************************************************************************/
body, table, div, p, select, textarea, span, .texte {
	font: 1.025em Arial, Verdana, Helvetica, sans-serif;
	color:#520906;
	line-height:20px;
}
#texte p{
	margin: 10px 0;
}
.petit_texte {
	font-size: 0.8em;
	color: #9d9a63;
	line-height:normal;
	padding-left:5px;
}
h1{
	height:0;
	visibility:hidden;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
 }
h2{
	font: bold 1.4em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
	color:#7c280f
}
h3{
	font: bold 1.2em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
	color:#989558
}
a:link, a:visited{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #98cc00;
	text-decoration:underline;
}
a:hover, a:active{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #FFFFFF;
	text-decoration:underline;
}
.avertissement {
	color: #CC0000;
}
#texte ul{
	list-style-type:none;
	margin-left:30px;
}

#texte ol{
	margin-left:30px;
}
/*************************************************************************/
/*------------------------FORMULAIRE CONTACT ----------------------------*/
/*************************************************************************/
input, textarea, select, .titre_tab { 
	background:#fff url(../images/contact/ombre.jpg) top left repeat-x;
	color:#103458;
	border:1px solid #c6c382;
    padding:3px;
}
.colonne-contact-left{
	float:left;
	padding:5px;
	margin: 15px 0 0 20px;
	width:50%;
}
.colonne-contact-right{
	float:left;
	padding:5px;
	margin: 15px 0 0 0;
	width:35%;
}
#coordonnee{
	border-bottom:1px dotted #fff;
	padding: 10px;
}
.legislation{
	width:95%;
	margin:20px 0 0 10px;
	text-align:justify;
}
.td_contact{
	padding: 5px 0 ;
}
input.btn-envoi{
	padding:2px 5px;
	font-size:10px;
	font-weight:bold;
	border:0;
	width:120px;
	cursor: pointer;
}
.coche{
	background:none;
	width:auto;
	border:0;
}
.alert_contact{
	margin: 20px 0 0 30px;
}

.message{
	width:160px;
}
/*************************************************************************/
/*--------------------------------DIVERS --------------------------------*/
/*************************************************************************/
.clearer{
	clear:both;
	height:0px;
}

.left{
	float:left;
}
.right{
	float:right;
}
.rss{
	float:right;
	margin:5px 10px 0 10px;
}
.png-cgv{
	float:right;
	margin:12px 10px 0 10px;
}
.png-icon-footer{
	float:right;
	margin:10px 10px 0 10px;
}
/****************MODAL BOX(envoyer à un ami)********************/
.hidden{
	display:none;
}

#hiddenFormami{
	background:#333;
	height:380px;
	padding:20px;
}
#hiddenFormami #entete{
	font-size:1.4em;
	color:#CCC;
	margin:0 0 30px 0;
}
#hiddenFormami label{
	float:left;
	width:70px;
	padding:13px 0 7px 0;
	color:#CCC;
}
#hiddenFormami .inputfooter{
	width:259px;
	height:24px;
	font-size:1em;
	padding:4px 0 0 0;
	margin:3px 5px 3px 0;
	float:right;
	background:url(../images/charte/bg-input-footer.jpg) no-repeat;
}
#hiddenFormami textarea{
	width:259px;
	height:90px;
	font-size:1em;
	padding:4px 0 0 0;
	margin:3px 5px 3px 0;
	float:right;
	background:url(../images/charte/bg-textarea-footer.jpg) no-repeat;
}
#submitModal{
	width:120px;
	height:24px;
	display:block;
	float:right;
	margin:5px 5px 0 0;
	cursor:pointer;
	background:url(../images/charte/bt-submit-footer.jpg) no-repeat;
}

/*************************************************************************/
/*------------------------------PAGINATION-------------------------------*/
/*************************************************************************/

/* PENSEZ A REPRENDRE LA MEME DIV QU'IL AURA AU DESSUS DES LIENS ET */
/* DE REGLER LES TOP LEFT DES LIENS */

.pagination{
	float:right;
	text-align:right;
	padding:0 25px 5px 10px;
	color:#000;
	font-weight:bold;
}
.pagination2{
	float:right;
	text-align:right;
	padding:0 25px 5px 10px;
	color:#000;
	font-weight:bold;
}

#pagination .page_active{
	color:#F00;
}

.prec{
	background-image:url(../images/base/precedente.gif);
	width:111px;
	height:18px;
	display:block;
	float:left;
}

.retour{
	background-image:url(../images/base/retour.gif);
	width:111px;
	height:18px;
	display:block;
	float:left;
}

.suiv{
	background-image:url(../images/base/suivante.gif);
	width:111px;
	height:18px;
	display:block;
	float:left;
}

/*************************************************************************/
/*--------------------------------PERSO---------------------------------*/
/*************************************************************************/

.espaceSmall { padding-top:10px; }
.espace { padding-top:20px; }
.espaceBig { padding-top:40px; }

.ligne1{
	background:#f2f0f4;
	color:#000;
	height:30px;
	line-height:30px;
}
.ligne2{
	background:#e5e3e6;
	color:#000;
	height:30px;
	line-height:30px
}
.pictL {
	float:left;
	margin:10px 20px 10px 0;
	border:1px solid #989558
}
.pictR {
	float:right;
	margin:10px 0 10px 20px;
	border:1px solid #989558
}
/*************************************************************************/
/*--------------------------------BASE---------------------------------*/
/*************************************************************************/

ul#menuBase { margin:0 0 30px 0; width:630px;}
ul#menuBase li { margin:0 10px 10px 0; float:left; list-style:none }
ul#menuBase li a { -moz-border-radius:10px; -webkit-border-radius:10px; background:#a5a576; color:#fff; padding:3px 8px; font-size:1em; text-decoration:none; text-transform:uppercase}



/*************************************************************************/
/*--------------------------------MINI FICHES---------------------------------*/
/*************************************************************************/

.marge { margin-right:17px; }
.mini_fiche { width:190px; float:left; background:#fdfcd2 url(../images/produits/bg.jpg) no-repeat; text-align:center; -moz-border-radius:10px; -webkit-border-radius:10px; padding:0 5px; border:1px solid #dcdca2; margin-bottom:17px; }
.mini_fiche img { border:1px solid #dcdca2 }
.mini_fiche h3 { color:#46552e }
a.savoirPlus { -moz-border-radius:10px; -webkit-border-radius:10px; background:#963719; color:#fff; padding:1px 5px; font-size:0.8em; text-decoration:none; margin-bottom:5px; float:right }
a.savoirPlus:link, a.savoirPlus:visited { color:#fff; text-decoration:none }
/*************************************************************************/
/*--------------------------------BIG FICHES---------------------------------*/
/*************************************************************************/

.big_fiche { width:620px; float:left; background:#fdfcd2 url(../images/produits/bg2.jpg) no-repeat; text-align:center; -moz-border-radius:10px; -webkit-border-radius:10px; padding:10px; border:1px solid #dcdca2; position:relative }
.big_fiche img { border:1px solid #dcdca2 }
.big_fiche h2 { padding:10px; margin-bottom:10px;-moz-border-radius:10px; -webkit-border-radius:10px; background:#fff; text-align:left }
.big_fiche h3 { margin-bottom:10px; color:#85824b; text-align:left; }
.big_fiche .descriptif, .big_fiche .lesPlus { text-align:left; padding-bottom:5px; margin-bottom:10px; border-bottom:2px solid #dcdca2  }
.big_fiche .table { text-align:left; }
.lettrine { float: left; font-size: 5em; line-height: 0.9em; padding: 0 5px 0 0; font-family: Georgia, "Times New Roman" Times, serif; }
.prix { position: absolute; top:30px; right:25px }


#boutons { width:145px; margin: 0 auto;}
.prec{
	background-image:url(../images/charte/precedent.jpg);
	width:23px;
	height:23px;
	display:block;
	float:left;
	
}
.prec span { display:none; }
.suiv{
	background-image:url(../images/charte/suivant.jpg);
	width:23px;
	height:23px;
	display:block;
	float:left;
}
.suiv span { display:none; }
.retour{
	background-image:url(../images/charte/retour.jpg);
	width:79px;
	height:23px;
	display:block;
	float:left;
	margin: 0 10px;
}
.retour span { display:none; }
.prec, .suiv, .retour {-moz-border-radius:10px; -webkit-border-radius:10px; }
