h3 {
font-size:             21px;
text-align:            center;
margin-top:            28px;
margin-bottom:         28px;
}

h4 {
font-size:             16px;
padding-left:          20px;
background-image:      url('../images/gr-puce-blanche.gif');
background-repeat:     no-repeat;
background-position:   0 1px;
margin-top:            14px;
margin-bottom:         14px;
}


#LienBordGauche,#LienBordDroit{
position:              absolute;
width:                 78px;
height:                100%;
top:                   0;
margin:                0;
padding:               0;
}

#LienBordGauche{
left:                  0;
}

#LienBordDroit{
left:                  100%;
margin-left:           -78px;
}


#FillerContent{
position:              absolute;
margin:                0;
padding:               0;
left:                  50%;
width:                 50%;
height:                100%;

}

#FullContent{
position:              absolute;
width:100%;
margin:                0;
padding:               0;
top:                   0;
left:                  0;
}

#FullContent a{
font-size:             16px;
text-decoration: none;
}


/*le lien a été visité*/
#FullContent a:visited{
color : #b1c702;
}

/*la souris passe dessus*/
#FullContent a:hover{
font-weight: bold;
}

/*le lien n'a pas été visité*/
#FullContent a:link{
color : #b1c702;
}

/*le lien est en train d'etre cliqué*/
#FullContent a:active{
color : #b1c702;
}


#CenterContentBloc,#TopContentBloc,#BottomContentBloc{
width:                 890px;
position:              absolute;
}

#TopContentBloc,#BottomContentBloc{
background-repeat:     no-repeat;
height:                119px;
left:                  0;
}

#CenterContentBloc{
background-image:      url('../images/grosbloc-centre.gif');
background-repeat:     repeat-y;
top:                   150px;
bottom:                140px;
left:                  -445px;
}

#TopContentBloc{
background-image:      url('../images/grosbloc-haut.gif');
top:                   -92px;

}

#BottomContentBloc{
background-image:      url('../images/grosbloc-bas.gif');
top:                   100%;
margin-top:            -28px;
}

#ContentTitle{
position:              absolute;
left:                  85px;
top:                   -55px;
margin:                0;
padding:               0;
}

h2,#Content{
font-family:           calibri;
color:                 white;
}

h2{
font-size:             30px;
margin:                0;
padding:               0;
}

#Content{
position:              relative;
width:                 785px;
height:                100%;
left:                  65px;
overflow:              auto;
font-size:             14px;
}

.simpleSpacing
{
 margin-bottom:14px;
}

.doubleSpacing
{
 margin-bottom:28px;
}
.bold
{
font-weight: bold;
}

.underline
{
text-decoration: underline;
}

#scrollbar{
position:              absolute;
left:                  820px;
width:                 17px;
height:                100%;
top:                   0;
z-index:               999;
visibility:            hidden;
}

#Displaytrack{
position:              absolute;
margin-left:           -1px;
left:                  50%;
width:                 2px;
height:                100%;
top:                   0;
background-color:      white;
}

#track{
position:              absolute;
height:                100%;
width:                 17px;
}

#dragBar,#dragBarUp,#dragBarDown
{
position:              absolute;
width:                 17px;
cursor:                pointer;
}
#dragBar{
left:                  0;
height:                20px;
top:                   0;
background-color:      white;
}

#dragBarUp,#dragBarDown{
height:                8px;
background-repeat:     no-repeat;
}
#dragBarUp{
top:                   -8px;
background-image:      url('../images/slider-top.gif');
}

#dragBarDown{
background-image:      url('../images/slider-bottom.gif');
top:                   100%;
}

#FillerBtnRetLeft{
position:absolute;
width:78px;
top:0;
height:50%;
}

#BtnRetLeft,#BtnRetRight{
position:absolute;
/*background-repeat:     no-repeat;*/
width:49px;
height:41px;
border: 0;
}

#BtnRetLeft{
top:100%;
left:100%;
margin-left:-30px;
margin-top:-20px;
/*background-image:      url('../images/RETOUR-gauche.gif');*/

}

#FillerBtnRetRight{
position:absolute;
left:100%;
height:50%;
top:0;
margin-left:-78px;
width:78px;
}
#BtnRetRight{
top:100%;
left:-19px;
margin-top:-20px;
/*background-image:      url('../images/RETOUR-droite.gif');*/
}


