/*
design
*/

			body
			{
				text-align:center;
				font-family: 'Trebuchet MS', Tahoma, Verdana, 'Times New Roman', Times, serif;
				font-size:0.8em;
				background:url('images/bg.png') repeat-x;
				background-color: #E8F0F4;
			}
			
			img
			{
			border: 0;
			}

			/* L'en-tête */

			#en_tete
			{

				width:850px;
				height:119px;
				background-image:url("images/baniere.png");
				background-repeat:no-repeat;
				padding: 5px;
				margin: 0px 5px 8px;
			}


			/* Le menu */
/* Speedbarre */

#speedbarre
{
	width:850px;
	list-style-type: none;
	padding: 0px;
	margin: 0px 5px 8px;
	height: 25px;
	background-color: rgb(244, 249, 253);
	border: 1px solid rgb(158,160,161);
}

#speedbarre li
{
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-family:'Trebuchet MS', Arial, 'Times new roman', Times, serif;
	font-size:0.9em;
}

.speeddroite
{
	float: right;
	background: url(images/speedbarre/delimiteur.png) no-repeat;
	padding-left: 20px;
	padding-right: 5px;
}
.speedgauche
{
	float: left;
	background: url(images/speedbarre/delimiteur_light.png) no-repeat right;
	padding-left: 5px;
	padding-right: 15px;
}

#speedbarre a
{
	color: #555555;
	font-style: normal;
	text-decoration: none;
	font-weight:bold;
	width: auto;
	display: block;
	height: 25px;
}

#speedbarre a:hover
{
	color: #111111;
}


			/* Quelques effets sur les menus */


			.element_menu h3
			{	
				color:#B3B3B3;
				font-family:Arial, "Arial Black", "Times New Roman", Times, serif;
				text-align:center;
			}

			.element_menu ul
			{
				list-style-image:url("puce.png");
				padding:0px;
				padding-left:20px;
				margin:0px;
				margin-bottom:5px;
			}

			.element_menu a
			{
				color:#B3B3B3;
			}

			.element_menu a:hover
			{
				background-color:#B3B3B3;
				color:black;
			}


			/* Le corps de la page */

			#corps
			{
				width:850px;
				background-color: #F4F9FD;
				border: 1px solid rgb(234,244,251);
				padding: 5px;
				margin: 0px 5px 8px;
				overflow:hidden;

				border: 1px solid #848686;
				text-align: left;
			}
			
			#corps a
			{
				color: #555555;
				font-style: normal;
				text-decoration: none;
				font-weight:bold;
				width: auto;
				padding: 0;
				margin: 0;
				height: 25px;
			}

			#corps a:hover
			{
				color: #111111;
			}
			
			#banniere
			{
				text-align:center;
				padding: 5px;
				margin: 0px 5px 8px;
			}
			
			#vignette
			{
				padding:10px;
			}
			
			#exempleannonce
			{
			padding: 10px; margin-left: 5px; margin-right: 25px; border: 1px dashed thin;
			}

h1 /* Tous les titres des pages du site (en haut) */
{
	text-align: center;
	margin-top:5px;
	margin-bottom:35px;
	font-family:Arial, 'Times New Roman', Times, serif;
	color: #2C485C;
}

h2 {text-align: left; clear: both; color: #5D90B5; text-indent: 20px;}


			/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

			#pied_de_page
			{
				width:850px;
				clear: both;
				background-color: #F4F9FD;
				border: 1px solid #848686;
				padding: 5px;
				margin: 0px 5px 8px;
				text-align:center;
			}