body{
margin : auto;
width :  700px;
margin-top : 10px;
background-color : #DDE2F3;
font-family : "Trebuchet MS";
font-size : 0.8em;
}
a{
text-decoration : none;
color : #000000;
}
a:hover{
text-decoration : underline;
}
.erreur{
color : #CC0000;
}
.liens_visibles{
color : DodgerBlue;
}

#deconnexion{
float : right;
height : 31px;
width : 32px;
margin-right : 60px;
background: url("images/logout.png") no-repeat left top;
}

#deconnexion:hover{
background-position: left bottom;
}

#deconnexion span{
display : block;
height : 32px;
width : 32px;
}

#deconnexion a{
outline : none;
}
#deconnexion a:active{
outline : none;
}
#deconnexion a:focus{
outline : none;
}

#texte_chemin{
padding-right : 15px;
margin-right : 15px;
border-right : 1px solid #9C9C9C;
color : #9C9C9C;
}

/* Liens */

.liens1{
background-image:url('images/icone_liens1.png');
background-repeat: no-repeat;
background-position: 0px 6px;
padding-left : 10px;
}

/* tables */

table{
font-family : "Trebuchet MS";

}

.affichage_chemin{
width : 550px;
border : 1px solid #9C9C9C;
cellspacing : 0;
cellpadding : 0;
padding-left : 5px;
-moz-border-radius : 3px;
margin-bottom : 30px;
background-color : #FFFFFF;
}

.table_fichiers{
width : 650;
padding : 2px;
margin-bottom : 10px;
border : 1px solid #9C9C9C;
-moz-border-radius : 5px;
}

.table_suivi_connexions{
border : 1px solid black;
padding : 2px 30px 2px 30px;
}

/* Colonnes */

.colonne_gauche{
text-align : center;
width : 30px;
}
.colonne_gauche img{
margin-top : 4px;
}
.colonne_milieu{
text-align : left;
width : 500px;
padding-left : 5px;
}
.colonne_droite{
text-align : right;
width : 90px;
padding-right : 5px;
}

/* Couleurs pairs-impairs */

.fichier_impair{
background-color : #FFFFFF;
}

.fichier_pair{
background-color : #F3F7FB;
}

.fichier_pair, .fichier_impair{

}

.dossier_impair{
background-color : #C0C8D8;
}

.dossier_pair{
background-color : #D8DDE7;
}

/* Formulaire */

.pseudo_login, .pass_login, .submit_login{
color : #262626;
background-color: #E8E8E8;
font-family : "Trebuchet MS";
border : 1px solid #696969;
-moz-border-radius : 3px; 
padding : 5px;
}
.fen_cachee_master{
cursor : pointer;
}
.fen_cachee_master:hover{
text-decoration : underline;
}
.warning{
	background: #FFD199 url('./images/warning.png') no-repeat left top;
	background-position : 10px 50%;
	border : 1px solid #FF8C00;
	padding : 5px 10px 5px 70px;
	margin : 10px;
	margin-right : 60px;
}

.conseil{
	background: #e1fbe2;
	background-position : 10px 50%;
	border : 1px solid #70eb73;
	padding : 5px 10px 5px 70px;
	margin : 10px;
	margin-right : 60px;
}