@charset "utf-8";
/* CSS Document */

body
{
	background-color: #D7D3B8;
	color:#000000;
	background-image: url(../img/fd_antille.gif);
	height:100%;
	margin:0px;
	padding:0px; 
}

body,td,th
{
	font-family: Verdana, Calibri, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
}

a.mnu
{
	color:#FFFFFF;
	text-decoration:none;
} 

a
{
	color:#333333;
}

.titre
{
	font-size: 18px;
	font-weight:bold;
	color: #796c59;
	text-align: center;
}

.soustitre
{
	font-size: 12px;
	font-weight:bold;
	color: #000;
}

.surlignage
{
	font-size: 14px;
	font-weight:bolder;
	color:#900;	
	text-align: center;
}

div.centrage {text-align: center;}

ul.red
{
	color:#900;
}

.titre
{
	font-size: 14px;
	font-weight: bold;	
}

.news_middle
{
	background-image: url(../img/news/middle.gif);
	background-repeat:repeat-y;
	font-size:10px;
	color:#FFFFFF;
	line-height:10px;
}

/*--------------------------------------------------------------------------------*/

#div_page
{
	position:absolute;
	width :830px;
	background-image: url(../img/bg_tableau.gif);
	background-repeat: repeat-y;
}

#scBanniere
{
	position: relative;
	width:830px;
	height:290px;
}

#scLogo
{
	position: absolute;
	width: 380px;
	height: 100px;
	left: 410px;
	top: 15px;
}
#scMenu
{
	position: relative;
	width: 630px;
	height: 42px;
	top:-7px;
	left: 250px;
	background-image: url(../img/mnu_haut.gif);
	background-repeat: no-repeat;
	font-size: 8px;
}
#scNews
{
	position: relative;
	float:left;
	width: 200px;
	height:100%;
	top:-15px;
	left: 60px;	
}
#scContent
{
	position: relative;
	float:right;
	width: 510px;
	top:0px;
	left: -50px;	
}
