html, body {
margin:0;
padding:0;
height: 100%;
width: 100%;
}

body{
margin:auto;
min-width:800px;
max-width:2000px;
min-height:580px;
max-height:1200px
}

#arriere{
/* l'image occupe toute la place du body */
width : 100%;
height: 100%;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #1B95BB;
}
a:active {
	text-decoration: none;
	color: #666666;
}


.titrebleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1B95BB;
	font-weight: bold;
}


.soustitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.titreaccueil {
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 30px;
	color: #666666;
	
}
.dateaccueil {
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 20px;
	color: #666666;
	
}
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	
}
.titreblanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #ffffff;
	
}
.texterouge {
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 11px;
	color: #CC0000;	
}