/* hide from ie on mac \*/

	html {
		height: 100%;
/*		overflow: hidden; */
	}
	
body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #333333;
		font: 80% verdana, arial, sans-serif;
			color: #FFFFFF;
	}	
	
#flashcontent {
		height: 92%;
	}
	/* end hide */

#header {
		width: 100%;
		height: 20px;		
	}
	
#footer {
		position:absolute;
		top: 95%;
		width: 100%;
		height: 40px;
		text-align: right;		
	}

#headerN {
		width: 100%;
		height: 20px;
		background-color: #000000;		
	}

#fondN {
		
		background-color: #000000;		
	}	

#footerN {
		position:absolute;
		top: 95%;
		width: 100%;
		height: 40px;
		text-align: right;
		background-color: #000000;		
	}
	
#TitreAccueil {
		width: 100%;
		margin-top:5%;
		height: 15%;
}	

#content {
height: 80%;
}

#GaucheContent {
		width: 30%;	
	
}


#DroiteContent {	
 position:absolute;
 top:24%;
 left:31%;	
}

.Grandtitre {
		text-align: center;	
		vertical-align:middle;
		font-size: 28px;
		color: #FFFFFF;
}	


a:link {
	color: #FF9933;
}
a:visited {
	color: #FF9933;
}
a:hover {
	color: #FF9933;
}
a:active {
	color: #FF9933;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

.textecentre {
	font-size: 12px;
	color: #FF9933;
	text-align:center
}

#gmenu {
margin-left:15%;
width: 15%;


}

#menu {
margin-left:15%;
text-align:left;
width: 15%;
background: #333333;
color:#ffffff;
}

#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: #333333;
color:#ffffff;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #666666;
}
#menu li a, #menu dt a {
color: #ffffff;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #666;
}

#simpleviewer {
vertical-align:text-top;
height:800px;
width:900px;
}

.style1 {
	color: #000000;
}
.titre {
	font-size: 28px;
	color: #FFFFFF;
}
.style2 {
	font-size: 12px;
	color: #FFFFFF;
}


#liens {
}

#liens li {
padding: 0px 10px 10px 10px;
margin : 0px 0px 10px 10px;
border-top: 0px;
vertical-align: top;
height: 95px;
text-align: left;
font-size:12pt;
color: #FF9933;
}


#liens img {
	float: left;
	margin: 0px 10px 10px 10px;
}

#liens imgdroite {
  float: right;
	margin: 0px 0px 0px 0;
}

