/* CSS Document */

#blocCentre
{
margin-left:auto;
margin-right:auto;
text-align: left; 
width:1000px; /*Modification de la largeur du site*/
height:600px; /*Modification de la hauteur du site*/
position:relative;
background-color: #9999FF; /* couleur du fond */
border-style:solid;
border-width:1px;
top:1px;
}

#blocHaut
{
	width:999px;
	height:200px;
	position:absolute;
	border-style:solid;
	border-width:0px;
	left: 0px;
	top: 1px;
}

#blocHaut img
{
	float:left;
}

#blocContenu
{
top:150px;
width:100%; 
height:450px; 
position:absolute;
background-color: white;
border-style:solid;
border-width:1px;
}

#contenuOverflow
{
width:100%;
height:435px;
overflow: scroll;
}

#logo
{
position:absolute;
top:0px;
left:0px;
}

#blocBas
{
top:576px;
left:129px;
width:700px; 
height:22px; 
position:absolute;
background-color: #666699;
border-style:solid;
border-width:1px;
}

#contenuOverflow2
{
width:100%;
height:495px;
overflow: scroll;
}
