#body
{
  background:       #EEEEEE;
  color:            #333333;
  margin:           0;
  padding-left:     0;
  padding-right:    0;
  padding-top:      0;
  border:           0;
  text-align:       center;
  font: 80% verdana, arial, sans-serif;
}

#text
{
  background:       white;
  color:            black;
  margin-left:      10px;
  padding-left:     10px;
  border:           0;
  text-align:       justify;
  font: 80% verdana, arial, sans-serif;
}


.tdul
{
  background:       white;
  color:            #333333;
  margin:           0;
  padding-top:      0;
  border-left:      0;
  border-right:		1px solid #7777EE;
  text-align:       left;
  font-family:      Verdana, Tahoma, sans-serif;
  font-size:        8pt;    
  padding-bottom:   0px;
  
}

li
{
  padding-top:      5px;
  padding-bottom:   5px;
}
	



img 
{
  border: 0;
}

a, a:visited
{
  color:            #7777EE;
  background-color:  white;
  text-decoration:  none;
}
			
a:hover
{
  color:            red;
  background-color:   white;
  text-decoration:  underline;
}

ul
{
  list-style-type: circle square;
  margin-top:      5pt;
}




#header 
{
  color:            #DDDDDD;
  background-color: #7777EE;
  padding-left:     30px;
  padding-top:      12px;
  padding-bottom:   12px;
  border-bottom:    solid thin  #7777EE;
  font-size:        16px;
  font-weight:      bold;
  text-align:       left;
}

#header a, #header a:hover{
  color:               black;
  background-color: #7777EE;
}

#main 
{
  min-width:350px;
  text-align:        justify;
  padding-top:       10pt;
  padding-bottom:    5pt;
  padding-left:      20pt;
  padding-right:     20pt;
  background-color:  white;
  color:			 black;

}

.vspace
{
height:         100px;
}

#footer
{
  font-size:        10px;  
  padding:          10pt;
  text-align:       center;
}


#menu {
 /* placement du menu, à modifier selon vos besoins */
top: 150;
left: 0;
}
#menu {
width: 10em;
}
#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: bold;
border: 1px solid gray;
background-color: #7d9fc4;;
}
#menu dt2 {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background-color: #eee;;
}
#menu dd {
border: 1px solid gray;
background: #ccc;
}
#menu li {
text-align: center;
background: #fff;
}
#menu here {
text-align: center;
background: #eee;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}
   H1     { background: #2A5781 }
   H1, H2 { font-family: Verdana; font-size="13"; text-align=left}