/* Général */


html
{
 overflow-y : scroll;
}
*
{
 margin : 0;
 padding : 0;
 outline : none;
}
body
{
 font : 10pt Museo, Trebuchet MS, Arial, Verdana, sans-serif;
 background : url(./images/bg_degrade.jpg) bottom center no-repeat #e2e0da;
 background-attachment : fixed;
 margin-left : auto;
 margin-right : auto;
}
img
{
 border: none;
}
a
{
 color: #000;
}
#conteneur a
{
 text-decoration: none;
 color: #777;
}
#menu_haut a:hover
{
 background: #DDD;
 color: #000;
}
#focus
{
 background: #DDD;
 color: #000;
}
.titre
{
 margin-bottom : 10px;  
 margin-top : 20px;
 text-transform: uppercase;
 font-weight: normal;
 text-decoration: underline;
}
.titre a:hover
{
 background: #DDD;
 text-decoration: underline;
 color: #000;
}
#conteneur
{
 width : 796px;
 margin-left : auto;
 margin-right : auto;
}


/* Font-Face */


@font-face
{
	font-family: Museo;
	src: url("museo.otf");
}


/* Header */


#logo
{
 background : url(./images/sup_lil.png);
 width : 79px;
 height : 74px;
 position : absolute;
 top : 30px;
 margin-left : 15px;
}
#menu_haut
{
 list-style-type : none;
 text-align : center;
 margin-top : 90px;
 margin-bottom : 10px;
}
#menu_haut li
{
 display : inline;
 margin : 10px;
}


/* Menu de la galerie */


#cadre_gallery
{
 text-align : center;
 margin-left : auto;
 margin-right : auto;
 margin-top : 150px;
 padding : 20px;
}
#cadre_gallery img
{
 margin : 17px;
 border : 1px solid black;
}
#cadre_gallery table
{
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 70px;
}
#cadre_gallery p
{
 text-align: right;
 background: #FFF;
 margin-right: -10px;
}


/* Contenu */


#cadre
{
 text-align : center;
 margin-left : auto;
 margin-right : auto;
 padding : 50px;
 padding-top: 50px;  
}
#cadre img
{
 margin : 10px;
}
#cadre p
{
 text-align : center;
}
#stayhere
{
 position : fixed;
 width : 796px;
 margin-left : 2px;
 background : #fff;
}                     
#stayhere ul
{
 margin-left : auto;
 margin-right : auto;
}
