#intro{
	background:#fff url(../imgs/bg1.jpg) no-repeat 0 -20px;
	margin-top:-12px;
	position:relative;
	height:219px;
	overflow:visible;
}
#intro_msg{
	width:260px;
	height:167px;
	overflow:hidden;
	color:#000;
	padding-top:45px;
	padding-left:75px;
	text-align:left;
}
#intro_msg h1{
	font-size:1.5em;
	color:#000;
	margin-bottom:0px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#intro_msg p{
	font-size:1em;
	margin-top:0;
	text-align:left;
}

#recherche #txt{
	border:0;
	position:absolute;
	top:10px;
	left:20px;
	/*font-family:Georgia, Times, 'Times New Roman';*/
	font-size:11px;
	width:180px;
}

#form_recherche{
	position:relative;
	width:262px;
	margin-left:70px;
}
#form_recherche fieldset{
	border:none;
}
#form_recherche .lbl{
	display:none;
}
#form_recherche .chp{
	position:absolute;                                                                         
	left:0;
	top:0px;
	border:none;
	width:198px;
	height:23px;
	padding:10px 10px 0px 10px;
	background:#fff url(../imgs/recherche1.gif) no-repeat 0 0;
	font-size:11px;
}
#form_recherche .submit{
	position:absolute;
	right:0;
	top:0px;
	border:none;
	width:44px;
	height:33px;
	background:#fff url(../imgs/submit.gif) no-repeat 0 0;
	text-indent:-5000px;
	cursor:pointer;
	font-size:1px;
	line-height:50px;
	margin:0;
	padding:0;
}



/*--------------------------------------------*/
.centre{
	margin-top:0px;
	clear:both;
	padding-top:10px;
}
.cols{
	width:770px;
	overflow:visible;
	background-color:#fff;
	clear:both;
	margin-top:10px;
}
.cols:after {
	content: "";
	display: block;
	clear: both;
}
.col1{
	float:left;
	width:256px;
	margin-right:31px;
	_margin-right:15px;
	display:inline;
}
.col2{
	float:left;
	width:256px;
	margin-right:31px;
	_margin-right:15px;
	display:inline;
}
.col3{
	float:left;
	width:171px;
	display:inline;
}
.col3 ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.col3 li{
	background:#fff url(../imgs/ico_small_2.gif) repeat-y left top;
	width:146px;
	color:#fff;
	/*font-family: Georgia, Times New Roman, Times, serif;*/
	font-size:17px;
	margin:0;
	list-style-image:none;
	position:relative;
	padding:9px 10px 12px 15px;
}
.col3 li span.top{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:171px;
	height:9px;
	background:transparent url(../imgs/ico_small_1.gif) no-repeat left top;
}
.col3 li span.bas{
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:171px;
	height:12px;
	background:transparent url(../imgs/ico_small_3.gif) no-repeat left top;
}
.col3 li a:hover{
	color:#6795c9;
}

/*--------------------------------------------*/
.listing_home{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
	position:relative;
	top:10px;
	clear:both;
}
.listing_home li{
	margin:0 0 3px 0;
	border-bottom:1px solid #d9d9d9;
	padding-bottom:3px;
}
.listing_home a{
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
.listing_home a:hover{
	color:#8f1f1f;
}


/*--------------------------------------------*/
#accordeon{
	width:498px;
	height:208px;
	position:absolute;
	top:46px;
	left:348px;
	background:transparent;
}
#accordeon p{
	margin-top:2px;
	margin-bottom:2px;
}
#accordeon1{
	width:13px;
	height:208px;
	position:absolute;
	top:0px;
	left:0px;
	background:transparent url(../imgs/accordeon1.gif) no-repeat 0 0;
}
#accordeon2{
	width:13px;
	height:208px;
	position:absolute;
	top:0px;
	right:0px;
	background:transparent url(../imgs/accordeon2.gif) no-repeat 0 0;
}
#accordeon3{
	width:472px;
	height:190px;
	position:absolute;
	top:0px;
	left:13px;
	padding:9px 0 9px 0;
	background:transparent url(../imgs/accordeon3.gif) repeat-x 0 0;
}


		.accordion_content{
			color: #000;
			overflow: hidden;
			background:transparent url(../imgs/diapo1.jpg) no-repeat 0 0;
			height:190px;
		}
		.horizontal_accordion_toggle{
			float: left;
			display: block;
			width: 32px;
			height:186px;
			background-color:#f6c602;
			background-repeat:no-repeat;
			background-position:center 0px;
			color: #000;
			text-decoration: none;
			outline: none;
			cursor: pointer;
			margin: 0;
			padding:0;
			overflow: hidden;			
			border-bottom:4px solid #f6c602;
		}
		.horizontal_accordion_toggle:hover{
			border-bottom:4px solid #fff;
		}
		.horizontal_accordion_toggle_active{
			background-position:center -7px;
		}
		.horizontal_accordion_content{
			height: 190px;
			float: left;
			background:#1f6d8f url(../imgs/accordeon3.gif) repeat-x center -9px;
			overflow: hidden;
			color: #000;
		}
		.accordion_fixe{
			width:270px;
			height:150px;
			padding:20px 90px 20px 10px;
			margin:0;
			float:left;
		}
		.accordion_fixe *{
			color:#fff;
		}
		
		/*CONTENU ONGLETS GENERIQUE*/
		.accordion_fixe h4{
			padding-bottom:5px;
			/*font-family:Georgia, Times, 'Times New Roman';*/
			font-size:1.6em;
			font-weight:normal;
			border-bottom:1px dotted #fff;
			margin-top:0;
			margin-bottom:10px;
		}
		
		.accordion_fixe .NewsDate{
			font-size:11px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
		}

		
	/*ONGLETS SPECIFIQUE*/
	
	.actualites{
			border-bottom:4px solid #f49c00;
			background-image: url(../imgs/onglet_actualites_t.png);
		}		
		.actualites:hover,  .actualites_horizontal_accordion_toggle_active{	background-color:#f49c00;}
		.actualites_content .accordion_fixe{					
			padding-right:150px;
			width:230px;
			background:#f49c00 url(../imgs/onglet_actualites.jpg) no-repeat right top;}
		.actualites_content .accordion_fixe h4{
			width:270px;
		}
	.nouvelles{
			border-bottom:4px solid #214578;
			background-image: url(../imgs/onglet_nouvelles_t.png);
		}
		.nouvelles:hover,  .nouvelles_horizontal_accordion_toggle_active{	background-color:#214578;}
		.nouvelles_content .accordion_fixe{
			background:#214578 url(../imgs/onglet_nouvelles.jpg) no-repeat right top;
			padding-right:140px;
			padding-top:100px;
			height:70px;
			width:220px;
			position:relative;
		}
		.nouvelles_content .accordion_fixe .image{
			position:absolute;
			right:30px;
			top:45px;
		}
		
	.newsletter{
			border-bottom:4px solid #5ab0a0;
			background-image: url(../imgs/onglet_newsletter_t.png);
		}
		.newsletter:hover,  .newsletter_horizontal_accordion_toggle_active{	background-color:#5ab0a0;}
		.newsletter_content .accordion_fixe{
			padding-right:150px;
			width:210px;
			background:#5ab0a0 url(../imgs/onglet_newsletter.jpg) no-repeat right top;
		}

/* Zone agenda sous onglet Ville active */
.calendar {
	width:100%;
	overflow:visible;
	margin-top:7px;
}
.calendar .date{
	float:left;
	text-align:center;
	padding:0 5px 0 0;
	width:28%;
	font-weight:bold;
	color:#777;
}
.calendar .titrecal{
	float:left;
	padding:0 0 0 5px;
	width:65%;
	margin:0;
	border-left:1px solid #ccc;
}
.calendar h5{
	margin:0;
	font-weight:normal;
}
.calendar h4{
	margin:0;
	font-size:11px;
	color:#777;
}


