/* CSS Document */
body    { 

	/* proprietes de bases du document*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #57280e;
	
	/* definition des barres de navigation propres IE */
	background-color: #efe9dc; 
	
	scrollbar-3dlight-color: #57280e; 
	scrollbar-arrow-color: #57280e; 
	scrollbar-darkshadow-color: #57280e; 
	scrollbar-face-color: #FFCCCC; 
	scrollbar-highlight-color: #FFFacd; 
	scrollbar-shadow-color: #57280e; 
	scrollbar-track-color: #ae0000;
	}

a {
	color: #57280e;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #a20000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #a20000;
	font-weight: bold;
	text-decoration: underline;
}


img {
	border: none;
}


  /*menu général famille*/
menufamille {
	width: 200px;
	position:relative;
	top: 0px;
	left: 0px;
	padding: 0 0 0 0;
	color: #57280e;
}

#menufamille ul {
	list-style: none;
	line-height: 30px;
	margin: 0;
	padding: 0;
	border: none;
}
#menufamille li {
	font-family: "Trebuchet MS", Verdana, Arial, cursive, sans-serif;
	color: #ae0000;
	border-bottom: 1px solid #a20000;
	display: block;
	text-align: right;
	line-height: 30px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #ae0000;
}
#menufamille li a {
	font-family: "Trebuchet MS", Verdana, Arial, cursive, sans-serif;
	background-color: #efe9dc;
	color: #ae0000;
	display: block;
	line-height: 30px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 6px  12px 6px 0em;
	text-align: right;
}

#menufamille li a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, cursive, sans-serif;
	background-color:#57280e ;
	color: White;
	text-align: right;
	line-height: 30px;
	margin-left: 0px;
	margin-right: 0px;
}

/*barre de navigation*/

#navigation{
   height: 30px;
	background-color: #ae0000;
	color: White;
	padding-top: 6px;
	padding-left: 50px;
}
#navigation a {
	color: #fffacd;
	font-weight: bold;
	text-decoration: none;		
}

#navigation a:visited {
	color: #fffacd;
	font-weight: bold;
	text-decoration: none;		
}

#navigation a:hover {
	color: #fffacd;
	font-weight: bold;
	text-decoration: underline;	
}
	#middle {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #57280e;
	background: #fffacd;
	border: 2px groove #ae0000;
	margin: 0px 0px 0px 30px;
	}


}
#top{
	padding: 0 0 0 0;
	margin-left: 0;
	margin-top: 0;
}
.Style1 {
	font: bold x-large;
	font-size: medium;
}
.Style3 {font-size: 10px}
.Style4 {font-size: 10}
.Style5 {
	color: #990000;
	font: bold;
}
