/* CSS Document */
body {background-image:url(../fond.gif);
		scrollbar-face-color:red;
  scrollbar-arrow-color:yellow;
  scrollbar-track-color:white;
  font-family:Arial;
  color:#000099;
}

/* liens */

a {color:#990000;
	text-decoration: none;}
a:hover{color:#F46151;
	text-decoration: none;}
	
/* positionnement */
#fond {position:absolute;
      left:0px;
      top:0px;
      width:600px;
      height:auto;
      margin-left:0px; 
      margin-top:0px; }
	  
#general {position:absolute;
top:110px;
left:0px;
visibility: visible;
width:600px;
height:auto;
background-color:white;
border:2px solid red;
border-top-width:0px;
border-bottom-width:0px;
color:#000099;
font-face:Verdana;
min-height:480px;
z-index:2;
}
#centre {
			margin-top:0px;
			margin-left:20px;
			width:560px;
			height:auto;
			min-height:480px;
			z-index:1;
			}

/* menu */
	
#banniere {background-image:url(banpop.jpg);
			background-repeat:no-repeat;
			margin-top:57px;
			width:600px;
			height:53px;
			z-index:2;
			}
#logo {position:absolute;
			top:0px;
			left:0px;
			width:265px;
			height:70px;
			}
#cf {position:absolute;
			top:-2px;
			left:50px;
			width:300px;
			height:60px;
			z-index:2;
			}
#fermer {position:absolute;
			top:20px;
			left:500px;
			width:80px;
			height:16px;
			font-size:11px;
			text-align:center;
			z-index:3;
			}
	
/* Partie inférieure */

#bas_page {
			margin-top:0px;
			margin-left:0px;
			width:600px;
			height:20px;
			background-color:red;
			color:yellow;
			border:0px solid #990000;
			border-top-width:1px;
			text-align : center;
			z-index:4;
			}
