div#acc_contener {
position: relative;
top: 90px;
width: 600px;
background-color: #ffffff;
overflow: auto;
/z-index: -1;
}

div#acc_B1 {
position: absolute;
top: 0px;
width: 600px;
height: 80px;
text-align: center;
/z-index: -1;
}

div#acc_B2 {
position: absolute;
top: 150px;
width: 600px;
height: 200px;
text-align: justify;
/*background-color: red;*/
}

p#acc_B2:first-letter {
color: #D17110;
font-size: 140%;
font-weight: bold;
}

div#acc_B3 {
position: absolute;
top: 370px;
width: 600px;
height: 157px;
background-image: url(../images/fond_6.jpg); background-position: left top; background-repeat:  no-repeat;
}

div#acc_B3_1 {
position: absolute;
top: 18px;
left: 125px;
width: 465px;
height: 112px;
}

div#acc_B4 {
position: absolute;
top: 500px;
width: 600px;
height: 165px;
/*background-color: red;*/
}


div#acc_B4_1 {
position: absolute;
top: 20px;
width: 600px;
height: 60px;
}

#acc_B4_1 p {
margin-top: 12px;
}

#acc_B4_2 p {
margin-top: 12px;
}

div#acc_B4_2 {
position: absolute;
top: 100px;
width: 600px;
height: 70px;
}

#acc_B4 img {
float: left;
margin-right: 15px;
margin-top: 4px;
}

div#acc_B5 {
position: absolute;
top: 690px;
width: 600px;
height: 180px;
}

div#inside_acc_B5 {
position: absolute;
top: 15px;
margin: 0px 10px 13px 15px; 
width: 570px;
height: 180px;
font-size: 12px;
}

div#acc_B6 {
position: absolute;
top: 1000px;
width: 600px;
height: 180px;
}

div#inside_acc_B6 {
position: absolute;
top: 15px;
margin: 0px 10px 13px 15px; 
width: 570px;
height: 180px;
font-size: 12px;
}

div#acc_B7 {
position: absolute;
top: 1210px;
width: 600px;
height: 180px;
}

div#inside_acc_B7 {
position: absolute;
top: 15px;
margin: 0px 10px 13px 15px; 
width: 570px;
height: 180px;
font-size: 12px;
}

div#acc_B8 {
position: absolute;
top: 1420px;
width: 600px;
height: 180px;
}

div#inside_acc_B8 {
position: absolute;
top: 15px;
margin: 0px 10px 13px 15px; 
width: 570px;
height: 180px;
font-size: 12px;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 15px;
padding-bottom: 0;
background: #FFFFFF;
visibility: hidden;
border: 1px solid black;
z-index: 1110;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: 11px Verdana;
color: black;
padding: 8px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

div#acc_insertion {
position: absolute;
top: 510px;
width: 600px;
height: 165px;
text-align: center
}


