/* CSS Document */
/* conteneur.css */
body {
	padding:0;
	margin:0;
	font-family: arial, sans-serif;
	color: #222222;
	background: url(../images/fondgeneral.jpg);
}
.conteneur {
	overflow: hidden;
	background-color: #CCCCCC;
	font-size: x-small;
	margin: auto;
	width: 800px;
	height: 595px;
	}
.conteneurboite1 {
	/*background: #555555;*/
	overflow: hidden;
	font-size: small;
	margin-top: 5px;
	margin-left: 5px;
        width: 148px;
	height: 65px;
	text-align: left;
	}
.conteneurboite2 {
	/*background-color: #999999;*/
	overflow: hidden;
	font-size: small;
	margin-top: 0px;
	margin-left: 5px;
        width: 148px;
	height: 20px;
	text-align: center;
	}
.conteneurboite3 {
	/*background-color: #AAAAAA;*/
	overflow: hidden;
	font-size: x-small;
	margin-top: -5px;
	margin-left: 5px;
        width: 148px;
	height: 60px;
	text-align: center;
	}
.conteneurboite4 {
	/*background-color: #CCCCCC;*/
	overflow: hidden;
	font-size: x-small;
	margin-top: 8px;
	margin-left: 2px;
        width: 148px;
	height: 300px;
	text-align: center;
	}
.conteneurboite5 {
	background: url(../images/barreorangeh.gif);
	background-repeat: no-repeat;
	/*background-color: #555555;*/
	overflow: hidden;
	color: #FFFFFF;
	font-size: small;
	margin-top: -400px;
	margin-left: 250px;
        width: 550px;
	height: 20px;
	}
.conteneurboite6 {
	background: url(../images/barremulticolor.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	/*background-color: #555555;*/
	color: #FFFFFF;
	font-size: x-small;
	margin-top: 466px;
	margin-left: -10px;
        width: 810px;
	height: 58px;
	line-height: 70px;
	text-align: right;
	}
.conteneurretourdebut {
	overflow: hidden;
	background-color: #000000;
	font-size: small;
	margin-top: -565px;
	margin-left: 0px;
        width: 0px;
	height: 0px;
	}
a	{
	color: #222222;
	}
a:link	{
	color: #222222;
	}
a:visited {
	color: #222222;
	}
a:hover {
	color: #FF9900;
	}
