
/*-- gen css attributes ----------------------------------------------------*/

a { color: #000; text-decoration: none; }

a:visited { color: #534669; text-decoration: none;}

a:hover { color: #FFF;}

/*-- global container ------------------------------------------------------*/

#container {
	background-color: #E07932;
}

/*--- header ---------------------------------------------------------------*/

#header h1 {color: #FFF;}

/*--- header links ---------------------------------------------------------*/

#header h1 a {
	text-decoration: none;
	color: #F7DC47;
}

#header h1 a:visited {
	text-decoration: none;
	color: #F7DC47;
}

#header h1 a:hover {
	text-decoration: none;
	color: #FFF;
}

/*--- citation -------------------------------------------------------------*/

#citation h1 {color: #FFF;}

#citation p {color: #333;}

/*--- breves col------------------------------------------------------------*/

#breves {background-color: #E4894A;}

#breves h1 {color: #0F4574;}

#breves p {color: #29460B;}

#breves hr {
	border: 0;
	margin: 5px auto 3px auto;
	color: #FFF;
	background-color: #FFF;
	width: 100%;
	height: 1px;
}

/*--- content titres/text --------------------------------------------------*/

.titre_e h1 {color: #FFF;}

.titre_e h2 {color: #AB1818;}

.titre_t h1 {color: #FFF;}

.titre_t h2 {color: #AB1818;}

.titre_s {background-color: #E07932;}

.titre_s h1 {color: #FFF;}

.titre_s h2 {color: #AB1818;}

.titre_r h1 {color: #FFF;}

.titre_r h2 {color: #AB1818;}

#content p {color: #333;}

#content h3 {color: #FFF;} 

#content h3 em {color: #AB1818;}

/*--- agenda----------------------------------------------------------------*/

#agenda	{background-color: #EFA743;}

#agenda h3 {color: #FFF;}

#agenda h4 {color: #AB1818;}

#agenda p {color: #333;}

#agenda p strong {color: #000;}

/*--- inscription-----------------------------------------------------------*/

#inscription h1 {color: #FFF;}

#inscription h2 {color: #AB1818;}

#inscription p {color: #333;}

/*--- that's all folks-----------------------------------------------------*/




