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

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

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

a:hover { color: #1FE2D7;}

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

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

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

/*--- voeux ----------------------------------------------------------------*/

#voeux p {color: #F6DE6C;}

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

#citation h1 {color: #FFF;}

#citation p {color: #333;}

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

#breves h1 {color: #4D7206;}

#breves p {color: #F8EAA5;}

#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 h1 {color: #FFF;}

.titre_s h2 {color: #AB1818;}

.titre_r h1 {color: #FFF;}

.titre_r h2 {color: #AB1818;}

#content p {color: #333;}

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

#agenda	{background-color: #EFA743;}

#agenda h3 {color: #FFF;}

#agenda h4 {color: #AB1818;}

#agenda p {color: #333;}

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

#inscription p {color: #333;}

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




