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

/*************/
/* STRUCTURE */
/*************/

/* centrer le menu */
#barre_menu #accueil {
	padding-top:13px;
}

#contenu {
	padding-top:25px;
}

#contenu #col1,
#contenu #col2,
#contenu #col3 {
	float:left;	
}

#contenu #col1 {
	width:166px;
	padding-left:51px;
}
#contenu #col1 .content {
	width:100px;
}

#contenu #col2 {
	width:231px;
	background:url(../img/fonds/pointilles_gris.gif) top right repeat-y;
}
#contenu #col2 .content {
	width:212px;
}

#contenu #col3 {
	width:431px;
	margin-left:15px;
}



/* A */
#contenu #col3 .content #colA {
	background:url(../img/fonds/pointilles_gris_horizontaux.gif) bottom left repeat-x;
	padding-bottom:12px;
}
#contenu #col3 .content #colA p {
	line-height:140%;	
}




/* B */
#contenu #col3 #conteneur_colBC {
	margin-top:8px;	
}

#contenu #col3 .content #colB {
	float:left;
	width:242px;
	background:url(../img/fonds/pointilles_gris.gif) top right repeat-y;
}
#contenu #col3 .content #colB #scroller_news {
	margin-bottom:14px;	
}



/* C */
#contenu #col3 .content #colC {
	float:left;
	margin-left:16px;
}
#contenu #col3 .content #colC  ul {
	width:156px;
}
#contenu #col3 .content #colC  ul li a .date {
	color:#e68615;
	display:block;
	font-weight:normal;
}
#contenu #col3 .content #colC  ul li a .description {
	color:#747474;
	display:block;
	font-weight:normal;
}
#contenu #col3 .content #colC  ul li.dernier {
	background:none;
	padding:9px 0 14px 0;
}
#contenu #col3 .content #colC  ul li {
	background:url(../img/fonds/pointilles_gris_horizontaux.gif) bottom left repeat-x;
	padding:9px 0;
}
#contenu #col3 .content #colC  ul li:hover {
	background:#f5f5f5;
}






/*********/
/* BLOCS */
/*********/
/* bloc col_bloc_2 dans commun (utilisé aussi sur news) */





/**********/
/* IMAGES */
/**********/
.bienvenue {
	margin:8px 0 8px 0;	
}
.news {
	margin:14px 0;	
}
.agenda {
	margin:5px 0;	
}



/************/
/* SCROLLER */
/************/

#jcarousel_news_home .image {
	background:#cdcac7;	
	width:221px;
	height:181px;
}
#jcarousel_news_home .legende {
	background:url(../img/fonds/overlay_scroller_gris.png) top left repeat;
	width:221px;
	height:70px;
	position:absolute;
	margin-top:111px;
}
#jcarousel_news_home .legende .date {
	color:#e68614;	
	font-weight:bold;
	padding:12px 0 0 12px;
	display:block;
}
#jcarousel_news_home .legende .description {
	padding:2px 0 0 12px;
	display:block;
}
#jcarousel_news_home .legende .description a {
	color:#747474;
	font-weight:normal;
}
#jcarousel_news_home  .legende .navigation {
	float:right;
	margin-top:-7px;
	margin-right:8px;
}
#jcarousel_news_home  .legende .navigation .next,
#jcarousel_news_home  .legende .navigation .prev {
	cursor:pointer;
}
