@charset "utf-8";
/* CSS Document */
* {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border:0px;
	color:#424242;
}
html, body {
	background-color:white;
	height:100%;
}

a {
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
select {
	color: black;
}

select, option {
	color: black;
	padding-left:2px;
	background-color:#fbfafc;
}

ul{
	list-style-type:none;
}
.asterisque{
	margin-left:3px;
	margin-right:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:red;
}

/*-----------------------------------------------------------------------------------------------------------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////::    Bandeau Haut   :: /////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


#haut,#haut_P, #haut_L,#haut_p, #haut_l  {
	position: absolute;
	top: 0px;
	left:50%;
	height: 142px;
	width: 950px;
	margin-left:-475px;
	background: transparent url(images/fond_haut_p.gif) no-repeat scroll left top;
}
#haut{
	background: transparent url(images/fond_haut.gif) no-repeat scroll left top;
	}
 #haut_L, #haut_l{
 	background: transparent url(images/fond_haut_l.gif) no-repeat scroll left top;
 }

#haut #realisation_login{
		float:right;
		margin-top:5px;
		margin-right:15px;
	}
#haut_L #realisation_login,#haut_l #realisation_login,#haut_p #realisation_login,#haut_P #realisation_login{
		float:right;
		margin-top:60px;
		margin-right:15px;
	}
#menu{
	color:#FFFFFF;
	height:82px;
	margin:35px 0 0 266px;
	background-color:transparent;

}
#menu li{

	float:left;
	height:48px;
	padding-top:43px;
	background-repeat:no-repeat;
	padding-left:22px;
	margin-right:0px;
	width:114px;
}
#menu a{text-decoration:none;color:#FFFFFF;font-size:11px;}
#bouton_accueil{background:url(images/fond_accueil.png) no-repeat;}
#bouton_visites{background:url(images/fond_visites_et_offres_d_achat.png) no-repeat;}
#bouton_action{background:url(images/fond_actions_commerciales.png) no-repeat;}
#bouton_publicite{background:url(images/fond_publicites.png) no-repeat;}
#bouton_statistiques{background:url(images/fond_statistiques_internet.png) no-repeat;}

#menu #highlight1{color:#04D8b4}
#menu #highlight2{color:#19A0D9}
#menu #highlight3{color:#C13223}
#menu #highlight4{color:#d8800f}
#menu #highlight5{color:#FFFF00}

#logo_agence{
	display:inline;
	margin:16px 0 0 24px;
	float:left;
	width:114px;
	height:104px;
	background-color:#A8A8A8;
	text-align:center;
}
#logo_agence img{
	width:114px;
	height:104px;
}

#logo_agence p{
	margin:5px 0 0 0;
}

#deconnexion{
	position:absolute;
	/*margin:2px 0 auto auto;*/
	width:150px;
	top:126px;
	text-align:right;
	color:#424242;
	left:50%;
	margin-left:325px;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////::    conteneur        :: /////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#main_accueil,#main_visites,#main_actions,#main_publicites,#main_stats,#main_{
	position: absolute;
	top:142px;
	left:50%;
	width: 950px;
	margin-left:-475px;

}

#main_{background:url(images/fond_droite.gif) right bottom no-repeat #D1D1D1;}
#main_accueil{	background:url(images/fond_droite.gif) right bottom no-repeat #D1D1D1;}
#main_visites{	background:url(images/fond_main_visites.gif) right bottom no-repeat #D1D1D1;}
#main_publicites{	background:url(images/fond_main_publicites.gif) right bottom no-repeat #D1D1D1;}
#main_stats{	background:url(images/fond_main_stats.gif) right bottom no-repeat #D1D1D1;}
#main_actions{	background:url(images/fond_main_actions_commerciales.gif) right bottom no-repeat #D1D1D1;}

/*BLOC DE GAUCHE (les photos)*/
#gauche{
	background-image:url(images/fond_contenu.gif); background-color:#A8A8A8; background-repeat:no-repeat;
	width:451px;
	height:415px;
}
#miniatures{
	background:transparent;
	float:right;
	width:66px;
	margin:69px 0 0 0;
}

.photo_miniature{
background:url(images/cadre_photo.png) no-repeat #666666;
width:62px;
height:47px;
margin:0 0 7px 0;
padding:2px;
}

.photo_miniature img{
height:45px;
width:60px;
margin:1px 0 0 1px;
}

#photo_principale{
	float:left;
	background:#FFFFFF;
	width:284px;
	height:215px;
	margin:84px 0 0 77px;
	display:inline;
}
#photo_principale img{
 width:284px; height:215px;
}

#interlocuteur{
	float:left;
	margin:35px 0 0 67px;
	font-size:9pt;
	color:#424242;
}

#interlocuteur H6{
	display:block;
	width:150px;
	height:24px;
	background-image:url(images/interlocuteur.gif);
}
/*BLOC DE DROITE (le texte)*/
#droite{


	padding: 15px;
	padding-top:35px;
	padding-bottom:55px;

}
/*-----------------------------PAGE D'ACCUEIL-------------------------------*/
/*le titre bienvenue*/
#droite H1{
	color:#424242;
	font-weight:bold;
	font-size:14px;
	display:block;
	height:22px;
	padding-top:2px;
	background:url(images/pastille_h1.gif) no-repeat;
	padding-left:20px;
}

#droite #depuis_votre_derniere_connexion{
font-weight:bold;
font-size:8px;
	padding:0 0 0 220px;
	font-weight:normal;
	display:block;
	height:22px;
	background:url(images/last_connection.gif) no-repeat;
}
#droite #bienvenue{
	height:105px;
}
#derniere_connexion{
	margin:8px 0 10px 0;
}
.comptes_rendus{
	color:#626262;
	font-size:8pt;
	padding:0 0 0 20px;
	font-weight:bold;
	margin:0 0 35px 0;
}

.chiffre_derniere_connexion{
	margin:0 5px 0 0;
	width:50px;
	text-align:right;
	float:left;
	font-weight:bold;
	color:#00B697;
}
.texte_divers{
	margin-top:10px;
}

/*-------------------------------------PAGE MENTIONS et CREDITS-------------------------------------*/
#mentions{
height:200px;
padding:75px 70px 0 70px;
}
#credits{
padding:75px 0 0 0;
text-align:center;
height:200px;
}

#droite HR{border:solid #484848 1px;}

#bas{
	padding:4px 0 0 5px;
	font-weight:bold;
	clear:both;
	width:945px;
	height:21px;
	background-color:#424242;
}

#bas a:hover, #bas a:visited, #bas a, #pieds_agence{font-size:7pt;color:#FFFFFF}

#voir_annonce{font-style:italic;margin:10px 0 30px 0; font-size:10px}
#voir_annonce a{color:#424242;}
#voir_annonce a:hover{color:#424242;}
#voir_annonce a:visited{color:#424242;}

#pieds_mentions{
	float:right;
	text-align:right;
	font-size:7pt;
	font-weight:bold;
	margin:0 8px 0 0 ;
}

/*Connexion*/
#connexion form{
	margin :  0 100px 0 100px;
	width:250px;
}
#connexion form input{
	padding:2px;
	border:1px solid #000000;
	float:left;
	width:98px;margin:10px 0 0 0 ;
}
#connexion form li{
	clear:both;
}
#connexion{
	float:left;
	width:450px;
	margin:50px 0 50px 250px;
	display:inline;
}
#connexion form label{
	width:95px;
	float:left;
	margin:10px 0 0 0 ;
	text-align:right;
	padding:0 5px 0 0;
}
/*----------------------------------operations--------------------------------*/
.separateur{
	clear: both;
	visibility: hidden;
}

#vous{
	float: left;
}
#autre_protagoniste{
	float:right;
}
#operations {
	margin-top: 50px;
	width: 100%;
}
#operations th{
	background-color: #535B6F;padding: 4px;
	color:#FFFFFF;
}
#operations td{
	padding: 4px;
}
#operations .ligne_E{
	background-color: #838FAF;

}
#operations .ligne_L{
	background-color: #9BA6BF;
}
#operations .ligne_T{
	background-color: #535B6F;
}
#operations .ligne_S{
	background-color: #6B768F;
}
#operations .ligne_E,#operations .ligne_L,#operations .ligne_S, #operations .ligne_T{
	font-weight: bold;
}
#operations .ligne_E TD,#operations .ligne_L TD,#operations .ligne_S TD, #operations .ligne_T TD{
	color:#FFFFFF;
}
#operations .prix{
	text-align: right;
}
#operations .libelle_centre{
	text-align: center;
}
#operations .ligne_titre_locataire{
	padding-top:25px;
}
/*-------------------------------------------------------------------------------------*/
#liste_agences{
	width: 100%;
	margin-top: 50px;
}
#liste_agences th{
	color:white;
	background: #535B6F;
}
#liste_agences th, #liste_agences td{
	padding: 4px;
	}
#liste_agences .details, #liste_agences .proprietaires, #liste_agences .locataires{
	text-align: center;
}
/*_____________________________________________________________________________________*/
#liste_clients{
	margin-top: 50px;
	width: 100%;
}
#liste_clients th, #liste_clients td{
	padding: 4px;
}
#liste_clients th{
	color:white;
	background: #535B6F;
}

#liste_clients .details,#liste_clients .nb_connexion,#liste_clients .derniere_connexion{
	text-align: center;
}
#liste_clients .reset{
	text-align: center;
	width: 130px;
}

#liste_clients .btn_reset{
	background: transparent;
}
#liste_clients .btn_reset:hover{
	text-decoration: underline;
	cursor: pointer;
}
/*----------------------------------------------------------------------------------------*/
#retour{
	width: 82px;
	margin-top:20px;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	text-align: center;
}
#reset_global{
	width: 107px;
	height:24px;
	margin-top:20px;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	text-align: center;
	background: url(images/reset_glob.gif) no-repeat center top;
}
#reset_global:hover{
	cursor: pointer;
}

#selection_type {
	text-align: center;
}

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

