	.ligneBasClair {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
		margin-bottom: 5px;
	}

	.homepage div.clearfloat{
		clear: both;
	}
	.homepage .divliste{
		padding: 5px 0 0 5px;
		margin-bottom: 10px;
	}
	
	div.homepage{
		padding: 0px 0px 10px 0px;
		text-align: justify;
	}
		.homepage .suite{
			font-size: 80%;
			font-style: italic;
		}
			.homepage #primaire .date{
				display: block;
				font-size: 80%;
				font-weight: bold;
			}
			
			.homepage #primaire div{
				width: 220px;
				float: right;
				padding: 0px 0px 0px 5px;
			}
				.homepage #primaire div h2{
					font-size: 13px;
				}
	
		/*Style pour les hompages contenant un tableau de type Image - Texte*/
		.homepage table.tablenews{
			clear: left;
			border-top: 1px solid silver;
		}
			.homepage .tablenews td{
				padding: 8px 0px 8px 10px;
				vertical-align: top;
				text-align: justify;
				border-bottom: 1px solid silver;
			}
				.homepage .tablenews td a{
					font-size: 80%;
					font-style: italic;
				}
		/*On enleve le padding sur la première td de la tablenews, qui contient l'image*/
		.homepage .tablenews tr > td:first-child{
			padding-left: 0px;
		}
			
		.homepage div.pages{
			padding-top: 5px;
			font-weight: bold;
			font-size: 90%;
		}
		
		/*Style pour les homepages contenant des div avec des listes*/
			.homepage .divliste ul{
				list-style: none;
				margin: 0px;
				padding: 0px;
				text-align: left;
			}
				.homepage .divliste ul li{
				
				}
