#mycustomscroll_large{
/* Typical fixed height and fixed width example */
width: 480px;
height: 350px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
left:0;
background: url(../images/charte/fd_bloc_texte.jpg) no-repeat 0 0 ;
padding: 12px;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 465px;
height: 320px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
top:95px;
right:40px;
background: url(../images/charte/fd_bloc_texte.jpg) no-repeat 0 0 ;
padding: 6px;
font-size: 1em ;
color:#515151;
text-align:justify;
}

#mycustomscrol3{
width:635px;
height:285px;
float:left;
overflow:auto;
text-align:justify;
position:relative;
top:-60px;
margin-left:10px;
padding: 6px;
}


#mycustomscroll .actu {
padding-bottom: 15px;
}

#mycustomscroll h2 {
clear:both;
font-size: 1.2em ;
font-weight:bold;
color:#A2228E;
margin-bottom:0;
margin-top:2px;
font-style: italic;
}

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