body{
	background-color:#FF9900;
	margin-top:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a{font-family: Arial;text-decoration:none;color: #333333;}

/*menu*/
td .menu_cell a{font-family: Helvetica;	font-size: 12px;font-weight:bold;color:#636060;}
td .menu_cell a:hover{color: #1d3146;}


/*sous menu*/
td .smenu_cell a{font-family: Helvetica;font-size: 11px;font-weight:bold;color:#636060;}
td .smenu_cell a:hover{color: #1d3146;}

.selected_link{color: #1d3146;}

/* bloc des breves */
td .breve_titre_puce{color:#ffffff;background-image:url(../images/breves_titre.jpg);background-repeat:repeat-x;width:24px;}
td .breve_titre{ font-family:Arial;color:#ffffff;background-image:url(../images/breves_titre.jpg);background-repeat:repeat-x;text-align:left;width:199px;font-weight:bold;font-size:11px}
td .breve_contenu{font-family:Arial;border-left:1px solid #cccccc; border-right:1px solid #cccccc; padding : 2 5 20 5; height:50px;font-size:11px;color: #333333;line-height:150%}
td .breve_contenu a{font-size: 11px;font-weight:normal;color: #333333;}
td .breve_contenu a:hover{font-size: 11px;color:#364262;text-decoration:underline;}

/* bloc des news */
.news_ptitre{font-family: Arial;color:#2f526e;font-weight:bold;font-size:12px;}
.news_ptexte{font-family: Arial;color:#636060;font-size:10px;}
.news_cell{padding-left:8px;padding-top:5px;}

/* bloc contenu */
.contenu{font-family:Arial;color:#636060;font-size:12px;padding: 50px 5px 70px 5px;line-height:140%;}
.contenu_titre{font-weight:bold;color:#4795ca;font-size:13px;}
strong.spip{color:#4795ca;}
td .contenu a{font-family: Arial;text-decoration:none;color:#636060;}
td .contenu a:hover{font-family: Arial;text-decoration:underline;color:#4795ca;}

/*signature*/
td .signature{font-family: Arial;color:#ffffff;padding-top:3px;}
td .signature a{color:#ffffff;padding-top:3px;text-decoration:none;}
td .signature a:hover{color:#ffffff;padding-top:3px;text-decoration:underline;}
td .signature a:visited{color:#ffffff;padding-top:3px;text-decoration:none;}

/* bloc newsletter */
.newsletter_bas{border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;background-color:#f0f0f0;font-family: Arial;font-size:9px;color: #333333;}
.newsletter_titre{border-top:1px solid #cccccc;border-right:1px solid #cccccc;background-color:#f0f0f0;height:26px;font-family: Arial;font-weight:bold;font-size:13px;color: #333333;}
.newsletter_input{border:1px solid #cccccc;width:165px; }


div#hold	{
	position:relative; overflow:hidden;
	width:100%; height:300px;
  z-index:100;
	}
div#wn	{
	position:absolute;
	left:0px; top:0px;
	width:100%; height:300px;
	clip:rect(0px, 100%, 300px, 0px);
	overflow:hidden;
	z-index:1;
	}
div.content {
	position:absolute; visibility:hidden;
	left:0px; top:0px;
	z-index:1;
	}
