A:active {
	color: #5035AE;
	text-decoration: none;
}

A:visited {
	color: red;
	text-decoration: none;
}

A:link {
	color: #C0C000;
	text-decoration: none;
}
A:hover {
	font-size: 10pt;
	color: #C0C000;
	text-decoration: underline;
}

H1 {
	font-size: 16pt;
	font:  normal;
	color: #A88600;
}

H2 {
	font-size: 10pt;
}

H3 {
	font-size: 10pt;
	font: italic;
}

H5 {
	text-align: left;
	font: normal;
	font-size: x-small;
	font-family: Verdana, Tahoma, Arial;
}
	
FONT {
	font-size: 10pt;
	color: black;
}

FONT.exergue {
/*	color: #C00000*/
	color: red;
}

BODY {
/*si fonction customfade() désactivé (return) -> activer la couleur de fond sur BODY*/ 
	background: #00316B; 
    background-image: url(../images/fond.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
	color: white;
	font:  bold;
}

BODY.entete {
	background: #00316B; 
}

/*************************************tableaux*/
TABLE {
/*	background: #F7EFDE;*/
	border: none;
	width: 700px;
}

TABLE.small {
	border: none;
	width: 500px;
}

TD {
	text-align: center;
	vertical-align: middle;
	font: bold;
	border: none;
	font-size: 10pt;
	background: #F7EFDE;
}

TD.table_entete {
	background: #FFCC00;
	color: black;
}

TD.navigbarre {
	height: 30px;
	background: #FFCC00;
}

TD.colliste {
	color: black;
}

SELECT {
	font-family: Verdana, Tahoma, Arial;
}

TD.colradio {
	color: black;
}

TD.colcritere {
	color: black;
    text-align: left;
}

TD.coldispo {
	color: black;
	text-align: right;
	width: 25%;
}
/*************************************tableaux fin*/

/*************************************boutons fin*/
.bouton {
	background: #00438E;
	text-align: center;
	vertical-align: middle;
	font: bold;
	color: white;
    border: 2px outset white;
/*	width: 120px;*/
	font-size: 10pt;
	cursor: pointer;
}
.bouton_large {
	background: #00438E;
	text-align: center;
	vertical-align: middle;
	font: bold;
	color: white;
    border: 2px outset white;
	font-size: 10pt;
	width: 150px;
	cursor: pointer;
}
.page {
	background: #00438E;
	text-align: center;
	vertical-align: middle;
	font: bold;
	color: white;
    border: 2px outset white;
	font-size: 10pt;
	width: 20px;
	cursor: pointer;
}
/*************************************boutons fin*/

/*************************************dispo*/
TD.dispo_entete {
	text-align: left;
	background: #FFCC00;
	color: black;
}

IMG.aff_dispo {
	width: 150px;
	height: 150px;
	border: 1px solid #5035AE;
}

IMG.no_image {
	width: 150px;
	height: 150px;
}
/*************************************dispo fin*/

/*************************************descriptifs*/
TD.descr {
	color: #5035AE;
	font: bold;
	text-align: left;
	font-size: 8pt;
}
/*************************************descriptifs fin*/

/*************************************galerie photos*/
TD.photo {
	background: #00316B;
	color: white;
}

IMG.galerie {
	width: 580px;
}
/*************************************galerie photos fin*/

/*************************************coordonnées*/
TABLE.coord_table {
	width: 400px;
}

TD.coord_entete {
	text-align: left;
	background: #FFCC00;
}

TD.coordonnees {
	text-align: left;
	color: black;
	background: #F7EFDE;
}
/*************************************coordonnées fin*/

/*************************************password*/
TABLE.pass_table {
	width: 300px;
}
/*************************************password fin*/

TABLE.sy_event {
	width: 1000px;
}

TD.relv_entete {
	font:  bold;
	color: black;
}

TD.relv_ligne {
	background: white;
	text-align: left;
	color: black;
}
TD.relv_col_date {
	text-align: center;
	width: 10%;
	color: black;
}

TD.relv_col_mt {
	text-align: right;
	width: 20%;
	color: black;
}

TD.plng_col_ref {
	font: bold;
	color: black;
}
/*************************************agenda coproprietaire*/
TABLE.agda_table {
	width: 800px;
}
TD.agda_entete {
	text-align: center;
	background: #FFCC00;
}
TD.agda_ligne {
	text-align: left;
	vertical-align: top;
	font-size: 9pt;
	color: black;
}
/*************************************agenda coproprietaire fin*/

