html,body {
background-color : white;
}

p{ 
color:black;
font-size : 100%;
 }

h2 {
font-size : 150%;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
color : red;
padding-left:15px;
}

.textvert { 
color : green;
font-weight: bold;
text-align: center;
 }


a:link {color: #F22157; text-decoration:underline;}
a:visited {color: gray; text-decoration:underline;}
a:hover {color: #F22157; text-decoration:none;}

a.bouton:link{
border-width:1px; 
width:150px; 
height:5px; 
text-decoration:none; 
color:white;
text-align:center; 
color: #F22157;
background-color:white;
}
a.bouton:hover{
border-width:1px; 
width:150px; 
height:5px; 
text-decoration:none;
color:white; 
text-align:center; 
background-color:#F22157;
}

