body{
	background-color: #FFF;
	color: #FFF;
	margin:auto;
		}

a:visited {
	border:none;
}
a:active {
	border:none;
}

*:focus {
	border:none;
}

#outwrapper {
	margin-top:5px;	
	height: 600px;
	width: 1000px;
	background-color:#000;
		}

/* Partie haute --------------------------------------------------------------- */


/* menu ------------ */
#mainMenu{
	font-family: "Courier New", Courier, monospace;
	font-size: 10.5pt;
	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;
	width:600px;
	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;*/
		}

/* langues ---------- */

.language{
	font-family: "Courier New", Courier, monospace;
	font-size: 10.5pt;
	color: #fff;
	background-color:#000;
	font-weight:bold;
	/*border-bottom:thin solid #555;*/
		}

.language a{
	cursor:pointer;
	/*margin-left:7px;
	margin-right:14px;*/
	padding-left:12px;
	padding-right:12px;
	padding-top:2px;
		}

.language a:hover{
	color:#EA8D04;/*orange*/
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
		}

/* description ------ */

#descrSsmenu {
	background-image:url(../images/fondGeneral.jpg); 
	background-position:820px 0;
}

#descr {
	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);
	
	/*background-position:0px;*/	
}

#content2 {
	/*background-image:url(../images/fondGeneral2.jpg);
	background-position:0px;*/
	background-color:#0C0;
}
		
#flashContent {
	width:1000px;
	height:540px;
	margin-bottom:0px;
	vertical-align:bottom;
		}

/* lien vers fichier html */
.lienHtml {
	color:#FFF;
	font-size:12px;
	background-color:#000;
	width:700px;
}
.lienHtml a{
	color:#FFF;
}
.lienHtml a:hover{
	color:#EA8D04;
	text-decoration:underline;
}
