/* CSS Accueil Wiki */
.conteneur-left	{
			width: 48%;
			height: auto;
			margin-right: 3px;
			padding: 5px;
			float: left;
			background-color: #FFDDD0;
			border-color: #EF4E10;
			border-style: solid;
			border-width: 1px;
		}
.conteneur-right	{
			width: 48%;
			height: auto;
			margin-left: 3px;
			padding: 5px;
			float: left;
			background-color: #FFDDD0;
			border-color: #EF4E10;
			border-style: solid;
			border-width: 1px;
		}
		
.titre-accueil	{
		text-align: center;
		color: #000000;
		font-weight: bold;
		}
.titre-accueil hr	{
		border-style: dotted;
		border-color: #DEE7EC;
		border-width: 1px;
		}


/* ##################################### */
/* Tableau de l'accueil */
.tabaccueil {
		width: 100%;
		height: auto;
		border: 0;
		}
		
		.tabacc-img {
			width: 60px;
			height: 60px;
		}
		
		.tabacc-desc	{
			width: 50%;
			height: auto;
			padding-right: 3px;
			border-bottom-color: #DEE7EC;
			border-bottom-style: dotted;
			border-bottom-width: 2px;
		}	
		
/* Celulle vide */
.tabacc-empty {
			width: auto;
			height: auto;
			border: none;
			color: #FFFFFF;
		}


/* ##################################### */		
/* Conteneur info et recherche*/
.conteneur-search	{
			width: 48%;
			height: auto;
			margin-right: 3px;
			padding: 5px;
			float: left;
			background-color: #FFDDD0;
			border-color: #EF4E10;
			border-style: solid;
			border-width: 1px;
		}
.conteneur-info	{
			width: 48%;
			height: auto;
			margin-left: 3px;
			padding: 5px;
			float: left;
			background-color: #FFDDD0;
			border-color: #EF4E10;
			border-style: solid;
			border-width: 1px;
		}

