/*
 mise en place de la page          validé
*/
#body1
{
	background: url(images_frames/rosacefond.jpg) bottom right no-repeat fixed;

	width:981px;
	
	margin: auto;
	margin-top:0px;
}

#body2
{
	width:981px;
	
	margin: auto;
	margin-top:0px;
}

/*design de l'entete du site*/
#header
{
	width: 981px;
	height: 120px;
}

/*design des menus*/
#menu
{
	background: url("images_frames/framemenus2.jpg") no-repeat top right;
	
	float:left;
	width: 180px;
	height: 506px;
}



#contenu /* formatage du contenu du site*/
{
	background-image: url("images_frames/fondsite.jpg");
	
	min-height:500px;
	margin-left:179px;
	padding-left:22px;
	
	border-right: 1px solid #B32D2D;
	border-bottom: 1px solid #B32D2D;
	border-left: 1px solid #B32D2D;
	
}
	
#footer /*pied de page*/
{
	background-image: url("images_frames/fondsite.jpg");
	
	clear:left;
	margin-top: 10px;
	margin-left:179px;
	margin-bottom: 10px;
	
	border: 1px solid #B32D2D;
}

#footer p
{
	text-align:center;
}
