*
{
margin:0;
padding:0;
outline: 0;
font-family: arial;
}
html
{
background: url('../images/fond.jpg') #f0f0f0 repeat-x;
background-position: center top;
}
body
{
background: url('../images/bandeau.jpg') repeat-x;
background-position: center 400px;
overflow: auto;
}

#conteneur
{
width:958px;
height:604px;
background: url('../images/fond_contenu.png')  no-repeat;
position: relative;

margin:auto;
margin-top:20px;
margin-bottom:80px;
}

h1
{
width:130px;
height:122px;
background: url('../images/logo.jpg') no-repeat;
text-indent: -9999px;
position: relative;
margin:auto;
margin-top:20px;
}

h2
{
color:#d82173;
font-size: 18px;
font-weight: normal;
text-align: left;
padding-top:75px;
padding-left:88px;
text-transform: uppercase;
text-shadow: #F3A1C1 0px 0px 2px;
}

#menu ul
{
list-style: none;
position: absolute;
bottom:25px;
left:180px;
}

#menu ul li
{
display: inline;
margin-right:35px;
padding-right:35px;
border-right:#c3c3c3 1px solid;
}

#menu ul li a
{
font-size: 13px;
color:#797979;
text-decoration:none;	
}

#menu ul li a:hover
{
color:#666666;
text-shadow:  #DDD 0px 0px 2px;
}

#menu ul li#contact
{
border:0;
}

#menu ul li.active a
{
color:#d82173;
}


#contenu
{
width:820px;
margin-left:89px;
margin-top:10px;
position: relative;
}


#lienSite a.facebook
{
display: block;
background:url('../images/facebook.png') no-repeat;
width:20px;
height:20px;
text-indent:-9999px;
position: absolute;
top:10px;
right:35px;
}

#lienSite
{
width:40px;
}


#lienSite a.facebook:hover
{
background-position: center -20px;
}

#lienSite a.twitter
{
display: block;
background:url('../images/twitter.png') no-repeat;
width:20px;
height:20px;
text-indent:-9999px;
position: absolute;
top:10px;
right:10px;

}

#lienSite a.twitter:hover
{
background-position: center -20px;
}


#lienDev
{
font-size: 11px;
position: absolute;
left:50%;
margin-left:340px;
top:765px;
color:#CCC;

}

#lienDev a
{
font-size: 11px;
color:#CCC;
text-decoration: none;

}

#lienDev a:hover
{
color:#d82173;

}

#new {
width:54px;
height:27px;
background:url('../images/new.png');
position:absolute;
left:430px;
bottom:-5px;
}

