/* Feuille de style pour le contenu des pages 
 * C'est cette feuille de style qui doit être liée aux pages du site
 * La feuille de style de la charte est appelée depuis cette feuille.
 */
 
/* Import des style pour la charte */
@import "charte.css";

h1,h2,h3,h4 {margin:0;}

/* STYLE DE LA PAGE CONTACT */
#contactTxt{
	width:45%;
	float:left;
}
#contactPlan{
	width:45%;
	float:right;
}
#formContact input,textarea{
	width:100%;
	border:1px solid #000;
	font-size:12px;
}
#formContact input:focus,textarea:focus{
	border-color:#FF0000;
}
#formContact .champRequis{
	color:#FF0000;
}


.img_gallerie{
float:left;
margin:6px;
}

a .img_gallerie{
border:double 3px #B72F01;
float:left;
margin:6px;
}

a:hover .img_gallerie{
border:double 3px #DE5D0C;
float:left;
margin:6px;
}

.img_g{
border:double 3px #990000;
float:left;
margin:0px 8px 4px 0px;
}

h6{
clear:both;
height:10px;
margin-bottom:10px;
border-bottom:1px dashed #990000;
}

.titre{
font-weight:bold;
}


/* style de la page presentation (index) */

#presentation-diapo{
	float:left;
	padding-right:10px;
	width:188px;
	height:267px;
	padding-bottom:10px;
}

#liste-presentation ul{
	list-style:none;
}


/* style de la page contact */
#plan-acces{
	padding-top:50px;
	text-align:center;
	
}


/* style de la page evenements */

.vignette-produit{
	padding-top:15px;
	clear:both;
	border-bottom:1px dotted #DE5D0C;
	min-height:130px;
}

.vignette-image{
	padding-right:20px;
	float:left;
}
#evenement-produit{
	clear:both;
	padding-top:50px;
}

#evenement-produit h2{
	padding-bottom:15px;
	color:#FFF;
}