body{
	background-color: #FFF;
	color: #FFF;
	margin:auto;
		}

.outwrapper {
	margin-top:5px;	
	height: 600px;
	width: 1000px;
	border:thin;
	border-color:#36C;
	background-color:#333;
		}

/* Partie haute --------------------------------------------------------------- */


/* menu ------------ */
#mainMenu{
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	background-color:#000;		
	/*border-bottom:thin solid #555;*/	
	height:30px;
		}

#mainMenu .activeMenuItem{		
	color: #EA8D04; /*orange*/
	cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
		}

#mainMenu .inactiveMenuItem{		
	color: #fff;	
	cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
		}

#mainMenu a{
	color:#fff;
	text-decoration:none;
	margin-left:7px;
	margin-right:14px;
	padding-left:10px;
	padding-right:10px;	
	padding-top:2px;		
	font-weight:bold;
		}
	
#mainMenu a:hover{
	color:#EA8D04;/*orange*/
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
		}

/* description ------ */

#descrSsmenu {
	
}

#description {
	background-image:url(../images/fondGeneral.jpg); 
	background-position:220px 29%;
	font-family: "Courier New", Courier, monospace;
	font-size:8.7pt;
	margin-left:16px;
		}

.actif {
	color: #EA8D04;/* orange */
		}
.inactif {
	color: #ffffff;
		}

/* sous menu ----- */

#submenu{		
	font-family: "Courier New", Courier, monospace;
	font-size:8.7pt;
	width:990px;	
	padding-left:10px;
			}		
	
#submenu a{	
	text-decoration:none;	
	margin-left:5px;	
	margin-right:15px;	
	color: #fff;	 
		}
	
#submenu a:hover{
	color: #EA8D04;	/* Orange color */
		}

/* Contenu ---- */

#content {
	background-image:url(../images/fondGeneral.jpg);	
}

/* lien vers fichier flash */
.lienFlash {
	color:#FFF;
	font-size:12px;
	background-color:#000;
	width:500px;
}
.lienFlash a{
	color:#FFF;
}
.lienFlash a:hover{
	color:#EA8D04;
	text-decoration:underline;
}
		

