/*
STYLE GENERAL
UTILISE POUR LE LAYOUT ET LES PAGES MODULES
*/


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #ffffff;
}




.titrePage {
	color: #949DBD;
	font-weight: bold;
	font-family: Verdana;
	font-size: 14px;
	text-align: left;
}


h1 {
	color: #0A5C99;
	font-weight: bold;
	font-family: Verdana;
	font-size: 24px;
	text-align: left;
}
h2 {
	color: #0A5C99;
	font-weight: normal;
	font-family: Verdana;
	font-size: 12px;
	text-align: left;
}

hr {
	color: #949DBD;
	size: 1;
	width: 80%;
	align: center;
}

.tdRecherche {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fcfcfc;	
}

.tdAccueilHaut {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

.tdAccueil {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

.tdMenuHaut {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}



a.accueilHaut {
	color: #ffffff;
	text-decoration: none;
}
a.accueilHaut:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.accueil {
	color: #ffffff;
	text-decoration: none;
}
a.accueil:hover {
	color: #cccccc;
	text-decoration: none;
}

a.menuHaut {
	color: #ffffff;
	text-decoration: none;
}
a.menuHaut:hover {
	color: #cccccc;
	text-decoration: none;
}
a.menuHaut:active {
	color: #cccccc;
	text-decoration: none;
}


.titre {
	font-weight: bold;
	color: #666666;
}

.communaute {
	font-weight: bold;
	color: #0099FF;
}
.hrcommune {
	color: #0D72BF;
	width: 70%;
}
.tdjustify {
	text-align: justify;
}
.tddroite {
	text-align: right;
}

.rubrique {
	position: relative;
	color: #666666;

}
.rubrique span {
	position: absolute; /* on superpose le SPAN sur le titre */
	top: -1px; /* on décale le SPAN */
	left: -1px;
	color: #ffffff;
}

/*style menu*/
/*Niveau 1*/
a.menuGauche {
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}
a.menuGauche:hover {
    color: #A6CE39;
    text-decoration: underline;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}
a.menuGaucheActif {
    color: #185161;
    text-decoration: underline;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}
a.menuGaucheActif:hover {
    color: #A6CE39;
    text-decoration: underline;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

/*Niveau 2*/
a.menuGaucheSous {
    color: #ffffff;
    text-decoration: none;
    font-size: 10px;
    text-align: left;
}
a.menuGaucheSous:hover {
    color: #A6CE39;
    text-decoration: underline;
    font-size: 10px;
    text-align: left;
}
a.menuGaucheSousActif {
    color: #185161;
    text-decoration: underline;
    font-size: 10px;
    text-align: left;
}
a.menuGaucheSousActif:hover {
    color: #A6CE39;
    text-decoration: underline;
    font-size: 10px;
    text-align: left;
}

/*Niveau 3*/
a.menuGaucheSousSous {
    color: #ffffff;
    text-decoration: none;
    font-size: 9px;
    text-align: left;
}
a.menuGaucheSousSous:hover {
    color: #A6CE39;
    text-decoration: underline;
    font-size: 9px;
    text-align: left;
}
a.menuGaucheSousSousActif {
    color: #185161;
    text-decoration: underline;
    font-size: 9px;
    text-align: left;
}
a.menuGaucheSousSousActif:hover {
    color: #A6CE39;
    text-decoration: underline;
    font-size: 9px;
    text-align: left;
}

/*Niveau 4*/
a.menuGauchePage {
    color: #185161;
    text-decoration: none;
    font-size: 10px;
    text-align: left;
}
a.menuGauchePage:hover {
    color: #A6CE39;
    text-decoration: underline;
    font-size: 10px;
    text-align: left;
}

a.menuGauchePageActif {
    color: #185161;
    text-decoration: underline;
    font-weight: bold;
    font-size: 10px;
    text-align: left;
}
a.menuGauchePageActif:hover {
    color: #A6CE39;
    text-decoration: underline;
    font-weight: bold;
    font-size: 10px;
    text-align: left;
}


span.insee {
	font-size: 10px;
}

span.date {
	font-size: 10px;
	color: #0A5C99;
}

.inputSubmit {
	background-color: #ffffff;
 	color: #0A5C99;
  	font-family: verdana,arial;
   	font-size: 12 px;
        border: 1px outset #008FB3;
	list-style-type: disc;
	list-style-position: inside;
	font-weight: bold;
	line-height: 11pt;
	cursor: hand;
	border-top-style:outset;
	border-right-style:outset;
	border-bottom-style:outset;
	border-left-style:outset;
	cursor: pointer;
}

.inputRecherche {
	background-color: #ffffff;
 	color: #000000;
  	font-family: verdana,arial;
   	font-size: 11 px;
        border: 1px outset #000000;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 11pt;
	border-top-style:outset;
	border-right-style:outset;
	border-bottom-style:outset;
	border-left-style:outset;
}

.credits {
	font-size: 9px;
	color: #ffffff;
}
a.liencredits {
	color: #ffffff;
	text-decoration: none;
}
a.liencredits:hover {
	color: #cccccc;
	text-decoration: underline;
}
a.blanc {
	color: #ffffff;
	text-decoration: none;
}
a.blanc:hover {
	color: #A6CE39;
	text-decoration: underline;
}

a.lienplandusite {
	color: #7598BB;
	text-decoration: none;
}
a.lienplandusite:hover {
	color: #A6CE39;
	text-decoration: underline;
}