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

a { color: #000;}

a:visited { color: #9E7BB6;}

a:hover { color: #06FAFD;}

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

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

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

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

#citation h1 {color: #6DBBFF;}

#citation p {color: #333;}

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

#breves h1 {color: #1E77DB;}

#breves p {color: #A20A2F;}

#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: #1E77DB;}

.titre_e h2 {color: #E95100;}

.titre_t h1 {color: #1E77DB;}

.titre_t h2 {color: #E95100;}

.titre_s h1 {color: #1E77DB;}

.titre_s h2 {color: #E95100;}

.titre_r h1 {color: #1E77DB;}

.titre_r h2 {color: #E95100;}

#content p {color: #444;}

.insert {color: #9CC800;}

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

#agenda	{background-color: #FBC45B;}

#agenda h3 {color: #E95100;}

#agenda h4 {color: #1E77DB;}

#agenda p {color: #444;}

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

#inscription p {color: #444;}

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




