@charset "UTF-8";
/* CSS Document */

#banniere {
	margin: auto;
	height: 300px;
	width: 800px;
	left: 50%;
	color: #035884;
}
#banniere #menu {
	height: 50px;
	width: 800px;
	background-image: url(../images/entete.jpg);
	color: #035884;
}
#banniere #menu a:link {
	color: #892C30;
	text-decoration: none;
}
#banniere #menu a:visited {
	color: #892C30;
	text-decoration: none;
}
#banniere #menu a:hover {
	color: #999999;
	text-decoration: underline;
}
#banniere #entete {
	height: 250px;
	width: 800px;
}
#contenu {
	margin: auto;
	height: 810px;
	width: 800px;
	left: 50%;
	background-color: #FBFBFB;
}
#contenu #presentation {
	margin: auto;
	height: 280px;
	width: 800px;
	left: 50%;
}
#contenu  #suite1 {
	margin: auto;
	height: 130px;
	width: 800px;
	left: 50%;
}
#contenu   #suite1 #pro {
	float: left;
	height: 130px;
	width: 520px;
	word-spacing: normal;
	line-height: 30px;
}
#contenu a:visited {
	color: #892C30;
}
#contenu #suite1 #pro a:link {
	color: #892C30;
	text-decoration: none;
}
#contenu #suite1 #pro a:hover {
	color: #999999;
	text-decoration: underline;
}
#contenu   #suite1 #partenaire {
	float: right;
	height: 130px;
	width: 280px;
}
#contenu  #suite2 {
	margin: auto;
	height: 390px;
	width: 800px;
	left: 50%;
}
#contenu   #suite2 #prive {
	float: left;
	height: 390px;
	width: 520px;
	line-height: 20px;
}
#contenu #suite2 #prive a:link {
	color: #892C30;
	text-decoration: none;
}
#contenu #suite2 #prive a:hover {
	color: #999999;
	text-decoration: underline;
}
#contenu   #suite2 #contact {
	float: right;
	height: 390px;
	width: 280px;
}
#contenu #suite2 #contact a:link {
	color: #999999;
	text-decoration: none;
}
#contenu #suite2 #contact a:hover {
	color: #666666;
	text-decoration: underline;
}
#contenu  #groupe {
	margin: auto;
	height: 20px;
	width: 800px;
	left: 50%;
}
#pied {
	margin: auto;
	height: 20px;
	width: 800px;
	left: 50%;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	background-image: url(../images/pied.jpg);
}
#pied a:visited {
	color: #892C30;
	text-decoration: none;
}
#pied a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#pied a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
