	html, body {margin: 0; padding: 0; height: 100%;}
	
	body {
background-color: #7A0000;
background-image: url(../images/background.jpg);
background-repeat: repeat-x;
	}
	
	div#page {
	margin: auto;
		position: relative;
		width: 990px;
		background: url(../images/colonnes-pub.png);
		background-repeat: repeat-y;
		
	}
	
	div#entete {
margin-left:auto;
margin-right:auto;
width: 990px;
height: 293px;
	}
	
	div#premiere {
		float: left;
		width: 170px;
	}
	div#deuxieme {
		float: right;
		width: 170px;
	}
	div#contenu {
		padding: 1px 0;
		width: 630px;
		color: white;
	}
	
		div#contenu2 {
		margin-top: 10px;
		width: 630px;
		min-height: 100px;
		color: white;
		background-color: black;
		text-align: center;
		font-size: 20px;
	}
	
		div#contenu3 {
		margin-top: 10px;
		width: 630px;
		min-height: 100px;
		color: white;
		background-color: black;
		text-align: center;
		font-size: 20px;
		text-decoration: underline;
	}
	
	div#contenu4 {
		width: 630px;
		color: white;
		background-color: black;
		text-align: center;
		font-size: 20px;
		text-decoration: underline;
	}
	
	div#piedpage1 {
		height: 80px;
		clear: both;
	}	
	
	div#piedpage2 {
		position: absolute;
		bottom: 0; left: 0;
		clear: both;
		margin: auto;
		background-image: url(../images/pied-page.png);
		text-align: center;
		height: 30px;
		width: 990px;
	}
	
.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: white;
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
{
display: block;
margin-left: 10px;
margin-right: 10px;
text-align: justify;
font-size: 16px;
}

hr
{
color: red;
background-color: red;
height: 1px;
border: 0;
}