/* CSS Document */

body 
{
	background-color: #DEE7BD;
}

/*	Liens	*/
a
{	color:#FF0066;
}

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

/*	Grand Titre	*/

.titre {
	margin: 0;
	padding: 0;
	/* background: #fff url("../../images/designs/2/top_page.png") repeat-x top; */
	background-color: #fff;
	font-family: 'Trebuchet MS', Verdana, Tahoma, sans-serif;
	font-size: 0.8em;
	color: #4a4a4a;
}

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

h1, h2, h3, h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0.6em 0 .25em 0;
}
h1 {
	font-size:16px;
	color:#006633;
	font-weight:bold;
	text-align: center;
}

h2 {
	font-size:14px;
	color:#FFCF00;
	font-weight:bold;
	text-align: center;
}

h3 {
	font-size:12px;
	color:#FFCF00;
	font-weight:bold;
	text-align: center;
}

h4 {
	font-size:10px;
	color:#FFCF00;
	font-weight:bold;
	text-align: center;
}

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

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