/* CSS Document */

body { background:#fff; color: #850008;} 

a:link { color: #850008; text-decoration: underline; } 
a:visited { color: #850008; text-decoration: underline; } 
a:hover { color: #000; text-decoration: underline; }

a.lien:link { color: #000000; text-decoration: underline; } 
a.lien:active { color: #000000; text-decoration: underline; } 
a.lien:visited { color: #000000; text-decoration: underline; } 
a.lien:hover { color: #850008; text-decoration: underline;}

.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #850008;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	}

.texte a:active, .texte a:link, .texte a:visited{ color: #000;}
.texte a:hover{ color: #850008;}

/* Bas de page */
.texteadresse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #fff;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	}
.texteadresse a:active, .texteadresse a:link, .texteadresse a:visited{ color: #fff;}
.texteadresse a:hover{ color: #000;}
/* intro */
.texteintro a:active, .texteintro a:link, .texteintro a:visited{ color: #850008;}
.texteintro a:hover{ color: #000;}
/* plan du site */
.texte a.lien:active, .texte a.lien:link, .texte a.lien:visited{ color: #000;}
.texte a.lien:hover{ color: #850008;}
	
.texte2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #000;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

.TopMenuItemContact {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 1px 15px 1px 15px;
	cursor: hand;
	background: #ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f4f4f4;
	border-right-color: #f4f4f4;
	border-bottom-color: #f4f4f4;
	border-left-color: #f4f4f4;
}

.TopMenuItem {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 1px 15px 1px 15px;
	cursor: hand;
	background: #ffffff;
	border: 1px solid #000000;
}



table.cadre{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: normal;
font-weight: normal;
text-transform: none;
color: #fff;
padding:2px;
border-style:solid;
border-width:1px;
border-color:#850008;
background-color:#850008;
}