/*-----GENERAUX----*/

body {
	color: 000000;
	font-size: 12px;
	background-image: url('../imagesFront/fd_body.jpg');
	background-position: center top;
	background-repeat: repeat-y;
	margin-top: 0;
	
}	
#container {
	width: 1000px;
	margin: 0 auto;
}
.separation {
	clear: both;
	visibility: hidden;
}

/*-----POLICES-----*/
* {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
h1 {
	font-size: 24px;
	color: #648720;
	font-weight: normal;
	margin: 10px 0;
	padding: 0;
}
h2 {
	font-size: 16px;
	color: #648720;
	font-weight: normal;
	margin: 10px 0;
	padding: 0;
}
h5 {
	font-size: 11px;
	color: #666666;
	font-weight: normal;	
	padding: 0;
	margin: 0;
}
a {
	outline: none;
}

/*-----HEADER-----*/
#header {
	width: 1000px;
	height: 227px;
	margin: 0;
	padding: 0;
}
	#header .headerLeft {
		float: left;
		width: 250px;
		height: 227px;
		display: block;
		background-image: url('../imagesFront/fd_logo.jpg');
		background-position: left top;
		background-repeat: no-repeat;
		margin: 0;
		padding: 0;
	}
	#header img {
		display: block;
		margin: 0;
		padding: 0;
		border: 0;
	}
	#header .headerLeft span {
		position: absolute;
		width: 137px;
		height: 39px;
		display: block;
		top: 121px;
		margin-left: 99px;
		background-image: url('../imagesFront/bt_communes.png');
		background-position: left top;
		background-repeat: no-repeat;
		list-style: none;
		padding: 0;
	}
	#header .headerLeft a.bt_communes {
		color: #FFFFFF;
		display: block;
		text-decoration: none;
		padding-top: 10px;
		text-align: center;
		font-size: 14px;	
		font-weight: bold;
	}
	#header .flash {
		float: left;
		display: block;
		width: 400px;
		height: 227px;
		text-align: left;
	}


/*-----ACTUS-----*/
#homeActus {
	background-color: #92be3c;
	display: block;
	float: left;
	width: 310px;
	height: 187px;
	padding: 20px;
}
#homeActus a.all {
	color: #648720;
	text-decoration: none;
}


/*-----CONTENT LEFT-----*/
#contentLeft {
	float: left;
	width: 620px;
	padding: 0;
}

	/*-----TABLEAU DE PDF-----*/
	table.compteRendu {
		width: 100%;
		margin-top: 10px;
		background-color: #DFDFDF;
		border-collapse: collapse;
	}
	table.compteRendu th {
		font-size: 14px;
		padding: 5px;
		border: 1px solid #DFDFDF;
	}
	table.compteRendu td {
		background-color: #FFFFFF;
		border: 1px solid #DFDFDF;
		padding: 5px;
	}

	/*-----ContentPage-----*/
	#contentPage {
		width: 605px;
		margin: 45px 0 0 0;
		padding: 0 15px 20px 30px;
	}
	/* #contentPage h1 {
	    font-size: 24px;
	    color: #648720;
	    font-weight: normal;
	    margin: 10px 0;
	    padding: 0;
	} */
	#contentPage p {
		line-height: 17px;
	}
	#contentPage a img {
		border: 0;
	}
	p.chapeau {
		width: 605px;
		margin: 5px 0;
		font-weight: bold;
	}
	
	/*-----Liens vers autres pages-----*/
	ul.autresPages {
		float: left;
		margin: 15px 0 0 0;
		width: 100%;
		list-style-type: none;
		padding: 10px 0 0 0;
		color: #6A8533;
		font-weight: bold;
		border-top: 1px solid #D2DFB5;
	}
	ul.autresPages li {
		list-style-type: none;
	}
	ul.autresPages li a {
		line-height: 17px;
		text-decoration: none;
		font-weight: normal;
	}
	ul.autresPages li a:hover {
		color: #6A8533;
		text-decoration: underline;
	}
	
	/*-----Fil-----*/
	span.infosEntetePage {
		display: block;
		width: 605px;
		font-size: 11px;
		color: #AFAFAF;
		margin-bottom: 20px;
	}
	span.infosEntetePage a {
		font-size: 11px;
		color: #AFAFAF;
	}
	
	/*-----A la une-----*/
	.pagesAccueil {
		width: 605px;
		margin-top: 30px;
		line-height: 17px;
	}
	.pagesAccueil h2 {
		display: block;
		width: 605px;
		height: 38px;
		background-image: url('../imagesFront/bandeau_une.jpg');
		background-position: left top;
		background-repeat: no-repeat;
	}
	.pagesAccueil span {
		width: 200px;
		height: 28px;
		text-align: right;
		padding: 10px 15px 0 0;
		float: right;
		color: #FFFFFF;
		font-weight: normal;
	}
	.pagesAccueil ul, .pagesAccueil ul li {
		float: left;
		width: 605px;
		list-style-type: none;
		padding: 0;
		margin-bottom: 15px;
	}
	.pagesAccueil ul li img {
		float: left;
		margin: 0 10px 0 0;
		border: 0;
		width: 100px;
	}
	.pagesAccueil ul li p {
		float: left;
		width: 495px;
		margin-left: 110px;
		text-align: left;
		font-weight: normal;
		margin: 0;
	}
	.pagesAccueil ul li span.titre {
		
		font-size: 15px;
		color: #648720;
		padding: 0 0 3px 0;
		margin: 0;
		font-weight: normal;
	}
	.pagesAccueil ul li p > strong {
		color: #648720;
		font-size: 13px;
	}
	.pagesAccueil ul li p a {
		text-decoration: none;
		font-size: 11px;
		background-color: #648720;
		color: #FFFFFF;
		padding: 1px 3px;
		text-decoration: none;
		margin-top: 5px;
		display: block;
		width: 70px;
		text-align: center;
	}
	.pagesAccueil ul li p a:hover {
		color: #ACC93B;
	}
	
	/*-----Resultat page recherche-----*/
	ul.resultRecherche {
		list-style-type: none;
		padding: 0;
	}
	ul.resultRecherche li a {
		line-height: 18px;
		text-decoration: none;
	}
	ul.resultRecherche li a:hover {
		color: #648720;
	}
	
	/*-----Resultat page nouveautés-----*/
	ul.nouveautes {
		list-style-type: none;
		padding: 0;
	}
	ul.nouveautes li a {
		line-height: 18px;
		text-decoration: none;
	}
	ul.nouveautes li a:hover {
		color: #648720;
	}
	ul.nouveautes li span.rubrique {
		width: 150px;
		float: left;
		color: #648720;
		font-size: 11px;
	}


/*-----CONTENT RIGHT-----*/
#contentRight {
	float: right;
	width: 305px;
	margin: 0;
	padding: 0 18px 0 22px;
}
	/*-----Search-----*/
	.search {
		width: 252px;
		height: 37px;
		background-image: url('../imagesFront/fd_recherche.png');
		background-position: center top;
		background-repeat: no-repeat;
		margin: 0 auto;
	}
	.search form {
		width: 247px;
		height: 30px;
		margin: 0;
		padding: 0 0 0 5px;
	}
	.search form input {
		width: 200px;
		padding: 5px;
		background-color: #FFFFFF;
		border: 0;
		color: #999999;
		float: left;
		margin-top: 5px;
	}
	.search form input.submit {
		background: url('../imagesFront/bt_recherche.png') no-repeat left top;
		width: 27px;
		height: 35px;
		float: right;
		margin: 0;
	}
	
	/*---Boutons interactifs-----*/
	.btsInteractifs {
		display: block;
		width: 250px;
		height: 25px;
		margin: 15px auto;
		padding: 0;
		list-style-type: none;
		text-align: center;
	}
	.btsInteractifs ul li {
		float: left;
		list-style-type: none;
		display: block;
		height: 25px;
		margin: 0 auto;
		padding: 0;
	}
	.btsInteractifs ul li a.home {
		display: block;
		width: 25px;
		height: 25px;
		background-image: url('../imagesFront/menu_interactif.png');
		background-position: left top;
		background-repeat: no-repeat;
	}
	.btsInteractifs ul li a.print {
		display: block;
		width: 35px;
		height: 25px;
		background-image: url('../imagesFront/menu_interactif.png');
		background-position: -25px top;
		background-repeat: no-repeat;
	}
	.btsInteractifs ul li a.zoomText {
		display: block;
		width: 30px;
		height: 25px;
		background-image: url('../imagesFront/menu_interactif.png');
		background-position: -61px top;
		background-repeat: no-repeat;
	}
	.btsInteractifs ul li a.meteo {
		display: block;
		width: 30px;
		height: 25px;
		background-image: url('../imagesFront/menu_interactif.png');
		background-position: -90px top;
		background-repeat: no-repeat;
	}
	.btsInteractifs ul li a.ami {
		display: block;
		width: 35px;
		height: 25px;
		background-image: url('../imagesFront/menu_interactif.png');
		background-position: -120px top;
		background-repeat: no-repeat;
	}
	
	
	/*-----Infos pratiques-----*/
	.infosPratiques {
		float: left;
		width: 298px;
		margin: 0 auto;
		border: 0;
	}
	.infosPratiques span.header {
		width: 298px;
		height: 20px;
		margin: 0;
	}
	.infosPratiques span.header a {
		float: left;
		width: 92px;
		height: 16px;
		background-image: url('../imagesFront/bt_infos_off.png');
		background-position: left top;
		background-repeat: no-repeat;
		font-size: 10px;
		text-decoration: none;
		text-align: center;
		padding-top: 3px;
		margin-right: 1px;
	}
	.infosPratiques span.header a:hover {
		background-image: url('../imagesFront/bt_infos_on.png');
	}
	.infosPratiques span.header a.first {
		margin-left: 5px;
	}
	.infosPratiques p {
		float: left;
		width: 276px;
		padding: 8px 10px 5px 10px;
		margin: 0;
		border-right: 1px solid #92BE3C;
		border-left: 1px solid #92BE3C;
		border-top: 1px solid #92BE3C;
		font-size: 11px;
		line-height: 16px;
		background-color: #FFFFFF;
		display: none;
	}
	.infosPratiques span.footer {
		float: left;
		width: 298px;
		height: 20px;
		background-image: url('../imagesFront/bottom_infos.png');
		background-position: left top;
		background-repeat: no-repeat;
	}


	/*-----Carte flash-----*/
	#carteFlash {
		float: left;
		width: 296px;
		height: 232px;
		padding: 0;
		border: 1px solid #92BE3C;
	}
	#carteFlash span, #carteFlash a {
		font-size: 9px;
	}
	
	
	/*----Boutons infos publications-----*/
	a.btInfosPratiques, a.btPublications {
		float: left;
		width: 168px;
		height: 52px;
		margin-top: 15px;
		display: block;
		text-decoration: none;
		font-size: 11px;
		padding: 7px 0 0 130px;	
	}
	a.btInfosPratiques {
		background-image: url('../imagesFront/bt_infos_pratiques.png');
		background-position: left top;
		background-repeat: no-repeat;
		margin-top: 0;
	}
	a.btPublications {
		background-image: url('../imagesFront/bt_publications.png');
		background-position: left top;
		background-repeat: no-repeat;
		margin-bottom: 15px;
	}
	a.btNouveautes {
		float: left;
		width: 298px;
		height: 36px;
		display: block;
		margin:25px 0 20px 0;
	}
	a.btNouveautes img {
		border: 0;
	}
	
	/*-----Newsletter home-----*/
	.newsletterHome {
		float: left;
		width: 298px;
		height: 39px;
		margin: -2px auto;
	}
	.newsletterHome form {
		width: 220px;
		height: 30px;
		margin: 0;
		padding: 8px 0 0 5px;
                position: relative;
	}
	.newsletterHome form input {
		width: 280px; height: 34px;
		padding: 5px 0 0 10px;
		background-color: #FFFFFF;
		border: 0;
		color: #999999;
                line-height: 25px;
                background: url('../imagesFront/fd_abonnement_news.jpg') no-repeat 0 0;
                position: absolute; left: 0;
	}
        .newsletterHome form input.submit {
                position: absolute; left: 270px;
                width: 34px; height: 39px;
		padding: 5px;
		background: url('../imagesFront/bt_abonnement_news.jpg') no-repeat 0 0;
		border: 0;
	}
	
	/*-----RSS-----*/
	a.RSS {
		float: left;
		width: 253px;
		height: 39px;
		background-image: url('../imagesFront/icone_rss.png');
		background-position: left top;
		background-repeat: no-repeat;
		color: #F05306;
		margin-top: 10px;
		padding-left: 40px;	
		text-decoration: none;
		font-size: 11px;
		text-align: right;
	}
	
	/*-----SP-----*/
	a.SP {
		float: left;
		width: 163px;
		height: 39px;
		background-image: url('../imagesFront/icone_services_publics.png');
		background-position: left top;
		background-repeat: no-repeat;
		margin-top: 15px;
		padding-left: 130px;	
		text-decoration: none;
		font-size: 11px;
		text-align: right;
	}
	
	/*-----Partenaires-----*/
	a.Partenaires {
		float: left;
		width: 243px;
		height: 39px;
		background-image: url('../imagesFront/icone_partenaires.png');
		background-position: left top;
		background-repeat: no-repeat;
		margin-top: 25px;
		padding-left: 50px;	
		text-decoration: none;
		font-size: 11px;
		text-align: right;
	}
	
	
	
/*-----FORM-----*/
form.habillageSite {
	width: 600px;
	padding: 0; margin: 0;
}
	form.habillageSite span { 
		font-size: 11px;
	}
	form.habillageSite fieldset {
		width: 580px;	
		border: 0;
		border-top: 1px solid #EBEBEB;
		border-bottom: 1px solid #EBEBEB;
		margin-bottom: 15px;
		padding: 5px 5px 5px 0;
	}
	form.habillageSite p { 
		width: 580px;
		padding: 2px; 
		margin: 6px 0; 
	}
	form.habillageSite p { 
		width: 500px;
		padding: 2px; 
		margin: 6px 0; 
	}
	form.habillageSite p label {
		float: left;
		margin-top: 3px; 
		padding: 5px; 
		width: 150px;
		text-align: right; 
		line-height: 12px; 
	}
	form.habillageSite p input.small, form.habillageSite p textarea.small, form.habillageSite p select.small {
		width: 150px;
	}
	form.habillageSite p input.large, form.habillageSite p textarea.large, form.habillageSite p select.large {
		width: 300px;
	}
	form.habillageSite p input.small, form.habillageSite p input.large, form.habillageSite p textarea.large, form.habillageSite p select.small, form.habillageSite p select.large {
		padding: 5px;
		border: 1px solid #DFDFDF;
	}
	form.habillageSite p input.submit {
		width: 185px;
		height: 33px;
		text-align: center;
		display: block;	
		background-image: url('../imagesFront/fd_submit.png');
		background-position: left top;
		background-repeat: no-repeat;
		border: 0;
		background-color: transparent;
		color: #FFFFFF;
	}
	form.habillageSite p.resultForm {
		margin: 10px 0;
		font-weight: bold;
	}


/*-----PLAN DU SITE-----*/
#planSite {
	width: 600px;
}
	#planSite .rubrique {
		width: 600px;
		margin-bottom: 10px;
		margin: 0;
	}
	#planSite .rubrique h1 {
		font-size: 18px;
		font-weight: normal;
		border-bottom: 1px solid #EBEBEB;
		margin: 0 0 5px 0;
	}
	#planSite .rubrique h2 {
		font-size: 14px;
		font-weight: normal;
		color: #648720;
		margin: 0 0 5px 0;
		padding: 0;
	}
	#planSite .rubrique ul {
		list-style-type: none;
		margin: 0 0 20px 0;
		padding: 0 0 0 20px;
		display: none;
	}
	#planSite .rubrique a {
		color: #648720;
		text-decoration: none;
	}
	#planSite .rubrique a:hover {
		color: #000000;
		text-decoration: none;
	}
	#planSite .rubrique ul li a {
		color: #000000;
		text-decoration: none;
	}
	
	
/*-----FOOTER-----*/
#footer {
	margin-top: 20px;
	color: #648720;
	padding: 0 0 0 30px;
}
	#footer p {
		color: #648720;
	}
	#footer a {
		color: #648720;
		text-decoration: none;
		font-size: 11px;
	}
	#footer span a {
		float: right;
		text-decoration: none;
		font-size: 11px;
		padding-right: 30px;
	}
	#footer a:hover {
		color: #000000;
		text-decoration: none;
	}
