#contentimagearea{
    float: right; 
    width: 180px; 
    height: 438px; 
    margin-right: 10px;
	overflow: hidden;
}
#contentimage{
    width: 180px; 
    height: 150px; 
    /*background-color: #646566;*/
}

#contentright{
	width: 170px;
	margin-top: 20px;
	border-left: 1px solid #D5192C;
	padding: 10px;
	font-size: 11px;
}

#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 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;
}

#scriptarea{
	margin: 30px 0px;
}

#forminscription{
	width: 250px;
	height: 90px;
	}
#inputforminscription{
	width: 200px;
	font-size: 10px;
	vertical-align: top;
}