/*-------------------------------------*/
.encart_menu_center {
background-image:url(../images_template/fond_menu_topb_m.gif); background-repeat:repeat-x;
}
/*----------------------------------- */
.tableau_clair_hg {
background-image:url(../images/aa-haut_gauche_cl.gif);
background-position:left top;
}
.tableau_clair_hd {
background-image:url(../images/aa-haut_droite_cl.gif);
background-position:right top;
}
.tableau_clair_bg {
background-image:url(../images/aa-bas_gauche_cl.gif);
background-position:left bottom;
}
.tableau_clair_bd {
background-image:url(../images/aa-bas_droite_cl.gif);
background-position:right bottom;
}
.tableau_clair_mg {
background-image:url(../images/aa-milieu_gauche_cl.gif);
background-position:left center;
}
.tableau_clair_md {
background-image:url(../images/aa-milieu_droite_cl.gif);
background-position:right center;
}
/*-------------------------------------------- */
.rss_style {
font-size:11px;
text-decoration: none;
width: 99%;
font-weight: normal;
list-style-image: url(../images_style/img_rss.gif);
list-style-position: inside;
}
.rss_style ul{
	font-size:12px;
	text-decoration: none;
	width: 100%;
	padding: 0px;
	margin: 4px;
	background: #FFFFFF; /*THEME CHANGE HERE*/
	text-align: left; /*set value to "left", "center", or "right"*/	
	list-style-image: none;
	list-style-position: inside;
}

.rss_style ul li{
	text-decoration: none;
	font-size:11px;
	border: 1px dashed #FFCC00;
	background: #FDFDFD; /*THEME CHANGE HERE*/
	padding: 4px 4px 0px;
	margin-top: 10px;
	list-style-image: none;
	list-style-position: inside;
}

.rss_style ul li a{
	text-decoration: none;
	font-size:11px;
	color:#BD7124;		
}


/*-------------------------------------------- */
.babystyle{
/*
position:absolute;

top:75px;
left:166px;
*/
margin:0px;
margin-left:0px;
padding-left:0px;
padding-top:4px;
padding-bottom:-3px;
font-size:11px;
text-decoration: none;
width:auto;
font-weight: bold;
}

.babystyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.babystyle ul{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration: none;

border: 0px solid #6699FF;
width: 100%;
/*background: #000000; /*THEME CHANGE HERE*/

text-align: left; /*set value to "left", "center", or "right"*/

line-height:normal; 
height:15px;
padding:3px; 
margin:0px;
}

.babystyle ul li{
text-decoration: none;
display: inline;
padding-left:1px;
}

.babystyle ul li a{

	font-size:11px;
	color: #000000;
	margin: 0;
	text-decoration: none;
	background-color: #F8F7EF;
	padding:2px;
	text-decoration: none;
	border-top: 1px solid #006699;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #555145;
	border-left: 1px solid #006699;
}

.babystyle ul li a:hover, .babystyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-color: #FFFFFF;
color:#FF6600;
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.babydropmenudiv{
	text-decoration: none;
	text-align: left;
	position:absolute;
	top: -1;	
	font:normal 12px Verdana;
	line-height:14px;
	z-index:100;
	background-color: #EEEEEE;
	width: 220px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=4);
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 0px solid #333333;
}


.babydropmenudiv a{
width: auto;
background-image:url(../images_style/fond_menu225.gif);
background-position:left;
background-repeat:repeat-y;
border: 0px; 
padding:0px;
text-decoration: none;
display: block;
text-indent: 18px;
font:normal 11px/17px Verdana;
line-height:22px;
color: #000000;
cursor:pointer;
}

.babydropmenudiv a:first-letter {
text-transform:capitalize;
font-weight:bold;
}

* html .babydropmenudiv a{ /*IE only hack*/
width: 100%;
}

.babydropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#FF6600;
text-decoration: none;
cursor:pointer;
}

