/**
 * Stylesheet pour les menus du CMS
 */

#cmsPage{
	position: relative;
}

#cmsTitles{
	position:relative;
	height:60px;
	padding-left:27px;
}

#cmsContentTitle{
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size:18px;
	line-height:18px;
	color:#e32c43;
	font-weight:bold;
}

#cmsContentSubtitle{
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size:18px;
	line-height:20px;
	color:#acacac;
	font-weight:normal;
}

#cmsMenu{
	position:relative;
	float:left;
	max-height:600px;
	width:266px;
	margin-left:10px;
}

#cmsPageContent{
	position:relative;
	float:left;
	/*height:600px;*/
	max-height:600px;
	width:450px;
	overflow-y:auto;
	overflow-x:hidden;
	padding-right:18px;
}

.niv1{
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size:11px;
	line-height:19px;
	color:#cecece;
	font-weight:normal;
	display:inline;
	padding:3px 6px 5px 18px;
	background-color:#e32c43;
	/*
	background-image:url(../images/cms_left_border_back_red.png);
	background-repeat:repeat-y;
	*/
}

.niveau_1{
	list-style:none;
	background-image:url(../images/cms_left_border_back_red.png);
	background-repeat:repeat-y;
}

/*.niveau_1:hover,*/.niv1:hover{
	color:#ffffff;
}

.niv2{
	padding-left:18px;
}

.niv2:hover{
	color:#000000;
}

.niveau_2{
	display:none;
}

.niveau_ouvert{
	list-style:none;
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size:9px;
	line-height:15px;
	padding-top:5px;
	padding-bottom:5px;
	color:#ffffff;
	font-weight:normal;
	background-image:url(../images/cms_left_border_back_grey.png);
	background-repeat:repeat-y;
}

.niveau_ouvert:hover{
	color:#000000;
}

.niv1Selected{
	color:#ffffff;
	font-weight:bold;
}

.niv2Selected{
	color:#000000;
	font-weight:bolder;
}


