/* CSS Document */

.body { 
	background-color: #B3CAEB
	}

   A:link    { color:  white; text-decoration:none ; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px}    /* lien non-visité */
   A:visited { color: white ; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px}   /* lien visité */
   A:hover   { color: yellow } /* lien survolé */
   
.menugauche {
	font-weight: bold;
	border: 2px #FFFFFF;
	text-decoration: underline;
	font-family: "Book Antiqua";
		 
}


.degrade {
	vertical-align: top;
	background-color:#000066;
	height:430px
	
	
}

.test {
width:605px;
height:420px;
overflow:scroll;
overflow-x:hidden;
padding:5px;
}


.texte {
	font-family: "Book Antiqua";
	font-size: 16px;
	color: #3333FF;
	text-align: justify;
	background-color: #FFFFFF;
	line-height: 20px;
	}
}
.coordonnee {
	font-weight: bold;
	border: 0px;
	background-color: #FFFFFF;
	font-size: 14px;
	font-style: normal;
	font-family: "Book Antiqua";
	
}

.menubas {
	font-weight: lighter;
	border: 2px none #FFFFFF;
	font-size: 50%;
	font-family: "Book Antiqua";
	background-color:#000066;
	line-height: 18px;
	color: #000066;	
		
}
.rouge {
	font-family: "Book Antiqua";
	font-size: 18px;
	color: #FF0000;
	font-weight: bolder;
}

.titrepage {
	font-style: italic;
	font-weight: bolder;
	background-color: #999999;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	}
