/* CSS Document */
body { 
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 1px;
	color: #003333;
	font-size: 13px;
	font-family: arial;
	background-color: #ACB790;
	background-image: url("images/design/2/fond_d_bas.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
    overflow:auto;}
	
p  { margin:0px;
    padding: 0px;}
	
	body,tr,td {
  scrollbar-arrow-color: #00411F;
  scrollbar-track-color: #ACB790;
  scrollbar-face-color: #ACB790;
  scrollbar-highlight-color: none;
  scrollbar-3dlight-color: #00411F;
  scrollbar-darkshadow-color: none;
  scrollbar-shadow-color: #00411F;}


/* Mise en page */
h1 {
    font-weight: lighter;
	font-size: 16px;
	font-family: century, verdana;
	text-align: left;
	margin-left: 20px;
}

h2 {
	font-size: 12px;
	font-family: century, verdana;
	text-decoration: overline;
	text-align: center;
}

  A:link { color: #0F835B;
           text-decoration : none;
		   }
  A:visited {color: #0F835B;
            text-decoration : none;
			}
  A:hover{ color: #C77204;
           text-decoration : none;
           padding: 0 0 0 12px;
           background-image: url("images/design/liens.gif");
		   background-repeat: no-repeat;
		   cursor: crosshair;
		   }
		   
.credits {
   border: 1px dotted white;
   text-align : center;
   }