/*************************** 
CHARTE DE NOMAGE CSS
.nomdumodule_section_nomdustyle{
}
*****************************/


.breadcrum {
background-color:#e0091d;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
display:block;
padding-left:10px;
padding-top:3px;
min-height:18px;
padding-bottom:2px;
border-top:#FFFFFF solid 1px;
}

.breadcrum a {
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}

.breadcrum a:hover {
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:underline;
}


/*----------------------------- barre de navigation produits -------------------------------*/

#ctlog_nav_produits ul{
margin: 0;
padding: 0;
list-style-type: none;
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
color: #253f68;
}

#ctlog_nav_produits ul a{
display: block;
padding: 5px;
background-color: #f5f5f5;
border-bottom: 1px solid #9fa3b5;
color: #253f68;
}

#ctlog_nav_produits ul li#active a{
background: #ffffff;
color: #253f68;
}

#ctlog_nav_produits ul a:hover{
	background-color: #ffffff;
	color: #253f68;
	text-decoration:none;
}

#ctlog_nav_produits h2{
	background-color: #b0801c;
	border-bottom: 1px solid #9fa3b5;
}

#ctlog_nav_produits h2 a {
	display:block;
	padding: 5px;
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
}



#ctlog_nav_produits h2 a:hover{
	background-color: #ffffff;
	color: #b0801c;
	text-decoration:none;
}


/*----------------------------- barre de navigation cat�gories -------------------------------*/

#ctlog_nav_categories ul{
margin: 0;
padding: 0;
list-style-type: none;
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
color: #253f68;
}

#ctlog_nav_categories ul a{
display: block;
padding: 5px;
padding-left:20px;
background-color: #f5f5f5;
border-bottom: 1px solid #9fa3b5;
color: #424242;
background:url(../images/menu_fleche_H.gif) no-repeat;
background-position:2px 6px;
text-decoration:none;
}

#ctlog_nav_categories ul #active {
	background:url(../images/menu_fleche_V.gif) no-repeat;
	background-position:4px 4px;
}

#ctlog_nav_categories ul #active {
	background-color: #d7d7d7;
}

#ctlog_nav_categories ul a:hover{
background-color: #d7d7d7;
color: #424242;
text-decoration:none;
}

#ctlog_nav_categories h2, #ctlog_nav_categories h2 a {
display: block;
padding: 5px;
background-color: #b0801c;
border-bottom: 1px solid #9fa3b5;
list-style-type: none;
font-size:15px;
font-family:Georgia, "Times New Roman", Times, serif;
color: #ffffff;
font-weight:bold;
}

#ctlog_nav_categories h2 a:hover{
background-color: #ffffff;
color: #b0801c;
text-decoration:none;
}

#ctlog_nav_categories ul ul li { margin: 0; border-bottom: 1px solid #d7d7d7;}

#ctlog_nav_categories ul ul a
{
display: block;
padding: 5px 5px 5px 30px;
color: #424242;
background-color: #C5D8C5;
background:none;
text-decoration: none;
font-weight: normal;
}

#ctlog_nav_categories .selected a {
background-color: #d7d7d7;
}

#ctlog_nav_categories ul ul a:hover,
#ctlog_nav_categories ul ul .catlevel2_sel
{
color: white;
background:url(../../../../images/puce_white.gif) no-repeat;
background-position:20px 10px;
background-color: #8b8b8d;
text-decoration: none;
}


