/*---------------- DIV MAIN -------------- */
div.main {
	margin-bottom: 20px;
	position:absolute;
	top:70px;
	left:0px;
	display:block;
	background-color: #FFFFFF;
	background: url(../pictures/bandeau_bleu.jpg) top left no-repeat;
	border: 1px solid;
	border-color: #5C514C;
	width: 850px;
	height: 456px;
	color: #5C514C;
	z-index:300;
}
/* ------------------ class FONT ------------------- */
div.main font, div.main h1 {
	display: block;
	font-family:verdana, helvetica, sans-serif;
	font-size : 8pt;
	color: #5C514C;
	background-color: #FFFFFF;
}

div.main b {
	font-weight: bold;
}

/* ------------- Lignes horizontales ----------------- */
td.ligne_horiz {
	height : 7px;
	border-top: dashed 1px ;
	border-color: #5C514C;
	margin-top: 7px;
}
