body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #333333;
letter-spacing: 1px;
margin: 10px 0px 0px 0px;
background-color: #cccccc;
}

#global{
	width: 600px;
	height: 600px;
	position:absolute;
	left: 50%;
	margin-left: -300px;
	background-color:#ffffff;
}

#header{
width: 600px;
height: 120px;
float: left;
}
		#headerL{
		width: 240px;
		height: 120px;
		float: left;
		}
		#headerR{
		width: 360px;
		height: 120px;
		float: right;
		}
			#filetH{
			width: 360px;
			height: 10px;
			float: left;
			background-color:#ff0000;
			}
			#slogan{
			width: 360px;
			height: 110px;
			float: left;
			background-color:#ededed;
			}

#middle{
width: 600px;
height: auto;
float: left;
background-color: #ededed;
}	
		#middleL{
		width: 240px;
		height: 690px;
		float: left;
		background-color: #ededed;
		}
			#menu{
			width: 240px;
			height: 140px;
			float: left;
			}
				ul#onglet { 
				width:240px;
				height: 140px;
				margin: 0px; 
				padding:0px;
				list-style-type:none;
				}
				
				li#onglet a { 
				display:block; 
				width: 210px; 
				height: 34px;
				margin: 0px 0px 1px 0px;
				padding: 0px 20px 0px 0px;
				text-align: right;
				font-size: 13px;
				line-height: 34px;
				text-decoration: none; 
				color: #666666;
				cursor: pointer;
				}
					li#onglet a:hover {
					background: #666666; 
					color: #ffffff;
					}
					
				li#ongletoff {
				display:block; 
				width: 210px; 
				height: 34px;
				margin: 0px 0px 1px 0px;
				padding: 0px 20px 0px 0px;
				text-align: right;
				font-size: 13px;
				line-height: 34px;
				text-decoration: none;
				background: #666666; 
				color: #ffffff;
				}

			#commercial{
			width: 240px;
			height: 238px;
			float: left;
			}
			
			#adresse{
			width: 240px;
			height: 320px;
			float: left;
			background-color: #666666;
			color: #ffffff;
			}
			
		#middleR{
		width: 360px;
		height: 650px;
		float: right;
		background-color: #ffffff;
		}	
			#bandeau{
			width: 360px;
			height: 140px;
			float: left;
			}	
			#content{
			width: 360px;
			height: 650px;
			float: left;
			}
					
#bottom{
width: 600px;
height: 60px;
float: left;
}
	#bottomL{
	width: 240px;
	height: 50px;
	float: left;
	background-color:#666666;
	color: #ffffff;
	}
	#bottomR{
	width: 360px;
	height: 50px;
	float: left;
	background-color:#ff0000;
	color: #ffffff;
	}
		#mentions{
		height: 100%;
		float: left;
		}
		#copy{
		height: 100%;
		float: right;
		}

