/*******propriétés des pages du site********/

/*page d'accueil*/
body
{
	background-color:#CDD1BB;
	margin:0px 0px 0px 0px;
	font-family:"Trebuchet MS";
	color:#333333;
}
table.general
{
	border: 1px solid;
	border-color:#FFFFFF;	
	border-collapse:collapse;
	background-color:#FFFFFF;
		
}
td.header
{
	background-color:#B7D81C;
	border: 0px;
}
td.sousheader
{
	background-color:#81856C;
	border: 0px;
}
td.date
{
	font-family:"Trebuchet MS";
	font-size:9pt;
	color:#2B261B;
	font-weight:bold;
	text-align:center;
	border: 0px;
}
span.titre1
{
	font-family:"Trebuchet MS";
	font-size:15pt;
	color:#FFFFFF;
	font-weight:normal;
	text-align:left;
	border: 0px;
}
span.titre2
{
	font-family:"Trebuchet MS";
	font-size:19pt;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	border: 0px;
}
td.menu
{
	background-color:#E1E4D2;
	background-image:url(../images/pointilles.gif);
	border: 0px;
}
td.titremenu
{
	background-color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-size:10pt;
	color:#2B261B;
	font-weight:bold;
	text-align:center;	
}
td.titrearticle
{
	font-family:"Trebuchet MS";
	font-size:12pt;
	color:#81856C;
	font-weight:bold;
	text-align:left;
	border: 0px;
}
td.txtarticle
{
	font-family:"Trebuchet MS";
	font-size:9pt;
	color:#333333;
	font-weight:normal;
	text-align:justify;
	border: 0px;
}
td.datearticle
{
	font-family:"Trebuchet MS";
	font-size:8pt;
	color:333333;
	font-weight:normal;
	text-align:justify;
	border: 0px;
}
/************lien menu***************/
/*lien*/
a:link 
{
font-family:"Trebuchet MS";
font-size:8pt;
color:#81856C;
font-weight:normal;
background-color:transparent;
text-decoration:underline;
}

/*lien visité*/
a:visited 
{
font-family:"Trebuchet MS";
font-size:8pt;
color:#81856C;
font-weight:normal;
background-color:transparent;
text-decoration:underline;
}

/*lien survolé*/
a:hover 
{
font-family:"Trebuchet MS";
font-size:8pt;
color:B10000;
font-weight:normal;
background-color:transparent;
text-decoration:none;
}
/************fin***************/

a.titre:link 
{
	font-family:"Trebuchet MS";
	font-size:15pt;
	color:#FFFFFF;
	font-weight:normal;
	text-align:left;
	background-color:transparent;
	text-decoration:none;
}

/*lien visité*/
a.titre:visited 
{
	font-family:"Trebuchet MS";
	font-size:15pt;
	color:#FFFFFF;
	font-weight:normal;
	text-align:left;
	background-color:transparent;
	text-decoration:none;
}

/*lien survolé*/
a.titre:hover 
{
	font-family:"Trebuchet MS";
	font-size:15pt;
	color:#FFFFFF;
	font-weight:normal;
	text-align:left;
	background-color:transparent;
	text-decoration:none;
}
