/* Golden Olive : b5ba19
 * Spring Crocus : bd5eff
 * Rococco Red : e20341
 * Pink Mist : f8c4fc
 * Croissant : cdba79
 * Freesia : ffdb00
 * Cantaloupe : ffa085
 * Daiquiri Green : c4fc65
 * Snorkel Blue : 0071ce
 * Silver Gray : 9bb4aa
*/

/* Standard */
body {
	color:						#555555;
}

/* Titres */
h1, h3 {
	color:						#e20341;
}
h2, a {
	color:						#0071ce;
}

hr {
	background-color:			#e20341;
	height:						2px;
	border:						0px;
/*	border-bottom:				1px solid #ffdb00;*/
}
a:hover, .darkline a:hover, .highlight, div.menu a:hover {
	color:						#ffffff;
	background-color:			#e20341;
}

/* Entête */
#head {
	border:						1px solid #9bb4aa;
	color:						#ff5500;
}

/* Menu gauche */
.menu {
	border:             	    1px solid #9bb4aa;
	background-color:			#ffdb00;
	color:						#0071ce;
}

.menu a {
	color:						#777777;
}

/* Contenu */
.content {
	border:						1px solid #9bb4aa;
}

/* Tableaux */
.tableau table {
	border:						1px solid #9bb4aa;
}
.tableau th {
	border-bottom-color:		1px solid #ff5500;
}
.tableau tr {
	background-color: 			#ffdd00;
	color:						#555555;
}
.tableau tr.darkline, .tableau th, .darkline a {
	background-color: 			#9bb4aa;
	color:						#444477;
}

/* Flash screen */
.flash, .flash a {
	color:						#ffffff;
	background-color:			#e20341;
	border:						1px solid #e20341;
}

/* Buttons */
/*.back {
	background:					url(../images/retour.gif);
}

.previous {
	background:					url(../images/left-enabled.gif);
}

.next {
	background:					url(../images/retour.gif);
}*/
