h2
{

color:blue;
font-size:30px;
text-decoration: underline; 


}

h5
{

color:green;
font-size:20px;
}



.conteneur2

{
	border: 10px solid blue;
	top:0px;
	border-style:none;
	position:absolute;
	height:90%;
	width:50%;
	right:90%;
	left: 50px;


}

.cotegauche2
 {  background-color:yellow; 
 border-style:none;	
 position:absolute;	
 width:36%;	
 height:94%;   
 right:10%;   
 top:0%; 
 font-family: "comic sans ms",Arial,Verdana, "Arial Black",   serif;  
 text-align:left; 
 padding-left:2px;

} 



img{border:5px;}



.bas2

{
	
	border:0;
    width:36%;	
	height:17%;	
	border-style:none;	
	position:absolute;	
	top:82%;	
	right:10%;
} 


.bas3

{
    width:36%;	
	height:17%;	
	border-style:none;	
	position:absolute;	
	top:82%;	
	right:60%;
} 


 a
{
  
   color: blue; /* Les liens seront en rouge au lieu de bleu */
   font-family: serif;
   font-size:12pt;
   border:0;
   
}

a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration:none; /* Le lien deviendra souligné quand on pointera dessus */
   color:green; /* Le lien sera écrit en vert quand on pointera dessus */
}



