/* CSS Document */
body {
	color: #000000;
	background-color:#000000;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;}

#corps {
	width:800px;
	background-color:#FFFFFF;
	height:600px;
	margin-left:auto;
	margin-right:auto;}

#menu2 {
	width:230px;
	height:122px;
	margin:0px 0px 0px 0px;
	position:absolute;}

#logo {
	width:230px;
	height:90px;
	margin:0px 0px 0px 0px;
	position:absolute;}

#menu {
	width:800px;
	height:32px;
	margin:90px 0px 0px 0px;
	position:absolute;}

#contenu {
	width:800px;
	height:478px;
	margin:122px 0px 0px 0px;
	position:absolute;
	overflow:hidden;}
	
#contenu2  {
	width:800px;
	height:478px;
	margin:122px 0px 0px 0px;
	position:absolute;
	overflow:auto;}
	
#partieG1 {
	position:absolute;
	width:200px;
	height:468px;
	overflow:auto;
	margin:10px 0px 0px 0px;}

#partieD1 {
	position:absolute;
	width:580px;
	height:460px;
	overflow:auto;
	margin:20px 0px 0px 210px;}
	
#zones_haut {
	width:100%;
	height:360px;
	overflow-y:auto;
	overflow-x:hidden;
}

#zone_logos {
	float:left;
	width:500px;
	margin-right:25px;
}

#zone_logos table tr {
	height:100px;
}

#zone_logos table tr td {
	border: 1px solid #FFFFFF;
	vertical-align:middle;
}

#zone_noms {
	float:left;
	width:190px;
	margin-left:25px;
	font-size:10px;
}

#zone_noms table tr {
	height:30px;
}

#zone_descriptions {
	position:absolute;
	bottom:0px;
	height:90px;
	width:95%;
	padding:0px 25px;
	clear:both;
}

#zone_descriptions span {
	height:40px;
	background:url(../_images/fleche-v.png) 0 0 no-repeat;
	padding-left:40px;
	padding-right:30px;
	font-size:12px;
}
