@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ccab7c;
	}
	
	
/* MENU PRINCIPAL */
ul.navMenu {
	display: block;
	list-style: none;
	float:right;
	}
	ul.navMenu li {
		display:block;
		float:none;
		width:233px;		
		}
		ul.navMenu li span {display:none;}
		ul.navMenu a {
			background-position:left top;
			background-repeat:no-repeat;
			display:block;
			height:32px;
		}


/* TITRES DES SECTIONS */
h1 {
	margin:0 0 5px 0;
	height:18px;
	}
	h1 span {display:none;}
	
	
/* SOUS-TITRES JAUNES */
h2 {
	margin:2px;
	color:#ee9918;
	font-size:11px;
	font-weight:bold;
}

/* LIENS */
a:link, a:visited {
	color:#ee9918;
	text-decoration:none;
}
a:hover, a:active {text-decoration:underline;}


/* =========================== [  ACTUS  ] ============================= */

/* titre */
h1.actus {background:url("title_actus.jpg") left top no-repeat;}

/* vignettes */
.images img {
	width: 105px;
	height: 80px;
	margin: 3px;
	border: #ee9918 2px solid;
	}
	.images img:hover, #featured img:hover {border: #ffffff 2px solid;}
	
ul {
	display:inline;
	list-style:none;
	}
	ul li {
		display:inline;
		float:left;
	}

/* ============================= [  AGENDA  ] ================================ */

/* titre */
h1.agenda {background:url("title_agenda.jpg") right top no-repeat;margin-right:35px;}

/* texte */
.date {color:#ee9918;display:block;}
#events p {margin:0 0 20px 0;}


/* ============================= [  FEATURED  ] ================================ */

/* titre */ 
h1.featured {background:url("title_featured.jpg") left top no-repeat; margin-left:210px;}
	
#featured h2 {display: inline;}

#featured img{
	margin-left: 10px;
	border: #ee9918 2px solid;
	float:right;
	}
#featured p {
	margin:0;
	text-align:right;
	}