body {
    background-color: #dc3549;
    background-image: url('../images/background.jpg');
    background-position: center top;
    background-repeat: no-repeat;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
}

#my-center-space
{
	width:960px; 
	margin-left:auto; 
	margin-right:auto;
	font-size: medium;
}

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

#menu-presentation
{
	position: absolute;
	top: 69px;
	width: 960px;
    height: 292px;
    padding: 0px;
}

.menu-presentation-table
{
	width: 960px;
}

.menu-presentation-table-title
{
	text-align: center;
	font-weight: bold;
	font-size: large;
}

.menu-presentation-table-col
{
	width: 33%;
	text-align: center;
	vertical-align: top;
	font-size: medium;
}

#main
{
	position: absolute;
	top: 400px;
	width: 960px;
	font-size: small;
}

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


#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: 400px;
/*    padding: 1em;*/
}
#blockaddr-mylogo 
{
    margin-left: 400px;
/*    padding: 1em;*/
    overflow: hidden;
}



/* Je ne sais plus d'où ça vient et pourquoi c'est là*/
/* donc moméntanément désactivé */
/*
#banner
{
	width:48%; 
	float:left; 
	text-align:center; 
	background:inherit;
}
*/
#footer
{
	font-size: small;
	background-color:none; 	
}

#mentions-legales
{
	width: 940px;
    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; 
}
