/* CSS Document */

body 
{
	background-color: #fff;
}

/*	Liens	*/
a{
	color: #955C48;
	font-weight:bold;
	text-decoration: none;
}

a:hover
{
	color: #00CC00;
	text-decoration: none;
}

.active {
	font-family: 'Trebuchet MS', Verdana, Tahoma, sans-serif;
	font-size:16px;
	color: #FF6600;
	text-decoration: none;
}


/*	CADRES contenu	*/
.encadre_photos { border: 2px solid #FEE5BD }

/*	Texte	*/

h1 {
	font-size:18px;
	color:#009900;
	font-weight:bold;
	text-align: left;
	font-family:  'Trebuchet MS';
	padding-left: 15px;
}


.corps_justifie {
	font-family: 'Trebuchet MS', Verdana, Tahoma, sans-serif;
	font-size:14px;
	color: #006600;
	text-align: justify;
	padding-left: 8px;
	padding-right: 8px;
}
.corps_droite {
	font-family: 'Trebuchet MS', Verdana, Tahoma, sans-serif;
	font-size:14px;
	color: #006600;
	text-align: right;
}
.corps_gauche {
	font-family: 'Trebuchet MS', Verdana, Tahoma, sans-serif;
	font-size:14px;
	color: #009900;
	text-align: left;
}
.corps_centre {
	font-family: 'Trebuchet MS', Verdana, Tahoma, sans-serif;
	font-size:14px;
	color: #006600;
	text-align: center;
}

.infoslegales {
	font-family: 'Trebuchet MS', Verdana, Tahoma, sans-serif;
	font-size:0.7em;
	color: #006600;
	text-align: center;
}

