﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
	<head>
		<title>xmoduleheader</title>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

		<style type="text/css">
		
body{
	margin:40px;
	padding:0;
	background:black url(images/fontgrises.jpg);
}
@font-face {
    font-family: 'caviar_dreamsregular';
    src: url('caviardreams-webfont.eot');
    src: url('caviardreams-webfont.eot?#iefix') format('embedded-opentype'),
         url('caviardreams-webfont.woff') format('woff'),
         url('caviardreams-webfont.ttf') format('truetype'),
         url('caviardreams-webfont.svg#caviar_dreamsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}    
#footer{												/*debut block header*/
	width: 980px;
	height: 35px;
	background-color:#bfb09d;/*orange;*/
	padding: 0;
	margin: 0;
}

ul#pieddepage{
	margin:0;
	padding: 0;
	list-style:none;
	margin-left: 400px;

}


li.c6{

	display: block;
	float: left;
	/*background-color: blue;*/
	height: 20px;
	width: auto;
	margin-left: 4px;
	padding:0;
	margin-top: 10px;
	font-size: 12px;

}
a.c7{
	font-family:caviar_dreamsregular;
	/*background-color: orange;*/
	color: #770f00;
	text-decoration:none;
	display: block;
	float: left;


}
#pieddepage li a:hover{

	text-decoration: none;
	color:#ffffff;
	background-color: #000000;
	border-radius: 25px;

}														/*fin block header*/
</style>
</head>