﻿/* CSS Document */
@import "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:#0f4a8e url(../images/accueil/image-accueil2.jpg) top center no-repeat;
}
#flags{
	position:absolute;
	top:20px;
	left:30px;
}
#fr{
	width:59px;
	height:24px;
	display:block;
	float:left;
	background:url(../images/accueil/bt-fr.jpg) no-repeat;
}
#en{
	width:56px;
	height:24px;
	display:block;
	float:left;
	background:url(../images/accueil/bt-en.jpg) no-repeat;
}
#time{
	float:right;
	width:143px;
	height:58px;
	position:absolute;
	top:0;
	right:0;
	padding:17px 32px 0 0;
	background:url(../images/accueil/bg-time.jpg) no-repeat;
}
#accueil_conteneur{
	position:absolute;
	left: 50%;
	width: 970px;
	height: 720px;         /* 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:#FFFFFF;
}
.accueil a:link, .accueil a:visited, .accueil a:hover, .accueil a:active{
	color:#FFFFFF;
	outline:none;
}
#bt-entrer{
	width:970px;
	height:590px;
	display:block;
}
/*************************************************************************/
/*---------------------------STYLE CHARTE -------------------------------*/
/*************************************************************************/
body{
	background:#0f4a8e url(../images/charte/bg-header2.jpg) center top no-repeat;
} 
#conteneur{
	width:970px;
	margin:0 auto;
	text-align:left;
	min-height:100%;
}
#haut{
	height:215px;
	width:970px;
	position:relative;
}
#liens{
width:150px;
height:200px;
margin-left:150px;
float:left;
}
#liens2{
width:150px;
height:200px;
margin-left:300px;
	
}
/*---------------------------MENUTOP------------------------------*/
#menuTop{
	position:absolute;
	left:150px;
	top:160px;
	list-style:none;
}	
#menuTop span{
	display:none;
}
#menuTop li{
	float:left;
}
#menuTop a{
	height:54px;
	display:block;
	outline:none;
}
.bt1{width:111px;background:url(../images/charte/bt1.jpg) no-repeat;}
.bt2{width:157px;background:url(../images/charte/bt2.jpg) no-repeat;}
.bt3{width:161px;background:url(../images/charte/bt3.jpg) no-repeat;}
.bt4{width:218px;background:url(../images/charte/bt4.jpg) no-repeat;}
.bt2-en{width:157px;background:url(../images/charte/bt2-en.jpg) no-repeat;}
.bt3-en{width:161px;background:url(../images/charte/bt3-en.jpg) no-repeat;}
.bt4-en{width:218px;background:url(../images/charte/bt4-en.jpg) no-repeat;}
.bt5{width:117px;background:url(../images/charte/bt5.jpg) no-repeat;}
/*---------------------------CONTENU------------------------------*/
#texte{
	background:url(../images/charte/contenu.jpg) no-repeat;
	width:930px; 	/* soustraire les padding à la largeur normal de la div */
	height:auto;
	min-height:300px;
	position:relative;
	float:left;
	padding: 20px 20px 20px 20px;
}
/*---------------------------BASE------------------------------*/
#menuBase{
	width:582px;
	height:147px;
	padding:30px 0 0 30px ;
	margin:40px 0 0 0;
	background:url(../images/base/bg-menu2.jpg) no-repeat;
}
#menuBase li{
	float:left;
	margin:0 10px 0 10px;
}
#menuBase li a{
	text-decoration:none;
}
.fichesimple{
	width:237px;
	height:259px;
	float:left;
	padding:5px 10px 5px 10px;
	background:url(../images/base/bg-fichesimple.gif) no-repeat;
}
.plus-infos{
	width:103px;
	height:26px;
	display:block;
	float:left;
	margin:10px 0 0 60px;
	background:url(../images/base/bt-detail.jpg) no-repeat;
}
.plus-infos-en{
	width:103px;
	height:26px;
	display:block;
	float:left;
	margin:10px 0 0 60px;
	background:url(../images/base/bt-detail-en.jpg) no-repeat;
}
.fichedetail{
	width:547px;
	height:257px;
	margin:5px 0 10px 0;
	padding:5px 10px 5px 10px;
	position:relative;
	background:url(../images/base/bg-fiche-detail.gif) no-repeat;
	float:left;
}

.fichedetail2{
	width:547px;
	height:50px;
	margin:5px 0 10px 0;
	padding:5px 10px 5px 10px;
	position:relative;
	background:url(../images/base/bg-fiche-detail2.gif) no-repeat;
	float:left;
}

.texte-detail{
	width:400px;
	height:100px;
	float:left;
	margin:5px 0 0 0;
	overflow:auto;
}
.download{
	width:114px;
	height:57px;
	display:block;
	position:absolute;
	bottom:15px;
	right:30px;
	background:url(../images/base/bt-download.jpg) no-repeat;
}
.download-en{
	width:114px;
	height:57px;
	display:block;
	position:absolute;
	bottom:15px;
	right:30px;
	background:url(../images/base/bt-download-en.jpg) no-repeat;
}

#texte #produits{
	width:600px;
	height:500px;
	float:left;
}
.unproduit{
	width:600px;
	float:left;
	height:100px;
	clear:both;
	padding:0 0 4px 0;
	margin:4px 0 0 0;
	border-bottom:1px solid #CCC;
}
#texte .desc{
	width:230px;
	height:80px;
	float:left;
	padding:20px 0 0 0;
	margin:0px 5px 0 0;
	font-size:1.3em;
	border-right:1px #CCC;
}
#texte .visu-pro{
	width:130px;
	height:100px;
}
/*---------------------------BAS DE PAGE ------------------------------*/
#global_bas{
	margin:-47px 0 0 0;/*----rajouter en marge négative la hauteur de #bas---------*/
	position:relative;
	clear:both;
	width:100%;
}
#bas{
	height:47px;/*----rajouter en marge négative la hauteur dans #global_bas---------*/
	position:relative;
	width:890px;
	margin:0 auto;
	padding:0 40px 0 40px;
	background:url(../images/charte/bg-footer.jpg) center top no-repeat;
}
#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: 1em Arial, Verdana, Helvetica, sans-serif;
	color:#fff;
}
.bigger{font: 1.075em Arial, Verdana, Helvetica, sans-serif;}
#texte p{
	margin: 10px 0;
}
.petit_texte {
	font-size: 0.8em;
	color:#A8C0F5;
}
h1{
	margin:10px 0;
	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;
}
h3{
	font: bold 1.2em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
}
a:link, a:visited{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #fff;
	text-decoration:underline;
}
a:hover, a:active{                             /*---------------------------STYLE LIENS -------------------------------*/
	color:#3CF;
	text-decoration:underline;
}
.avertissement {
	color: #CC0000;
}
#texte ul{
	list-style-type:none;
	margin-left:30px;
}
/*************************************************************************/
/*------------------------FORMULAIRE CONTACT ----------------------------*/
/*************************************************************************/
input, textarea, select, .titre_tab { 
	background-color:#d1d1d1;
	color:#000;
	border:0;
	/*------------------------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-left input,.colonne-contact-left textarea{
	width:190px;
	background:#1d8ff8;
	border:1px solid #b1daff;
	color:#FFF;
}
.colonne-contact-right{
	float:left;
	padding:5px;
	margin: 15px 0 0 0;
	width:35%;
}
#coordonnee{
	border-bottom:1px solid #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;
}
.ligne1{
	background:#fff;
	color:#333;
}
.ligne2{
	background:#ebebeb;
	color:#333;
}
.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;
}

/*************************************************************************/
/*------------------------------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;
}

.defilement{
	float:left;
	display:block;
	width:182px;
	height:50px;
	padding:10px 0 0 0;
}

.prec{
	/*background-image:url(../images/base/precedente.gif);*/
	width:182px;
	height:50px;
	display:block;
}

.retour{
	/*background-image:url(../images/base/retour.gif);*/
	width:182px;
	height:50px;
	display:block;
}

.suiv{
	/*background-image:url(../images/base/suivante.gif);*/
	width:182px;
	height:50px;
	display:block;
}

/*************************************************************************/
/*--------------------------------PERSO---------------------------------*/
/*************************************************************************/
.vign{
	padding:4px;
	border:1px solid #CCC;
	margin:10px;
}
