.container {
	position:relative;
	width:100%;
	margin: 0px;
	}

.header {
	position:relative;
	top:0px;
	width:95%;
	/*height:160px;*/
	margin-right:auto;
	margin-left:auto;
	}
	
/*.menubar {
	position:relative;
	top:0px;
	width:100%;
	height:80px;
	margin-right:auto;
	margin-left:auto;
	background-color: #FFFFFF;	
	}*/

.main {
	position:relative;
	width:95%;
	margin-right:auto;
	margin-left:auto;
	}
	
* html body .main {
	height:100%;
	overflow:hidden
	}

/* IE-mac ne voit pas les lignes qui suivent \*/
* html body .main {
	height:0px;
	overflow:visible
	} 
/* fin du text caché pour IE/mac */

.central {
	position:relative;
	top:0px;
	width:auto;
	margin:0px;
	margin-left:460px;
	margin-right:0px;
	padding-left:4px;
	padding-right:4px;
	}

.corps {
	position:relative;
	width:100%;
	min-height:600px
	}

* html body .corps {
	height:600px
	} 

.div-min-height {
	position:relative;
	height:600px;
	width:0px;
	float:left
	}
	
.div-min-height-bottom {
	position:relative;
	height:0px;
	clear:left
	}
	
.menus {
	position:absolute;
	height:100%;
	width:450px;
	top:0px;
	left:0px;
	}
	
.pied {
	width:100%;
	height:50px;
	float: right;
	}

.picture {
	/*border-top-style: solid;
	border-top-width: 1px;
	border-top-color: 7C0B0B;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: 7C0B0B;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: 7C0B0B;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: 7C0B0B;*/
	margin: 5px 5px 5px 5px;
	padding: 1px 1px 1px 1px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}
