html, body {
	margin: 0;
	padding: 0;
	height: 100%
}
body {
	background-color: #cccccc;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
img {
	border: 0;
}
a, a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#loading {
 	width: 100%;
 	height: 100%;
 	background-color: #ffffff;
 	position: absolute;
 	left: 0;
 	top: 0;
 	margin-top: 0px;
 	margin-left: 0px;
 	text-align: center;
}
#store {
	position: absolute;
	left: 50%; 
	width: 778px;
	height: 584px;
	margin-left: -389px; /* moitié de la largeur */
	margin-top: -100px;
	background-color: #D1D5D8;
	background-image: url(../img/volet-bg.gif);
	background-position: bottom;
	z-index: 100;
	display: none;
}
#store img {
	margin-left: 156px;
	margin-top: 462px;
}
#container{
	width: 778px;
	margin: 0 auto;
	background-color: #195295;
}
#blank {
	width: 778px;
	height: 156px;
}
#content {
	width: 778px;
	height: 335px;
}
#footer {
	width: 778px;
	height: 93px;
}
#footer span {
	float: left;
	width: 591px;
	margin-left: 93px;
	margin-top: 40px;
	text-align: center;
}
#footer a {
	font-size: 16px;
	font-weight: bold;
}
#footer img {
	float: right;
	margin-right: 15px;
}
.thumbnails_left {
	float: left;
	margin: 28px;
	margin-top: 62px;
	margin-left: 57px;
	width: 180px;
}
.thumbnails_left_other {
	float: left;
	margin-top: 62px;
	margin-left: 57px;
	width: 180px;
}
.thumbnails {
	float: left;
	margin: 28px;
	margin-top: 62px;
	width: 180px;
}
#content div span {
	width: 180px;
	height: 175px;
	border: solid 2px #ffffff;
	display: block;
	font-size: 10px;
	text-align: center;
}
#content div span img {
	margin-bottom: 4px;
}
#content div span h3 {
	margin-top: 78px;
}
#content div div {
	width: 180px;
	height: 27px;
	margin-top: 23px;
	text-align: center;
}
#content div div h1 {
	font-size: 17px;
	text-transform: uppercase;
	margin-top: 4px;
}
#content div div.blue {
	border: solid 2px #009ee0;
	background: #009ee0;
}
#content div div.yellow {
	border: solid 2px #fcc300;
	background: #fcc300;
}
#content div div.red {
	border: solid 2px #d4021c;
	background: #d4021c;
}
#text_right {
	float: left;
	margin-left: 16px;
	margin-top: 62px;
	width: 461px;
	height: 230px;
	border: solid 2px #ffffff;
}
#text_right div {
	text-align: center;
}
p.help {
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
p.help img {
/*	display: none;*/
	float: left;
	margin-left: 4px;
	margin-right: 8px;
	margin-bottom: 15px;
}
#text_right div#heading {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center;
}
#text_right div#heading h1 {
	width: 100%;
	margin-top: 0px;
	text-align: center;
	text-transform: none;
	font-size: 16px;
}
#text_right div#heading2 {
	width: 100%;
	margin-top: 0px;
	text-align: center;
}
#text_right div#heading2 h1 {
	width: 100%;
	margin-top: 40px;
	text-align: center;
	text-transform: none;
	font-size: 16px;
	font-weight: normal;
}
#text_right ul, ul.ul_list {
	margin-top: 20px;
	padding-top: 10px;
	margin-left: 15px;
	padding-left: 0px;
	font-weight: lighter;
	list-style: none;
}
#text_right li {
margin-top: 0px;
	padding-top: 0px;
	font-size: 14px;
	margin-bottom: 16px;
}
#back {
	clear: both;
	margin-left: 59px;
	padding-top: 8px;
	width: 660px;
	text-align: right;
}