/* ------ */
/* Base */
/* ----- /

body {
	background:url(illustrations/bleucla_023.jpg);
}

h3 {font-weight:normal;}
*/
.indent {text-indent:1em;}
.justify {text-align:justify;}
.decalage {padding-left:1.2em;}

div.separateur {
	width:75%;
	height:2px;
	background-color:#585858;
	margin:auto;
}

/* --------- */
/* Couleurs */
/* ------- */

.gris {color:#585858;}
.gris_fonce {color:#4A4A4A;}
.orange {color:#F60;}
.rouge {color:#D50000;}
.violet {color:#E800E8;}
.blanc {color:#FFF;}

/* --------- */
/* Liens  */
/* ------- */

a { 
	text-decoration:none;
}

/*
a:hover, a:active {
	color: #F00; /* F00 - rouge /
}

a.special:link, a.special:visited {
	color: #F00; /* F00 - rouge /
}

a.special:hover, a.special:active {
	color: #F0F; /* F0F - violet clair /
}
*/

a.menu_neutre{
	font-size: 17px;
	font-weight: bold;
/*	color: #A4E9FF; /* A4E9FF - bleu clair */
	color: #FF0; /* FF0 - jaune */
}

a.menu_actuel{
	color:#FFF; /* FFF - Blanc */
	font-weight:bold;
	font-size: 17px;
}

