/* 
	File : dv.acc.css
*/
div#acc-illustrations {
	margin:0 auto;
	text-align:left;
	font-size:12px;
}

div#acc-content { /**/
	background:url("/images/page.backgroundContentDark.jpg");
	background-repeat: no-repeat;
	background-color:#141414;
	margin:0 auto;
	color:#FFFFFF;
	width:946px;
	height:500px;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
	padding-top:20px;
	padding-bottom:20px;
}

div#acc-bloc-left {
	width:275px;
	float:left;
}

div#acc-bloc-left-header {
	background:url("/images/acc.bloc.bgHeader.act.jpg");
	background-repeat:no-repeat; 
	width:200px;
	height:50px;
	color:#FFFFFF;
	padding-top:20px;
	padding-left:75px;
	font-size:18pt;
}

div#acc-bloc-left-content { /**/
	background:url("/images/acc.bloc.bgContent.jpg");
	background-repeat:repeat-y;
	width:275px;
	height:400px;
	padding-top:10px;
	color:#FFFFFF;
	text-align:justify;
	line-height: 135%;
}

div#acc-bloc-left-footer {
	background:url("/images/acc.bloc.bgFooter.jpg");
	background-repeat:no-repeat; 
	width:275px;
	height:20px;
}

div#acc-bloc-middle {
	width:275px;
	float:left;
	margin-left:58px;
	margin-right:58px;
}

div#acc-bloc-middle-header {
	background:url("/images/acc.bloc.bgHeader.mdp.jpg");
	background-repeat:no-repeat;
	width:205px;
	height:50px;
	color:#FFFFFF;
	padding-top:20px;
	padding-left:70px;
	font-size:18pt;
}

div#acc-bloc-middle-content { /**/
	background:url("/images/acc.bloc.bgContent.jpg");
	background-repeat:repeat-y;
	width:245px;
	height:400px;
	color:#c7c7c7;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	text-align:justify;
	line-height: 135%;
}
/*
div#acc-bloc-middle-content {
	background:url("/images/acc.bloc.bgContent.jpg");
	background-repeat:repeat-y;
	width:245px;
	height:330px;
	color:#c7c7c7;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	text-align:justify;
	
}*/

div#acc-bloc-middle-footer {
	background:url("/images/acc.bloc.bgFooter.jpg");
	background-repeat:no-repeat;
	width:275px;
	height:20px;
}

div#acc-bloc-right {
	width:275px;
	float:right;
}

div#acc-bloc-right-header {
	background:url("/images/acc.bloc.bgHeader.exp.jpg");
	background-repeat:no-repeat;
	width:200px;
	height:50px;
	color:#FFFFFF;
	padding-top:20px;
	padding-left:75px;
	font-size:18pt;
}

div#acc-bloc-right-content { /**/
	background:url("/images/acc.bloc.bgContent.jpg");
	background-repeat:repeat-y;
	width:245px;
	height:400px;
	color:#FFFFFF;
	padding-left:30px;
	padding-top:10px;
	line-height: 135%;
}

div#acc-bloc-right-footer {
	background:url("/images/acc.bloc.bgFooter.jpg");
	background-repeat:no-repeat; 
	width:275px;
	height:20px;
}

ul#acc-expertisesUL {
	list-style-image: url("/images/acc.puceExpertises.gif");
	color:#c7c7c7;
}

#acc-expertisesUL li {
	margin-bottom:10px;
}

/* overlay size and background image */ 
div.overlay { 
 
    /* 
        THIS ARE YOUR FULLSCREEN DIMENSIONS 
    */ 
    height:492px;
	width:700px;
 	
    background-image:url("/images/acc.videoBg.gif");
    display:none; 
    padding: 0 !important; 
	
} 
 
/* close button for overlay */ 
div.overlay div.close { 
    background:url("/images/acc.videoClose.gif") no-repeat; 
    position:absolute; 
    top:-21px; 
    right:-21px; 
    width:35px; 
    height:35px; 
    cursor:pointer; 
} 
 
/* original size of the player */ 
#player, #player embed, #player object { 
    /*height:155px; */
	height:188px;
    width:260px; 
} 
 
/* absolute positioning of the player */ 
#player embed, #player object { 
    position:absolute; 
 
    /* layer as the topmost element */ 
    z-index:10000; 
}
