/************************/
/** OPTIONS GENERALES **/
/**********************/

body{
	/*background-color: #E4E5E6;*/
	background-color: #FFFFFF;
	font-family: Georgia, Verdana, Arial, Helvetica, Sans-serif;
	color: #FFFFFF; 
	font-size: 11px;
}
table{
	color: #FFFFFF; 
	font-size: 11px;
}

img{
	border:0;
}

a:active {
  color: #999999; text-decoration: none;
}

a:hover {
  color: #999999; text-decoration:none;
}

a:link {
  color: #999999; text-decoration: none;
}

a:visited {
  color: #999999; text-decoration: none;
}


/******************************/
/**   CUSTOMISATION DES DIV **/
/****************************/

.cadregen {
  background-color: #FFFFFF;
  width: 890px;
  
	/*padding-right: 40px;*/
  /*padding-top: 40px;*/
  /*padding-left: 40px;*/
  padding-bottom: 40px;

	/*pour centrer le calque principal*/
  /*margin-left: auto;*/
  /*margin-right: auto;*/

	/**CENTRAGE*/
 	margin-left: -441px;
	left: 50%;

	/*collage en haut*/
	/*top: 20px;*/
	top: 0px;
	position: absolute;
}

.cadretotal {
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background-color: #E4E5E6;

  padding-right: 30px;
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
	
  margin-left: 40px;
  /*margin-top: 40px;*/
  margin-right: 40px;
}
.cadreimg {
	background-color: #E4E5E6;
}
.cadreliste {
	background-color: #E4E5E6;
}
.cadredesc {
	width: 810px;  
	/*height: 200px;*/
  background-color: #FFFFFF;
	color: #636465; 
	border-bottom: #000000 1px solid;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.footer {
	background-color: #E4E5E6;
  width: 890px;
	height: 40px;
  
	/**CENTRAGE*/
 	margin-left: -450px;
	left: 50%;
}

/*flash*/
.cadreflash {
  background-color: #FFFFFF;
  width: 890px;

  /**CENTRAGE*/
  margin-left: -450px;
  left: 50%;

  /*collage en haut*/
  top: 0px;
  position: absolute;
}

