/* CSS Document */
body {
	background-image: url(../images/site_fond.gif);
	margin:0 0 0 0;
	background-repeat:repeat-x;
}

#index{
width:500px;
margin-left:auto; margin-right:auto;
}

#conteneur-page{
width:900px;
margin-left:auto;
margin-right:auto;
}

#conteneur-top{
width:900px;
height:110px;
}

#conteneur-menu{
width:900px;
height:45px;
}

#conteneur-gauche{
width:642px;
float:left;
}

#conteneur-footer{
}

#conteneur-text{
}

#conteneur-paragraphe{
	padding-left:38px;
	padding-right:15px;
}

#conteneur-droite{
	width:255px;
	float:left;
	margin-left:3px;
	
}

#conteneur-pave-droite{


	margin-bottom:3px;
	padding-bottom:5px;
	padding-top:5px;
	background-image:url(../images/site_fond_droite.jpg);
	background-repeat:repeat-x;
	width:255px;
}

#conteneur-bouton {
	margin-top:5px;
	
}


/*
---------------------------------------[AGENDA]---------------------------------------
*/

#agenda {
	width:641px;
	float:left;
}

#agenda-gauche {
	width:12px;
	background-image: url(../images/agenda_gauche.gif);
	background-repeat:no-repeat;
	height:83px;
	float:left;
}

#agenda-centre {
	width:619px;
	background-image:url(../images/agenda_centre.gif);
	float:left;
}

#agenda-bas {
width:619px;
height:13px;
background-image:url(../images/agenda_bas.gif);
background-repeat:no-repeat;
margin:0 0 0 0;
}

/*
---------------------------------------[FLASH]---------------------------------------
*/
#flashcontent {
 height: 215px;
 background-image:url(../images/site_fond_droite.jpg);
}

