@charset "UTF-8";
/* CSS Document */

#icone{
height:274px;
width:52px;
background:	url(imgs/icone_evene.png);
float:right;

}

#page_partiebasse{
	width:860px;
	background: url(imgs/bde_contenu_bg.png);
/* 	border: 1px solid #000000;
	*/padding: 0px 0px 0px 0px;
	margin:auto;
	overflow:auto;	
	}
	
#bas{
height:67px;
width:860px;
background:url(imgs/bde_bas.png) no-repeat;
}


#tab1 {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	border-bottom:1px solid #ccc;
	height:20px;
	clear:both;
}

#tab1 li {
	float:left;
	margin-right:7px;
	text-align:center;
}

#tab1 li a {
	display:block;
	height:20px;
	padding:0 6px 0 6px;
	background-color:#fff;
	color:#666;
	width:80px;
}

#tab1 li a:hover {
	color:#666;
}

#tab1 li a.active {
	background-color:#ddd;
}

#open {
	background:url(imgs/bde_contenu_bg_open.png) no-repeat;
	width:860px;
	height:50px;
	padding: 0px 0px 0px 0px;
	margin:auto;
	overflow:auto;	}

#opened {
background:url(imgs/bde_contenu_bg_opened.png);
}

#close {
background:url(imgs/bde_contenu_bg_close.png) no-repeat;
height:52px;
width:860px;
}
