/* CSS Document */
body {
	background-image: url("images/fond01.jpg");
	color: #000;
}

body,td {font-family:verdana,arial,sans-serif; font-size:10pt; }
h1,h2,h3,h4,h5,h6 {font-family:"Trebuchet MS",helvetica,sans-serif; color:#DD6669; letter-spacing:1px;  text-align: center;  }
h1 {font-size:22pt;}
h2 {font-size:20pt;}
h3 {font-size:18pt;}
h4 {font-size:16pt;}
h5 {font-size:12pt;}
h6 {font-size:10pt;}

p, div {
	margin: .1em;
	padding: .2em;
}

p {
	text-indent: .4em;
}

.site {
	background-image: url("images/bordure01.jpg");
	border: 1px solid #94501F;
	width: 785px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.Contenu {
	width: 90%;
	background-image: url("images/fond01.jpg");
	border: 1px solid #94501F;
	margin: 20px;
	
}

.entete {
	text-align: center;
	width: 95%;
	height: 200pt;
	background-image: url("images/entete.jpg");
	background-repeat:no-repeat;
	background-position:center;
}

.menuhori {
	text-align: center;
	width: 95%;
	height: 30pt;
}

.mainContent {
	width: 95%;
	background-image: url("images/fond02.jpg");
	border: 1px solid #94501F;
	margin-top: 20px;
	margin-bottom: 20px;
}

.menuGauche {
	float: left;
	width: 120px;
}

.menuGaucheTitre {
	background-image: url("images/fond01.jpg");
	color: #fff;
}

.menuGaucheContenu a {
	text-decoration: none;
	color: #000;
}

.menuGaucheContenu a:hover {
	text-decoration: none;
	color: #DD6669;
}

.corps {
	border-left: 1px solid #94501F;
	border-right: 1px solid #94501F;
	float: none;
	width: 400px;
}

.corpsTitre {
	background-image: url("images/fond01.jpg");
	color: #fff;
}

.corpsContenu a {
	text-decoration: underline;
	color: #DD6669;
}	

.corpsContenu a:hover {
	text-decoration: none;
	color: #FFFFFF;
}	

.menuDroit {
	float:right;
	width: 120px;
}

.menuDroitTitre {
	background-image: url("images/fond01.jpg");
	color: #fff;
}

.menuDroitContenu a {
	text-decoration: none;
	color: #000;
}

.menuDroitContenu a:hover {
	text-decoration: none;
	color: #DD6669;
}

.footer {
	width: 90%;
	border: 1px solid #94501F;
}

.footerTitre {
	background-color: #DD6669;
	font-size:8pt;
	color: #ffffff;
}

.footerContenu {
	padding: .1em;
	margin: .1em;
	text-align: left;
}	