/* couleurs carroz */
/* vert foncé->bleu  : 3399FE (169032) : texte exergue / fond navigate */
/* vert clair  : 009933 () : texte exergue / fond navigate */
/* bleu foncé  : 3399FF (330099) : fonds frame */
/* bleu clair  : 66CCFF (3333CC) : fonds frame */
/* marron foncé: A78560 () : fonds entetes tableaux */
/* marron clair: BBA083 : fonds entetes tableaux */

/* nouvelle couleur : marron foncé : 795A3D */

A:active  {	font-size: 9pt;	color: black;}
A:visited {	font-size: 9pt; color: teal; }
A:link    {	font-size: 9pt;	color: #000000;}
A:hover   {	font-size: 9pt;	color: #FFCC00;}
A.menu:link { FONT-WEIGHT: bold; FONT-SIZE: 8pt; WIDTH: 137px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.menu:visited {	FONT-WEIGHT: bold; FONT-SIZE: 8pt; WIDTH: 137px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.menu:hover {	FONT-WEIGHT: bold; FONT-SIZE: 8pt; WIDTH: 137px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffcc00; TEXT-DECORATION: none
}

H1 {font-size: 10pt;	font: bold;	color: #E69543;}
H2 {font-size:  8pt;	font: bold;	color: #FFFFFF}
H3 {font-size:  8pt;	font: bold;	color: #FFFFFF}
H4 {font-size: 10pt;	font: bold;	color: #FFFFFF}
H5 {text-align: left;
	font: normal;
	font-size: x-small;
	font-family: Verdana, Tahoma, Arial;
}

FONT {font: bold;	font-size: 8pt;color: white /*black*/;}
FONT.exergue {	font: bold;	color: #E69543 /*3399FE*/;}
FONT.exergue2 {	font: bold;	color: #FFFFFF; font:bold}
FONT.invisible {color: 795A3D /*white*/;}  /*bleu clair : #3399FF */

BODY {
/*si fonction customfade() désactivé (return) -> activer la couleur de fond sur BODY*/
	background: #795A3D ;
	background-image: url(../Images/photo_bg.jpg);
	background-position: 212px 110px;
	background-repeat: no-repeat;
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	color: #fff;
	font: normal;
}

BODY.navigate {
	FONT-SIZE: 7pt; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	background: #795A3D;
	background-repeat: no-repeat;
	background-image: url(../Images/nav_bg.jpg);
	background-position: left top;
	font-size: 8pt;
	color: ##E69543;
	font: bold;
}

.entete {
	background: white;
}
#content_coord {
	width: 970px;
	margin: 0 auto;
}
div#content {
	font-weight: bold;
}


/*************************************tableaux************/
TABLE {
/*	background: #F7EFDE;*/
	border: none;
	width: 700px;
}
.medium {
	border: none;
	width: 680px;
}
.small {
	border: none;
	width: 500px;
}
DIV.div_https {
/*si fonction customfade() désactivé (return) -> activer la couleur de fond sur BODY*/

    background-image: url(../Images/fond1.jpg);
    background-position: right bottom;
    background-repeat: repeat;
}


TD {
	text-align: center;
	vertical-align: middle;
	font: bold;
	border: none;
	font-size: 8pt;
	background: transparent /*#3399FE */;
    padding-bottom: 1;
    padding-left: 1;
    padding-right: 1;
    padding-top: 1;
}

TD.navigate {
	text-align: left;
	vertical-align: top;
	font: bold;
	border: none;
	font-size: 8pt;
	background: #FFFFFF;
    padding-bottom: 1;
    padding-left: 1;
    padding-right: 1;
    padding-top: 1;
}

TD.navigate2 {
	text-align: left;
	vertical-align: top;
	font: bold;
	border: none;
	font-size: 8pt;
	padding-bottom: 1;
    padding-left: 1;
    padding-right: 1;
    padding-top: 1;
}

TD.table_entete {
	background: #E69543 /*#66CCFF*/ ;
	height: 25px;
	color: white;
}

}
A.table_entete:active {
	font-size: 9pt;
	color: white/*black*/;
}
A.table_entete:visited {
	font-size: 9pt;
    color: teal;
}
A.table_entete:link {
	font-size: 9pt;
	color: #80FF80 /*oc031204-009933-000000*/;
}
A.table_entete:hover {
	font-size: 9pt;
	color: yellow /*white*/;
}


TD.navigbarre {
	height: 25px;
	background: #E69543 ;
	color: blue /*white*/;
}

TD.colliste {
	font-family: Verdana, Tahoma, Arial;
	color: black;
}

TD.colradio {
	color: #FFFFFF /*oc031204-000000*/;
	font : bold;
}

TD.colcritere {
	color: #FFFFFF /*oc031204-000000*/;
	font : bold;
	text-align: left;
/*	height: 20px;*/
	vertical-align: top;
}

TD.coldispo {
	color: #FFFFFF /*oc031204-000000*/;
	font : bold;
	text-align: right;
	width: 25%;
}

SELECT {
	font-family: Verdana, Tahoma, Arial;
	font-size: 9pt;
}
/************************************* tableaux fin *******/

/************************************* zones de saisie *******/
INPUT {
	height: 20px;
}
/************************************* zones de saisie fin *******/

/************************************* boutons ********/
.bouton {
	background: #E69543;
	text-align: center;
	vertical-align: middle;
	font: bold;
	color: white;
    border: 2px outset white;
	font-size: 9pt;
	cursor: pointer;
	height: 20px;
}
.page {
	background: #E69543;
	text-align: center;
	vertical-align: middle;
	font: bold;
	color: #fff;
    border: 2px outset white;
	font-size: 9pt;
	cursor: pointer;
	text-decoration: underline;
	height: 25px;
}
div#page_suite {
	border: #E69543 1px solid;
	background: transparent;
	padding: 2px;
	font-weight: bold;
}
/*************************************boutons fin***************/

/*************************************dispo*******************/
TD.dispo_entete {
	text-align: left;
	background: #E69543 ;
	color: white /*black*/;
}
IMG.aff_dispo {
	width: 150px;
	border: 1px solid #5035AE;
}
IMG.w180 {
	width: 180px;
	border: 1px solid #5035AE;
}
IMG.no_image {
	width: 150px;
	height: 150px;
}
TD.dispo_suite {
	text-align: left;
	height: 30px;
	background: none;
}
IMG.loupe {
	border: none;
}
.hand {
	cursor: hand;
	cursor: pointer;
}
A.navigbarre:active {
	color: black /*white*/;
}
A.navigbarre:visited {
    color: red /*blue*/ /*#D6D6EF*/;
}
A.navigbarre:link {
	color: black /*white*/;
}
A.navigbarre:hover {
	color: red /*#FFCC00*/;
}
/*************************************dispo fin*/

/*************************************descriptifs*/
TD.descr {
	color: #FFFFFF /*3399FE*/;
	font-size:  8pt;
	text-align: left;
	font-weight: bold;
	width: 350px;
}
/*************************************descriptifs fin*/

/*************************************galerie photos*/
TD.photo {
	background: white;
}

IMG.galerie {
/*	width: 580px;*/
}
/*************************************galerie photos fin*/

/*************************************coordonnées*/
TABLE.coord_table {
	width: 320px;
}

TD.coord_entete {
	text-align: left;
	background: #E69543;
	color : white;
/*	height: 25px;*/
}

TD.coordonnees {
	text-align: left;
	background: #F7EFDE;
	color: #000;
}
INPUT.coord {
	height: 20px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
}
SELECT.coord {
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
}
/*************************************coordonnées fin*/

/*************************************password*/
TABLE.pass_table {
	width: 300px;
}
/*************************************password fin*/

/*************************************releve coproprietaire*/
TD.relv_entete {
	text-align: center;
	background: #FFCC00;
}

TD.relv_ligne {
	text-align: left;
}
TD.relv_col_date {
	text-align: center;
	width: 10%;
}

TD.relv_col_mt {
	text-align: right;
	width: 20%;
}
/*************************************releve coproprietaire fin*/

/*************************************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: 7pt;
}
/*************************************agenda coproprietaire fin*/

TD.plng_col_ref {
	font: bold;
}

/*************************************securisation*/
TABLE.secure {
	width: 500px;
}
IMG.secure {
	vertical-align: middle;
	text-align: right;
}
/*************************************securisation fin*/

/*************************************realisation*/
DIV.webmaster {
	font-size: 7pt;
	font: normal;
}
/*************************************realisation fin*/

/*************************************conditions generales*/
TEXTAREA {
	font-size: 8pt;
}
/*************************************conditions generales fin*/

/*************************************calendrier*/
BODY.cal {
	background: white;
	font-family: Verdana, Tahoma, Arial;
	font-size: 9pt;
	color: #5035AE;
	font:  bold;
}
TABLE.cal {
	width: 200px;
}

TD.calMois { font-size : 10px; font-weight: bold; text-align : center; font-family : verdana, geneva, helvetica, sans-serif; color : #ffffff; background : #7B849C; vertical-align: middle;}
TR.calSemaine { font-size : 9px; font-family : verdana, geneva, helvetica, sans-serif; color : #000000; background : #B5B5C6; }
TD.calJour { font-size : 9px; text-align : center; font-family : verdana, geneva, helvetica, sans-serif; color : #000000; background : #C0C8D6; }
TD.calJour A { font-size : 9px; text-align : center; font-family : verdana, geneva, helvetica, sans-serif; color : #000000; background : #C0C8D6; text-decoration: none; }
TD.calJour A:hover { font-size : 9px; text-align : center; font-family : verdana, geneva, helvetica, sans-serif; color : #ffffff; background : #C0C8D6; text-decoration: none; }
TD.calJourSel { font-size : 9px; font-weight: bold; text-align : center; font-family : verdana, geneva, helvetica, sans-serif; color : #000000; background : #EEEEEE; }
