
	body {
		background-color: #9c3520;
	}
	
	body , select , input {	
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
	input {
	
	}
	
	select {
	
	}
	
	a {
	
	}
	
	a:hover {
	
	}
	
	div , img , form , body {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	/************************************************************/
	
	#divSite {
		margin-left: auto;
		margin-right: auto;
		width: 1000px;
		text-align: left;
		
		background-image:url( './images/background.jpg' );
		background-repeat: repeat-y;
	}
	
	/*************************************************************/
	
	#divHeader {
		width: 100%;
		height: 117px;
		
		background-image: url( './images/header.jpg' );
		background-repeat: no-repeat;
	}

	/*************************************************************/

	#divMenus {
		background-color: #555555;
		
		width: 100%;
		height: 241px;
		
		color: #FFFFFF;
	}
	
	#menusGauche {
		width: 228px;
		height: 241px;
		
		background-image: url( './images/menuGauche.jpg' );
		background-repeat: no-repeat;
		
		float: left;
	}
	
	#menusGauche span {
		line-height: 31px;
	}
	
	#menusGauche span a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #FFFFFF;
		/*font-weight: bold;*/
		text-decoration: none;
		
		padding-left: 15px;
	}
	
	#menusGauche span a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #FFFFFF;
		/*font-weight: bold;*/
		text-decoration: underline;
		
		padding-left: 15px;
	}
	
	#menusGauche .aNoClass {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #FFFFFF;
		text-decoration: none;
		
		padding: 0px 0px 0px 0px;
	}
	
	#menusGauche .aNoClass:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #FFFFFF;
		text-decoration: none;
		
		padding: 0px 0px 0px 0px;
	}
	
	#moteurRecherche {
		width: 508px;
		height: 241px;
		
		background-color: #E78358;
		
		float: left;
	}
	
	#moteurRecherche .titre {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 19px;
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: underline;
		text-align: left;
		
		padding: 5px;
	}
	
	#moteurRecherche .texte {
		text-align: left;
	}
	
	#moteurRecherche select ,
	#moteurRecherche input {
		font-size: 11px;
		
		color: #BD4F2E;
		font-weight: bold;
	}
	
	#moteurRecherche .selectLong {
		width: 99%;
	}
	
	#moteurRecherche .selectCourt {
		width: 80px;
	}
	
	#moteurRecherche .selectCourt2 {
		width: 100px;
	}
	
	#moteurRecherche .rechercheCarte1 {
		width: 35px;
	}
	
	#moteurRecherche .rechercheCarte2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #FFFFFF;
		text-align: left;
	}
	
	#moteurRecherche .rechercheCarte {
		width: 232px;
		
		text-align: center;
		vertical-align: middle;
	}
	
	#moteurRecherche .rechercheForm {
		width: 276px;
	}
	
	#menusDroite {
		width: 264px;
		height: 241px;
		
		background-image: url( './images/menuDroite.jpg' );
		background-repeat: no-repeat;
		
		float: right;
		
		line-height: 33px;
	}
	
	#menusDroite a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #FFFFFF;
		/*font-weight: bold;*/
		text-decoration: none;
		
		padding-left: 15px;
	}
	
	#menusDroite a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #FFFFFF;
		/*font-weight: bold;*/
		text-decoration: underline;
		
		padding-left: 15px;
	}
	
	/*************************************************************/

	#divArticle {
		width: 100%;
	}
	
	#divArticle .tableauArticlesCentre {
		width: 100%;
	}
	
	#divArticle .tableauArticlesCentre .margeArticlesGauche {
		width: 29px;
		vertical-align: top;
	}
	
	#divArticle .tableauArticlesCentre .articlesGauche {
		width: 199px;
		vertical-align: top;
	}
	
	#divArticle .tableauArticlesCentre .articlesCentre {
		width: 508px;
		vertical-align: top;
		
		background-image: url( './images/backgroundCentre.jpg' );
		background-repeat: repeat-x;
		background-color: #F3CD6C;
		vertical-align: top;
	}
	
	#divArticle .tableauArticlesCentre .articlesDroite {
		width: 199px;
		vertical-align: top;
	}
	
	#divArticle .tableauArticlesCentre .margeArticlesDroite {
		width: 65px;
		vertical-align: top;
	}
	
	#divArticle .tableauArticlesCentre .articlesGauche .headerArticle , 
	#divArticle .tableauArticlesCentre .articlesDroite .headerArticle {
		background-repeat: no-repeat;
		
		width: 199px;
	}
	
	#divArticle .tableauArticlesCentre .articlesGauche .texteArticle {
		width: 189px;
		
		color: #484848;
		
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	#divArticle .tableauArticlesCentre .articlesDroite .texteArticle {
		width: 184px;
		
		color: #484848;
		
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 5px;
	}
	
	#divArticle .tableauArticlesCentre .articlesGauche .titre , 
	#divArticle .tableauArticlesCentre .articlesDroite .titre {
		font-size: 15px;
		padding-bottom: 3px;
	}
	
	#divArticle .tableauArticlesCentre .articlesGauche img ,
	#divArticle .tableauArticlesCentre .articlesDroite img {
		padding-right: 5px;
		padding-bottom: 5px;
	}
	
	#divArticle .tableauArticlesCentre .articlesGauche a ,
	#divArticle .tableauArticlesCentre .articlesDroite a
	{
		color: #484848;
		text-decoration: underline;
	}
	
	#divArticle .tableauArticlesCentre .articlesGauche a:hover ,
	#divArticle .tableauArticlesCentre .articlesDroite a:hover
	{
		color: #484848;
		text-decoration: underline;
	}
	
	#divArticle .tableauArticlesCentre .articlesGauche .plusGros ,
	#divArticle .tableauArticlesCentre .articlesDroite .plusGros
	{
		color: #484848;
		text-decoration: underline;
		font-size: 15px;
		font-weight: bold;
	}
	
	#divArticle .tableauArticlesCentre .articlesGauche .plusGros:hover ,
	#divArticle .tableauArticlesCentre .articlesDroite .plusGros:hover
	{
		color: #484848;
		text-decoration: underline;
		font-size: 15px;
		font-weight: bold;
	}
	
	#divArticle .tableauArticlesCentre .articlesGauche .grosVert ,
	#divArticle .tableauArticlesCentre .articlesDroite .grosVert
	{
		font-size: 18px;
		font-weight: bold;
		color: #309D25;
	}
	
	#divArticle .tableauArticlesCentre .articlesGauche .grosRouge ,
	#divArticle .tableauArticlesCentre .articlesDroite .grosRouge
	 {
		font-size: 18px;
		font-weight: bold;
		color: #BE331C;
	}
	
	#divArticle .tableauArticlesCentre .articlesCentre .boutonRechercheDate {
		width: 312px;
		height: 35px;
		
		text-align: center;
		
		background-image: url( './images/boutonRechercheDate.jpg' );
		background-repeat: no-repeat;
		
		float: left;
	}
	
	#divArticle .tableauArticlesCentre .articlesCentre .boutonRechercheSansDate {
		width: 312px;
		height: 35px;
		
		background-image: url( './images/boutonRechercheSansDate.jpg' );
		background-repeat: no-repeat;
		
		float: left;
	}
	
	#divArticle .tableauArticlesCentre .articlesCentre .boutonRecherche {
		width: 196px;
		height: 35px;
		
		background-image: url( './images/boutonRecherche.jpg' );
		background-repeat: no-repeat;
		
		float: right;
	}
	
	#divArticle .tableauArticlesCentre .articlesCentre .categorie {
		width: 483px;
		
		color: #8D350F;
		font-size: 17px;
		
		padding-left: 25px;
		padding-top: 12px;
		padding-bottom: 8px;
		
		clear: both;
	}
	
	#divArticle .tableauArticlesCentre .articlesCentre .article {
		width: 488px;
		
		color: #343434;
		
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 8px;
	}
	
	#divArticle .tableauArticlesCentre .articlesCentre .article .soustitre {
		color: #BD4F0C;
		font-size: 15px;
		font-weight: bold;
		padding-bottom: 3px;
	}
	
	#divArticle .tableauArticlesCentre .articlesCentre .article .imgLeft {
		padding-right: 5px;
		padding-bottom: 5px;
	}
	
	#divArticle .tableauArticlesCentre .articlesCentre .article .imgRight {
		padding-left: 5px;
		padding-bottom: 5px;
	}
	
	#divArticle .tableauArticlesCentre .articlesCentre .article a {
		color: #343434;
		text-decoration: underline;
		font-weight: bold;
	}
	
	#divArticle .tableauArticlesCentre .articlesCentre .article a:hover {
		color: #343434;
		text-decoration: underline;
		font-weight: bold;
	}
	
	/*************************************************************/

	#divFooter {
		width: 100%;
		height: 26px;
		
		line-height: 24px;
		text-align: center;
		color: #FFFFFF;
		
		background-image: url( './images/footer.jpg' );
		background-repeat: no-repeat;
		
		clear: both;
	}
	
	#divFooter a {
		color: #FFFFFF;
		/*font-weight: bold;*/
		text-decoration: none;
	}
	
	#divFooter a:hover {
		color: #FFFFFF;
		/*font-weight: bold;*/
		text-decoration: underline;
	}
	
	#divFooter .bull {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	/************************************************************/
	
	
	
