body {
  background-image: url("/images/fond.jpg");
  font-family: Arial, Verdana;
}
#navigation {
float: left;
width: 110px;
padding-left: 3px;
padding-right: 5px;
top: 0;
left: 0;
}
#bandeau {
height: 50px;
width: 95%;
margin-left: 0;
margin-right: 0;
border: solid #804000;
border-width: 2px 2px;
background: url("/images/bandeau.jpg");
-moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
-khtml-border-radius: 10px; 
border-radius: 10px;   
}
#corps {
margin-left: 125px;
border-left: solid #804000;
border-left-width: 1px;
min-height: 730px;
}
#titre td {
	font-size: 16pt;
	FONT-FAMILY: Cursive;
	COLOR: #6495ED;
	MARGIN-TOP: 7px;
	MARGIN-BOTTOM: 7px;
	font-weight: normal;
	TEXT-ALIGN: center;
	height: 65px;
}
html {height: 101%;}

a:link, a:visited {
  color: #804000;
  text-decoration: none;
  FONT-WEIGHT: bold;
}

a:hover {
  color: red;
  text-decoration: underline;
}

H1{
    FONT-SIZE: 16pt;
    FONT-FAMILY: Cursive;
    COLOR: #6495ED;
    MARGIN-TOP: 7px;
    MARGIN-BOTTOM: 7px;
    font-weight: normal;
    TEXT-ALIGN: center;

}
H2{
    FONT-SIZE: 18pt;
    MARGIN-TOP: 8px;
    MARGIN-BOTTOM: 5px;
    COLOR: #804000;
    TEXT-ALIGN: center;
}
H3{
    FONT-SIZE: 13pt;
    COLOR: green;
    MARGIN-TOP: 5px;
    MARGIN-BOTTOM: 5px;
    LINE-HEIGHT: 0.9;
    TEXT-ALIGN: center;
}
H4{
 	 FONT-SIZE: 12pt;
    FONT-WEIGHT: bold;
	 MARGIN-TOP: 12px;
    MARGIN-BOTTOM: 6px;
    COLOR: olive;
    LINE-HEIGHT: 0.9;
    TEXT-ALIGN: center;
}
H5{
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    MARGIN-TOP: 12px;
    MARGIN-BOTTOM: 6px;
    TEXT-ALIGN: center;
}
H6{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
}
Table{
	FONT-SIZE: 8pt;
}
P{
    FONT-SIZE: 8pt;
    MARGIN-TOP: 0px;   
    MARGIN-BOTTOM: 0px;
}
LI{
    FONT-SIZE: 8pt;
    MARGIN-TOP: 0px;   
    MARGIN-BOTTOM: 0px;
}
br{
	font-size: 9px
}
.liste{ 
  font-family: Arial;
  font-size: 9pt;
  color: navy;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
  }
#recherche{
  color: black;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 0px;
  }
#titreadh{
  font-size: 15pt;
  text-align: center;
  color: black;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 0px;
  } 
#textadh{
	font-family: Arial, Verdana;
  font-size: 11pt;
  line-height: 1.6;
  }   
.mini2{
	font-family: Arial, Verdana;
  font-size: 7pt;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
  }  
#mini1{
	font-family: Arial, Verdana;
  font-size: 6pt;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
  } 
   
#menus td{
  font-family: Arial, Verdana;
  font-size: 8pt;
  font-weight: bold;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  }    
#menus TABLE {
  width: 110px;
  border: 1px solid #804000;
  margin-left: 1px;
  margin-right: 1px;
  -moz-border-radius: 7px; 
  -webkit-border-radius: 7px; 
  -khtml-border-radius: 7px; 
  border-radius: 7px;   
}  
#menus ul {
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
}
#menus a {
	display: block;
	width: 100px;
}
#menus a:hover { 
	color: red;
}
#menus li {
	float: left;
	margin-top: 2px;
	margin-bottom: 0;	
	width: 100px;
	height: 35px;
	background: url("/images/bouton.jpg");
}
#menus li ul {
	position: absolute;
	width: 100px;
	left: -999em;
}
#menus li:hover ul, #menus li.sfhover ul {
	float: left;
	left: 60px;
	top: absolute;
}
.cadresmenu {
	border: solid #804000;
	border-width: 1px 1px;	
	background: url("/images/fond.jpg");
}
.onglets td {
	border: solid #804000;
	border-width: 1px 1px 0 1px;	
	padding: 0 2px 0 0;
	width: 100px;
	height: 35px;
	text-align: center;
}
.feuille {
	border: solid #804000;
	border-width: 1px 1px 1px 1px;
	background-color: #F5F5DC;
}
.recherche {
	border: solid #804000;
	border-width: 1px 1px 1px 1px;
	background-color: #F5F5DC;
	width: 95%;
}
.resultat {
	border: 0;
	background-color: #EEE2BB;
	width: 95%;
}
.infomenu{	
	font-family: Arial;
	color: blue;
  font-size: 8pt;
  font-weight: bold;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 3px;
} 