html {
	font-size: 100%;
}
body {
	color: #FFF;
	background: #000 url(../images/bg.png) repeat; 
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em; 
	line-height: 1.25;
}
#global {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background: #000 url(../images/bg-global.png) repeat-y; 
}
#contenu {
	width: 1000px;
	height:1090px;
	margin: 0 auto;
	position:relative;
}
#contenu a {
	color: #FFF;
	text-decoration:underline;
}
#contenu a:hover, #contenu a:focus {
	color: #FFF;
	text-decoration:none;
}
#entete {
	background: #000 url(../images/bg-entete.png) repeat-x;
	height:150px;
	width: 1002px;
	position:absolute;
	top:0px;
	left:1px;
}
#menu {
	background: #000 url(../images/bg-menu.png) repeat-x;
	height:72px;
	width:957px;
	font-size:0.85em; 
	padding-left:45px;
	position:absolute;
	top:150px;
	left:1px;
}
#menu1 {
	height:26px;
	width:957px;
	position:relative;
}
#menu2 {
	height:22px;
	padding-top:8px;
	position:relative;
}
#menu2 a {
	text-decoration:none;
}
#menu2 a:hover, #menu2 a:focus {
	text-decoration:underline;
}
#menu3 {
	height:18px;
	position:relative;
}
#menu3 a {
	text-decoration:none;
}
#menu3 a:hover, #menu3 a:focus {
	text-decoration:underline;
}
#centre-elements {
	margin:0;
	padding:0;
	height:476px;
	width:1002px;
	background:#444 url(../images/bg-centre-elements.png);
	position:absolute;
	border-top:1px solid white;
	top:221px;
	left:1px;
}
#centre-elements-accueil {
	margin:0;
	padding:0;
	height:360px;
	width:1002px;
	background:#444 url(../images/bg-centre-elements-accueil.jpg);
	position:absolute;
	border-top:1px solid white;
	top:221px;
	left:1px;
}
#carroussel {
	height:268px;
	width: 1002px;
	background: #000 url(../images/bg-carroussel.png) repeat-x;
	position:absolute;
	top:699px;
	left:1px;
}
#pied {
	margin: 0;
	padding: 0;
	height:90px;
	width: 967px;
	padding:33px 0px 0px 47px;
	line-height:12px;
	position:absolute;
	font-size: 0.85em; 
	top:953px;
	left:0px;
}
a img {
	border: none;
}

h1 {
	font-size: 1.2em;
	font-weight:bold;
	margin:10px 0px 0px 0px;
}
h2 {
	font-size: 1.2em;
	font-weight:bold;
	margin:0;
}
h3 {
	font-size: 1.2em;
	font-weight:normal;
	margin:0;
}
#lien {
	display:none;
}

