/* CSS Document */

* {
/*border:1px solid #000000;*/
}

body {
	padding:0;
	margin:0;
	overflow-x:hidden;
}

div#container {
	position:absolute;
	left: 50%; 
	width: 1200px;
	margin-left: -600px; /* moitié de la largeur */
	z-index:0;
	background:url(../images/background_restodico.jpg) 0 0 no-repeat;
}

div#header {
	position:absolute;
	left: 50%; 
	width: 968px;
	height:128px;
	margin-left: -484px; /* moitié de la largeur */
	z-index:1;
	top:20px;
}

div#logo {
	position:relative;
	left:134px;
	width:456px;
	z-index:5;
}

div#menu {
	z-index:6;
	position:relative;
	top:-191px;
	left:615px;
	width:490px;
	height:92px;
}

div#menu div#accueil {
	position:relative;
	left:0px;
	z-index:4;
	width:125px;
}

div#menu div#concept {
	position:relative;
	left:101px;
	top:-91px;
	z-index:4;
	width:125px;
}

div#menu div#inscription {
	position:relative;
	left:228px;
	top:-182px;
	z-index:4;
	width:125px;
}

div#menu div#contact {
	position:relative;
	left:360px;
	top:-272px;
	z-index:4;
	/*width:125px;*/
}

div#menu div#selection {
	position:relative;
	left:335px;
	top:-220px;
	z-index:4;
	/*width:200px;*/
}

div#contenu {
	position:absolute;
	left: 50%;
	width: 968px;
	margin-left: -484px; /* moitié de la largeur */
	z-index:1;
	top:148px;
	background:url(../images/border_right.jpg) 100% 0 repeat-y;

}

div#contenu div#texte {
	background:url(../images/border_left.jpg) 0 100% repeat-y;
	position:relative;
	float:left;
	padding:40px 0 40px 40px;
	width:440px;
}

div#contenu div#texte_searchregion {
	background:url(../images/border_left.jpg) 0 0 repeat-y;
	position:relative;
	float:left;
	padding:40px 0 40px 40px;
	width:440px;
}

div#contenu div#recap {
	position:relative;
	float:right;
	width:472px;
	margin-right:3px;
	background-color:#004c8f;
}

div#contenu div#carte {
	position:relative;
	float:right;
	width:472px;
	margin-right:3px;
	background:url(../images/fond_carte.jpg) 0 0 no-repeat;
}

div#contenu div#carte_petit {
	position:relative;
	float:right;
	width:472px;
	margin-right:3px;
	background:url(../images/fond_carte_petit.jpg) 0 0 no-repeat;
}

