/* 
FEUILLE DE STYLE CSS
par Hugo
*/
/* 	GENERAL */
BODY
   {
	scrollbar-face-color: #D9D1C3;
	scrollbar-shadow-color: #990000;
	scrollbar-highlight-color: #990000;
	scrollbar-3dlight-color: #990000;
	scrollbar-darkshadow-color: #990000;
	scrollbar-track-color: #D9D1C3;
	scrollbar-arrow-color: #990000;
	background-color: #807B73;
   }
   
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}


/* DIV */


/* 	TEXTE */



.Menu{
	font-size: 11px;
	font-weight: bolder;	
}
.TexteSurFondRouge{
	color:#e1e4e0;
}
.TexteSurFondRouge2{
	color:#e1e4e0;
}
.Bold{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bolder;		
}
.Titre{
	font-size: 14px;
	font-weight: bolder;	
}
.Contact{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:black;
	border-color:black;
	border-width: 1px;
}
.TitreRouge{
	font-size: 12px;
	font-weight: bolder;	
	color: #990000;
}
/* 	BORDURES */


.BorderPage{
	border-style: ridge;
	border-width: 2px;
	border-color: #E6DDCF;
	background-color: #D9D1C3;
	padding: 0px;
	cellpadding: 0;
	cellspacing: 0;
}
.BorderPhoto{
	border-style: inset;
	border-width: 2px;
	border-color: #E6DDCF;
	padding: 0px;
	cellpadding: 0;
	cellspacing: 0;
}
.BorderTitre{
	border-style: solid;
	border-width: 1px;
	border-color: #807B73;
	background-color: #990000;
	padding: 0px;
	cellpadding: 0;
	cellspacing: 0;
}

/* 	LIENS */


A.JauneSurRouge:link {color:#e1e4e0; text-decoration:none;}
A.JauneSurRouge:visited {color:#e1e4e0; text-decoration:none;}
A.JauneSurRouge:active {color:#E6E1CF; text-decoration:overline underline;}
A.JauneSurRouge:hover {color:#E6E1CF; text-decoration:overline underline;}

A.LienRougeSurFondJaune:link {color:#990000; text-decoration:none;}
A.LienRougeSurFondJaune:visited {color:#990000; text-decoration:none;}
A.LienRougeSurFondJaune:active {color:#C40000; text-decoration:underline;}
A.LienRougeSurFondJaune:hover {color:#C40000; text-decoration:underline;}

A.LienRougeSurFondJauneSouligne:link {color:#990000; text-decoration:underline;}
A.LienRougeSurFondJauneSouligne:visited {color:#990000; text-decoration:underline;}
A.LienRougeSurFondJauneSouligne:active {color:#C40000; text-decoration:none;}
A.LienRougeSurFondJauneSouligne:hover {color:#C40000; text-decoration:none;}




#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid #990000;
padding: 2px;
background-color: #D9D1C3;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
