/* CSS Document */
/* body suffit pour Firefox, html est necessaire pour IE */
html, body {font-family:Arial, Helvetica, sans-serif;  
			font-size:20px;
			}
#contenu {width:960px;
			margin-left:auto;
			margin-right:auto;
}
#entete {/*height:70px;
		 	background-color:#FF6666;*/
		 	position:relative;
			height:110px;
			background-color:#ccc;
			/*background-image:url(/images/gruejapon-ac2007.jpg);*/
			background-repeat:no-repeat;
			background-position:1px 25%;
			margin-bottom:10px
}
#titrePage {position:absolute;
			width:100%;
			text-align:center;
			line-height:30px;
			vertical-align:middle;
			font-weight:bold;
			font-size:30px;
			color:#AA4411;
			/*text-transform:uppercase;*/
}

#navigation {width:200px;
			float:left; 		                 /* Permet de mettre les champs cote à cote */
			background-color:#EDCBA6;
}
#affichage {width:760px;
			/*margin-left:230px;                    /* Permet de mettre les champs cote à cote */
			float: right;                   /* Permet de mettre les champs cote à cote */			
/*			background-color:#9ABCDE; */
			background-image:url(../images/plume_dange.JPG);
			background-repeat:repeat-y; 
/*			background-image:url(../images/calme.png) */
}
#piedepage {clear:both;								/* Annule les floats */
			height:130px;
			font-size:16px;
			background-color:#FF789A;
}
ul#PaveNav{
	/*		background-color:#339900; Pour debuging ... */
			margin:0;
			padding:0;
			list-style:none;
			}
ul#PaveNav li{
			margin-bottom:5px;
			padding-left:5px;
			padding-right:5px;
	}
ul#PaveNav a:link, ul#PaveNav a:visited{
			display:block;  /* Pour avoir un pavé réactif comme liens*/
			width:100%;		/* norme, ok pour firefox */
			width:165px;	/* Pour IE, hors norme */
			padding-left:25px;
			vertical-align:middle;
			line-height:25px;
	/*		background-color:#FFCC99;	Debuging */
			font-family:"trebuchet MS";
			font-size:18px;
			font-weight:bold;
			color:#000000;
			text-decoration:none;
	}
ul#PaveNav a:visited{
			text-decoration:underline;
			
	}
ul#PaveNav a:hover{
	background-image:url(/images/bt_go_of.gif);
	background-repeat:no-repeat;
			vertical-align:middle;
			line-height:25px;
	/*	background-color:#FFDDAA;	*/
			font-family:"trebuchet MS";
			font-size:19px;
			font-weight:bold;
			text-decoration:none;
	}
