/* CSS Document */
/* conteneur.css */
body {
	padding:0;
	margin:0;
	font-family: arial, sans-serif;
	color: #000000;
	background-color: #535758;
}
.conteneur {
	overflow: hidden;
	background: #FFFFFF;
	/*background-image: url(../images/fondconteneur.jpg);*/
	font-size: x-small;
	margin-right: auto;
	margin-left: auto;
	width: 970px;
	height: 590px;
	}
.conteneurboite1 {
	overflow: hidden;
	background-color: #FFFFFF;
	color: #505453;
	font-size: small;
	text-align: center;
	margin-top: 2px;
	margin-left: 0px;
        width: 210px;
	height: 210px;
	}
.conteneurboite2 {
	overflow: hidden;
	background-color: #FFFFFF;
	color: #000000;
	font-size: small;
	margin-top: 0px;
	margin-left: 0px;
        width: 210px;
	height: 170px;
	text-align: center;
	}
.conteneurboite2bis {
	overflow: hidden;
	background-color: #FFFFFF;
	color: #7E1E08;
	font-size: small;
	margin-top: 0px;
	margin-left: 0px;
        width: 210px;
	height: 120px;
	text-align: center;
	}
.conteneurboite3 {
	overflow: hidden;
	background-color: #FFFFFF;
	color: #000000;
	font-size: small;
	margin-top: 0px;
	margin-left: 0px;
        width: 210px;
	height: 90px;
	text-align: center;
	}
.conteneurboite4 {
	overflow: hidden;
	background: url(../images/echelleblanche.gif);
	background-color: #535758;
	font-size: x-small;
	margin-top: -592px;
	margin-left: 210px;
        width: 10px;
	height: 620px;
	text-align: center;
	}
.conteneurboite5 {
	overflow: hidden;
	/*suppresion de cette ligne pour mozilla : background-color: #152E44;*/
	color: #000000;
	font-size: x-small;
	margin-top: -620px;
	margin-left: 219px;
        width: 751px;
	height: 30px;
	}
.conteneurboite6 {
	overflow: hidden;
	background: url(../images/echelleblancheh.gif);
	background-color: #535758;
	color: #000000;
	font-size: x-small;
	margin-top: 0px;
	margin-left: 218px;
        width: 752px;
	height: 10px;
	}
.conteneurboite7 {
	overflow: hidden;
	/*background-color: #000000;*/
	color: #000000;
	font-size: x-small;
	margin-top: 530px;
	margin-left: 740px;
        width: 240px;
	height: 15px;
	}
.conteneurretourdebut {
	overflow: hidden;
	background-color: #000000;
	font-size: small;
	margin-top: -585px;
	margin-left: 0px;
        width: 0px;
	height: 0px;
	}
a	{
	color: #000000;
	}
a:link	{
	color: #000000;
	}
a:visited {
	color: #000000;
	}
a:hover {
	color: #7E1E08;
	}
.format1 {
	font-weight: bold;
	}
.format2 {
	font-size: small;
	font-weight: bold;
	}
.format1 {
	font-weight: bold;
	}
.format3 {
	font-size: large;
	font-family: times;
	font-weight: bold;
	}