/* MENU */

#sous_menu{ 
margin: 0; /* on retire les marges intérieures et extérieures */
padding:0;
width:  231px;  /* J'ai mis une largeure pour ne pas prendre toute la largeur de l'écran */
border-bottom: none; /* et on retire celle du bas */
}

#sous_menu li{
list-style-type:none; /* on enlève la puce */
margin: 0; /* on retire les marges intérieures et extérieures */
padding: 0;
height:42px; 
background-color:#01538d;
}

#sous_menu a{
text-decoration:none;  /* on enlève le soulignement */
color:#ffffff;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
display: list-item;   /* C'est ici qu'il faut bien comprendre (j'explique plus bas) */
padding-left:1.5em;  /* une marge intérieure gauche juste pour l'esthétique */
padding:13px;
height:42px;
font-weight:100;
}

#sous_menu a:hover{
background-color:#ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
text-align:center;
color:#01538d; 
}

#sous_menu a:active{
background-color:#ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
text-align:center;
color:#01538d; 
}

#sous_menu .a2{
background-color:#ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
text-align:center;
color:#01538d; 
}

/* TEXTE */

.corps {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.detail {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}

.titre1 {
	color: #000099;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.titre2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
}

.Style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

/* LIENS */

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A6A6A6;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}

/* TABLEAU */

.table3 {
border-style:solid; 
border-width:1px; 
border-color:black;
width:575px;
border-collapse:collapse;

}
.td3 { 
border-style:solid; 
border-width:1px; 
border-color:black;
padding:4px;
}

.table2 {
border-style:none;
width:575px;
}

.td2 { 
border-style:none; 
padding:4px;
}