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

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

.menubar {
	position:relative;
	top:0px;
	width:1000px;
	height:80px;
	margin-right:auto;
	margin-left:auto;
	background-color: #FFFFFF;	
	}
	
.main {
	position:relative;
	width:1000px;
	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:430px;
	}

.corps {
	position:relative;
	min-height:850px
	}

* 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:430px;
	top:0px;
	right:0px;
	border-left-color: #FFCC00;
	border-left-style: solid;
	border-left-width: 2px;
	}

.coldroitecontent {
	height:100%;
	width:300px;
	}

.advertright_120_600 {
	float:right;
	height:600px;
	width:120px;
	margin:0px
	}

.colbas {
	position: relative;
	width:880px;
	margin-left:120px;
	margin-top:0px;
	border-top-style: solid;
	border-top-color: #FFCC00;
	border-top-width: 2px;
	}

.souscolbas {
	float:left;
	width:428px;
	border-right-style: solid;
	border-right-color: #7C0B0B;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-color: #7C0B0B;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #7C0B0B;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7C0B0B;
	border-bottom-width: 1px;
	margin: 8px 8px 8px 8px;
	padding: 1px 1px 1px 1px;
	}


.pied {
	width:874px;
	height:50px;
	float: right;
	}
