#mycustomscroll
{
	/* Typical fixed height and fixed width example */
	width: 865px;
	height: 460px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
/*	position: relative;*/
	background-color: #5d0450;
	margin: 0px 0px 0px 40px;
	color: #FFF;
	text-align: justify;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}
#texte_groupe {
	color:#FFFFFF;
}
.contenu_scroller { padding: 5px 35px 5px 5px; }
.titre_page
{
	color: #FFF;
	margin: 30px 0px 10px 44px;
	padding: 0px;
}
h2
{
	margin: 0px;
	padding: 0px 0px 2px 0px;
}
.contenu_scroller p {
	margin: 0px;
	padding: 0px 0px 0px 0px;

}
.external-link-new-window , .mail, .download
{
	color: #FFF;
	text-decoration: underline;
}