@charset "utf-8";
/* CSS Document */
<!--
body {
	margin:0px;
	background-color: #133F54;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
#conteneur {
	width:760px;
	margin:0 auto;
	background-color:#9ecbe0;
	border-right:thin #000000 solid;
	border-left:thin #000000 solid;
	border-bottom:thin #000000 solid;
}
a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#CC3333;
}
h2 {
	font-style:italic;
	font-size:16px; 
	text-align:center;
}	
h3 {
	clear:both;
}
h1 {
	width:1px;
	height:1px;
	overflow:hidden;
	margin:0px;
	float:right;
}
.titre {
	text-align:right;
	font-style:italic;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase; 
}


/*menu gauche*/
#menuG {
	height:500px;
	float:left; 
	width:160px;
}
#logoG {
	height:372px;
	background-image:url(../images/logo_area.jpg);
}
#flag {
	margin-top:175px; 
	text-align:center
}	
.menuTour {
	background-image:url(../images/t_07.jpg);
	height:8px;
}
#menu {
	height:181px; 
}
#menu div {
	background-color:#14435d;
	height:20px;
	width:150px;
	border-bottom:thin #000000 solid;
	padding-top: 5px;
	padding-left: 10px;
}
#menu .local {
	font-weight:bold;
	text-align:center;
}
#menu div:hover {
	background-color:#225b79;
	font-weight:bold;
}
#infoarea {
	min-height:211px;
	background-image:url(../images/info_area.jpg);
	background-repeat:repeat-x;
}

/*main*/
#main {
	float:right;
	width:600px;
}
#banniere {
	height:61px;
	background-image:url(../images/banner.png);
	background-color:#999999;
}
#banniereEn {
	height:61px;
	background-image:url(../images/bannerEN.png);
	background-color:#999999;
}		
#txt {
	position:relative;
	min-height:502px;
	width:579px;
	/*background-image:url(../images/main_bg.jpg);*/
	background-color:#FFFFFF;
	color:#666666;
	border-left:1px #000 solid;
	padding: 30px 10px; 
	text-align:justify;
}
.evidence {
	font-size:14px; 
	font-weight: bold; 
	color:#ff5f00;
}
.retourOK {
	color: #003300;
	background-color:#FFFFCC;
	border: 1px solid #003300;
	padding: 2px;
	margin: 15px auto;
}
/* calque survol des photos agrandies */
.Gphoto{ 
	position:absolute;
	right:10px;
	width:402px;
	border:medium #FFFFFF solid;
	z-index:5;
	visibility:hidden;
	overflow:hidden;
}

.vign_prod { /*vignettes des produits des pages catégories*/
	float:left; 
	width:150px; 
	padding-left: 5px;
	padding-top: 5px;
	margin-bottom: 25px;
}
/* boite pour l'ombre de fond : aligne l'image intérieure à sa droite; 
 ombre (ombre.png) positionnée en bas à droite de la boite; pas de marge intérieure */
.ombre {
	float:left;
	background: url(../images/ombre.png) no-repeat bottom right;
	padding: 0px;
}
/* boite pour la photo : relative à celle de l'ombre, décallée en haut à gauche, 
le décallage étant moins important pour IE (= "!important") 
que pour les navigateurs interpretant normalement ... */
.photo_vign {
	position:relative;
	/*bottom:5px !important;*/
	bottom:2px;
	right: 5px;
}
/* formulaire de contact */
input, textarea {
	background-color:#9ecbe0;
}
#main_bot {
	/*background-image:url(../images/main_bot.jpg);*/
	/*background-image:url(../images/main_botBL.jpg);*/
	background-image:url(../images/main_botDEG.jpg);
	color:#333333;
	width:600px;
	height:90px;
	text-align:center;
	font-weight:bold;
}
#bot {
	/*background-image:url(../images/t_18.jpg);*/
	/*background-image:url(../images/t_18BL.jpg);*/
	background-image:url(../images/t_18.jpg);
	width:600px;
	height:27px;
}
#ref {
	width:100%;
	text-align:center;
}
#ref td {
	/*vertical-align:top;*/
	padding: 5px;
}


/*Présentation des gammes produits*/
#tableProd {
	margin:auto;
	width:570px;
	margin-top: 25px;
}
#tableProd td, #tableProd th {
	text-align:center;
	padding: 3px;
	border:#CCC thin solid;
}
-->
