@charset "UTF-8";
	
html, body  {
	padding: O;
	margin: 0;
	width: 100%;
	height : 100%;
	background-color: black;
}
	
#indexgen  {
	height: 100%;
	background:#121011;
}

#indexgen #lang	{
background-image:url (../images/coussin.png);
}
	
#wrapper { 
	position : relative;
	width: 75em;
	min-height: 100%;
	margin: 0 auto;
} 


#indexgen #accueil	{
	position: relative;
	}

	

.galleries #mainContent	{
	padding:1em 0.5em;
}



#fond{
	margin: 0 14em;

}

#mainContent {
	min-height : 100%;
	margin: 0 auto 2em auto;
	padding:1em 2em;
	overflow: auto;
}



#header { 
;
	padding: 0.1em;
} 

#header .logorond	{
	width: 2.5em;
	height: 2.5em;
	}

#footer { 
	position: absolute;
	bottom: 0; left: 0;
	clear: both;
	width: 70em;
	background-image: url(../images/bandeau1.png);
	} 


	
#nav1 {
	float: left; 
	width: 14em;
	padding: 1em 0 1em 0;
	margin: à 1em 0 1em;
	}

#nav1 {
	float: left; 
	width: 14em;
	padding: 1em 0 1em 0;
	margin: 0.5em 0.5em;
	}

#nav2 {
	float: right;
	width: 14em;
	padding: 1em 0 1em 0;
	margin: 0.5em 0.5em;
	}


.nav1_2, .nav1_3, .nav1_4, .nav1_5, .nav1_6 {
display: none;
}









/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}