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

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

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

a:hover { color: #FECB55;}

/*-- global container ------------------------------------------------------*/

#container {
	background-color: #000;
}

/*--- 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: #FECB55;}

#citation p {color: #777;}

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

#breves h1 {color: #881303;}

#breves p {color: #9A5F0A;}

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

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

.titre_e h1 {color: #FECB55;}

.titre_e h2 {color: #0553E2;}

.titre_t h1 {color: #FECB55;}

.titre_t h2 {color: #0553E2;}

.titre_s {background-color: #000;}

.titre_s h1 {color: #FECB55;}

.titre_s h2 {color: #0553E2;}

.titre_r h1 {color: #FECB55;}

.titre_r h2 {color: #0553E2;}

#content p {color: #777;}

#content h3 {color: #FFF;} 

#content h3 em {color: #AB1818;}

#content ul.bullet li {color: #777;}

.insert {color: #0553E2;}


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

#agenda	{background-color: #111;}

#agenda h3 {color: #FECB55;}

#agenda h4 {color: #FECB55;}

#agenda p {color: #777;}

#agenda p strong {color: #888;}

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

#inscription h1 {color: #FECB55;}

#inscription h2 {color: #0553E2;}

#inscription p {color: #777;}

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




