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

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

.main {
	position:relative;
	width:995px;
	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:120px;
	margin-right:263px;
	padding-left:4px;
	padding-right:4px;
	}

.corps {
	position:relative;
	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:120px;
	top:0px;
	left:0px;
	}
	
.coldroite {
	position:absolute;
	height:100%;
	width:263px;
	top:0px;
	right:2px;
	margin-right:0px;
	border-left-color: #FFCC00;
	border-left-style: solid;
	border-left-width: 2px;

	}

.pied {
	width:874px;
	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;
	}
