/* Layout home */

@import url("menu.css");
@import url("gauche.css");
@import url("droite.css");
@import url("centre.css");
@import url("footer.css");

#main{
	width:727px;
	padding-top:7px;
	background:url('images/fond-tour-eiffel-ile-de-france-paris.jpg') no-repeat 0 0 #666666;
	border-right:1px solid #666;
}
#main #tableauGeneral{
	margin-bottom:0px;
}
#main #accessible{
	display:none;
}

#main #header{
	background:url(/themes/1/images/bandeau-home.jpg) no-repeat 0 37px #000;
	height:145px;
	overflow:hidden;
}

#main #droite{
	width:152px;
	background-color:#EBEBEB;
	border-left:1px solid #666;
}

#main #corps{
	position:relative;
	width:597px;
	background-color:#FFF;
	min-height:500px;
	_height:610px;	
}

#main #menu{
	width:597px;
	border-bottom:1px solid #000;
	overflow:hidden;
	line-height:normal;
}

#main #centre{
	padding:5px;
	padding-top:10px;
}

#main #gauche{
	width:235px;
	border-right:1px dashed #666;
	background-image:url(/themes/1/images/bg_pointilles.gif);
}

#main #footer{
	width:577px;
	padding:10px;
	background-color:#FFF;
}
head:first-child+body #main #margin-1{
	margin-left:-1px;
}
#main #menu #zone-roll{
	clear:both;
	padding:3px;
	background-color:#D9D9D9;
	color:#FFF;
	font-weight:bold;
	font-size:110%;
}
