/* 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: #65811a url(../images/charte/bg-body-accueil.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: 590px; /* 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{
	width:200px;
	height:60px;
	float:left;
	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:#fff;
}
.accueil a:link, .accueil a:visited, .accueil a:hover, .accueil a:active{
	color:#000;
}
/*************************************************************************/
/*---------------------------STYLE CHARTE -------------------------------*/
/*************************************************************************/
body{
	background:url(../images/charte/bg-body.jpg) center top no-repeat #6e8827;
	background-attachment:fixed;

} 
#conteneur{
	background:url(../images/charte/contenu_repeat.jpg) center top repeat-y;
	width:970px;
	margin:0 auto;
	text-align:left;
	min-height:100%;
}
#haut{
	height:320px;
	width:970px;
	position:relative;
	text-align:center
}
/*---------------------------CONTENU------------------------------*/

#texte{
	background:url(../images/charte/contenu.jpg) center top no-repeat;
	width:900px; 	/* soustraire les padding à la largeur normal de la div */
	height:auto;
	min-height:650px;
	position:relative;
	float:left;
	padding: 0 35px 20px 35px;
}
/*---------------------------BAS DE PAGE ------------------------------*/
#global_bas{
	margin:-80px 0 0 0;/*----rajouter en marge négative la hauteur de #bas---------*/
	/*background: url(../images/charte/bas_repeat.jpg) #000;*/
	position:relative;
	clear:both;
	width:100%;
}
#bas{
	height:40px;/*----rajouter en marge négative la hauteur dans #global_bas---------*/
	position:relative;
	width:950px;
	margin:0 auto;
	background:url(../images/charte/bas.jpg) no-repeat scroll center top;
	padding:40px 20px 0 0
}
#bas a { font-size:0.85em; text-decoration:none }
#bas a:hover {  text-decoration:underline }
/* CSS WebKit HACK (pour Safari et Chrome) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#bas{position:static; margin-top:80px; /* 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:#293b03;
	line-height:20px;
}
#texte p{
	margin: 10px 0;
}
.petit_texte {
	font-size: 0.8em;
	color: #ddffa1;
	line-height:normal;
	padding-left:5px;
}
h1{
	height:0;
	visibility:hidden;
	display:none;
	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:#f8fdff;
	text-transform:uppercase
}
h3{
	font: bold 1.2em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
	color:#f3bf16;
	text-transform:uppercase;
	background:#4a7080;
	float:left;
	padding:5px 10px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;

}
a:link, a:visited{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #bae6f9;
	text-decoration:underline;
	font-weight:bold
}
a:hover, a:active{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #68d0fc;
	text-decoration:underline;
}
.avertissement {
	color: #CC0000;
}
#texte ul{
	list-style-type:none;
	margin-left:30px;
}
#texte li {
	background:url(../images/charte/li.png) left top no-repeat; margin-bottom:5px; padding-left:25px;
}
#texte ol{
	margin-left:30px;
}
/*************************************************************************/
/*------------------------FORMULAIRE CONTACT ----------------------------*/
/*************************************************************************/
.colonne-contact-left {
	float:left;
	padding:3%;
	width:54%;
}
.colonne-contact-right {
	float:right;
	padding:3%;
	width:34%;
}
.colonne-contact-left input, .colonne-contact-left textarea, .colonne-contact-left select, .titre_tab { 
	background:#fff url(../images/contact/ombre.jpg) top left repeat-x;
	color:#3c4d0e;
	border:1px solid #708a2b;
    padding:3px;
}
.colonne-contact-left input[type="radio"],  .colonne-contact-left input[type="checkbox"] { background: transparent; color:#3c4d0e; border:1px solid #708a2b; }
.colonne-contact-left input, .colonne-contact-left textarea { margin-bottom:7px; }
.colonne-contact-left input:hover, .colonne-contact-left textarea:hover { border:1px solid #b7f11e; }
.colonne-contact-left fieldset { border:0 }
.colonne-contact-left label { text-align:right; width:30%; padding-right:2%; display:inline-block; vertical-align: top; }

.hori .right  { width:30% }
.hori .right label { width:50% }

#coordonnee {
	border-bottom:1px dotted #fff;
	padding: 10px;
}
.legislation{
	width:95%;
	margin:20px 0 0 10px;
	text-align:justify;
}
input.btn-envoi{
	padding:2px 5px;
	margin-left: 32%;
	font-size:10px;
	font-weight:bold;
	border:0;
	width:120px;
	cursor: pointer;
	background:#aec8d3;
	color:#3d6474;
}
input.btn-envoi:hover { background:#80aabb; border:0 }

.message, .bigger{ width:280px; clear:both; }

.coche{ background:none; width:auto; border:0; }
.alert_contact { margin: 20px 0 0 30px; }




/*************************************************************************/
/*--------------------------------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
}
.pict {
	margin:10px 0;
	border:2px solid #fff
}
.pictL {
	float:left;
	margin:10px 20px 10px 0;
	border:2px solid #fff
}
.pictLb {
	float:left;
	margin:10px 10px 10px 0;
	border:2px solid #fff
}
.pictLc {
	float:left;
	margin:10px 0 10px 0;
	border:2px solid #fff
}
.pictR {
	float:right;
	margin:10px 0 10px 20px;
}

hr { border-bottom:1px dotted #fff; border-left:0; border-right:0;  border-top:0; height:1px; clear:both; padding-top:15px; margin-bottom:15px; }

#content { width:900px; margin:0 auto; }
#texte ul.maliste { width :90%; }
#texte ul.maliste li {
	display:block;
	width : 50%;
	height:30px;
	line-height:30px;
	float:left;
	text-align:left;
	background-image: none;
	padding-left:0;
	margin-bottom:0;

}
#texte ul.maliste li[float="left"] + li {
	float:none;
}
#texte ul.maliste li span { height:25px; padding-bottom:5px; display:block; float:left }
.liSpecial { float:left; margin-top:1px}
.description p { line-height:normal }


/* MENUBASE */

/*ul#menuBase { }
ul#menuBase li { float:left; margin-left:5px; background-image:none; padding:0 }
ul#menuBase li a:link, ul#menuBase li a:visited { padding:5px 10px; background:#bae6f9; -moz-border-radius:8px; -webkit-border-radius:8px; color:#3a5e6e; text-decoration:none }
ul#menuBase li a:hover {  background:#264958; color:#fff; text-decoration:none }*/



/*************************************************************************/
/*--------------------------------MENU---------------------------------*/
/*************************************************************************/

/* BOUTIQUE MENU FIRST LEVEL */

ul#menuBase { margin:0 }
ul#menuBase li { list-style:none; margin:0 10px 5px 0; float:left; display:inline; background-image:none; padding-left:0 }
#menuBase a { text-align:center }
#menuBase a:link, #menuBase a:visited {
	
	display:block;
	color:#3a5e6e;
	background-color:#bae6f9;
	text-transform:uppercase;
	text-decoration:none/*---------- Couleur du roll over  -----------*/
}
#menuBase a:hover, #menuBase a:active{
	
	color:#fff;
	background-color:#264958;
	text-transform:uppercase;
	 
	/*---------- Couleur du roll over  -----------*/
}
#menuBase a {
	padding:5px 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px
}

/* SOUS-MENUS */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	visibility: hidden;
	z-index: 100;
}
.ddsubmenustyle li { padding-top:5px }
.ddsubmenustyle li a{
	display: block;
	width: 160px; /*width of menu (not including side paddings)*/
	text-decoration: none;
	color:#fff;
	background-color:#264958;
	text-transform:uppercase;
	padding:5px 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-bottom:5px
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
	color:#264958;
	background-color:#fff;
	text-transform:uppercase;
	padding:5px 10px;
}

/* Neutral CSS  */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
	padding-left: 4px;
	border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 3px;
	left: 100px;
	border: 0;
}

.ddiframeshim{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}

a.pdf {
	height:22px;
	display:block;
	background:url(../images/charte/pdf.png) top left no-repeat;
	padding: 0 12px 0 30px;
	text-align:left;
	color:#fff;
	font-weight:bold;
	float:right
}
iframe { border:0; background:transparent }

/* MINI_FICHE */

.mini_fiche { width:250px; float:left; margin:0 20px 20px 0; text-align:center; padding:10px; background:#819c38 url(../images/charte/bg-fiche1.jpg) left top no-repeat; -moz-border-radius:10px; -webkit-border-radius:10px; border:1px solid #93b046 }
.mini_fiche h3{ width:230px; }
a.plusInfos { float:right; width:70px; height:25px; display:block; background:url(../images/charte/plusInfos.jpg) }

/* BIG_FICHE */
.big_fiche h3, .descr{ width:870px; }
.descr p { line-height:normal }
.big_fiche span{ float:right; color:#fff }