
body
{
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	background-image : url('images/image.gif');
	font-family: Arial, verdana, Helvetica;
}
.logo
{
	float: left;
}

div#bandeau {
	height: 95px;
	border: 2px dotted #FFFCFF;
	background: #CCCCFF;
}
div#contenu {
height : 400px;
background-image : url('images/taijitu.gif'); 
background-repeat : no-repeat;
background-color: #CCCCFF;
padding-top : 10px;
padding-bottom : 10px;
margin-top : 15px;
margin-bottom : 15px;
border: 2px dotted #FFFCFF;
}
#image
{
	width: 252px;
	height: 150px;
	position: absolute;
	top: 407px;
	left: 860px;
	
	background: url("images/ser.gif") no-repeat;
}
div#pied_page {
background: #CCCCFF;
border: 2px dotted #FFFCFF;
text-indent: 10px;
}
h1 {
font-family : Arial, Verdana;
font-size : 20px;
color : #800080;
}
h2 {
text-align : center;
font-family : Helvetica, "comic sans ms", arial;
font-size : 16px;
color : #990001;
}
h3
{
font-size: 14px;
}
h4
{
font-size: 10px;
}
p {
font-size : 12px;
color : #663399;
text-align : justify;
margin : 4px;
}