/***************************************************************************************************/
/************************************Base pour centrer le site*******************************************/
/***************************************************************************************************/
#base{
	position:absolute;
	left:0px;
	top:0px;
	width:779px;
	height:400px;
	z-index:99;
	visibility: visible;

}
/***************************************************************************************************/
/**************************************scroller vertical****************************************/
/***************************************************************************************************/
#divUpControl{
	position:absolute;
	width:12px;
	left:522px;
	top:110px;
	z-index:1;
	text-align: right;
	height: 12px;
} 
#divDownControl{
	position:absolute;
	width:12px;
	left:522px;
	top:260px;
	z-index:1;
	text-align: right;
	height: 12px;
} 
#divContainer{
	position:absolute;
	width:520px;
	height:179px;
	overflow:hidden;
	top:145px;
	left:24px;
	clip:rect(0,520,130,0);
	visibility: visible;


} 
#divContent{position:absolute; top:0; left:0} 
/***************************************************************************************************/
/*************************************************typos*********************************************/
/***************************************************************************************************/

.noir {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.noirbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.gris {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #737373;
	text-decoration: none;
}
.grisbold {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #737373;
	text-decoration: none;
}
.marronbold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #d56a00;
	text-decoration: none;
}
.cielbold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #5bb0c8;
	text-decoration: none;
}
.marrineboldgrd {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #004a80;
	text-decoration: none;
}
.cielboldgrd {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #5bb0c8;
	text-decoration: none;
}

