html,body {
background-image:url(tank.gif) ;
background-repeat:no-repeat ;
background-attachment:fixed ;
background-position:center middle ;
text-align : justify;
}

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

li.sousli{
position: relative;
left:15px;
}

p.unites{
text-align:right;
}

/*
h1 {
font-size : 200%; 
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
color : navy; 
text-align: center;
}
*/
h1{
background-color: #EFDE84;//F6D876;
color: #AA0000;
font-family: arial, helvetica, sans-serif;
font-size: 24pt;
text-align: center;
}

h2 {
font-size : 18pt; 
font-family : arial, helvetica, sans-serif; 
color : navy;
}

h3 {
font-size : 12pt;
font-family : arial, helvetica, sans-serif; 
color:#880000;
}

table.environnement {
border: solid 1px #880000;
text-align: center;
width: 80%;
}

td.environnement {
border: solid 1px;
border-left: solid 1px #aaaaaa;
padding: 5px;
}

td.environnement_sansD {
border: solid 1px;
border-right: solid 0px;
padding: 5px;
}

a:link {color: blue; text-decoration:underline;}
a:visited {color: blue; text-decoration:underline;}
a:hover {color:red; text-decoration:none;}


