
body {
background-color: #FFFFFF;
margin: 0;
padding: 0;

vertical-align: middle; 
text-align: center;

font-family:Arial,sans-serif ;
font-size:12px;
font-weight:normal;
color:#8B008B;

border-width:5px;
border-style:none;
border-color:#8B008B;
}



couleurs {
Dore: 200 / 160 / 70 ; C8A046 - 160 / 130 / 60 A0823C;
Violet: 100 / 30 / 100 ; 641E64  - 139 / 0 / 139 #8B008B;
778899
DAA520
}

a {
font-family:Arial,sans-serif ;
color:#8B008B;

}

a:link {		/*pages qui n'ont pas encore été visitées*/
color: #8B008B;
text-decoration:none;
}
a:visited { 	/*pages qui ont déjà été visitées*/
color: #8B008B;
text-decoration:none;
}
a:hover { 		/*liens sur lesquels l'utilisateur passe avec la souris*/
color: silver;
text-decoration:none;
}
a:active, a:focus {	/* liens en train d'être cliqués*/	
color:#A0823C;
text-decoration:none;
}

img {
border-style: none;
}

h1{
font-size:18px;
font-weight:bold;
color:#8B008B;

}



.Index{
position:relative;
top:50px;
}


.MenuTd{
margin: 0;
padding-left: 10px;
padding-right:10px;
vertical-align: middle; 
text-align: center;
font-size:16px;
font-weight:bold;
border:1px solid #A0823C;
}

.Corps{
position:absolute;
top:15px;
left:0px;
text-align:left;
margin-left:30px;
margin-right:30px;
}

.Menu_Droit{
position:absolute;
top:15px;
left:0px;
text-align:center;
margin-left:10px;
margin-right:10px;
color:#A0823C;
font-weight:bold;
}

.Menu_Gauche{
position:absolute;
top:10px;
left:40px;
text-align:center;
margin-left:5px;
margin-right:5px;
color:#A0823C;
font-weight:bold;
}
