img {
  border:none;
}
a {
  text-decoration:none;
  color: #005FA9;
} 
a:hover{
  text-decoration: underline;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
    background-image: url(textures/texturePF.jpg); 
    background-repeat: repeat-y;
 	background-color:#009F3B;
}
h1 {color:#AC2104;}

	 #tete {
	 }
	 #colgauche {
	   float:left;
	   width:250px;
	 }
	 #coldroite {
	   float:right;
	   width:10%;
	 }
	 #contenu {
	   margin:10% 10% 0 25%;
	   font-size:100%;
	 }
	 #pied {
	   clear:both;
	   font-size:80%;
	   text-align:center;
	 }
	 #pied hr {
/*	   width:50%;*/
	   color:#003300;
	   background-color:#003300;
	 }
	 
.menu_v {
  margin-top:1.5em;
  width:180px;
  margin-left:0;
  padding-left:0.5em;
  font-size:1.2em;
}
.menu_v li {
  list-style-type:none;
  padding:0;
  margin-left:0;
  margin-right:0;
  margin-top:1em;
  margin-bottom:1em;
}

.menu_v a  { 
/*  color: #75a4af; */	
  font-family:cursive;
  font-weight:bold; 
  }
.menu_v a:hover { 
  text-decoration:none;
  color:#bdd2f2; 
  color:#0000FF;
}

.romain {
  font-variant: small-caps; 
}
.fine {
  font-size:50%;
}
sup {
vertical-align:text-top;
}


