#contentimagearea{
    float: right; 
    width: 180px; 
    height: 438px; 
    margin-right: 10px;
}
#contentimage{
    width: 180px; 
    height: 150px; 
    /*background-color: #646566;*/
}

#contentright{
	width: 180px;
	margin-top: 20px;
	border-left: 1px solid #D5192C;
	padding-left: 10px;
	font-size: 11px;
}

#contentright h1,#contentright h2,#contentright h3,#contentright h4,#contentright h5,#contentright h6{
    color: #D5192C;
    /*text-transform: uppercase;*/
}

#contentcol1{
    float: left;
    width: 380px;
    height: 438px;
    font-size: 11px;
    position: relative;
    top: 0px;
}

#contenttitre{
    text-align: right;
    width: 380px;
    height: 100px;
    position: relative;
}

#contenttitre h1{
    font-size: 24px;
    font-weight: bold;
    /*text-transform: uppercase;*/ 
    color: #D5192C;
    position: absolute;
    right: 0px;
    bottom: 5px;
}
   
#container{
    position: absolute;
    height: 335px;
    width: 380px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}

#scrolldiv{
    position: relative;
    top: 0px;
}

#scrolldiv p{
    text-align: justify;
    margin: 0px 0px 10px 0px; 
}

#scrolldiv h1,#scrolldiv h2,#scrolldiv h3,#scrolldiv h4,#scrolldiv h5,#scrolldiv h6{
    /*color: #D5192C;*/
    /*text-transform: uppercase;*/
}

#scrolldiv h3{
    font-size: 13px;
    /*color: #D5192C;*/
    margin: 0px 0px 10px 0px;
    /*text-transform: uppercase;*/
    font-weight: bold; 
}

#scrolldiv a{
    color: #D5192C;
    text-decoration: none;
}

#scrollbar{
    float: right; 
    width: 15px; 
    height: 438px; 
    background-color: #FFFFFF;
    border: 1px solid #D5192C;
    position: relative; 
    top: 0px;
}

#scrollbarup{
    height: 50%;
    cursor: pointer;
}

#scrollbardown{
    height: 50%;
    cursor: pointer;
}

#scrollbar .arrowDown{
    position: absolute;
    top: 3px; 
    left: 3px;
    text-align: center;
}
#scrollbar .arrowUp{
    position: absolute; 
    bottom: 3px; 
    left: 3px;
    text-align: center;
}

#sousmenu{ 
	margin: 0px 10px 0px 0px; 
	padding: 5px 5px 0px 0px;
	border-right: 1px solid #D5192C; 
	text-align: right;
}

#sousmenu ul{
	list-style: none; 
	font-size: 9px; 
	text-transform: uppercase;
	line-height: 16px; 
	font-weight: bold;
}

#sousmenu li.actif a{
	color: #D5192C;
}