/* CSS Document */

body {
	background-color: #278BCC;
}

.scroll {
scrollbar-face-color:#278BCC;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color:#ffffff;
scrollbar-3dlight-color:#ffffff;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#000000;
scrollbar-darkshadow-color:#000000;
}

.arrondihautgauche{
background-color:#FFFFFF;
background-image:url(../images/arrondi_haut_gauche.gif);
background-repeat:no-repeat;
height:30px;
width:30px;
}
.gauche{
background-color:#FFFFFF;
background-image:url(../images/gauche.gif);
background-repeat:repeat-y;
width:30px;
}
.coinbasgauche {
background-color:#FFFFFF;
background-image:url(../images/coin_bas_gauche.gif);
background-repeat:no-repeat;
height:30px;
width:30px;
}
.haut{
background-color:#FFFFFF;
background-image:url(../images/haut.gif);
background-repeat:repeat-x;
height:30px;
}
.coinhautdroit{
background-color:#FFFFFF;
background-image:url(../images/coin_haut_droit.gif);
background-repeat:no-repeat;
height:30px;
width:30px;
}
.droit{
background-color:#FFFFFF;
background-image:url(../images/droit.gif);
background-repeat:repeat-y;
width:30px;
}
.arrondibasdroit{
background-color:#FFFFFF;
background-image:url(../images/arrondi_bas_droite.gif);
background-repeat:no-repeat;
height:30px;
width:30px;
}
.bas{
background-color:#FFFFFF;
background-image:url(../images/bas.gif);
background-repeat:repeat-x;
height:30px;
}
.milieu{
background-color:#FFFFFF;
background-image:url(../images/abbaye.jpg);
background-repeat:no-repeat;
background-position:center;
}
.coinhautgauche{
background-color:#FFFFFF;
background-image:url(../images/coin_haut_gauche.gif);
background-repeat:no-repeat;
height:30px;
width:30px;
}
.arrondihautdroit{
background-color:#FFFFFF;
background-image:url(../images/arrondi_haut_droit.gif);
background-repeat:no-repeat;
height:30px;
width:30px;
}
.coinbasdroit{
background-color:#FFFFFF;
background-image:url(../images/coin_bas_droit.gif);
background-repeat:no-repeat;
height:30px;
width:30px;
}
.arrondibasgauche{
background-color:#FFFFFF;
background-image:url(../images/arrondi_bas_gauche.gif);
background-repeat:no-repeat;
height:30px;
width:30px;
}
.milieublanc{
background-color:#FFFFFF;
}
.milieugrand{
background-color:#FFFFFF;
background-image:url(../images/logofond.jpg);
background-repeat:no-repeat;
background-position:center;
width:570px;
}
.milieugrandblanc{
background-color:#FFFFFF;
width:570px;
}
.imagebordure{
border-right:10px solid #ffffff;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #278BCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
}