a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	color: #cc0000;
	text-decoration: underline;
}


a.liens:link {
	color: #000099;
	text-decoration: none;
}
a.liens:visited {
	color: #000099;
	text-decoration: none;
}
a.liens:hover {
	color: #cc0000;
	text-decoration: none;
}

* {
	font-family : Verdana, Arial;
}

/* Gris clair et gris moyen pour alterner les couleurs des lignes
   des tableaux  */
.gris00 { 
    background-color: #EEE;
    color : #777;
	font-style : italic;
}
.gris01 { 
    background-color: #EEE;
    color : #000;
	font-style : normal;
}
.gris10 { 
    background-color: #DDD;
    color : #777;
	font-style : italic;
}
.gris11 { 
    background-color: #DDD;
    color : #000;
	font-style : normal;
}

.gris00:hover { 
    background-color: #FFFFFF;
}
.gris01:hover { 
    background-color: #FFFFFF;
}
.gris10:hover { 
    background-color: #FFFFFF;
}
.gris11:hover { 
    background-color: #FFFFFF;
}


.titrePrincipal {
    color : #fff;
	font-family: Arial;
	font-weight: 900;
	font-size: 25px;
}

.texteSelectionne {
	color : #050d5d;
	font-weight : bold;
}

#messageErreur {
	color : #E00;
	font-weight: bold;
}

#adminCentre INPUT {
	font-size: 90%;
}
#adminCentre SELECT {
	font-size: 90%;
}

/* ----------------------------- BOITES PAGE PRINCIPALE ----------------------------- */
#boiteRechercheRapide SELECT, #boiteRechercheAvancee SELECT, #boiteAlerte SELECT, #boiteContact SELECT, #boiteVotreAnnonce SELECT, #boiteMixte SELECT, #boiteLiensCommunes SELECT {
	font-size : 100%;
}
#boiteRechercheRapideCatVille INPUT, #boiteRechercheAvancee INPUT, #boiteAlerte INPUT, #boiteContact INPUT, #boiteVotreAnnonce INPUT, #boiteMixte INPUT, #boiteLiensCommunes INPUT {
	font-size : 100%;
}
#boiteRechercheRapide FORM, #boiteRechercheAvancee FORM, #boiteAlerte FORM, #boiteContact FORM, #boiteVotreAnnonce FROM, #boiteMixte FROM, #boiteLiensCommunes FROM {
	margin-bottom: 0px;
    margin-top: 0px;
}
#boiteRechercheRapide TABLE, #boiteRechercheAvancee TABLE, #boiteAlerte TABLE, #boiteContact TABLE, #boiteVotreAnnonce TABLE, #boiteMixte TABLE, #boiteLiensCommunes TABLE {
	font-style : bold;
}
#boiteRechercheRapide TH, #boiteRechercheAvancee TH, #boiteAlerte TH, #boiteContact TH, #boiteVotreAnnonce TH, #boiteMixte TH, #boiteLiensCommunes TH {
	background-repeat: no-repeat;
	text-align: left;
	padding: 9px;
	padding-left: 35px;
	border: solid; border-width:2px;
}
#boiteRechercheRapide TD, #boiteRechercheAvancee TD, #boiteAlerte TD, #boiteContact TD, #boiteVotreAnnonce TD, #boiteMixte TD, #boiteLiensCommunes TD {
	line-height: 160% ;
	font-size : 90%;
	padding: 10px;
	text-decoration: none;
	text-align:left;
	border: solid; border-width:2px;
}

/* ----------------------------- Formulaire recherche avancée ----------------------------- */
TABLE.formRechAvancee SELECT { 
	font-size : 100%;
}
TABLE.formRechAvancee INPUT {
	font-size : 100%;
}
TABLE.formRechAvancee FORM {
	margin-bottom: 0px;
    margin-top: 0px;
}
TABLE.formRechAvancee TABLE { 
	font-style : bold;
}
TABLE.formRechAvancee TH {
	background-repeat: no-repeat;
	font-size : 110%;
	text-align: center;
	padding: 9px;
	border: solid; border-width:2px;
}
TABLE.formRechAvancee TD { 
	line-height: 160% ;
	font-size : 100%;
	padding: 10px;
	text-decoration: none;
	text-align:left;
	border: solid; border-width:2px;
}
TABLE.formRechAvanceeAttributs TH {
	padding: 3px;
	background-repeat: no-repeat;
	font-size : 100%;
	text-align: center;
	border: solid; border-width:1px;
}
TABLE.formRechAvanceeAttributs TD { 
	padding: 3px;
	font-size : 90%;
	text-decoration: none;
	text-align:left;
	border: solid; border-width:1px;
}
	

/* ------------------------------------------------------------------------------------- */

TABLE.menuAdmin { 
	background-color : #050d5d; /*  #400010; */
}
TABLE.menuAdmin TH {
	/*color: #9999FF;*/
	color: white;
	font-weight: bold;
	font-size : 2;
	padding: 2px;
	text-align:left;
}
TABLE.menuAdmin TD { 
	padding: 4px;
  background-color: #FFFFFF;  /* #886565; */
	color: #050d5d;
	text-decoration: none;
	text-align:center;
	font-size : 1;
}
TABLE.menuAdmin TD:hover { 
    background-color: #FFFFFF;
}

TABLE.menuAdmin A:link {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	font-size : 1;
}

TABLE.menuAdmin A:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	font-size : 1;
}

TABLE.menuAdmin A:hover {
	color: #050d5d;
	text-decoration: none;
	font-weight: bold;
	font-size : 1;
}

body {
    font-size: 11px;
}
h1 { 
    font-size: 24px;
    font-weight: bold;
}
h2 { 
    font-size: 18px;
    font-weight: bold;
}
h3 { 
    font-size: 14px;
    font-weight: bold;
}
h4 { 
    font-size: 12px;
    font-weight: bold;
}

a.lienBlanc:link {
	color: #EEEEEE;
	text-decoration: underline;
	font-weight: bold;
}
a.lienBlanc:visited {
	color: #EEEEEE;
	text-decoration: underline;
	font-weight: bold;
}
a.lienBlanc:hover {
	color: #ffff00;
	text-decoration: underline;
	font-weight: bold;
}

TABLE.pliste { 
}
TABLE.pliste TH {
	color: #ffffff;
	background-color : #999999;
	text-align: center;
	font-weight: bold;
	font-size : 12px;
	padding: 4px;
}
TABLE.pliste TD { 
	font-size : 11px;
	border-width:1px;
	border-style:solid;
	border-color: #999999;
	padding: 2px;
}
TABLE.vide { 
}
TABLE.vide TH {
	font-size : 100%;
	border-width:0px;
	padding: 0px;
}
TABLE.vide TD { 
	font-size : 100%;
	border-width:0px;
	padding: 0px;
}
