body{
	background: repeat-x url('../images/fond.png') #9e9e9e;
	font-family: Tahoma, Arial, serif;
}

.page{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f7f7f7;
	padding: 5px;
	border: 1px solid #cacaca;
}

#bloc_centrale{
	background-color: white;
	width: 988px;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}

.droite{
	float: right;
	width: 290px;
	background-color: #efefef;
	border-left: 1px solid #dfdfdf;
	padding: 5px;
	padding-top: 0;
	font-size: 0.8em;
}

.droite a{
	color: #005e76;
	text-decoration: none;
}	

.droite a:hover{
	color: black;
	text-decoration: none;
}

.contenu{
	float: left;
	width: 677px;
	padding: 5px;
	font-size: 0.9em;
}

.contenu a{
	color: #005e76;
	text-decoration: none;
}	

.contenu a:hover{
	color: black;
	text-decoration: none;
}

.contenu h1{
	font-size: 1.2em;
	margin-left: 15px;
}

.contenu p{
	text-align: justify;
}

.footer{
	clear: both;
	background-color: #f7f7f7;
	font-size: 0.8em;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #999999;
}

.footer a{
	color: #999999;
	text-decoration: underline;
}

.footer a:hover{
	text-decoration: none;
}

.clear{
	clear: both;
}

fieldset{
	border: 1px solid #efefef;
}


