body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D0D0D0;
	font-size: 80%;
	background-image: url(../images/fond_degrade.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1, h2, h3, p, div {
	margin: 0px;
}
h2 {
	color: #FFFFFF;
	margin-bottom: 15px;
}

h3 {
	color: #006BCD;
}
a {
	text-decoration: none;
	color: #006BCD;
}
#titre {
	height: 100px;
	background-color: #CCCCCC;
	vertical-align: bottom;
	text-align: right;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/tete.jpg);
}
#bandeau {
	height: 160px;
}

#page {
	background-color: #CCCCCC;
	background-attachment: scroll;
}

#liens {
	float: left;
	width: 100px;
	height: auto;
	font-weight: bold;
	text-align: right;
	background-color: #CCCCCC;
	padding-top: 75px;
}
#liens a {
	display: block;
	padding-bottom: 10px;
	color: #006BCD;
}
#liens a:hover {
	color: #FFFFFF;
}
#contenu {
	float: left;
	width: 460px;
	background-color: #CCCCCC;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	text-align: justify;
	padding-top: 40px;
}
#contenu a:hover {
	text-decoration: underline;
}
#bienvenue {

}
.imagedroite {
	float: right;
	margin: 10px;
}
.fondtableau {
	background-image: url(../images/essai.png);
	background-repeat: repeat-y;
}
.imagecentre {
	margin-left: 40px;
}
a img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
