
/* Blocs */
body{background-image:url('images/fond.png');font-family:verdana,tahoma;font-size:10pt;color:white;background-position:center;}
h1{font-size:12pt;margin:0px;text-align:left;}
img{border: none;}
.page{width:990px;height:600px;}
.entete{width:990px;height:119px;background-image:url('images/entete.png');}
.menubarre{width:990px;height:32px;background-image:url('images/menubarre.png');vertical-align:top;}
.corps{width:990px;vertical-align:top;}
.menu_gauche{width:158px;vertical-align:top;}
.contenu{width:674px;vertical-align:top;}
.menu_droit{width:158px;vertical-align:top;}
.pied{width:990px;height:63px;background-image:url('images/pied.png');padding-left:15px;}

/* Autres  */
.menu_haut_gauche{width:159px;height:31px;background-image:url('images/menu_haut_gauche.png');background-repeat:no-repeat;vertical-align:top;}
.menu_centre_gauche{width:159px;background-image:url('images/menu_centre_gauche.png');background-repeat:y-repeat;padding-left:10px;padding-right:10px;background-position:center;}
.menu_bas_gauche{width:159px;height:13px;background-image:url('images/menu_bas_gauche.png');background-repeat:no-repeat;}

.corps_haut{width:674px;height:9px;background-image:url('images/corps_haut.png');background-repeat:no-repeat;}
.corps_centre{width:674px;height: 561px;background-image:url('images/corps_centre.png');padding-left:10px;padding-right:10px;vertical-align:top;}
.corps_bas{width:674px;height:8px;background-image:url('images/corps_bas.png');background-repeat:no-repeat;}

.menu_haut_droit{width:159px;height:31px;background-image:url('images/menu_haut_droit.png');background-repeat:no-repeat;background-position:right;vertical-align:top;}
.menu_centre_droit{width:159px; background-image:url('images/menu_centre_droit.png');background-repeat:y-repeat;padding-left:8px;padding-right:10px;background-position:right;text-align:left; padding-bottom: 10px;}
.menu_bas_droit{width:159px;height:13px;background-image:url('images/menu_bas_droit.png');background-repeat:no-repeat;background-position:right;}
#temoignages {
	text-align: center;
	background-color: #9BC7B5;
	height: 320px;
}

#temoignages div {
	background-color: #9BC7B5;
}

.auteur {
	text-align: right;
	color: white;
	font-size: 80%;
}

.tem {
	text-align: left;
	color: black;
}

#temoignages .lien {
	font-size: 70%;
	text-align: center;
}

.ref-prix {
	color: #333;
	font-weight: bold;
	text-align: center;
	font-size: 120%;
}

.ref-prix sup {
	font-size: 50%;
}

.ref-prix2 {
	color: #333;
	text-align: right;
	font-size: 80%;
	width: 10em;
}

.ref-offres {
	border: 1px solid #000;
	background-color: #FFF;
	color: #000;
}

.ref-offres td {
	padding: 2px 5px;
}

.ref-offres td span {
	font-size: 120%;
	font-weight: bold;
	color: #990000;
}

.ref-offres td hr {
	color: #333;
	height: 1px;
	background-color: #333;
	border: none;
}

/* Boutons */
input.connexion{ border:1px solid black; background-color:#D1EFE7; margin-top:5px; }

/* Formulaires */
input.contact{ border:1px solid black; margin-top:2px; margin-bottom:2px;width:431px;background-color:#D1EFE7;}
input.contact_petit{ border:1px solid black; margin-top:2px; margin-bottom:2px;width:131px;background-color:#D1EFE7;}
select.contact{ border:1px solid black; margin-top:2px; margin-bottom:2px;width:431px;background-color:#D1EFE7;}
select.contact_rouge{ border:1px solid black; margin-top:2px; margin-bottom:2px;width:431px;background-color:red;color:white;}
fieldset.contact{}
legend.contact{font-weight:bold;background-color:black;border:1px solid white;}
textarea.contact{width:620px;height:120px;border:1px solid black;background-color:#D1EFE7;}

/* Liens  */
a {text-decoration:underline;color:black;}
a:hover{text-decoration:none;color:white;}
a.lien_blanc{text-decoration:none;color:black;}
a:hover.lien_blanc{text-decoration:none;color:white;}

/* Infobulle */
.infobulle{
	color: #FFFFFF;
	position: absolute;
	display : none;
	border: 2px dotted #FFFFFF;
	padding: 10px;
	align: center;
	font-size: 10pt;
	background-color: #000000;
	width:350px;
	z-index: 3;
}

/* BOITE DU DIAPORAMA */
#boite_diapo {  
	position:relative;
	top:6px;
	left:836px;
	width:134px;
	height:85px;
	background-color:none;
	background-image:url('images/references/small/clsystem.gif');
} /* IL FAUT IMPERATIVEMENT QUE LE NOM DE L'IMAGE SOIT IDENTIQUE A CELUI DANS LE SCRIPT : tab_img[0]
      
/* image dans la boite du diaporama */                            
#img_diapo  {       
	width:134px;
	height:85px;
	filter: alpha(opacity=0);   /* fondu pour internet explorer */
	-moz-opacity:0;             /* fondu pour mozilla, phoenix, firebird, firefox*/
	opacity:0;                  /* fondu pour mozilla firefox */
	-khtml-opacity:0.5;         /* fondu pour konqueror et safari */
	background-color:none;
}
.diapo {
	padding-top: 5px;
	padding-bottom: 5px;
	background: url('images/diapo_bg.png') repeat-y;
}
.diapo ul li {
	width: 140px;
}
.prev {
	padding-right: 5px;
}
.next {
	padding-left: 5px;
}
