/* CSS Document */
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	min-width: 970px;
	background: #5C6164;
	font-family: arial, helvetica, sans-serif;
	color: black;
	text-align: center;
}

div, dl, dt, dd, span {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
********************************************
				Important					*
********************************************
*/

table#fond {
	border: 0;
	margin: 0;
	width: 970px;
/*	height: 100%;	*/
}
#fond td {
/*	padding: 0;	*/
	text-align: left;
	vertical-align: top;
}
td.tdfond {padding-right: 10px !important; padding-left: 21px !important;}

div#gauche {
	width: 215px;
/*	height: 540px;	*/	
}

div#principal {
	float: right;
	width: 720px;
}


/*
********************************************
	Nouvelle présentation contenu page d'accueil				*
********************************************
*/

#actualite_titre{
	text-decoration: bold;
	color: #89ABC9;
	font-size:2em;
	margin-left: 5px;
	margin-top: 10px;
}

#actualite_home {
	vertical-align: top;
	width: 98%;
	border: 2px solid #89ABC9;
	margin-left: 5px;
}

#actu_home {
	border-collapse: collapse;
}

#actu_home .cat {
	color:#CC9900;
	font-weight:bold;
	font-size:0.8em;
	font-family: arial, helvetica, sans-serif;
	text-align:right;
	padding-bottom: 10px;
	clear:both;
}

#actu_home .titre {
	color:#663300;
	font-weight:bold;
	font-size:1em;
	font-family: arial, helvetica, sans-serif;
	text-align:right;
clear:both;
}

#actu_home .titre a{
	color:#663300;
	text-decoration:none;
}

#actu_home .titre a:hover{
	text-decoration:underline;
}

#actu_home .resume{
	color:black;
	font-size:0.8em;
	font-family: arial, helvetica, sans-serif;
	text-align:justify;
}

#actu_home .lire{
	text-align:right
}

#actu_home .tdune{
	padding-left:5px;
	padding-right:5px;
	padding-top:15px;
	padding-bottom:15px;
}


.colmilieu {
	background:url('images2/ligne_verticale.gif') repeat-y;
	width:4px;
}

.lignehorizontale {
	height:4px;
	background:url('images2/actu_hr.gif');
	margin:10px auto 0px auto;
	background-position:center;	
}



/*
********************************************
				Couleur						*
********************************************
*/

table.fd_96D305 {background: #96D305 url(images2/fond2.gif) left top repeat-y;} /* découvrir */

div.fddiv_96D305 {background: url(images2/div_96D305.jpg) left top repeat-x;}
div.fddiv_FF9F00 {background: url(images2/div_FF9F00.jpg) left top repeat-x;}
div.fddiv_A52900 {background: url(images2/div_A52900.jpg) left top repeat-x;}
div.fddiv_326300 {background: url(images2/div_326300.jpg) left top repeat-x;}
div.fddiv_006191 {background: url(images2/div_006191.jpg) left top repeat-x;}
div.fddiv_D999EC {background: url(images2/div_D999EC.jpg) left top repeat-x;}

/*
********************************************
				bannière					*
********************************************
*/
div#banniere, div#contour_bann {height: 336px;}
div#contour_bann {
	background: url(images2/fen_1dx.gif) left top no-repeat;
	padding-top: 20px;
}
#contour_bann h3 {
	margin: 0;
	margin-left: 20px;
	padding: 0;
	color: white;
	font-size: xx-large;
	font-weight: normal;
}
.commune {
	margin: 0;
	padding: 0;
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 0;
}

/* -----------------Slogan-----------------------
div#slogan {
	float: right;
	margin-top: 20px;
	margin-left: 565px;
	position: absolute;
	width: 95px;
	height: 89px;
}
 */
/* ------- menu --------- */
div#menu {
/*	margin-left: 12px;	*/
	margin-left: 10px;
	width: 698px;
	height: 30px;
	background: white;
	border: 1px solid white;
}
#menu dl {
	float: left;
	border-right: 1px solid white;
}
#menu dt {
	height: 30px;
	font-family: tahoma, helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
}
#menu dd {
	position: absolute;
	border: 0;
	width: 10em;
	background: white;
	padding: 1px;
	text-align: left;
	visibility: hidden;
	z-index: 100;
}
.divn3 {
	position: absolute;
	float: right;
	margin: 0;
	padding: 0;
	width: 150px;
	margin-left: 10em;
	padding: 0.2em;
	background: white;
	border: 1px solid black;
	visibility: hidden;
}
.OpenGauche {
	position: absolute;
	float: left;
	margin: 0;
	padding: 0;
	width: 150px;
	margin-left: -158px;
	padding: 0.2em;
	background: white;
	border: 1px solid black;
	visibility: hidden;
}
#menu ul, #menu li {
	margin: 0;
	padding: 0;
	font-family: tahoma, helvetica, sans-serif;
	font-size: 12pt;
	list-style-type: none;
}
#menu a {
	font-size: 8pt;
	color: white;
	text-decoration: none;
}
#menu a:hover {color: white;}
#menu dd a {
	margin: 3px;
	color: black;
}
#menu dd a:hover {color: black;}
#menu dt a {
	line-height: 8pt;
}
dt#dt_96D305 {								/* découvrir */
	background: #96D305;
	width: 130px;
}
dt#dt_FF9F00 {								/* Mairie */
	background: #FF9F00;
	width: 67px;
}
dt#dt_A52900 {								/* Economie */
	background: #A52900;
	width: 140px;
}
dt#dt_326300 {								/* Environnement */
	background: #326300;
	width: 115px;
}
dt#dt_006191 {								/* Vie quotidienne */
	background: #006191;
	width: 110px;
}
dt#dt_D999EC {								/* Culture, Sport, Loisirs */
	background: #D999EC;
	border-right: 0 !important;
	width: 130px;
}
dd#hsr_96D305 {								/* découvrir */
	border: 1px solid #96D305;
	background: #D8F964;
}
dd#hsr_96D305 li {border-bottom: 1px solid #96D305;}

dd#hsr_FF9F00 {								/* Mairie */
	border: 1px solid #FF9F00;
	background: #FFD697;
}
dd#hsr_FF9F00 li {border-bottom: 1px solid #FF9F00;}

dd#hsr_A52900 {								/* Economie */
	border: 1px solid #A52900;
	background: #FFA688;
}
dd#hsr_A52900 li {border-bottom: 1px solid #A52900;}

dd#hsr_326300 {								/* Environnement */
	border: 1px solid #326300;
	background: #6BDE00;
}
dd#hsr_326300 li {border-bottom: 1px solid #326300;}

dd#hsr_006191 {								/* Vie quotidienne */
	border: 1px solid #006191;
	background: #03FACC;
}
dd#hsr_006191 li {border-bottom: 1px solid #006191;}

dd#hsr_D999EC {								/* Culture, Sport, Loisirs */
	border: 1px solid #D999EC;
	background: #F099F7;
}
dd#hsr_D999EC li {border-bottom: 1px solid #D999EC;}

.flecheRub {
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
}
.derli {border-bottom: none;}

/*
********************************************
				Contenus					*
********************************************
 -------------------- Contenu -------------------------- */
div#contenu {
	margin-top: 15px;
	margin-left: 10px;
/*	margin-right: 16px;	*/
	width: 699px;
/*	border: 1px solid black;	*/
}
/*
#contenu table {
	margin-bottom: 1em;
}
*/
#contenu table td {
	font-size: small;
}
td.theme1, td.theme2 {
	padding: 0.5em;
	background: #EBEBEB;
	font-weight: bold;
	color: black;
}
.theme2 {text-align: right !important;}
table.article td {
	padding: 0.5em;
}
span.titre {
	display: block;
	font-weight: bold;
	color: black;
	font-size: small;
}
a.lire {
	display: block;
	margin-top: 5px;
}
a.lire img {
	border: 0;
}

/*
********************************************
				Colonne de gauche			*
********************************************
*/

div#trompettiste {
	margin-top: 10px;
 	width: 214px;
	height: 158px;
	background: url(images2/concours_trompettes_2010_1.jpg) center top no-repeat;
}

#lien_fr {
	float:left;
	width: 51px;
	height: 28px;
	font-size: 28px;
	margin-top: 114px;
	margin-left: 8px;
	
}

#lien_fr a {
	text-decoration:none;
	
}

#lien_gb a {
	text-decoration:none;
	
}

#lien_gb {
	float:left;
	width: 51px;
	height: 28px;
	font-size: 28px;
	margin-top: 114px;
	margin-left: 92px;
}

div#date {
	width: 214px;
	height: 26px;
	background: url(images2/date.gif) left top no-repeat;
	color: white;
	font-size: 80%;
	padding-top: 0.3em;
	text-align: center;
}

/* ---------------- Recherche ----------------- */
div#recherche {
	padding-bottom: 0.5em;
}
#recherche form {
	display: inline;
}
#recherche img {
	margin-left: 0.1em;
}
#recherche label {
	display: block;
	margin-left: 0.5em;
	font-size: 9pt;
	font-weight: bold;
}
input.text {
	color: white;
	border: 1px solid black;
}
.bouton {
	color: white;
	background: #006699;
	vertical-align: middle;
}

/* ---------------- invariants ----------------- */
#gauche dl {
/*	width: 214px;	*/
	height: 22px;
	padding-left: 0.1em;
	font-size: 9pt;
	font-weight: bold;
}
#gauche dl img {
	border: 0;
	vertical-align: middle;
	margin-right: 0.2em;
}
#gauche dt {
	padding-top: 0.2em;
}
#gauche dt a {
	color: black;
	text-decoration: none;
}
#gauche dt a:hover {
	color: white;
}
div#invariant .minimap {
	border: 0;
	margin: 0;
	padding: 0;
}

/* ----------- Extranet ------------- */
#invar2 form {display: inline;}
#invar2 label {
	color: black;
	font-size: small;
	font-weight: bold;
}
#invar2 input {display: block;}
#invar2 label, #invar2 input {margin-left: 1em;}
input.ipt_96D305 {
	background: #96D305;
	border: 1px solid black;
}

/* -------------------- Agenda -------------------------- */
div#invar2 div.sommaire {
	padding: 0.2em;
	color: white;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}
#invar2 p {
/*	width: 208px;	*/
	margin: 0;
	padding: 0.2em;
	font-size: small;
	background: white;
	color: black;
	font-weight: bold;
	text-align: left;
/*	border: 1px solid black;	*/
}
.datemanif {
	display: block;
	color: #006699;
}
#invar2 p span.resume {font-weight: normal !important;}
#invar2 p a {
	color: black;
	text-decoration: none;
}
.piedagenda {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
#invar2 p a:hover {text-decoration: underline;}
.bloc_96D305 .sommaire {background: #B8EF02 url(images2/sommaire_96D305.jpg) left bottom repeat-x;}
.bloc_96D305 p {
/*	border-left: 1px solid #D7F08E;
	border-right: 1px solid #D7F08E;	*/
	font-weight: normal !important;
}
.aucun_bord p {border: 0 !important;}


#encartpresse {
	width: 215px;
}

#flash_photo {
	TEXT-ALIGN:center;
}

#ville_image {
	width: 215px;
}

#ville_image div.titre_ville_image{
	COLOR: white; 
	BACKGROUND-COLOR:#511CFE;
	TEXT-ALIGN:center;
	padding:0.2em;
	font-size: 10pt;
	font-weight: bold;
}


#encartpresse div.sommaire {
	padding: 0.2em;
	color: white;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}

#encartpresse div.sommaire a {
	color: white;
	text-decoration: none;
}

.contenuencartpresse {

	border-bottom: 1px dashed #C0C0C0;
	border-left: 1px dashed #C0C0C0;
	border-right: 1px dashed #C0C0C0;
	margin: 0;
	padding: 0.2em;
	font-size: small;
	background: white;
	color: black;
	font-weight: normal;
}

.contenuencartpresse a {
	color: #006699;
	text-decoration: none;
}

/* ----------------- Pied de page ----------------- */
hr.flottant {
	display: none;
 	clear: both;
/* Composition conformes aux autres navs
	voice-family: "\"}\""; 
	voice-family: inherit; */
	-moz-display: block !important;
	visibility: hidden;
 	margin: 0;
	padding: 0;
	border: 0;
}
div#baspage {
	width: 698px;
	height: 26px;
	padding-top: 0.3em;
	margin-left: 10px;
	background: #EBEBEB;
	font-size: small;
	color: black;
	text-align: center;
}
#baspage a {
	color: black;
	text-decoration: none;
}
#baspage a:hover {
	text-decoration: underline;
}
