	html, body {margin: 0; padding: 0; height: 100%;}
	
	body {
background-color: black;
background-image: url(../images/img03.gif);
background-repeat: repeat-x;
	}
	
	div#page {
	margin: auto;
	position: relative;
	width: 891px;
	border-width: 1px;
	border-style: solid; 
	border-color: #545454;
	background-color: #2c2c2c;
	}
	
	div#entete {
margin-left:auto;
margin-right:auto;
width: 893px;
	}
	
	div#premiere {
		float: left;
		width: 220px;
		min-height: 500px;
		color: #fff;
		background-color: black;
		border-width: 1px;
		border-style: solid; 
		border-color: #545454;
		margin-left: 2px;
		margin-top: 11px;
	}
	div#conteneur {
		float: right;
		padding: 1px 0;
		width: 640px;
		color: #fff;
	}
	
		div#contenu1 {
		float: right;
		margin-top: 5px;
		width: 650px;
		color: #fff;
		background-color: black;
		text-align: center;
		font-size: 20px;
		text-decoration: underline;
		border-width: 1px;
		border-style: solid; 
		border-color: #545454;
	}
	
		div#contenu2 {
		float: right;
		margin-top: 10px;
		width: 650px;
		min-height: 100px;
		color: #fff;
		background-color: black;
		text-align: center;
		font-size: 20px;
		border-width: 1px;
		border-style: solid; 
		border-color: #545454;
	}
	
		div#contenu-uniquement-index {
		float: right;
		margin-top: 10px;
		width: 650px;
		min-height: 60px;
		color: #fff;
		background-color: black;
		text-align: center;
		font-size: 20px;
		border-width: 1px;
		border-style: solid; 
		border-color: #545454;
	}
	
		div#contenu4 {
		float: right;
		margin-top: 10px;
		width: 650px;
		min-height: 100px;
		color: #fff;
		background-color: black;
		text-align: center;
		font-size: 20px;
		border-width: 1px;
		border-style: solid; 
		border-color: #545454;
	}

	
	div#piedpage1 {
		height: 80px;
		clear: both;
	}	
	
	div#piedpage2 {
		position: absolute;
		bottom: 0; left: 0;
		clear: both;
		margin: auto;
		text-align: center;
		height: 30px;
		width: 893px;
	}
	div#footer
	{
	margin: auto;
	margin-top: 5px;
	position: relative;
	width: 893px;
	min-width:894px;
	min-height:20px;
	background-image: url(../images/bas.gif);
	text-align: center;
	color: white;
	}
	
.titre
{
display: block;
text-align: justify;
margin-left: 10px;
font-size: 16px;
color: white;
text-decoration: underline;
font-weight: bold;
}

.titre-gauche
{
display: block;
color: white;
text-decoration: underline;
font-weight: bold;
}

.speech
{
display: block;
margin-left: 15px;
margin-right: 10px;
text-indent: 20px;
color: white;
text-align: justify;
font-weight: bold;
font-size: 12px;
}

.menu
{
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: #f00a0a;
font-weight: bold;
text-decoration: underline;
}

.textcontenu
{
display: block;
margin-left: 10px;
margin-right: 10px;
text-align: justify;
font-size: 16px;
}

hr
{
color: red;
background-color: red;
height: 1px;
border: 0;
}