/**
 * Stylesheet pour les menus du CMS
 */
#cmsTitles {
    position: relative;
    height: 60px;
    /* width:726px; */
    padding-left: 18px;
    /*
    	background-image:url(../images/cms_left_border_top.png);
    	background-position-y:bottom;
    	background-repeat:no-repeat;
    	*/
    }
#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: 276px
    }
#cmsPageContent {
    position: relative;
    float: left;
    /*height:600px;*/
    max-height: 600px;
    width: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 18px
    }
/* ========================================================================= */
/* ======================== les dimentions du tableau ====================== */
/* ========================================================================= */
#top_left {
    text-align: left;
    vertical-align: text-top;
    width: 10px;
    background-image: url(../images/cms_left_border_top.png);
    background-position-y: bottom;
    background-repeat: no-repeat
    }
#top_center {
    text-align: left;
    vertical-align: text-top
    }
#top_right {
    width: 10px;
    background-image: url(../images/cms_right_border_top.png);
    background-position-y: bottom;
    background-position: right;
    background-repeat: no-repeat
    }
#mid_left {
    text-align: left;
    vertical-align: top;
    background-image: url(../images/cms_left_border_back_grey.png);
    background-repeat: repeat-y
    }
#mid_center {
    text-align: left;
    vertical-align: text-top
    }
#mid_right {
    width: 10px;
    background-image: url(../images/cms_right_border_back_grey.png);
    background-repeat: repeat-y
    }
#bottom_left {
    height: 110px;
    background-image: url(../images/cms_left_border_bottom.png);
    background-position-y: top;
    background-repeat: no-repeat
    }
#bottom_right {
    background-image: url(../images/cms_right_border_bottom.png);
    background-position-y: top;
    background-repeat: no-repeat
    }
#cmsPage {
    margin: 20px 27px
    }
/* ========================================================================= */
/*
.rightImage{
	width:10px;
	background-image:url(../images/cms_right_border_back_grey.png);
	background-position:right;
	background-repeat:repeat-y;
}
*/
/*
.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;
}

.niveau_1{
	list-style:none;
	background-image:url(../images/cms_left_border_back_red.png);
	background-repeat:repeat-y;
}

.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;
}

.cmsMenuEnd{
	height:110px;
	background-image:url(../images/cms_left_border_bottom.png);
	background-position-y:top;
	background-repeat:no-repeat;
}
*/