/* 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";

/* STYLE CYC  (ne pas supprimer) */
.cyc {
	position: absolute;
	top: -10000px;
}


ul{
	margin-left:50px;
	margin-top:10px;
	margin-bottom:25px;
}

li{
	list-style-image:url(../images/puce.gif);	
	margin-bottom:10px;
}

.alinea{
	text-indent:45px;
	display:block;
}


/* ------------------------STYLE DE LA PAGE HORAIRES---------------------------------- */

.cell_rouge{
	background-color:#990000;
	text-align:center;
	font-weight:bold;
}

.cell_rouge2{
	background-color:#D6000C;
}

.cell_blanc{
	background-color:#FFF;
	color:#333333;
	text-align:center;
}



/* ------------------------STYLE DE LA PAGE GALERIE PHOTOS---------------------------------- */

#cadrephotos{
	width:400px;
	/*border:1px solid black;*/
}
#cadrephotos img{
	border:1px solid #FFF;
}
#cadrephotos img.petite{
	border:1px solid #FFF;
	float:left;
	margin:5px 10px 5px 0;
}


/* PAGINATION */
.pagination-produit{
	width:200px;
	text-align:center;
	padding-top:5px;
	}
	
.fleche-gauche {
	float:left;
	border:none;
	}
.fleche-droite {	
	float:right;
	border:none;
	}

/* STYLE DE LA PAGE CONTACT */



#contactTxt{
	width:75%;
	float:left;
}

#contactTxt img{
	border:0;
	float:left;
	margin-right:15px;
}

#contactPlan{
	width:45%;
	float:left;
	margin-left:20px;
}
#formContact input, textarea{
	width:100%;
	border:1px solid #D6000C;
	font-size:12px;
}
#formContact input:focus,textarea:focus{
	border-color:#FF9900;
}
#formContact .champRequis{
	color:#D6000C;
}

#formContact .bouton{
	color:#FFFFFF;
	background-color:#D6000C;
	width:200px;
}