/* CSS Document */


html
{
scrollbar-face-color: #3D6660;
scrollbar-shadow-color: #fcfced;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #808080;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #AFB985;
scrollbar-arrow-color: #D3D292;
}


table
{
	border-collapse:collapse;
}

body
{
background-image:url(../Photos/fond_general.jpg);
background-repeat:repeat-x;
}

.ligneverticalegauche
{
background-image:url(../Photos/ligne_verticale.jpg);
background-repeat:repeat-y;
background-position:right;
}

.ligneverticaledroite
{
background-image:url(../Photos/ligne_verticale.jpg);
background-repeat:repeat-y;
background-position:left;
}

.lignehorizontale
{
background-image:url(../Photos/ligne_horizontale.jpg);
background-repeat:repeat-x;
background-position:bottom;
}

.fondcedre
{
background-image:url(../Photos/fond_cedre2.jpg);
background-repeat:no-repeat;
background-position:center;
}

.fondcedre2
{
background-image:url(../Photos/cedre_fond.jpg);
background-repeat:no-repeat;
background-position:center;
}

.barrefond
{
background-image:url(../Photos/barre_fond.jpg);
background-repeat:repeat-x;
}

.imagegauche
{
float:left;
}


.imagedroit
{
float:right;
}


.formulaire
{
background-color:#E0E8C3;
border-bottom-color:#91977B;
border-bottom-width:thin;
border-right-color:#91977B;
border-right-width:thin;
border-left-width:thin;
border-top-width:thin;
}

