/*****************/
/* CSS Document */
/****************/

body {
	font: 80% Tahoma, arial;
	margin: 0;
	background-color: #FFFFCC;
	/*background: #FFFFCC url(Fond_accueil.gif) repeat-y center;*/
}

/* PROPRIÉTÉS DES LIENS */
/************************/

/* Liens figurant au sein du texte */
a:link {
	text-decoration: underline;
	color: blue;
}
a:visited {
	text-decoration: underline;
	color: #990099;
}
a:hover {
	text-decoration: underline;
}

/* AUTRES STYLES */
/*****************/

.centre {
	margin-top: 50px;
	text-align: center;
}
.vert {
	margin-top: 40px;
	padding-top: 20px;
	background-color: #CCCC99;
	text-align: center;
	height: 200px;
}
.bdlc{
	margin-top: 20px;
	float: left;
}
.chmd {
	margin-top: 20px;
	float: right;
}
.mise_a_jour {
	clear: both;
	text-align: center;
}
.decaler_plus_bas {
	clear: both;
	margin-top: 40px;
	text-align: center;
}
.gras {
	font-weight: bold;
	font-size: 1.5em;
}

