@import url('default.css');

* {
	margin: 0;
	padding: 0;
	list-style: none;
}
.clL, .clR, .clB {
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.clL {
	clear: left;
}
.clR {
	clear: right;
}
.clB {
	clear: both;
}
.flL {
	float: left;
}
.flR {
	float: right;
}
a img {
	border: 0;
}


body {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	color: #666;
	background: #BEE3EF;
}
#BKG {
	background: url('../imgs/middle.jpg') repeat-y center top;
}
	#BKG #BKG_TOP {
		background: url('../imgs/header.jpg') no-repeat center top;
	}
		#BKG #BKG_TOP #BKG_BOTTOM {
			background: url('../imgs/footer.jpg') no-repeat center bottom;
			padding-top: 47px;
		}
#HEADER {
	width: 990px;
	margin: 0 auto;
}
	#HEADER #headerRight {
		float: right;
		margin-right: 20px;
		width: 330px;
	}
		#HEADER #headerRight #languages {
			float: left;
			width: 35px;
			padding: 12px 0;
			text-align: center;
		}
			#HEADER #headerRight #languages a {
				display: block;
				margin: 14px 0;
			}
		#HEADER #headerRight #typo {
			float: left;
			width: 35px;
			padding: 12px 0;
			text-align: center;
		}
			#HEADER #headerRight #typo a {
				display: block;
				margin: 6px 0;
			}
		#HEADER #headerRight #tools {
			float: left;
			width: 35px;
			padding: 8px 0;
			text-align: center;
		}
			#HEADER #headerRight #tools a {
				display: block;
				margin: 8px 0;
			}
		#HEADER #headerRight #links {
			float: left;
			margin-left: 10px;
			width: 200px;
			color: #fff;
			border-bottom: 1px solid #ccc;
			text-align: center;
			padding: 23px 0 5px;
			font-weight: bold;
		}
			#HEADER #headerRight #links a {
				color: #fff;
				text-decoration: none;
				padding: 0 5px;
				font-weight: bold;
			}
			#HEADER #headerRight #links a:hover {
				text-decoration: underline;
			}
		#HEADER #headerRight #search {
			float: left;
			margin: 10px 0 0 10px;
			width: 182px;
			height: 23px;
			background: url('../imgs/search.png') no-repeat;
		}
			#HEADER #headerRight #search #searchInput {
				float: left;
				border: 0;
				background: none;
				margin-left: 25px;
				height: 20px;
				padding-top: 3px;
				width: 125px;
				color: #999;
			}
			#HEADER #headerRight #search #searchSubmit {
				float: left;
				border: 0;
				background: none;
				height: 23px;
				width: 32px;
			}
	#HEADER #headerLeft {
		float: left;
		width: 400px;
	}
		#HEADER #headerLeft #logo {
			float: left;
			display: block;
			height: 92px;
			width: 88px;
			margin-right: 10px;
			text-decoration: none;
		}
		#HEADER #headerLeft #siteTitle {
			float: left;
			width: 300px;
			line-height: 46px;
			height: 46px;
			font-size: 24px;
			color: #fff;
		}
		#HEADER #headerLeft #date {
			float: left;
			line-height: 25px;
			height: 25px;
			color: #fff;
			width: 167px;
			padding: 0 5px 0 45px;
			margin-top: 5px;
			background: url('../imgs/date.png') no-repeat;
		}
	#HEADER #headerImage {
		clear: both;
		height: 210px;
		position: relative;
		overflow: hidden;
	}
		#HEADER #headerImage img {
			position: absolute;
			top: 0;
			left :0;
		}
	#HEADER #MENU {
		line-height: 51px;
		height: 51px;
		background: url('../imgs/menu.png') repeat-x;
	}	
		#HEADER #MENU dl {
			float: left;
			*position: relative;
		}
			#HEADER #MENU dl dt a {
				float: left;
				display: block;
				height: 51px;
				font-size: 16px;
				font-weight: bold;
				color: #fff;
				text-decoration: none;
				text-align: center;
				/**
				width: 165px;
				--
				PATCH
				**/
				width: auto;
				padding: 0 28px;
			}
			#HEADER #MENU dl dd.oppened {
				display: block;
			}
			#HEADER #MENU dl dd {
				display: none;
				position: absolute;
				background: #39c;
				border-top: 1px solid #fff;
				/**
				width: 160px;
				PATCH
				**/
				width: auto;
				margin-top: 51px;
				*left: 0;
			}
				#HEADER #MENU dl dd ul {
					margin: 5px 10px;
				}
					#HEADER #MENU dl dd ul li {
						padding: 5px 0;
						line-height: 13px;
					}
						#HEADER #MENU dl dd ul li a {
							line-height: 13px;
							font-size: 13px;
							color: #fff;
							text-decoration: none;
						}
						#HEADER #MENU dl dd ul li a:hover {
							text-decoration: underline;
						}
#CONTAINER {
	width: 990px;
	margin: 0 auto;
	min-height: 400px;
	_height: 400px;
}
	#CONTAINER #LEFT {
		float: left;
		padding: 14px;
		*padding: 14px 10px 14px 8px;
		width: 719px;
	}
		#CONTAINER #LEFT h1 {
			font-size: 24px;
			font-weight: bold;
			color: #3973AC;
			margin-bottom: 10px;
		}
		#CONTAINER #LEFT h2 {
			font-size: 18px;
			font-weight: bold;
			color: #006600;
			margin-bottom: 5px;
		}
		#CONTAINER #LEFT p {
			padding: 5px 0;
		}
		#CONTAINER #LEFT a.pdf {
			background: url('../imgs/ico-pdf.gif') no-repeat top left;
			padding-left: 20px;
			line-height: 16px;
		}
		#CONTAINER #LEFT a {
			color: #3973ac;
			text-decoration: none;
		}
		#CONTAINER #LEFT a:hover {
			text-decoration: underline;
		}
		#CONTAINER #LEFT dl.accordion {
			margin: 10px 0;
		}
			#CONTAINER #LEFT dl.accordion dt {
				background: url('../imgs/drilldown-non-actif.gif'); no-repeat;
				height: 28px;
				line-height: 28px;
				padding: 0 10px;
				font-size: 12px;
				color: #3973ac;
				font-weight: bold;
				margin: 5px 0;
				cursor: pointer;				
			}
			#CONTAINER #LEFT dl.accordion dt.active {
				background: url('../imgs/drilldown-actif.gif'); no-repeat;
				color: #fff;
			}
			#CONTAINER #LEFT dl.accordion dd {
				padding: 0 10px;
			}
	#CONTAINER #RIGHT {
		float: left;
		width: 229px;
		padding: 14px 14px 14px 0;
	}
		#CONTAINER #RIGHT p {
			padding: 5px 0;
		}
		#CONTAINER #RIGHT .bloc {
			margin-bottom: 10px;
		}
			#CONTAINER #RIGHT .bloc a {
				color: #3973ac;
				text-decoration: none;
			}
			#CONTAINER #RIGHT .bloc a:hover {
				text-decoration: underline;
			}
			#CONTAINER #RIGHT .bloc h3 {
				color: #68584A;
				font-size: 14px;
				font-weight: bold;
				padding-bottom: 5px;
				margin-bottom: 5px;
				border-bottom: 1px solid #ccc;
			}
		#CONTAINER #RIGHT .blocBleu {
			background: url('../imgs/bloc-bleu-middle.png') repeat-y;
			margin-bottom: 7px;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #fff;
		}
			#CONTAINER #RIGHT .blocBleu .blocBleuBottom {
				background: url('../imgs/bloc-bleu-bottom.png') no-repeat bottom;
				border-top: 1px solid #fff;
				border-bottom: 1px solid #fff;
			}
				#CONTAINER #RIGHT .blocBleu .blocBleuBottom .blocBleuTop {
					background: url('../imgs/bloc-bleu-top.png') no-repeat top;
					padding: 10px;
					border-top: 1px solid #fff;
					border-bottom: 1px solid #fff;
				}
					#CONTAINER #RIGHT .blocBleu .blocBleuBottom .blocBleuTop h3 {
						color: #006600;
						font-size: 14px;
						font-weight: bold;
						padding-bottom: 5px;
						margin-bottom: 5px;
						border-bottom: 1px solid #A2C0DF;
					}
					#CONTAINER #RIGHT .blocBleu .blocBleuBottom .blocBleuTop h4 {
						color: #3973ac;
						font-size: 13px;
						font-weight: bold;
						margin-top: 5px;
					}
					#CONTAINER #RIGHT .blocBleu .blocBleuBottom .blocBleuTop img {
						border: 1px solid #3973ac;
						padding: 1px;
					}
					#CONTAINER #RIGHT .blocBleu .blocBleuBottom .blocBleuTop a {
						color: #3973ac;
						text-decoration: none;
					}
					#CONTAINER #RIGHT .blocBleu .blocBleuBottom .blocBleuTop a:hover {
						text-decoration: underline;
					}
#FOOTER {
	width: 990px;
	margin: 0 auto;
	height: 109px;
	padding-top: 30px;
}
	#FOOTER #footerLinks {
		line-height: 50px;
		height: 50px;
		color: #333;
		text-align: center;
		font-weight: bold;
	}
		#FOOTER #footerLinks a {
			color: #333;
			font-weight: bold;
			text-decoration: none;
		}
		#FOOTER #footerLinks a:hover {
			text-decoration: underline;
		}
	#FOOTER #goTop {
		display: block;
		width: 125px;
		height: 30px;
		line-height: 30px;
		margin-left: 12px;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}
	#FOOTER #goTop:hover {
		text-decoration: underline;
	}
	
	
/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/
#aLaUne {
	width: 719px;
	background: url('../imgs/alaune-bottom.png') no-repeat bottom;
}
	#aLaUne #aLaUneContenu {
		background: url('../imgs/alaune-top.png') no-repeat top;
		padding: 10px 10px 0 10px;
	}
		#aLaUne #aLaUneContenu .rssLink {
			float: right;
		}
		#aLaUne #aLaUneContenu .categorie {
			float: left;
			font-size: 24px;
			font-weight: bold;
			color: #3973AC;
		}
		#aLaUne #aLaUneContenu .titre {
			clear: both;
		}
			#aLaUne #aLaUneContenu .titre a {
				font-size: 20px;
				font-weight: bold;
				color: #006600;
				text-decoration: none;
				display: block;
				padding-bottom: 5px;
				margin-bottom: 10px;
				border-bottom: 1px solid #fff;
			}
			#aLaUne #aLaUneContenu .titre a:hover {
				text-decoration: underline;
			}
		#aLaUne #aLaUneContenu .image {
			float: left;
			width: 130px;
		}
		#aLaUne #aLaUneContenu .texte {
			float: left;
			width: 550px;
		}
		#aLaUne #aLaUneContenu .savoirPlus {
			width: 127px;
			height: 30px;
			margin-left: 582px;	
		}
			#aLaUne #aLaUneContenu .savoirPlus a {
				display: block;
				width: 127px;
				height: 30px;
				line-height: 30px;
				color: #fff;
				text-align: center;
				font-weight: bold;
				font-size: 17px;
				text-decoration: none;
			}
			#aLaUne #aLaUneContenu .savoirPlus a:hover {
				text-decoration: underline;
			}
			
#actus, .contentBorder {
	margin-top: 10px;
	width: 719px;
	background: url('../imgs/actu-bottom.png') no-repeat bottom;
}
.contentBorder {
	margin-top: 3px;
	margin-bottom: 10px;
}
	#actus #actusContenu, .contentBorder .contentBorderInner {
		background: url('../imgs/actu-top.png') no-repeat top;
		padding: 10px 0;
	}
	.contentBorder .contentBorderInner {
		padding: 10px;
	}
		#actus #actusContenu .rssLink {
			float: right;
			margin: 0 10px;
		}
		#actus #actusContenu h2 {
			float: left;
			margin: 0 10px;
		}
		#actus #actusContenu .news {
			float: left;
			margin: 10px;
			*margin: 8px;
			width: 339px;
		}
			#actus #actusContenu .news .categorie {
				font-size: 12px;
				color: #006699;
				font-weight: bold;
			}
			#actus #actusContenu .news .titre a {
				color: #006600;
				font-size: 18px;
				font-weight: bold;
				text-decoration: none;
				display: block;
				padding-bottom: 5px;
				margin-bottom: 5px;
				border-bottom: 1px solid #CCCCCC;
			}
			#actus #actusContenu .news .titre a:hover {
				text-decoration: underline;
			}
			#actus #actusContenu .texte {
				margin: 5px 0;
			}
			#actus #actusContenu .savoirPlus a {
				display: block;
				background: url('../imgs/actu-savoirplus.png') no-repeat;
				width: 127px;
				height: 31px;
				line-height: 31px;
				text-align: center;
				font-size: 14px;
				color: #fff;
				font-weight: bold;
				text-decoration: none;
			}
			#actus #actusContenu .savoirPlus a:hover {
				text-decoration: underline;
			}

#newsSingle {
}
	#newsSingle img {
		float: left;
		margin: 0 10px 5px 0;
		border: 1px solid #3973AC;
		padding: 2px;
	}
	#newsSingle p.header {
		font-size: 14px;
		padding-top: 0 !important;
		font-weight: bold;
	}

#newsList {
}
	#newsList img {
		float: left;
		margin: 0 10px 5px 0;
		border: 1px solid #3973AC;
		padding: 2px;
	}
	#newsList p.header {
		font-size: 14px;
		padding-top: 0 !important;
		font-weight: bold;
	}
	#newsList .clL {
		margin: 10px 0;
		border-top: 1px solid #ccc;
	}
	
.csc-sitemap {
}	
	.csc-sitemap ul li {
		padding: 3px 0;
	}
	.csc-sitemap ul li a {
		font-weight: bold;
		font-size: 14px;
		color: #006600 !important;
	}
		.csc-sitemap ul li ul li {
			padding-left: 30px;
		}
			.csc-sitemap ul li ul li a {
				font-size: 12px;
				color: #3973AC !important;
			}
				.csc-sitemap ul li ul li ul li a {
					font-weight: normal;
					color: #666666 !important;
				}
				
.tx-indexedsearch-browsebox {
}
	.tx-indexedsearch-browsebox ul.browsebox {
		float: right;
		margin-bottom: 15px;
	}
		.tx-indexedsearch-browsebox ul.browsebox li {
			float: left;
		}
			.tx-indexedsearch-browsebox ul.browsebox li a {
				display: block;
				float: left;
				height: 16px;
				line-height: 16px;
				min-width: 12px;
				_width: 12px;
				padding: 0 2px;
				color: #fff !important;
				font-weight: bold;
				background: #669ACC;
				text-decoration: none !important;
				text-align: center;
			}
			.tx-indexedsearch-browsebox ul.browsebox li.tx-indexedsearch-browselist-currentPage a {
				font-weight: bold;
			}
		
		
.tx-indexedsearch-res {
	clear: right;
	margin-bottom: 20px;
}
	.tx-indexedsearch-res .searchResult {
		padding: 10px 5px;
		font-size: 13px;
	}
		.tx-indexedsearch-res .searchResult .title a {
			display: block;
			color: #363a3b;
			font-weight: bold;
			text-decoration: none !important;
			line-height: 18px;
			padding-left: 9px;
		}
		.tx-indexedsearch-res .searchResult .title a:hover {
			text-decoration: underline !important;
		}
		.tx-indexedsearch-res .searchResult .descr {
			margin-top: 5px;
		}
		
.form_content .searchInput {
	float: left;
	height: 16px;
	line-height: 16px;
	padding: 1px 2px;
	width: 244px;
	border: 1px solid #c2c6c6;
}		
.form_content .searchSubmit {
	float: left;
	height: 18px;
	padding: 0 2px;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #fff;
	border: 0;
	background: #669ACC;
	margin-left: 10px;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	font-size: 15px;
	color: #363a3b;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
	.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
		font-style: normal;
	}
	
.tx-rgsmoothgallery-pi1 {
	margin: 0 auto;
}
