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

#holder {
	position: absolute;
	top: 0;
	left: 0;
	overflow: auto;
}
html, body, #holder {
	min-height: 100%;
	width: 100%;
	height: 100%;
	background-color: #999999;
}
html>body, html>body #holder {
	height: auto;
}

#header {
	width: 1000px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#contenu {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	clear: both;
	height: 486px;
}

#footer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	clear: both;
	height: 20px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}

#menu{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DA3634;
	border-bottom-color: #DA3634;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999999;
}
#bloc-drapeau {
	height: 100px;
	width: 832px;
	padding-top: 15px;
	padding-left: 168px;
}

#bloc-texte {
	height: 335px;
	width: 390px;
	padding-top: 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

a.bloc-texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dc3935;
	text-decoration: none;
}


a:hover.bloc-texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #67999A;
	text-decoration: none;
}

#bloc-compteur {
	height: 100px;
	width: 1000px;
	padding-top: 40px;
	text-align: center;
	background-image: url(images/texte2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#bloc-partenaire {
	height: 350px;
	width: 300px;
	text-align: center;
	float: left;
}


#bloc-visiteur {
	height: 350px;
	width: 300px;
	text-align: center;
	background-image: url(images/visiteur.jpg);
	background-repeat: no-repeat;
	float: left;
}



#drapeau1 {
	height: 100px;
	float: left;
}
#drapeau2 {
	height: 100px;
	position: relative;
	top: 0px;
	left: 300px;
	width: 400px;
	clear: right;
}
#drapeau3 {
	height: 100px;
	position: relative;
	width: 132px;
	left: 700px;
	clear: left;
}
