body, html {
	margin: 0;
	padding: 0;
}
html {
	font-family:Arial, Helvetica, sans-serif;
	background:url(../img/fond/fond-html.jpg) repeat;
}
div#global {
	position: relative;
	width: 1000px;
	margin:0 auto;padding:0;
	background: #FFFFFF;		
}
div#bandeau{
	position:relative;	
	height:138px;
	width:1000px;
	/*background:url(../img/fond/fond-bandeau.jpg) repeat-x;*/
	background:url(../img/fond/fond-bandeau2.jpg) no-repeat;
}
div#menu{
	float:right;
}
div#bandeau-gauche {
	position:relative;
	width:320px;
	height:138px;
	float:left;
}
div#logo{
	position:relative;	
	height:110px;
	width:320px;
	background:url(../img/fond/logo2.png) center no-repeat;
}
div#logo a{
	position:relative;	
	height:90px;
	width:320px;
	display:block;
	text-decoration:none;
}
div#langue{
	position:relative;	
	height:33px;
	width:320px;
}
div#langue a {
	width: 25px;
	height:17px;
	margin:5px;
}
div#langue .flag-on {
	border: 2px solid #d10141;
}
div#langue .flag {
	border: 2px solid #ffffff;
}
div#menu1, div#menu2, div#menu3, div#menu4 {
	float:left;
}
div#menu1{
	width:174px;
	height:133px;
	background:url(../img/fond/menu1.png) bottom center no-repeat;
}
div#menu1 a{	
	width:174px;
	height:133px;
	line-height:20px;
	display:block;
	text-decoration:none;
}
div#menu1 :hover{
	background:url(../img/fond/menu1-hover.png) bottom center no-repeat;
}
div#menu2{
	margin-left:-22px;
	width:174px;
	height:133px;
	background:url(../img/fond/menu2.png) bottom center no-repeat;
}
div#menu2 a{	
	width:174px;
	height:133px;
	display:block;
	text-decoration:none;
}
div#menu2 :hover{
	background:url(../img/fond/menu2-hover.png) bottom center no-repeat;
}
div#menu3{
	margin-left:-22px;
	width:174px;
	height:133px;
	background:url(../img/fond/menu3.png) bottom center no-repeat;
}
div#menu3 a{	
	width:174px;
	height:133px;
	display:block;
	text-decoration:none;
}
div#menu3 :hover{
	background:url(../img/fond/menu3-hover.png) bottom center no-repeat;
}
div#menu4{
	margin-left:-22px;
	width:174px;
	height:133px;
	background:url(../img/fond/menu4b.png) bottom center no-repeat;
}
div#menu4 a{	
	width:174px;
	height:133px;
	display:block;
	text-decoration:none;
}
div#menu4 :hover{
	background:url(../img/fond/menu4b-hover.png) bottom center no-repeat;
}
div#pied-page{
	width: 950px;
	height:25px;
	line-height: 25px;
	margin:0 auto;
	text-align:center;
	color: #FFFFFF;
	font-size: 0.8em;
}
div#pied-page a{
	color:#00c9ff;
	text-decoration:underline;
}
.img{
	border: 0px;
}
