/* CSS Document */
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background:#999999;*/
}

/*--------------------------entete--------------------*/
#entet{
	font-family:arial;
	font-size:11px;
	text-align:right;
	color:#1B1B1B;
	margin:0px;
	text-transform:uppercase;
	word-spacing:2px;
	letter-spacing:4px;
}
#entet a{
	color:#1B1B1B;
	text-decoration:none;
	
}
#entet a:hover{
	color:#1B1B1B;
	font-weight:bold
	text-decoration:underline;
}
/* ---------- left -------- */
#left{
	font-family:Tahoma;
	font-size:11px;
	color:#307397;
}
#left a{
	color:#307397;
	text-decoration:none;
}
#left a:hover{
	color:#307397;
	text-decoration:none;
	font-weight:bold;
}
#left li{
	background:url(../www.stelfair2008/images/puce.gif) no-repeat 0 4px;
	margin:4px 0 0 4px;
	list-style:none;
}
/* ---------- right -------- */
#right{
	font-family:Tahoma;
	font-size:11px;
	color:#307397;
}
#right a{
	color:#307397;
	text-decoration:none;
}
#right a:hover{
	color:#307397;
	text-decoration:none;
	/*font-weight:bold;*/
}
#right li{
	background:url(../www.stelfair2008/images/puce.gif) no-repeat 0 4px;
	margin:4px 0 0 4px;
	list-style:none;
}
#right li a{
	color:#307397;
	text-decoration:none;
}
#right li a:hover{
	color:#307397;
	text-decoration:underline;
	/*font-weight:bold;*/
}
/* ---------- body -------- */
#body{
	font-family:Verdana;
	font-size:11 px;
	color:#307397;
}
#body li{
	background:url(../www.stelfair2008/images/puce.gif) no-repeat 0 8px;
	margin:4px 0 0 4px;
	list-style:none;
}
#body li a{
	color:#3E647E;
	text-decoration:none;
}
#body li a:hover{
	color:#3E647E;
	text-decoration:none;
	font-weight:bold;
}
#body a{
	color:#3E647E; 
	text-decoration:none;
}
#body a:hover{
	color:#3E647E;
	text-decoration:underline;
}
/*----------- Footer -----------*/
#footer{
	font-family:Tahoma;
	font-size:11px;
	color:#307397;
}
#footer a{
	color:#307397;
	text-decoration:underline;
}
#footer a:hover{
	color:#307397;
	text-decoration:underline;
	font-weight:bold;
}
/* ---------- contenu -------- */
#contenu{
	font-family:Tahoma;
	font-size:11px;
	color:#307397;
	margin:4px 4px 4px 4px;
}
/* ----------------------------------*/
.ecriture{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#307397;
}

.Text{
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}
.titre{
	font-family:Tahoma;
	font-size:11px;
	color:#307397;
	text-align:center;
}
.rouge {color: #FF0000}