.menu_contener {height:30px;}
.serch_contener {float:right;}


.kc_suckermenu{
font: bold 12px Verdana;
background:url(images/bg_suckmenu.png);
line-height:30px;
width:auto;
border-left:1px solid #ccc;
float:left;
text-align:left;

}

.kc_suckermenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.kc_suckermenu ul li{
position: relative;
display: inline;
float: left;
z-index:999;

}

* html .kc_suckermenu ul {z-index:9999;}
/*Top level menu link items style*/
.kc_suckermenu ul li a{
display: block;
background:url(images/bg_suckmenu.png); /*background of tabs (default state)*/
padding: 0px 20px;
border-right: 1px solid #ccc;
text-decoration: none;
color:#fff;
}

* html .kc_suckermenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.kc_suckermenu ul li a:link, .kc_suckermenu ul li a:visited{

}

.kc_suckermenu ul li a:hover{
background: #a6b2b9; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.kc_suckermenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
z-index:999;
}


/*Sub level menu list items (undo style from Top level List Items)*/
.kc_suckermenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.kc_suckermenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.kc_suckermenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #bcc9d6;
color:#fff;
font-weight:bold;
border-left:1px solid #bcc9d6;

}
*+html .kc_suckermenu ul li ul li a {margin-bottom:-3px;}
* html .kc_suckermenu ul li ul li a {margin-bottom:-3px;}

.kc_suckermenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 15px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
/***** color rubs link ****
.accueil_link {color:#000}
.actu_link {color:#FF0000}
.opinions_link {color:#F8C807}
.culture_link {color:#666666}
.buZz_link {color:#FFF;}


/******** SOCIAL TAGS ***/

.coccinelle {
	position:absolute;
	background:url(images_fichiers/bgs/header/coccinelle.png);
	width:36px;
	height:45px;
	display:block;
	left: 662px;
	top: 250px;
}

.socialmenu_content {
	float:right;
	height:65px;
	text-align:right;
	width:260px;
}

.rss {
	background:url(../bg_site/entete/social/rss.jpg) no-repeat left top;
	height:65px;
	width:56px;
	display:block;
	float:right;
}
.rss:hover {
	background:url(../bg_site/entete/social/rss.jpg) no-repeat left bottom;
	
}

.faceB {
	background:url(../bg_site/entete/social/faceB.jpg) no-repeat left top;
	height:65px;
	width:52px;
	display:block;
	float:right;
}
.faceB:hover {
	background:url(../bg_site/entete/social/faceB.jpg) no-repeat left bottom;
	
}

.tweet {
	background:url(../bg_site/entete/social/tweet.jpg) no-repeat left top;
	height:65px;
	width:51px;
	display:block;
	float:right;
}
.tweet:hover {
	background:url(../bg_site/entete/social/tweet.jpg) no-repeat left bottom;
	
}

.Ytubes {
	background:url(../bg_site/entete/social/Ytubes.jpg) no-repeat left top;
	height:65px;
	width:81px;
	display:block;
	float:right;
}
.Ytubes:hover {
	background:url(../bg_site/entete/social/Ytubes.jpg) no-repeat left bottom;
	
}


/******* SOUS MENU ****/

#smenu_content {
height:30px;
color:#999999;
clear:both;
border-left:1px solid #ccc;
}

.datevisite_smenu {
float:left;
padding-right:10px;
padding-left:10px;
line-height:30px;
border-right:1px solid #ccc;

}

.logsmenu {
float:right;
padding-right:10px;
padding-left:15px;
line-height:30px;
background:url(images/d_arrow.gif) no-repeat left;
}
.ssmenulink {color:#999999;}