/* CSS Document */
Body{
background-color: white;
margin: 0px;
}
#titre_article {
color: #003300;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
margin-left: 5%;
}
#article {
font-family: Arial, Helvetica, sans-serif;
text-align: justify;
font-size: 85%;
margin-left: 2%;
margin-right: 2%;
}
#pos_left {
margin-left: 5%;
margin-right: 5%;
width: 200px;
height: 188px;
}
.menu_principal {
color: #FFFFFF;
font-family: "Arial";
font-weight: bold;
text-decoration: none;
font-size: 90%;
}
.menu_principal:hover {
color: #999999;
}
.titre_menu {
margin-left: 5%;
color: #FFFFFF;
font-family: "Arial";
font-weight: bold;
font-size: 14px;
}
.titre_msg_welcome {
margin-left: 10%;
font-family: "Arial";
font-weight: bold;
}
.msg_welcome {
margin-left: 2%;
margin-right: 2%;
font-family: "Arial";
font-size: 90%;
text-decoration: none;
color: #000000;
}
.sous_titre {
color: #CC3300;
margin-left: 12%;
font-family: "Arial";
font-weight: bold;
}
.liste {
margin-left: 8%;
margin-right: 8%;
font-family: "Arial";
font-size: 90%;
text-decoration: none;
}