td, body { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration:none; color:#000000; text-align: left; }

a{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color:#000000; 
	text-decoration:none; 
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-decoration:none;
}
a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ff6600;
	text-decoration:none;
}


a.otherlink{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color:#000000; 
	text-decoration:none; 
}
a.otherlink:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-decoration:none;
}
a.otherlink:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-decoration:none;
}

.mgauch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-color: #b1b8ae;
}
.mgauch2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #b1b8ae;
}

.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #f3d0b8;
	padding-left:8px;
	background-color:#FFFFFF;
	background-image:url(images/arrow_off.gif);
	background-repeat:no-repeat;
	background-position:1px;
}
.submenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #f3d0b8;
	background-color:#b8b7b7;
	background-image:url(images/arrow_on.gif);
	background-repeat:no-repeat;
	background-position:1px;
	padding-left:8px;
}
.titremenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:bold;
	background:#FF6600;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #aa4603;
}
.dossi { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #ffffff; background-color: #ff6600; padding: 2px; }
.dossi2 { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-align: left; width: 124px; border-top-width: 0; border-top-style: none; padding : 2px; border-right: 1px solid #ff6600; border-bottom: 1px solid #ff6600; border-left: 1px solid #ff6600; }
.marg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right:5px;
}

.nouv { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #ffffff; background-color: #928f8c; text-align: left; width: 124px; }
.nouv2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #928f8c;
	border-left-color: #928f8c;
	border-bottom-color: #928f8c;
	padding : 2px;
}
.footers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}


#mainContainer{
		width:760px;
		margin:0 auto;
		text-align:left;
		background-color:#FFF;
		padding:2px;
		

	}
	.clear{
		clear:both;
	}
	
	/* End CSS only needed for the demo */
		
	#rssBox{ /* The main box for the rss scroller */
		width:450px;
		margin:5px;
		float:right;
		height:300px;	
		border:1px solid #317082;
		padding:3px;
		font-size:1.2em;
		background-color:#FFFFFF;

		
		/* Never change these two values */
		overflow:hidden;
		position:relative;	

	}		
	
	#rssBox .slide{	/* A specific slide */
		background-color:#FFFFFF;	/* Light blue background color */
		
	}
	
	.rssBoxDate{
		display:none;	/* I don't want to show the date */
	}
	.rssBoxHeading{	/* Heading of RSS item */
		font-weight:bold;
		color:#317082;
		margin:0px;
	}
	.rssBoxDescription{	/* Description of RSS item */
	
	}	
	.rssBoxLink{	/* Read more link */
		color:#F00;
		text-decoration:none;
	}
	.rssBoxLink:hover{	/* Read more link - mouse over */
		text-decoration:underline;
	}
	
td.zone_navig {
border-bottom:1px solid #A8A8A8;
border-top:1px solid #A8A8A8;
border-left:0px;
border-right:0px;
padding-left: 0px;
}
.texte_rech {
font-family:Helvetica, Arial, sans-serif;
font-size:12px;
font-weight:normal;
color:#000000;
text-align:left;
}
