<style type="text/css"> 
@media screen {

.prix {
font-family:trebuchet ms;       
font-size:9.5pt;
color: blue;
font-weight: bold;       
       } 

h1 {
font-family: Arial, Helvetica, sans-serif;
color: #990000;    
font-weight: bold;   
font-size:11pt;
text-align: left;
text-indent:8pt;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
color: #FF3300;     
font-weight: bold;   
font-size:12pt;
text-align: left;
text-indent:8pt;
}

h3 {
font-family: Verdana;       
color:#000066;      
font-weight: bold;   
font-size: 15pt;
}

h4 {
font-family: Verdana;       
color: #FF0000;     
font-weight: bold;   
font-size: 10pt;
}
.produits {
font-family: Verdana;       
color: #0099CC;  
font-weight: bold;   
font-size: 9pt;
}

.infoplus {
font-family: "Arial Narrow";       
color: #993300;  
font-weight: bold;   
font-size: 9.5pt;
text-decoration:underline;
font-style:italic;
}

.para {            
font-size:9pt;
font-family: Verdana, Arial, Helvetica, sans-serif;  
text-align:justify;
margin-left:5pt;
word-spacing:2pt;
line-height:13pt;
 } 
 
.description {            
font-size:8pt;
font-family: Verdana, Arial, Helvetica, sans-serif;  
text-align:justify;
 } 
 
.localisation {       
font-family:Arial;       
font-size: 8pt;
color: #999999;      
text-align: left;
font-style:italic;
font-weight: bold;
 } 

.copyright {
font-family:trebuchet ms;       
font-size:8pt;
color: #666666;
}

li {
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-size: 9pt;
color: black;
display : list-item;
list-style-position: outside;
} 


A:link { COLOR: blue; TEXT-DECORATION: yes } 
A:visited { COLOR:blue; TEXT-DECORATION: yes } 
A:hover { COLOR: red; TEXT-DECORATION: none } 

form.produits {
background-color:#F5F5F5;
padding:10px;
width:150px;
}

input.a {
border:1px solid black;
background-color:#E8FFEE;
font-family:"verdana",sans-serif;
color:blue;
font-weight:bold;
}

input.bouton {
background-color: #4D0767;
font-family:"verdana",sans-serif;
color:#ffffff;
font-weight:bold;
}

select, option {
border:1px solid black;
background-color:#E8FFEE;
color:blue;
font-weight:bold;
}
}