@charset "utf-8";
/* CSS Document */

#colG, #colD, #contenu {
	float:				left;
}

#colG, #colD {
	width:				182px;
}

#colG {
	margin:				0 10px 10px 0;
	background-color:	#ffffff;
}

#colG .menuBleu, #colG .menuGris {
	background-color:	#deebf3;
	padding:			0;
	width:				100%;
	height:				100%;
	border:				0;
}

a.cat {
	font-family:		Georgia, "Times New Roman", Times, serif;
}


/*SECTION MENU GAUCHE BLEU */
#colG .menuBleu {
	background-color:	#deebf3;
	margin-bottom:		16px;
}

#colG .menuBleu a.cat, #colG .menuBleu a.cat:hover {
	background:					url(../medias/interface/int_colG_btn_catP_up.gif) no-repeat top left #2d4b5d;
	border:						none;
	display:					block;
	color:						#ffffff;
	padding:					15px 0 15px 12px;
	font-size:					12px;
	
}

#colG .menuBleu a {
	background-color:			#deebf2;
	border-top:					1px solid #f5f9fb;
	border-bottom:				1px solid #bdced9;
	display:					block;
	color:						#2b3e49;
	padding:					3px 10px 3px 14px;
	font-size:					11px;
	
}

#colG .menuBleu a:hover {
	text-decoration:			none;
	background-color:			#c1d3de;
	border-top:					1px solid #c1d3de;
	border-bottom:				1px solid #c1d3de;
}

#colG .menuBleu a.lcat {
	border-bottom:				none;
}

#cat1, #cat2, #cat3, #cat4 {
	height:						auto;
}

#colG .menuBleu a span.auteur {
	color:						#385a6e;
}

#colG .menuBleu div div.conteneurBtn {
	background:url(../medias/interface/int_colG_bottomCat.gif) bottom left no-repeat;
	border-left:	1px solid #b7cad6;
	border-right:	1px solid #b7cad6;
}


/*SECTION MENU GAUCHE GRIS*/

#colG .menuGris {
	background-color:			#e6e6e6;
	margin-bottom:				10px;
}

#colG .menuGris a.cat {
	background:					url(../medias/interface/int_colG_btn_catP2_up.gif) no-repeat top left #454545;
	border-bottom:				1px solid #222222;
	border-top:					1px solid #616161;
	display:					block;
	color:						#ffffff;
	padding:					10px 0 10px 12px;
	font-size:					12px;
	
}
#colG .menuGris a.cat:hover {
	background:					url(../medias/interface/int_colG_btn_catP2_over.gif) no-repeat top left #2d2d2d;
	border-top:					1px solid #272727;
	border-bottom:				1px solid #2d2d2d;
}
#colG .menuGris #tile-wrap {
	width:						180px; 
	height:						300px;
	margin:						0;
	overflow:					hidden;
}
#colG .menuGris a {
	background-color:			#e4e4e4;
	border-top:					1px solid #f3f3f3;
	border-bottom:				1px solid #b7b7b7;
	display:					block;
	color:						#454444;
	padding:					8px 0 8px 14px;
	font-size:					11px;
}

#colG .menuGris a:hover {
	text-decoration:			none;
	background-color:			#cecece;
	border-top:					1px solid #cecece;
	border-bottom:				1px solid #cecece;
}

#colG .menuGris a span.ville {
	color:						#696969;
}

#colG .menuGris a img.enveloppe {
	margin-top:					4px;
}

#colG .menuGris div#cat5 {
	border-left:	1px solid #b7b7b7;
	border-right:	1px solid #b7b7b7;
}

.menuGris div.top {
	border-top:		1px solid #b3c2cc;
	border-left:	none;
	border-right:	none;
}



