/*////////////////////////
// General
////////////////////////*/
body {
	font-family: "Trebuchet MS";
	color: Black;
	background-color: #AA9775;
	margin: 0;
	padding: 0;
}

/*////////////////////////
// Conteneur
////////////////////////*/
.ombreDroite {
	background-image:  url(../images/ombre_droite.gif);
	background-position: left;
	background-repeat: repeat-y;
}

.ombreGauche {
	background-image:  url(../images/ombre_gauche.gif);
	background-position: right;
	background-repeat: repeat-y;
}

.legendePhotoEdito {
	color: #5A5245;
	font-size: 10px;
	text-align: justify;
	line-height: 11px;
	padding-left: 5px;
}

/*////////////////////////
// Tableaux
////////////////////////*/
.tabMargeBas {
	margin-bottom: 10px;
}

.tabPartenaires {
	margin-bottom: 5px;
	border: 1px solid White;
}

.paddingPartenaires {
	padding:15px;
}

.paddingPartenaires img{
	margin-left:10px;
}

.tabRecherche {
	background-image:  url(../images/barre00.gif);
	background-repeat: repeat-x;
	background-position: left 2px;
	padding: 5px;
}

/*////////////////////////
// Recherche
////////////////////////*/
.chpTexteRecherche {
	border: 2px solid White;
	width: 84%;
	padding-bottom: 2px;
	font-size: 11px;
	color: Gray;
	margin-left: 5px;
}

.separation0 {
	background-image:  url(../images/barre00.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.question {
	text-align: justify;
	line-height: 12px;
	color: #5A5245;
	font-size: 10px;
	font-style: italic;
	display: block;
}

.reponse {
	text-align: justify;
	line-height: 12px;
	color: White;
	font-size: 10px;
	font-style: normal;
	display: block;
}

/*////////////////////////
// Bloc Asso du Mois
////////////////////////*/
.titreAsso {
	color: #5A5245;
	font-size: 10px;
	text-decoration: underline;
	display: block;
}

.infoAsso {
	color: #373F41;
	font-size: 10px;
}

.infoAsso a {
	display: block;
	color: Maroon;
	font-style: italic;
	text-decoration: underline;
}

.infoAsso a:hover {
	text-decoration: none;
}

.imgAsso {
	float: left;
	margin-right: 6px;
}


/*////////////////////////
// Footer
////////////////////////*/
A.lienFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;	
}

A:hover.lienFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;	
}

.ligneFooter {
	background-image:  url(../images/hr_footer.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #ECE3C5;
}