@charset "utf-8";
/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif;
}


#header{
position:relative;
width:990px;
height:315px;
background: url(../../images/header_bck.jpg) top left no-repeat;
}

#topMenu{
position:relative;
top:225px;
left:170px;
width:800px;
height:50px;
background-color:#f3f3f3;
}

.buttonTop a{
position:relative;
float:left;
width:150px;
height:35px;
padding-top:15px;
margin-right:10px;
text-decoration:none;
color:#fff;
font-weight:bold;
text-align:center;
font-size:12px;
background: url(../../images/btn_inactif_bck.jpg) top left no-repeat;
}

.buttonTop a:hover{
background: url(../../images/btn_actif_bck.jpg) top left no-repeat;
}


