@charset "UTF-8";
/* CSS HOME */

/*identique css last-event, current-event, futur-event*/
#last-event h3, 
#current-event h3,
#futur-event h3 { margin: 0 0 0 5px; font: normal normal 12px/18px Verdana, Arial, Helvetica, sans-serif; color: #000; }

#last-event a, 
#current-event a,
#futur-event a { display: block; float: left; text-decoration: none; }

#last-event a img, 
#current-event a img,
#futur-event a img { float: left; padding: 5px; }

#last-event a .chapos, 
#current-event a .chapos,
#futur-event a .chapos { font: normal normal 10px/18px Verdana, Arial, Helvetica, sans-serif; }

#last-event a .vieuwAllTxt, 
#current-event a .vieuwAllTxt,
#futur-event a .vieuwAllTxt { display: block;  float: left;  width: 265px;  margin: 5px 0 0 5px; padding: 5px 0 5px 10px; font-size: 12px; }

/*last-event*/
#last-event { float: left; width: 280px; padding: 0 30px 0 0; }
	#last-event h2 { color: #99a120; margin: 0 ; }
	
	#last-event a img { width: 120px; height: 90px; }
	
	#last-event a:link .vieuwAllTxt, 
	#last-event a:visited .vieuwAllTxt { color: #adb624; background: url(../images/template/last-event-bg.jpg) left bottom no-repeat; text-decoration: underline; }
	#last-event a:hover .vieuwAllTxt, 
	#last-event a:active .vieuwAllTxt, 
	#last-event a:focus.vieuwAllTxt { color: #fff; background: #99a120 url(../images/template/last-event-hover-bg.jpg) left bottom no-repeat; }

/*current-event*/

#current-event { float: left; width: 280px; padding: 0 29px 0 29px !important; padding: 0 20px 0 20px; border-left: 1px #ddd solid; border-right: 1px #ddd solid; }

	#current-event h2 { color: #467d97; margin: 0;}
	
	#current-event a img { width: 120px; height: 90px; }
	
	#current-event a:link .vieuwAllTxt, 
	#current-event a:visited .vieuwAllTxt { color: #467d97; background: url(../images/template/current-event-bg.jpg) left bottom no-repeat; text-decoration: underline; }
	#current-event a:hover .vieuwAllTxt, 
	#current-event a:active .vieuwAllTxt, 
	#current-event a:focus.vieuwAllTxt { color: #fff; background: #467d97 url(../images/template/current-event-hover-bg.jpg) left bottom no-repeat; }

/*futur-event*/
#futur-event {  float: left; width: 280px; padding: 0 0 0 30px;  }
	#futur-event h2 { color: #9d302a; margin: 0; }
	
	#futur-event a img { width: 120px; height: 90px; }
	
	#futur-event a:link .vieuwAllTxt, 
	#futur-event a:visited .vieuwAllTxt { color: #9d302a; background: url(../images/template/futur-event-bg.jpg) left bottom no-repeat; text-decoration: underline; }
	#futur-event a:hover .vieuwAllTxt, 
	#futur-event a:active .vieuwAllTxt, 
	#futur-event a:focus.vieuwAllTxt { color: #fff; background: #9d302a url(../images/template/futur-event-hover-bg.jpg) left bottom no-repeat; }

/*index txt*/
#indexTxt { float: left; clear: both; width: 960px; margin: 20px 0 0 0; padding: 20px 0 0 0; border-top: 1px #ddd solid; }


