/* menu */

div#menu {
margin:0px;
float:left;

height:auto;
line-height:normal;
}

div#menu ul {
margin:0px;
padding:0px;
list-style:none;
}

div#menu li {
float:left;
margin:0px;
padding:0px;
}

div#menu a {
display:block;
}

img {
border:0px;
}






/* IMAGES */
		
		#page {
			padding:0px;
/*probleme*/
			width:950px;
/*probleme*/
			margin:auto;
		}
		
	/* Paramètres de la banière */
		#haut {
			background-image:url('../images/banniere.jpg');
			height:132px;
			padding:0px;
			margin:0px;
		}
		
	/* Paramètres du menu */
		#menu {
			margin:0px;
			background-image:url('../images/fond_menu.jpg');
			background-repeat:repeat-y;
			float:left;
			width:202px;
			line-height:normal;
		}
		
		#menu a {
		}
		


	/* Paramètres de différentes images */
		#imgfondmenu {
			background-image:url('../images/fond_menu.jpg');
			background-repeat:repeat-y;
		}
		#imgfondmenu2 {
			background-image:url('../images/fond_menu.jpg');
			background-repeat:repeat-y;
		}
		
		#imgfondcorps {
			background-image:url('../images/fond_entete.jpg');
			background-repeat:repeat-y;
		}
		#imgfondcorps2 {
			background-image:url('../images/fond_entete.jpg');
			background-repeat:repeat-y;
		}
		#basnav {
			background-image:url('../images/basnav.jpg');
			background-repeat:no-repeat;
		}

		#contenu {
		float:left;
			background-image:url('../images/fond_entete.jpg');
			background-repeat:repeat-y;
/*probleme	*/
			width:748px;
/*probleme*/
		}
		


		#contenu p {
			margin:5px;
			padding:5px;
		}


/* PARAMETRES DU TEXTE DU SITE (les Styles) */

	/* Paramètres du menu */
		.menu{
			color: #333333;
			font-family: "Verdana";
			font-weight: bold;
			font-size: 17px;
		}
		.menu a{
			text-decoration: underline;
			font-family: "Verdana";
			font-size: 17px;
			color:#000099;
		}
		.menu a:hover{
			text-decoration: underline;
			font-family: "Verdana";
			font-size: 17px;
			color:#CC3333;
		}
		
		.sousmenu{
			color: #333333;
			font-family: "Verdana";
			font-weight: bold;
			font-size: 14px;
		}

		.sousmenu a{
			text-decoration: underline;
			font-family: "Verdana";
			font-size: 14px;
			color:#000099;
		}

		.sousmenu a:hover{
			text-decoration: underline;
			font-family: "Verdana";
			color:#CC3333;
			font-size: 14px;
		}

		.espace{
			/*padding:80px;*/
			/*margin:80px;*/
/*			height:80px;*/
			/*min-height:80px;*/
/*			padding-top:80px;*/

			
		}


	/* Paramètres des textes habituels du site */



		body {
/*probleme*/
			padding:15px;
/*probleme*/
			margin:0px;

			color: #333333;
			font-family: "Verdana";
			font-size: 17px;

		}


		.titrepage{
			color: #CEA731;
			font-family: "Verdana";
			font-weight: bold;
			font-size: 35px;
			text-decoration: underline;
			text-align:center;
		}
		
		.titre{
			color: #333333;
			font-family: "Verdana";
			font-weight: bold;
			font-size: 27px;
			text-decoration: underline;
		}

		.soustitre{
			color: #333333;
			font-family: "Verdana";
			font-size: 18px;
			text-decoration: underline;
			font-weight: bold;
		}

		.minitexte{
			color: #333333;
			font-family: "Verdana";
			font-size: 10px;
			font-weight: bold;
		}
		
		.texteitalique{
			color: #333333;
			font-family: "Verdana";
			font-size: 17px;
			font-style: italic;
		}
		
		.textegras{
			color: #333333;
			font-family: "Verdana";
			font-size: 17px;
			font-weight: bold;
		}

	/* Paramètres d'affichage des différents sous-menus */

		#menu_fetedelompret{display:none;}


