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

/*page d'accueil*/
body
{
	background:url(../images/bg.jpg) repeat-x center 0 #3d0b00; 
	margin:0px 0px 0px 0px;
	font-family:"Trebuchet MS";
	color:#eeebe6;
	font-size:12pt;
}

#conteneur{ width:900px; margin:0 auto; position:relative;}
#header{width: 900px; height:210px; background:url(../images/header.png) no-repeat;}
#header h1{ margin:0; padding:0;}
#header h1 a{ display:block; width:330px; height:130px; text-indent:-5000px; margin:0; position:absolute; top:80px; left:30px;}

#centre{width: 900px; padding: 5px 0 18px 0; background: url(../images/page-middle.png) repeat-y; float:left;}
#courbesTop{ width:900px; height:16px; margin:0; padding:0; background:url(../images/page-top.png); float:left;}
#courbesBas{ width:900px; height:16px; margin:0; padding:0; background:url(../images/page-bottom.png);  float:left;}

#colGauche{ width:660px; padding:0 20px; float:left; margin:0 10px 0 0; font-size:12px; background:url(../images/pointilles.gif) repeat-y right 0; }


#colDroite{ width:170px; padding:0 10px; float:left;}
#colDroite h3{ margin:20px 0 0 0; padding:0; color:#eeebe6; font-size:14px; border-bottom:1px solid #754e35; }
#colDroite ul{ margin:0 0 10px 0;; padding:0; list-style:none;}
#colDroite ul li{ margin:0; padding:0; list-style:none;} 
#colDroite ul li a{ font-size:13px; color:#eeebe6; text-decoration:none; border-bottom:1px solid #754e35;}
#colDroite ul li a:hover{ border-bottom:1px solid #FFF;}
#colDroite a{font-size:13px; color:#b09b8a; text-decoration:none; border-bottom:1px solid #754e35;}
#colDroite a:hover{border-bottom:1px solid #FFF;}

#dateDuJour{ background:url(../images/bgDate.gif) no-repeat; width:170px; height:23px; padding:3px 0 0 0; margin:0 0 10px 0; text-align:center;}

#footer{ text-align:center; padding:0 0 20px 0;}

table.general
{
	border: 1px solid;
	border-color:#FFFFFF;	
	border-collapse:collapse;
	background-color:#FFFFFF;
		
}
td.header
{
	background:url(../images/fond-header.jpg) repeat-x #e2a305;
	border: 0px;
}
td.sousheader
{
	background-color:333333;
	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:#EEEBE6;
	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;	
}
a.page
{
	font-family:"Trebuchet MS";
	font-size:10pt;
	color:#2B261B;
	font-weight:bold;
	text-decoration:none;
}
td.titrearticle
{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#ebb121;
	font-weight:bold;
	text-align:left;
	border-bottom: 1px solid #ebb121;
}
td.titrecomment
{
	font-family:"Trebuchet MS";
	font-size:10pt;
	color:#b09b8a;
	font-weight:bold;
	text-align:left;
	border-bottom: 1px dotted #623418;
}
td.txtarticle
{
	font-family:"Trebuchet MS";
	font-size:9pt;
	color:#eeebe6;
	font-weight:normal;
	text-align:justify;
	border: 0px;
}
td.message
{
	font-family:"Trebuchet MS";
	font-size:9pt;
	color:#ff0000;
	font-weight:normal;
	text-align:center;
	border: 0px;
}
td.datearticle
{
	font-family:"Trebuchet MS";
	font-size:8pt;
	color:#b09b8a;
	font-weight:normal;
	text-align:justify;
	border: 0px;
}
/************lien menu***************/
/*lien*/
a:link 
{
font-family:"Trebuchet MS";
font-size:8pt;
color:#fff;
font-weight:normal;
background-color:transparent;
text-decoration:underline;
}

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

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