.ContenuTable col.COL1 {
}
.ContenuTable td.main {
	
	margin:0;
	padding:0;
}

table.MenuAccueil {
	position: relative;
	border-spacing: 0;
}
	table.MenuAccueil td {
		background: #efefef;
		width:33%;
		border:10px solid white;
		padding:5px 50px 5px 10px;
		border-left:0;
		background: #efefef url('/img/accueil/fleche_blanche.png') no-repeat 90% 90%;

	}
		table.MenuAccueil a {
			display: block;
		}
		table.MenuAccueil h2 {
			margin: 0 60px 10px 0;
			padding:0;
		}
		
		table.MenuAccueil td.end {
			border-right:0;
		}
		

#Accueil-Actus ,
#Accueil-Videos {
	background: #efefef;
	padding: 5px 10px;
	color: black;
	font-weight: bold;
	margin:10px 0 0 0;
}

#Accueil-Videos a,
#Accueil-Actus a { 
	color: black;
}
		

#Accueil-Reportage {
	position: relative;
	height:180px;
	width: 680px;
	
	background: transparent url('/img/accueil/gp-credits-impots.jpg') no-repeat left top;
}		


#Accueil-Reportage  a {
		position: absolute;
		display: block;
		background: white url('/img/accueil/fleche.png') no-repeat right 50%;
		bottom:0;
		width: 600px;
		padding: 10px 0;
		-moz-opacity:.85;
		opacity:.85;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
		filter: alpha(opacity=85);		
		font-weight: bold;
		padding-left:80px;
		font-size:14px;
		color: black;
	} 
#Accueil-Reportage  a em{
	font-style: normal;
	font-size:11px;
	color: #666;
}