/* CSS Document */
#menu
{
 font-family: Arial, Helvetica, sans-serif;
text-align: center;
width: 120px;
height: 500px;
position:fixed;
top: 140px;
left:0px;
}
#menu a, a:visited
{
color: blue;
}
#menu a:hover
{
	color: #336600;
}
#mdt
{
display:none;
}
.enbleu
{
color:blue;
}
.enrouge
{
color:red;
}
 .Style1
 {
 font-size: x-large; 
 font-family: Arial, Helvetica, sans-serif; 
 } 
 
 .Style4
 {
 font-family: Arial, Helvetica, sans-serif

 } 
 .Style5
 {font-size: xx-large
 } 
 
 .Style7 {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 14px; 
 } 
 
 .Style8
 {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px; 
 } 
 
 .Style9 
 {
 font-size: 14px
 } 
 
 .Style10 
 { 
 font-size: 14px; 
 font-style: italic; 
 } 
 
 .Style11 { 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px; 
 font-style: italic; 
 } 

 .Style6 {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 18px; 
 } 
a , a:visited
{
color: blue;
}
 a:hover 
{
	color: #336600;
}
.even
{
vertical-align: top;
background-color:#FFFFFF;
}
.odd
{
vertical-align: top;
background-color:#00FFFF;
}
.odd td, .even td
{padding-left: 4px;
}

.zero
{
background-color : Red;
}
.zero th
{vertical-align:middle;
padding:12px;
}

ul
{
text-align:left;
font-size:14px;
}

#news li
{
padding-bottom:12px;
}
.fondJaune
{
background-color:yellow;
font-style:italic;}
}