/*
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: #0A5C99;
	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;
}


.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;
	padding-left:8px;
}

.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: #7598BB;
	text-decoration: none;
}

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: #ffffff;
}

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

/*style menu*/
/*Niveau 1*/
a.menuGauche {
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}
a.menuGauche:hover {
    color: #ff9900;
    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: #ff9900;
    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: #FF9900;
    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: #ff9900;
    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: #ff9900;
    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: #ff9900;
    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: #ff9900;
    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: #ff9900;
    text-decoration: underline;
    font-weight: bold;
    font-size: 10px;
    text-align: left;
}


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

.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;
}
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: #cccccc;
	text-decoration: underline;
}

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

/** diaporama **/
.tdDiapo {
    text-align:center;
    align:center;
    vertical-align:middle;
    width:105;
    height:95;
    border:1px solid #B3C6FF;
}
.tdDiapoVide {
    width:105;
    height:95;
    border:1px dotted #B3C6FF;
    background:#E8F3F7;
}
.menuDiapo {
    width:25;
    height:25;
    background:url('images/fondmenudiapo.gif');
}

