/* Feuille de STYLE */

/********************* Styles communs pour tout la partie administration du site **********************/

html,body {
	margin: 0;
	padding: 0;
}

body {
    background: white url(../../img/fond_body.png) top repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    
}

p {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

img {
	border: 0;
}

/* Pour les liens */
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	border:none;
    
}
.logo_azur {
    width: 344px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.identification{
    background: url('../img/fond_identification.png') no-repeat;
    margin: auto;
    width: 495px;
    height: 280px;
    padding: 5px;
    text-align: center;
}
.identification p.erreur{
    padding: 0;
    margin-top: 50px;
    margin-bottom: 5px;
}
.identification .formu{
    width: 233px;
    margin: auto;
}
.identification .formu input[type=text], input[type=password]{
    width: 130px;
}
.identification table{
    margin-bottom: 60px;
}
.identification p{
    padding: 0;
    margin-top: 18px;
}
.identification a{
    color: #2b47bc;
}
.identification .deconnexion{
    color: darkgreen;
    margin-top: 80px;
    margin-bottom: 105px;
    font-size: 18px;
}
/** Design lien dans popup video **/
a#fermer_fenetre {
    color: blue;
    text-decoration: none;
    font-size: 11px;
}
a#fermer_fenetre:hover {
    font-weight: bold;
}

div#divprincipal {
   width:1100px;
   border: 2px solid black;
   margin: auto;
   background-color:white;
   margin-top: 50px;
   margin-bottom: 50px;
   padding: 10px;
}

/* Fichier menu_admin.php */
div#bouton_deconnexion {
    margin-left: 1055px;
    margin-top: -45px;
}


#menu table { width: 1100px; text-align: center; border-collapse: collapse; font-size: 13px;}
#menu td { border: 1px solid black;  background: rgb(229,229,229);}
#menu td a {  color: #000;}
#menu td a:hover {  text-decoration:none;}
#menu td:hover { background: rgb(136,165,232); color: #000;}
/* Fin du fichier menu_admin.php */

/* Formulaire saisie */
div#formulaire table {
     background: rgb(229,229,229);
     font-family: Arial;
     font-size: 13px;
}

table#premiertable td{
    padding-right: 15px;
    text-align: left;
}
/* Fin du formulaire saisie */

/* Styles pour le fichier de la liste des biens */
div#listebien table {
    padding : 5px 5px 5px 5px;
    border-collapse: collapse;
}

div#listebien td, th{
    border: 1px solid black;
    text-align: center;
    padding: 5px 5px 5px 5px;
}

div#listebien div.rechercheparref {
    margin: auto;
    border: 1px solid black;
    padding: 3px;
    width: 230px;
    text-align: center;
}
/* Fin du style pour le fichier de la liste des biens */


/* Styles pour le fichier de la liste des demandes */

div.listedemande table {
    padding : 5px 5px 5px 5px;
    border-collapse: collapse;
}

div.listedemande td, th{
    border: 1px solid black;
    text-align: center;
    padding: 5px 5px 5px 5px;
}

/*.lien_tableau
{
   cursor: pointer;
}*/

.lien_tableau:hover
{
   background-color: rgb(151,182,255);
} 
/* Fin du style pour le fichier de la liste des demandes */


/* CSS pour les photos dans la liste des biens */
img.vignette{
     width:90px;
     height:90px;
}
/* FIN du css pour les photos dans les listes biens */

/* Les photos affichefichebien.php */
div#photos{
    clear:both;
    width:100%;
    padding:5px 0 0 5px;
    margin-bottom:5px;
}
div#photos ul  {
    list-style:none;
}

div#photos ul li {
    float:left;
    margin-left:4px;
}

div#photos img{
 width: 80px;
 height:80px;
 border: 1px solid black;
 margin-left: 2px;
 margin-right: 2px;
}
/* Fin des photos */

/* Pagination */
.pagination {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 12px;
}

.pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid rgb(20,80,231);
    text-decoration: none; /* no underline */
    color: rgb(20,80,231);
}

.pagination a:hover,
.pagination a:active {
    border: 1px solid rgb(20,80,231);
    color: #FFF;
    font-weight: bold;
    background-color: rgb(20,80,231);
}

.pagination span#courant {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid rgb(20,80,231);
    font-weight: bold;
    background-color: rgb(20,80,231);
    color: #FFF;
}
/* Fin pagination */

/* CSS pour le tableau de l'ajout de photos */

table#tableau_ajout_photo {
    border-collapse: collapse;
    border: 1px solid gray;
    text-align: center;
}
table#tableau_ajout_photo td{
    border: 1px solid gray;
    padding: 5px;
}
/* FIN du CSS pour le tableau de l'ajout de photos */

/* CSS mandat */
a.lien_mandat {
    color: rgb(48,114,255);
}

a.lien_mandat:hover{
    text-decoration: underline;
}
/* FIN CSS mandat */
