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

* {
	margin:0;
	padding:0;
	border:0;
}

body{
	position:relative;  
	background:#fff url(../images/back_v2a.jpg) top center repeat-x;
	text-align:center;
}

p{
	margin-top:10px;
}

table{
	margin-top:10px;
}

#conteneur{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:990px;
}

#header{
	position:relative;
	width:990px;
	height:154px;
	top:0px;
}

#footer{
	position:relative;
	width:990px;
	height:20px;
	top:10px;
}

#logo{
	position:absolute;
	top:0;
	left:0;
	width:240px;
	height:117px;
}

#pub_top{
	position:absolute;
	top:19px;
	right:10px;
	width:728px;
	height:90px;
}

#menu_top{
	position:absolute;
	top:120px;
	left:0px;
	width:990px;
	height:34px;
}

#menu_top_gauche{
	position:absolute;
	top:0px;
	left:0px;
	width:11px;
	height:34px;
}
#menu_top_main{
	position:absolute;
	top:0px;
	left:11px;
	width:786px;
	height:34px;
	background-image:url(../images/menutop_back.png);
}

#menu_top_main_content{
	position:absolute;
	top:4px;
	height:23px;
	width:970px;
/*	background-color:#36F;*/
/*	z-index:13; */
}

#menu_top_droite_raccord{
	position:absolute;
	top:0px;
	left:797px;
	width:172px;
	height:34px;
	background-image:url(../images/menu_top_droite_raccord.png);
}

#menu_top_droite{
	position:absolute;
	top:0px;
	left:969px;
	width:21px;
	height:34px;
}

#splitter{
	position:absolute;
	top:154px;
	left:0;
}

#contenu{
	margin-top:0px;
	float:left;
	left:0;
	width:800px;
}

#menu_droite{
	float:right;
/*	margin-left:10px;*/
	width:190px;
	background-image:url(../images/menu_droite_back.png);
}

#menu_droite_end{
	/*margin-top:-5px;*/
	position:relative;
	top:16px;
/*	margin-left:10px;*/
	width:190px;
}

#zones_home_1{
	float:left;
	width:390px;
}

#zones_home_2{
	float:left;
	margin-left:10px;
	width:390px;
}

li.zone_home{
	display:inline-block;
	width:390px;
	list-style:none;
}

.zone_home_handle_1{
	margin-top:10px;
	padding-left:5px;
	padding-top:2px;
	width:385px;
	height:18px;
	background-image:url(/images/handle_1.png);
	cursor:move;
}
.zone_home_handle_2{
	margin-top:10px;
	padding-left:5px;
	padding-top:2px;
	width:385px;
	height:18px;
	background-image:url(/images/handle_2.png);
	cursor:move;
}
.zone_home_content{
	width:388px;
/*	height:230px;*/

	background-color:#FFF;
	border-left:1px solid #666;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}

ul {
	list-style-type:none;
}

li {
	display:inline;
}


/* AUTOCOMPLETE */
#autocomplete_choices{
	position:relative;
}
div.autocomplete {
  position:relative;
  width:160px;
  background-color:#333;
  border:1px solid #000;
}
div.autocomplete ul {
	position:relative;
	list-style-type:none;
	margin:0px;
	padding:0px;
	z-index:11; 
}

div.autocomplete ul li.selected { background-color: #333; color:#eb00dd; }
div.autocomplete ul li {
	text-align:left;
	font-size:11px;
	line-height:10px;
  list-style-type:none;
  background-color:#333;
  color:#fff;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
  font-weight:bold;
}


#menu_top{
	background-color:#FFF;
}

.elt_menu_top{
/*	padding-top:3px;
	padding-bottom:3px;*/
	padding-left:10px;
	padding-right:10px;
	color:#FFF;
	background-color:#000;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.elt_menu_top_spacer{
	background-color:#FFF;
	width:4px;
}

.elt_menu_top:hover{
	background-color:#06C;
}

.rss_elt_pair{
	position:relative;
	width:388px;
	height:85px;
	background-color:#f1f1f1;
}

.rss_elt_impair{
	position:relative;
	width:388px;
	height:85px;
	background-color:#fff;
}

.rss_elt_txt_impair{
	position:absolute;
	width:298px;
	height:75px;
	top:5px;
	right:85px;
}

.rss_elt_pic_pair{
	position:absolute;
	width:75px;
	height:75px;
	top:5px;
	left:5px;
}

.rss_elt_txt_pair{
	position:absolute;
	width:298px;
	height:75px;
	top:5px;
	left:85px;
}

.rss_elt_pic_impair{
	position:absolute;
	width:75px;
	height:75px;
	top:5px;
	right:5px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li{
	display:block;
}

.ghostly{
	display:none;
	visibility:hidden;
	width:0px;
	height:0px;
	z-index:0;
}