/* couleurs altimmo */
/* vert foncé  : 169032 (169032) : texte exergue / fond navigate */
/* vert clair  : 009933 () : texte exergue / fond navigate */
/* bleu foncé  : 330099 (330099) : fonds frame */
/* bleu clair  : 3333CC () : fonds frame */
/* marron foncé: A78560 () : fonds entetes tableaux */
/* marron clair: BBA083 : fonds entetes tableaux */

A:active  {	font-size: 9pt;	color: #E8E6F3;}
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-weight: bold;
	color: #100379;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
H6 {
	font-size: 10pt;
	font-weight: bold;
	color: #100379;
}

H2 {font-size:  8pt;	font-weight: normal;	color: #100379;}
H3 {font-size:  9pt;	font-weight: normal;	color: #100379;}
H4 {font-size: 10pt;	font-weight: normal;	color: #100379;}
H5 {text-align: left;
	font-weight: normal;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

FONT.exergue {	color: #100379; font-weight:bold;}
FONT.exergue2 {	color: #FFFFFF; font-weight:bold;}
FONT.invisible {color: #330099;}

html {
	padding: 0;
	margin: 0;
}

body {
	background: #100379;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #100379;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* Mise en page principale */
div#content {
	width: 986px;
	margin: 0 auto;
	padding: 0;
	background: #EFEEF4;
}
div#header {
	background: #fff url(../images/entete_dernier.jpg) no-repeat left top;
	height: 207px;
	margin:0;
	padding:0;
}
div#menu {
	width: 780px;
	margin: auto 0 0 206;
	padding: 177 0 0 0;
}
div#main {
	background:#fff url(../images/fond.jpg) repeat-x left top;
	margin:0 auto;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size:  9pt;

}
div#footer {
    background: #fff url(../images/fond.jpg) ;
}
.align {
	width:700px;
	text-align:
	left;margin:0 auto;
}
.imenu {
	background-image:url(../images/splitmenu.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#fff;
	padding:6px 30px 6px 20px;
	float:left;
}

.imenu a {
	color: #000160;
	text-decoration: none;
	font-weight: bold;
}

.imenu a:hover {
	color: #1B8E2F;
	text-decoration: none;
	font-weight: bold;
}
/****************************/* FORM */
select {}
input {}
label { cursor: hand; cursor: pointer; }
textarea { }

.form, .coord {
	background-color: #fff;
	border: 1px solid #aeaeae;
}

/*************************************tableaux************/
TABLE {
	border: none;
}
.medium {
	border: none;
	width: 680px;
	margin: 2 auto;
	background: #fff url(../images/table_fond.jpg) repeat-x left top;
}
.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;
	border: none;
	font-size: 8pt;
	/*background: #009933 /*FFFFFF*/;*/
	background: #EAE8F3;
	padding-bottom: 1;
    padding-left: 1;
    padding-right: 1;
    padding-top: 1;
}
TD.navigate_bis {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	border: none;
	font-size: 8pt;
	padding-bottom: 1;
    padding-left: 1;
    padding-right: 1;
    padding-top: 1;
}

TD.navigate {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	border: none;
	font-size: 8pt;
	background: #FFFFFF;
    padding-bottom: 1;
    padding-left: 1;
    padding-right: 1;
    padding-top: 1;
}

tr.table_entete {
	background: #100379 url(../images/navigbarre.jpg) no-repeat left top;
}
.form {
	background-color: #fff;
	border: 1px solid #aeaeae;
}
td.table_entete {
   	height: 35px;
	background: #100379 url(../images/navigbarre.jpg) no-repeat left top;
	padding-top: 3px;
	font-weight: bold;
	color:  #fff;
}
td.table_entete2 {
   	height: 35px;
	background: #100379 url(../images/fond_td.jpg) repeat-x left top;
	padding-top: 3px;
	font-weight: bold;
	color:  #fff;
}
td.navigbarre {
	background:  #fff;
	height: 25px;
	color: white;
}
td.navig_barre {
	background:  #fff;
	height: 25px;
	color: black;
}
A.table_entete:active, A.table_entete:visited, A.table_entete:link {
	font-size: 9pt;
	color:#fff;
	text-decoration: none;
	font-weight: bold;
}
A.table_entete:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}

TD.colliste {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

TD.colradio {
	color: black;
	font-weight: normal;
}

TD.colcritere {
	color: black;
	font-weight: normal;
	text-align: left;
/*	height: 20px;*/
	vertical-align: top;
}

TD.entete_colcritere {
	color: black;
	font-size: 8pt;
	text-align: left;
	vertical-align: top;
}
TD.coldispo {
	color: black;
	font-weight: normal;
	text-align: right;
	width: 25%;
}

SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
/************************************* tableaux fin *******/

/************************************* zones de saisie *******/
INPUT {
	height: 20px;
}
/************************************* zones de saisie fin *******/

/************************************* boutons ********/
.bouton {
	background: #FFCD00;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #100379;
    border: 2px outset white;
	font-size: 9pt;
	cursor: pointer;
	height: 20px;
}

.page {
	background: white;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #5035AE;
    border: none;
	font-size: 9pt;
	cursor: pointer;
	text-decoration: underline;
}
/*************************************boutons fin***************/

/*************************************dispo*******************/
TD.dispo_entete {
	text-align: left;
	background: #3333CC (330099);
	color: black;
}
IMG.aff_dispo {
	width: 150px;

}
IMG.no_image {
	width: 150px;
	height: 150px;
}
TD.dispo_suite {
	text-align: left;
	height: 30px;
	background: none;
}
IMG.loupe {
	border: none;
	vertical-align: middle;
}
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: black;
	font-size:  8pt;
	text-align: left;
	font-weight: normal;
	width: 350px;
}
/*************************************descriptifs fin*/

/*************************************galerie photos*/

td.photo { background: transparent; text-align: center; width: 146px; padding: 10 2; }

/* IMG */
img.aff_dispo { width: 105px; border: 0px solid #8A867A; }
img.lien { border: 0px; }
img.no_image { width: 105px; height: 150px; }
img.loupe { border: none; }
img.galerie { width: 200px; border: #8A867A 1px solid; }
img.secure { vertical-align: middle; text-align: right; }


.center { text-align: center; }
/*************************************galerie photos fin*/

/*************************************coordonnées*/
TABLE.coord_table {
	width: 320px;
}


TABLE.coord_nav {
	width: 170px;
	color: #000;
	text-align: left;
}
TD.coord_entete {
	text-align: left;
	background: #3333CC /*FFCC00*/;
	color : white;
/*	height: 25px;*/
}

TD.coordonnees {
	text-align: left;
	/*background: #F7EFDE;*/
	background:#E8E6F3;

}
INPUT.coord {
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
SELECT.coord {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
/*************************************coordonnées fin*/

/*************************************password*/
TABLE.pass_table {
	width: 300px;
	text-align: left;
}
/*************************************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-weight: bold;
}

/*************************************securisation*/
TABLE.secure {
	width: 500px;
}
IMG.secure {
	vertical-align: middle;
	text-align: right;
}

.aa {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
.hand { cursor: hand; cursor: pointer; }
.wait { cursor: not-allowed; }

/*************************************realisation*/
DIV.webmaster {
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
}

.webmaster a:hover {
	color: #1B8E2F;
	text-decoration: none;
	font-weight: bold;
}


/*************************************realisation fin*/

/*************************************conditions generales*/
TEXTAREA {
	font-size: 8pt;
}
/*************************************conditions generales fin*/

/*************************************calendrier*/
BODY.cal {
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #5035AE;
	font-weight:  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; }

