.page {
	background-color: #0D0D0D;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-color: #CCCCCC;
	font-weight: normal;
	text-align: justify;
}
.pageindex {
	background-color: #0D0D0D;
	background-image:url(img_src/fond_index_mosaique.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*------------------------------------------------------
*			le texte
*-------------------------------------------------------
*/
.texte1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 10px;
	font-color: #FFFFFF;
	font-weight: normal;
	text-decoration:none;
	text-align:center;
}

.liens1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	text-align:center;
}
.liens1:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
}
