<style type="text/css">

/* CSS issu des tutoriels css.alsacreations.com */
body {
margin: 0;
padding: 0;
font-family:Verdana, Arial, Helvetica, Osaka, sans-serif;
font-size: small;
background-color: #fff; /*couleur de fond blanche*/
}
.conteneur { /*le conteneur global du site, qui sera centre */
width: 710px;
position: absolute;
left: 50%;
margin-left: -355px;
}

.header {
height: 50px;
background-color: #ffff33;
}
.frame {
	margin-left: 0px;
	width: auto;
	background-color:#ffffff;
	font-size: small;
	overflow: auto;
}
.footer {
height: 150px;
background-color: #ffff33;
}
p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 15px;
}
h1 {
margin: 0 0 5px 0;
	font-size: medium;
	color: #000066;
	padding-top: 20px;
	padding-left: 50px;
	background-image: url(images/minilogo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
h2 {
	margin: 0 0 5px;
	font-size: medium;
	color: #000066;
	padding-top: 15px;
	padding-left: 50px;
	background-image: url(images/h3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
h3 {
margin: 0 0 5px 0;
	font-size: small;
	color: #000066;
	padding-top: 10px;
	padding-left: 5px;
}
img.right{float:right}
.small {
	font-size: smaller;
}
.cel1 {
	font-size: small;
	background-color: #cccccc;
	color: #000066;
}

</style>
