/* CSS Document */
/* conteneur.css */
body {
	padding:0;
	margin:0;
	font-family: arial, sans-serif;
	color: #FFFFFF;
	background: url(../images/fondgeneral.jpg);
}
.conteneur {
	overflow: hidden;
	background-color: #24365C;
	font-size: x-small;
	margin-right: auto;
	margin-left: auto;
	width: 970px;
	height: 590px;
	}
.conteneurboite1 {
	overflow: hidden;
	/*background-color: #555555;*/
	color: #FFFFFF;
	font-size: small;
	margin-top: 0px;
	margin-left: 0px;
        width: 210px;
	height: 160px;
	}
.conteneurboite2 {
	overflow: hidden;
	/*background: #555555;*/
	font-size: small;
	margin-top: 5px;
	margin-left: 0px;
        width: 210px;
	height: 330px;
	text-align: center;
	}
.conteneurboite3 {
	overflow: hidden;
	/*background-color: #555555;*/
	font-size: medium;
	margin-top: 5px;
	margin-left: 0px;
        width: 210px;
	height: 40px;
	text-align: center;
	}
.conteneurboite4 {
	overflow: hidden;
	background: url(../images/echelleblanche.gif);
	font-size: x-small;
	margin-top: -540px;
	margin-left: 210px;
        width: 10px;
	height: 620px;
	text-align: center;
	}
.conteneurboite5 {
	overflow: hidden;
	background: url(../images/echelleblancheh.gif);
	/*background-color: #555555;*/
	color: #FFFFFF;
	font-size: x-small;
	margin-top: -598px;
	margin-left: 220px;
        width: 750px;
	height: 10px;
	}
.conteneurboite6 {
	/*background-color: #555555;*/
	color: #000000;
	font-size: x-small;
	margin-top: 543px;
	margin-left: 850px;
        width: 130px;
	height: 15px;
	overflow: hidden;
	}
.conteneurretourdebut {
	overflow: hidden;
	background-color: #000000;
	font-size: small;
	margin-top: -558px;
	margin-left: 0px;
        width: 0px;
	height: 0px;
	}
a	{
	color: #FFFFFF;
	}
a:link	{
	color: #FFFFFF;
	}
a:visited {
	color: #FFFFFF;
	}
a:hover {
	color: #FF9900;
	}
