html, body {margin: 0; padding: 0; height: 100%;}
	
body {
background-color: white;
background-image: url(/images/img03.gif);
background-repeat: repeat-x;
}
	
div#page {
	margin: auto;
	position: relative;
	width: 990px;
	border-width: 1px;
	border-style: solid; 
	border-color: #d380e8;
	background-color: #efefef;
}
	
div#entete {
	margin-left:auto;
	margin-right:auto;
	width: 994px;
}
	
div#premiere {
	float: left;
	width: 280px;
	min-height: 100px;
	color: #4b4b4b;
	background-color: white;
	border-width: 1px;
	border-style: solid; 
	border-color: #d380e8;
	margin-left: 5px;
	margin-top: 5px;
	text-align: center;
}

div#conteneur {
		float: right;
		padding: 1px 0;
		width: 690px;
		color: #4b4b4b;
}
	
div.contenu {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 1px;
	width: 690px;
	color: #4b4b4b;
	background-color: white;
	text-align: center;
/*	font-size: 20px;*/
	border: 1px solid #d380e8;
}

div#piedpage1 {
	height: 80px;
	clear: both;
}	
	
div#piedpage2 {
	position: absolute;
	bottom: 0; left: 0;
	clear: both;
	margin: auto;
	text-align: center;
	height: 30px;
	width: 990px;
}
div#footer
{
	margin: auto;
	position: relative;
	width: 994px;
	min-width:994px;
	min-height:20px;
}
	
.titre
{
font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
font-size: 25px;
color: white;
text-decoration: underline;
font-weight: bold;
}

.soustitre
{
font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
font-size: 19px;
color: #4b4b4b;
text-decoration: underline;
font-weight: bold;
}

.menu
{
font-family: Georgia, Arial, Helvetica, sans-serif;
display: block;
margin-left: 15px;
margin-right: 10px;
color: white;
text-align: justify;
font-weight: bold;
font-size: 12px;
}

.menuligne
{
text-decoration: underline;
font-family: Georgia, Arial, Helvetica, sans-serif;
display: block;
margin-left: 13px;
margin-right: 10px;
color: white;
text-align: justify;
font-weight: bold;
font-size: 12px;
}

.lien
{
color: white;
font-weight: bold;
text-decoration: underline;
}

.textcontenu p
{
display: block;
margin-left: 10px;
margin-right: 10px;
margin-top: 4px;
text-align: justify;
font-size: 16px;
}

.contenu h4
{
margin-top:	10px;
margin-bottom: 4px;
}

hr
{
color: red;
background-color: red;
height: 1px;
border: 0;
}

div.fiche {
font-size: 12px;
padding: 4px;
margin: 4px;
}

div.fiche a img {
border: 0;
}
div.fiche p {
text-align: justify;
}

div#disclaimer{ text-align:left; }
 div#disclaimer-fond{ position:absolute; z-index:1000; width:100%; height:10000px; background:white; filter:alpha(opacity=90); -moz-opacity:0.9; opacity: 0.9; text-align:center; line-height:normal; clear:both; }
 div#disclaimer-conteneur{ position:absolute; z-index:1001; width:100%; text-align:center; clear:both; }
  div#disclaimer-cadre{ width:550px; margin-left:auto; margin-right:auto; text-align:center; margin-top:200px; padding:15px; font-size:12px; border:#ddd 1px solid; background:#f5f5f5; color:#555; }
   div#disclaimer-cadre b{ font-size:14px; color:black; }
   div#disclaimer-cadre a{ text-decoration:none; font-size:22px; font-weight:bold; color:#356aa0; }
   div#disclaimer-cadre a:hover{ color:blue; }
