﻿/* 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: #1941a5;
}
#background {
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	margin-top:0;
	margin-left:0;
	overflow: hidden;
}
#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 */
	z-index:25;
}
#img_accueil{
	width: 970px;
	height: 590px; /* Ne pas depasser 500px en hauteur */
	margin-bottom:10px;
}
#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:#7699f0;
}
.accueil a, .accueil a:link, .accueil a:visited{
	font-size:0.85em;
	color:#387cf2;
	text-decoration: none;
	outline:none;
}
.accueil a:hover, .accueil a:active{
	color:#7eabf8;
	text-decoration: underline;
}
/*************************************************************************/
/*---------------------------STYLE CHARTE -------------------------------*/
/*************************************************************************/
body{
	background:url(../images/charte/bg-body.jpg) center top repeat-y #3370e7;
} 

#conteneur_img { 
	width:100%;
	min-height:100%;
	background:url(../images/charte/img-body.jpg) top center no-repeat;
}
#conteneur{
	width:970px;
	margin:0 auto;
	text-align:left;
	min-height:100%;
}
#haut{
	height:276px;
	width:970px;
	position:relative;
}
/*---------------------------CONTENU------------------------------*/

#texte{
	/*background:url(../images/charte/contenu.jpg) no-repeat;*/
	width:970px; 	/* soustraire les padding à la largeur normal de la div */
	height:auto;
	min-height:504px;
	position:relative;
	float:left;
	padding: 0 0 20px 0;
}
/*---------------------------BAS DE PAGE ------------------------------*/
#global_bas{
	margin:-120px 0 0 0;/*----rajouter en marge négative la hauteur de #bas---------*/
	background: url(../images/charte/global_bas.jpg) center top no-repeat;
	position:relative;
	clear:both;
	width:100%;
}
#bas{
	height:50px;/*----rajouter en marge négative la hauteur dans #global_bas---------*/
	position:relative;
	width:965px;
	margin:0 auto;
	/*background:url(../images/charte/bas.jpg) no-repeat scroll left top;*/
	padding:70px 0 0 5px;
}

#bas a { color:#98b7f0; font-size:0.85em; text-decoration:none }
#bas a:hover { color:#efc87c; text-decoration:underline }

/* CSS WebKit HACK (pour Safari et Chrome) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#bas{position:static;margin-top:40px; /* 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:#081728;
	line-height:20px;
}
#texte p{
	margin: 10px 0;
}
.petit_texte {
	font-size: 0.8em;
	color: #e14539;
	line-height:normal;
	padding-left:5px;
}
h1{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	height:0;
	visibility:hidden;
 }
h2{
	font: bold 1.4em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
	color:#1c4887
}
h3{
	font: bold 1.2em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
}
a:link, a:visited{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #4588e9;
	text-decoration:underline;
}
a:hover, a:active{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #0069ff;
	text-decoration:underline;
}
.avertissement {
	color: #CC0000;
}
#texte ul{
	list-style-type:none;
	margin-left:30px;
}
/*************************************************************************/
/*------------------------FORMULAIRE CONTACT ----------------------------*/
/*************************************************************************/
input, textarea, select, .titre_tab { 
	background:#fff url(../images/contact/ombre.jpg) top left repeat-x;
	color:#081728;
	border:1px solid #567798;
	/*------------------------Ne pas mettre de largeur ou hauteur (créer une classe pour cas particulier) ----------------------------*/
}
.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:0px 0px 2px 0px;
	font-size:10px;
	font-weight:bold;
	border:0;
	width:125px;
	height:23px;
	cursor: pointer;
	background:url(../images/contact/bt-contact.png) top left no-repeat;
}
.coche{
	background:none;
	width:auto;
	border:0;
}
.alert_contact{
	margin: 20px 0 0 30px;
}

.message{
	width:220px;
}
/*************************************************************************/
/*--------------------------------DIVERS --------------------------------*/
/*************************************************************************/
.clearer{
	clear:both;
}

.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:left;
	margin:10px 10px 0 10px;
}

/*************************************************************************/
/*------------------------------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:fff;
	font-weight:bold;
}
.pagination2{
	float:right;
	text-align:right;
	padding:0 25px 5px 10px;
	color:fff;
	font-weight:bold;
}

#pagination .page_active{
	color:#F00;
}


/*************************************************************************/
/*--------------------------------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
}
.interior { width:900px; padding: 0 35px 20px 35px; }

.pict {
	float:left;
	margin:10px 0;
}
.pictL {
	float:left;
	margin:10px 20px 10px 0;
}
.pictR {
	float:right;
	margin:10px 0 10px 10px;
}
hr { border-bottom:1px dotted #999; border-left:0; border-right:0;  border-top:0; height:1px; clear:both; padding:15px 0; }

/*************************************************************************/
/*--------------------------------MINI FICHE PRODUIT---------------------------------*/
/*************************************************************************/

.minipopup1 { width:424px; padding:8px; margin:10px 2px 0 5px; float:left; background:#d990da }
.minipopup2 { width:424px; padding:8px; margin:10px 2px 0 5px; float:left; background:#4e89df }
.minipopup3 { width:424px; padding:8px; margin:10px 2px 0 5px; float:left; background:#688ec1 }
.minipopup4 { width:424px; padding:8px; margin:10px 2px 0 5px; float:left; background:#82c84d }
.minipopup5 { width:424px; padding:8px; margin:10px 2px 0 5px; float:left; background:#e5e288 }
.minipopup6 { width:424px; padding:8px; margin:10px 2px 0 5px; float:left; background:#ef9356 }
.minipopup7 { width:424px; padding:8px; margin:10px 2px 0 5px; float:left; background:#f15c50 }

.titreSep {border-bottom:1px dotted #fff; border-left:0; border-right:0; border-top:0; clear:both; padding-bottom:5px; margin-bottom:10px;}
.titre1 {font: bold 1.2em Arial, Verdana, Helvetica, sans-serif; color:#fff }

.photo_minipopup { width:210px; padding:10px 0 ; float:left; margin-bottom:10px }
.agrandir { 
	font: normal 0.7em Verdana, Helvetica, sans-serif;
	color: #dedede;
	text-align:center;
	margin-bottom:10px;
}
.txt_minipopup { width: 190px; float:left; padding:0 12px 10px 12px }
.txt_minipopup p { text-align:justify; line-height:normal; font-size:0.9em; }

.separator { border-top:1px dotted #fff; border-left:0; border-right:0; border-bottom:0; clear:both; padding:10px 0; }

.details { width:110px; height:25px; display:block; background:url(../images/charte/details.png) left top no-repeat; float: right}
.commander { width:150px; height:25px; display:block; background:url(../images/charte/commander.png) left top no-repeat; float: left}

.blocPrix { width:auto; height:26px;float:right; margin-bottom:10px; background:url(../images/charte/prixa.png) left top no-repeat; padding:0 0 0 70px;}
.prixBarre { width:auto; height:23px; background: #FFF; margin:0; display:block; margin-right:2px; padding:3px 10px 0 0; float:left; text-decoration: line-through } 
.prixNorm { width:auto; height:23px; background: #FFF; margin:0; display:block; padding:3px 0 0 10px; float:left;  } 
.prixb { width:14px; height:26px; display:block; background:url(../images/charte/prixb.png) left top no-repeat; float:left}



/*************************************************************************/
/*--------------------------------FICHE PRODUIT FULL---------------------------------*/
/*************************************************************************/

.popup1 { width:875px; padding:8px; margin: 20px auto; background:#c364c4; clear:both; }
.popup2 { width:875px; padding:8px; margin: 20px auto; background:#4e89df; clear:both; }
.popup3 { width:875px; padding:8px; margin: 20px auto; background:#3a65a0; clear:both; }
.popup4 { width:875px; padding:8px; margin: 20px auto; background:#4c8d1b; clear:both; }
.popup5 { width:875px; padding:8px; margin: 20px auto; background:#d8d22c; clear:both; }
.popup6 { width:875px; padding:8px; margin: 20px auto; background:#e17c39; clear:both; }
.popup7 { width:875px; padding:8px; margin: 20px auto; background:#e14539; clear:both; }

.titre2 {font: bold 1.8em Arial, Verdana, Helvetica, sans-serif; color:#fff }
.photo_popup { width:210px; padding:10px 0 ; float:left; margin-bottom:10px }
.txt_popup { width: 640px; float:left; padding:0 12px 10px 12px }
.txt_popup p { text-align:justify; line-height:normal; font-size:0.9em; }

.commanderb { width:150px; height:25px; display:block; background:url(../images/charte/commander.png) left top no-repeat; float: right}


.tof{ margin:0 0 15px 0}

/*************************************************************************/
/*-------------------------------- BOUTONS ---------------------------------*/
/*************************************************************************/

#boutons { width:145px; margin: 20px 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; }