#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 657px;
height: 660px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
left:0;
padding: 12px;
}

#mycustomscroll_vert {
/* Typical fixed height and fixed width example */
width: 687px;
height: 663px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
left:0;
padding:12px 0px 12px 0px;
background:url(../images/charte/fond-vert.jpg) repeat scroll top left;
}

#mycustomscroll3{
/* Typical fixed height and fixed width example */
width: 657px;
height: 480px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
left:0;
padding: 12px;
}

#mycustomscroll4{
/* Typical fixed height and fixed width example */
width: 890px;
height: 480px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
left:0;
padding: 12px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 195px;
height: 280px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
left:0;
padding: 12px;
}

#mycustomscroll2bis {
/* Typical fixed height and fixed width example */
width: 195px;
height: 347px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
left:0;
padding: 12px;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}
