body {font-family: arial;		color: white;		background: url(../images/background.jpg) repeat top left;				/* background: #320001; */}			p {	padding: 0; 	margin: 0;	font-size: 12px;/* text-align: center; */}#logo {       position: absolute;  		 top: 0;			 /*	 border-style: solid;		 border-width: 2px; 		 border-left-width: 2px; 		 border-right-width: 2px; 		 border-color: #891B1E;  */		 padding: 1px;		 margin-left: 5px;		 margin-top: 1px;       font-family: "Monotype Corsiva", arial, helvetica, serif;			 /* font-size: 18px; */		 			   		 width: 118px; /* la longeur de l'endroit pour le logo. */			 height: 112px; /*   la largeur de l'endroit pour le logo. */}				 #top-banner {       position: absolute;  			 /* top: 70; */	  		 padding: 0; 	/*	 border-style: solid;		 border-width: 2px; 		 border-color: #891B1E;	  */		  		 margin-left: 130px;		 margin-top: 47px;		 width: 660px;	/* la longeur du top banner */			 height: 62px;  /* la largeur du menu principal */}#menu {         position: absolute; 		 top: 0; 		 /* background: #891B1E; */	/*	 border-style: solid;		 border-width: 4px; 		 border-left-width: 4px; 		 border-right-width: 4px; 		 border-color: #891B1E;   */			 		 margin-left: 130px;		 margin-top: 22px;		 }				 #nav {        font-size: 12px;       color: #C0A83A; /*		 background: #891B1E;			 *//*		 border-style: solid;		 border-width: 1px; 		 border-left-width: 1px; 		 border-right-width: 1px; 		 border-color: #C0C0C0;  */			 margin: 1px;   /* marge du menu principal */		 padding: 1px;  /* 0em ou 10px influance la largeur du menu principal */		 height: 30px;  /* la largeur du menu principal */		 width: 650px;	/* la longeur du menu principal */		}ul { /* all lists */	padding: 0; /* pour le texte de sous menu */	margin: 0;  /* pour le texte de sous menu */	list-style: none;   font-size: 12px;}#nav li{   color: #C0A83A;   background-color: #891B1E; /* background du menu */    background-repet: true;   text-decoration: none;	float: left;	position: relative;	width: 6em;   /* la distance allouée a chanque item du menu principal */}li ul { /* second-level lists */	display: none;	position: absolute;  	top: 16px;  /* 2.5 espace entre le menu principal et le menu deroulant */	left: 0;    /* pour enligner le menu deroulant */	width: 6em; /* la distance allouée a chanque item d'une liste   */}li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */	top: auto;	left: auto;}li:hover ul, li.over ul { /* lists nested under hovered list items  - background: #369;  */	display: block;}#logo a:hover{background-color: #891B1E; /* #320001 pour cacher ligne blance obtenue avec hover sur ie */ text-decoration: none;color: white; }a:link {        color: white;} a:visited { color: white; } /* pour etre plus visible devrait etre purple *//* a:active { color: red; }    C0A83A  */ a:hover {          text-decoration: none; 				 color: black;  /* #320001 */				 background-color: white; /* #891B1E*/ }#content {	clear: left;}