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

body,td {font-family:verdana,arial,sans-serif; font-size:12pt; }
h1,h2,h3,h4,h5,h6 {font-family:"Trebuchet MS",helvetica,sans-serif; color:#1E5880; 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;
}

#container {
 width: 95%;
 background-image:url("images/fond3.jpg");
 padding: 6px;
 height: 100%;
}

.corps {
 border: 1px solid #94501F;
 vertical-align: top;
 text-align:center;
 padding: 2px;
 margin: 6px;
}

.corpsTitre {
	background-image: url("images/bordure01.jpg");
	color: #fff;
	font-size:24pt;

}

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

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

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

.footerTitre {
	background-image: url("images/pied.jpg");
	font-size:8pt;
	color: #ffffff;
}

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