#global{
	margin-top: 10px;
	width: 750px;
	height: auto;
	position:absolute;
	left: 50%;
	margin-left: -375px;
	background-color: #ffffff;
	z-index: 2;
}

#header{
width: 750px;
height: 120px;
float: left;
}
		#headerL{
		width: 250px;
		height: 120px;
		float: left;
		}
		#headerR{
		width: 500px;
		height: 120px;
		float: right;
		}

#middle{
width: 750px;
height: auto;
float: left;
}
		#middleL{
		width: 250px;
		height: auto;
		float: left;
		}
			#nav{
			width: 240px;
			height: 35px;
			float: left;
			text-align: right;
			}
			#menu{
			width: 240px;
			height: 240px;
			float: left;
			background-color: #CCCC33;
			}
			#service{
			width: 240px;
			height: auto;
			float: left;
			margin-top: 10px;
			}
			
		#middleR{	/* INDEX */
		width: 500px;
		height: auto;
		float: right;
		background-image: url(../img/bobine.jpg);
		background-repeat: no-repeat;
		}		
			#accroche{
			width: 500px;
			height: 275px;
			float: left;
			margin-bottom: 10px;
			}
			#contenu{
			width: 500px;
			height: auto;
			float: left;
			margin-bottom: 10px;
			}
		/* ----- */
			
		#middleRpages{	/* PAGES */
		width: 500px;
		height: auto;
		float: right;
		margin-top: 35px;
		}
		/* ----- */

#bottom{
width: 750px;
height: 60px;
float: left;
margin-top: 10px;
}
		#bottomL{
		width: 240px;
		height: 40px;
		float: left;
		background-color: #333333;
		color: #ffffff;
		}
		#bottomR{
		width: 500px;
		height: 40px;
		float: right;
		background-color: #CCCC33;
		color: #ffffff;
		text-align: right;
		}

#mentions {
	position:absolute;
	border:#cccc33 solid 2px;
	left:266px;
	top:658px;
	width:133px;
	height:77px;
	z-index:3;
	background-color:#ffffff;
	padding: 5px;
	visibility: hidden;
}
