div#administration a {
    color: #000;
}
div#administration a:hover {
    color: red;
    font-weight: bold;
}

div#SiteContenuMenu{
    width:160px;
    float:right;
    text-align:center;
	font-size: 11px;
	margin-left: 10px important; 
	-marggin-left: 100px;
}


div#SiteContenuMenu h1 {
    margin-top: 20px;
    background:url('./images/bg_menu.png') no-repeat;
    width:158px;
    height:25px;
    font-size:120%;
    color:#FFF;
    padding-top:5px;
    border-bottom: 0px;
    padding-bottom: 5px;
}



div#SiteContenuMenu h2{
    margin:0;  
    font-weight:normal;
    font-size:100%; 
    color:#000;
}

