/* fond et scroll */

* {margin:0;padding:0;}

   BODY
   {
    scrollbar-face-color: #FFFFFF;
    scrollbar-shadow-color: #3C515E;
    scrollbar-highlight-color: #3C515E;
    scrollbar-3dlight-color: #3C515E;
    scrollbar-darkshadow-color: #3C515E;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #3C515E;
	
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color:#7198ba
   }


/* liens */

a {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #1212EC; text-decoration: none}
a:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #1212EC; text-decoration: underline}

a.menu {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #9E6803; text-decoration: none}
a.menu:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #9E6803; text-decoration: underline}

a.footer {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #AAAAAA; text-decoration: none; font-weight: bold}
a.footer:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #575498; font-weight: bold; text-decoration: none}


/* texte et titres */

.texte { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; color: #333333;}
.textegras {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 14px; font-style: normal; color: #333333; font-weight: bold;}
.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #990066;
	font-weight: bold;
}
.footer { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #FFFFFF;}

/* habillage */

.fondcell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #014DAD;
	font-weight: bold;
	color: #FFFFFF;
}

.cadre {
	border: thin solid #A6A6A6;
}
.bas {
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center bottom;
}
.droite {
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: right top;
}
.gauche {
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: left top;
}
