body {
    background-position: center top;
    background-repeat: no-repeat;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
}

/********* pour couper l'image de pedagojeux ****************/
.crop {
    width: 1024px;
    height: 300px;
    overflow: hidden;
}

.crop img {
    width: 1024px;
    height: 500px;
    margin: -100px 0 0 -100px;
}
/**********************/

/*************  Espace central, entre le header et le footer  == body **********/
/************ contient le menu et le "main", qui lui-même contient content et footer *********/
#espace-central   
{
	width:1023px; 
	margin-left:auto; 
	margin-right:auto;
	font-size: medium;
}

#menu
{
    position: absolute;
	top: 0px;
	width:1024px;
    padding: 0px;
}

#main
{
	position: absolute;
	top: 27px;
	width: 970px;
	font-size: medium;
}

#content
{
	background-color: white; 
    padding: 0px;
}

#blockaddr
 {
    width: 100%;
/*    border: 1px;*/
/*	height: 150px;*/
	margin-left:auto; 
	margin-right:auto;

	margin-top: 10;
	margin-bottom: 20;
}
#blockaddr-myaddr
{
    float: left;
    max-width: 500px;
/*    padding: 1em;*/
}
#blockaddr-mylogo 
{
    margin-left: 500px;
/*    padding: 1em;*/
    overflow: hidden;
}

#footer
{
	font-size: small;
	background-color:none; 	
}

#mentions-legales
{
	width: 1010px;
    padding: 10px;
	font-size: X-small;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    background-color:lightgray; 
}
