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

* {
	font-family : Verdana, Arial;
}

/* Gris clair et gris moyen pour alterner les couleurs des lignes
   des tableaux  */
.gris00 { 
    background-color: #d8ebd8;
    color : #777;
	font-style : italic;
}
.gris01 { 
    background-color: #d8ebd8;
    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: #d8ebd8;
}
.gris01:hover { 
    background-color: #d8ebd8;
}
.gris10:hover { 
    background-color: #d8ebd8;
}
.gris11:hover { 
    background-color: #d8ebd8;
}


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

.texteSelectionne {
	color : 7fff2A;
	font-weight : bold;
}

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

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

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

/* ----------------------------- 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-weight : bold;
}
TABLE.formRechAvancee TH {
	background-repeat: no-repeat;
	font-size : 110%;
	text-align: center;
	padding: 9px;
	/* border: solid; border-width:2px; */
	border: none;
}
TABLE.formRechAvancee TD { 
	line-height: 160% ;
	font-size : 100%;
	padding: 10px;
	text-decoration: none;
	/* border: solid; border-width:2px; */
	border: none;
}
TABLE.formRechAvanceeAttributs TH {
	padding: 3px;
	background-repeat: no-repeat;
	font-size : 100%;
	text-align: center;
	/* border: solid; border-width:2px; */
	border: none;
}
TABLE.formRechAvanceeAttributs TD { 
	padding: 3px;
	font-size : 90%;
	font-weight: normal;
	text-decoration: none;
	/* border: solid; border-width:2px; */
	border: none;
}
	

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

TABLE.menuAdmin { 
	background-color : #666666; /*  #400010; */
}
TABLE.menuAdmin TH {
	color: #9999FF;
	font-weight: bold;
	font-size : 100%;
	padding: 2px;
	text-align:left;
}
TABLE.menuAdmin TD { 
	padding: 4px;
    background-color: #999999;  /* #886565; */
	color: #EEEEEE;
	text-decoration: none;
	text-align:center;
	font-size : 100%;
}
TABLE.menuAdmin TD:hover { 
    background-color: #98d;
}
TABLE.menuAdmin A { 
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size : 100%;
}

body { 
    font-size: 11px;
	margin: 0;
	padding: 0;
}
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: #E8E8E8;
	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%;
	font-weight: normal;
	border-width:0px;
	padding: 0px;
}

