a.lien1 {
color:black;
text-decoration:none;
}
a.lien1:hover {
color:gray;
text-decoration:underline;
}

a.lien2 {
color:white;
text-decoration:none;
}
a.lien2:hover {
color:gray;
text-decoration:underline;
}

body.fiches {
  background-color: #555555;
  margin: 30px;
}

br.clear {
  clear: both;
  height: 0;
  line-height: 0px;
}

/*div.shadow {
  float: left;
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}*/

div.shadow img {
  padding: 5px 5px 6px 5px;
  background: white  repeat-x bottom left;
}

div.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url(images/shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url(images/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(images/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url(images/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}

div.fiche {
display:block;
border-top:2px solid #555555;
width:735px;
background-color:#AAAAAA;
margin-left:auto;
margin-right:auto;

}
body.corps {
width:736px;
margin-right:auto;
margin-left:auto;
background-color:#bbb;
}
div.blanc {
background-color:white;
border-left:2px solid #000;
}
div.ombre {
background: url(images/ombre.png) repeat; 
}
.cadre {
background-color: #dddddd;
border-top:1px solid;
border-left:1px solid;
border-right:3px solid;
border-bottom:3px solid;
position:relative;
padding:10px;
margin-left:10px;
}

div.cadreinfo {
border-top:1px solid;
border-left:1px solid;
border-right:1px solid;
border-bottom:1px solid;
padding:10px;
font-size:9pt;
font-style:italic;
width:700px;
}

div.texte {
margin-left:90%;
float:right;
}

div.colonne1 {
width:290px;
height:420px;
padding:5px;
float:left;
background-color:#AAAAAA;
border-right:1px solid #999999;
}
div.colonne2 {
width:420px;
height:420px;
padding:5px;
float:left;
background-color:#AAAAAA;
}

select.menu {
margin-left:40px;}

p.title {
font-size:18pt;
font-style:italic;
text-align:center;
}

.famille {
		margin-left:5px;

	text-align:left;
font-size:1.2em;
font-weight:bold;
color:#555;
}

.nomlat {
	width:430px;
	text-align:left;
	padding-left:40px;
font-size:0.9em;
font-style:italic;
}
.nomfr {
	width:200px;
	text-align:left;
font-size:0.90em;
color:#DDD;
}
.protection {
	text-align:right;
font-size:0.8em;
}


div.cadrep {
	margin-right:auto;
margin-left:auto;
	width:400px;
padding:10px;
background-color:#FFF;
border:solid 2px #000;
}
div.entete {
		margin-right:auto;
margin-left:auto;
background-color:#111;
border-bottom:solid 4px #222;
color:#FFF;
font-size:1.2em;
font-weight:bold;
font-style:italic;

text-align:center;
}
ul#menu {
	list-style-type: none;
} 

ul#menu li {
	margin: 5px;

}

ul#menu a {
    
padding : 3px;
width : 500px;
height : 50px;
display : block;
text-align : left;	
border : 1px solid gray;
text-decoration : none;
color : #000;
background : #fff;
	 }
	 
ul#menu a:hover {
     background: #ccc;
     border: 1px solid gray; 
     }
     
     div.menu {
     margin-left:auto;
     margin-right:auto;
     }
  