*{
margin:0px;
padding:0px;
}

img {
border:0;
float:left;
}

body {
background-color:#77ad1a;
font-size: large;
font-family: Arial,sans-serif;
}


/* CONTENU */

#home_content{
width:736px;
height:550px;
position: absolute;
left: 50%;
top:50%;
margin-left: -368px;
margin-top: -300px;
}

#home_menu{
width:299px;
float:left;
}
#home_menu li{
display:inline;
float:left;
}

#home_menu_bienvenue{
width:93px;/*133*/
height:26px;/*36*/
padding:10px 0px 0px 40px;
background-image:url(../images/page_accueil/accueil_menu_bienvenue_fond.gif);
background-repeat:no-repeat;
}
#home_menu_welcome{
width:87px;/*127*/
height:26px;/*36*/
padding:10px 0px 0px 40px;
background-image:url(../images/page_accueil/accueil_menu_welcome_fond.gif);
background-repeat:no-repeat;
}


/* LIENS */

#home_menu_bienvenue a:link, #home_menu_bienvenue a:visited{
color:#5e8c19;
text-decoration:none;
}
#home_menu_bienvenue a:hover{
color:#517915;
text-decoration:none;
}

#home_menu_welcome a:link, #home_menu_welcome a:visited{
color:#f6bb06;
text-decoration:none;
}
#home_menu_welcome a:hover{
color:#f19300;
text-decoration:none;
}
