/* CSS Document */

/*######################################### Corps de la page #########################################*/

body{
margin:0;
padding:0;
text-align:center;/* text align center pour centrer les elements de la page */
background:url(../img/fond_page.jpg);
background-repeat:repeat-x;
background-color:#a6194b;
} 

/*######################################### Charte #########################################*/

/* Modification de la zone texte en page index (sites avec intro) */
#texte-index{
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
color:#000000;
}

#texte-index a{
font-size:1.2em;
text-decoration:none;
color:#003399;
}

#texte-index a:hover{
color:#CC0066;
text-decoration:underline;
}
/* FIN */

.fond_body{
background:url(../img/body.jpg) no-repeat;
}

.bordure{
border:0px solid #FFFFFF;
}

/* Zone du menu */
div.menu{
}

/* Balise adress */
address{
}

/*######################################### Intégration #########################################*/

/* Element devant contenir la div integration, replace les elements à gauche, ,ne rien modifier */
div#wrapper{
text-align:left; 
width:900px; 
height:100%; 
margin:0 auto;
}

/* La div intégration  */
div#integration{
	font:13px "Trebuchet MS";
	color:#000000;
	padding-left:40px;
	padding-right:40px;
	padding-top:25px;
	padding-bottom: 10px;
}

#iframe	{
	height:144px;
	width:595px;
}

/* Pour le lien haut de page */
div#hautdepage{
padding:0px 15px 0px 150px;
font-size:0.8em;
color:#2B628E;
font-family:"Tahoma";
text-align:left;
float:right;
}

/* div laissée à l'usage d'un encart */
div.encart1{
	color:#FFFFFF;
	background-color:#B43B66;
	padding:6px;
	border:1px solid #000000;
	font-size: 14px;
	margin-right: 20px;
	margin-left: 20px;
}

/* div laissée à l'usage d'un second encart */
div.encart2{ 
	color:#FFFFFF;
	background-color:#B43B66;
	padding:6px;
	border:1px solid #000000;
	font-size: 14px;
	margin-right: 60px;
	margin-left: 60px;
}

/* Pour que le paragraphe suivant un élément flottant ne s'imbrique pas dans l'espace laissé libre */
.clear{
clear:both;
}
 
/* Mise en forme d'un paragraphe */
.txt1{
	color:#FFFFFF;
	font-size: 15px;
	font-weight: bold;
}

/* Mise en forme d'un paragraphe */
.txt2{
	color:#FFFFFF;
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
}
.bordure_noire {
	border: 2px solid #000000;
}


/* Mise en forme d'un paragraphe */
.txt3{
	color:#A61A4B;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

/* Pour mettre en forme un texte ou une citation compris dans la balise cite (par defaut en italique) */
cite{
}

/* Pour les listes à puces principales */
.element_liste{
	list-style-image:url(../img/puce.gif);
	font-size: 14px;
}

/* Pour les listes à puces contenues dans une liste principale */
.element_liste ul{
list-style-image:url(../img/puce2.gif);
}

/* Image ou flash en float à droite */
.element_flottant_droite{
	float:right;
	margin: 6px;
	border: 2px solid #000000;
}

/* Image ou flash en float à gauche */
.element_flottant_gauche{
float:left; 
margin-left:10px;
}

/* Pour les bordures des animations flash, compatible firefox */
.bordure_flash{
	border:2px solid #000000;
	display:block;
}

/*------ LES LIENS ------*/

a{
	color:#000000;
}

a:hover{
	color:#A61A4B;
}

/* Les liens contenus dans l'encart */
div.encart1 a{
color:#CCCCCC;
}

div.encart1 a:hover{
color:#99CC33;
}

/*------ LES TITRES ------*/

h1{
	letter-spacing:6px;
	font-size:16px;
	text-align:left;
	color:#000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A61A4B;
	padding-left: 0px;
	margin-left: 60px;
	padding-top: 40px;
}

h1:first-letter{
font-size:1.2em;
font-family:Georgia, "Times New Roman", Times, serif;
text-transform:uppercase;
}

h2{
	letter-spacing:6px;
	font-size:1em;
	color: #A61A4B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-right: 80px;
}

/*------ LES TABLEAUX ------*/

.tableau1{
	border:1px solid #000000;
	background-color:#FFFFFF;
}

.configtab table{
	border:0px;
	width:590px;
}
.configtab table tr td{
	background-color:#F0E6EF;
	text-align:center;
}

.tableau1 th{
	color:#FFFFFF;
	background-color:#A6194B;
}
.tableau1 td{
	color:#000000;
	font-size: 14px;
	padding-left: 5px;
}
.txt4 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 2px;
	text-align: center;
}
.txt5 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 2px;
	text-align: center;
}

/* Pour appliquer une bordure à un tableau */
.bordure_tableau{
}

/* Tailles de la police dans les tableaux si rien de précisé */
table td{
font-size:13px;
}

/* Intitulés des tableaux si rien de précisé */
th{
}

/*------ LES FORMULAIRES ------*/

/* Couleur du texte des énoncés du formulaire */
.formulaire td{ 
color:#000000;
}

/* Couleur de texte et de fond des input, select et textaera */
.formulaire input, textarea, select{
color:#000000;
background-color:#ffffff;
}

/*------ LES EFFETS ------*/

/* Permet l'effet de transparence */
.transparent{
filter:alpha(opacity=60);  
-moz-opacity:0.60;
opacity:0.60;
}

/* Pour créer un effet de rollover sur une vignette */
.tableau_vignette  a img{ 
border:2px solid #DC942E;
}	

.tableau_vignette a:hover img{
border:2px solid #fff
}

/*------ DIVERS ------*/

/* Pour le txt en fin de formulaire */
.mention{
font-style:italic;
font-size:10px;
}

#liens_bas {
margin:0 auto;
text-align:center;
font-size:9px;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#liens_bas a { 
color:#FFFFFF;
}

#liens_bas a:hover {
	color:#f0d9e1;
}




div#menu {
	width:700px;
	margin: 0 auto;
	text-align:justify
}

div#menu h2 { /*pour les titres*/

}

dl{
	width: 95%;
	overflow: hidden;
	margin: 0 auto;
	background: url(img/dot.gif) repeat-x 0 1.2em;/* image des pointillés*/
}

dt,dd.prix{

}

dt{
	float: left;
	padding-right: 3px;
	color: #FFFFFF;
}

dd {
margin:0;
}

dd.prix {
	float: right;
	padding-left: 3px;
	color: #FFFFFF;
}

dd.commentaires{
float: left;
width: 100%;
padding: 3px 0;
font: italic 100% Georgia,Times,sans-serif;
color: #999999;
}

