html, body {
	height: 100%;
	width: 100%;
}
body {
	background-color: #666666;
	font-family: Tahoma, Verdana, sans-serif;
	margin: 0px;
}
h1 {
	font-size: 18px;
	margin: 0px;
	color: #CC9900;
}
.couleur1 {
	color: #CC9900;
}


.box {
	height: 100%;
	width: 100%;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
#container {
	position: relative;
	width: 955px;
	margin: 0px;
	height: 600px;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:955px;
	height:67px;
	z-index:1;
	background-color: #0099CC;
	text-align: right;
}
#header img {
	margin-top: 16px;
	margin-right: 24px;
}
#menu {
	position:absolute;
	left:0px;
	top:520px;
	width:955px;
	height:31px;
	z-index:4;
	font-size: 2px;
}
#fond {
	position:absolute;
	left:5px;
	top:74px;
	width:944px;
	height:471px;
	z-index:2;
	background-color: #FFFFFF;
	background-image: url(../../images/fond-contenu-base.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#contenu, #contenu2, #contenu3 {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
}
#contenu p, #contenu2 p,#contenu3 p {
	margin-top: 0px;
	margin-bottom: 18px;
}

#menu-contenu {
	position:absolute;
	left:15px;
	top:494px;
	width:927px;
	z-index:3;
	color: #666666;
	font-size: 10px;
}
#menu-contenu a {
	color: #666666;
	text-decoration: none;
}
#menu-contenu a:hover {
	color: #666666;
	text-decoration: underline;
}


#footer {
	position:absolute;
	left:0px;
	top:550px;
	width:954px;
	z-index:6;
	text-align: center;
	font-size: 10px;
	line-height: 38px;
	background-color: #0099CC;
	color: #003366;
}
#footer a:link,#footer a:visited {
	color: #003366;
	text-decoration: none;
}
#footer a:hover {
	color: #003366;
	text-decoration: underline;
}
.petit {
	font-size: 10px;
}
