body , html{
	margin: 0;
	padding: 0;
	background: white;
	font: 90% verdana, arial, sans-serif;
	color:#555555;
}
#page{
    margin:30px;	
}
#main{
    clear: both;
}

#queries{
    margin-top:20px;	
	background: #FAFAF2;
	border-radius:4px;
	border: 1px solid #555555;
	padding:5px;
	font-size: 11px;
	line-height: 10px;
	font-family: courier;
}

a, a:visited{
    color:#555555;
}

#login fieldset{
    background: #FAFAF2;
    border-radius: 0 0 20px 20px;
    padding: 10px 26px;
    border:none;
    width:300px;
    margin: 0 100px;
}

#login h2{
    background: #00519E;
    border-radius: 20px 20px 0 0;
    color: #fff;
    font-size: 20px;
    padding: 10px 26px;
    width:300px;
    margin:0 100px;
}

#login label{
    color:#555555;
    width:120px;
    display:inline-block;
}

#login fieldset input {
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    border-radius: 3px;
    width: 170px;
    color:#555555;
}

#login fieldset input[type="submit"] {
    background: #FFE6E6;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 4px 0;
    width: 100px;
}

#login fieldset input[type="submit"]:hover {
    background: #555555;
}


p.erreur-droits{
	background: #FFE6E6;
    color: #222;
    font-weight: bold;
    padding:4px;
    border:1px solid #222;
}

#search fieldset{
    background: #FAFAF2;
    border-radius: 8px;
    padding: 10px 26px;
    border:none;
    margin: 20px 0;
}

#search fieldset input, #search fieldset select {
    margin:0 15px;
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    border-radius: 3px;
    color:#555555;
}

#search fieldset input[type="submit"] {
    background: #FFE6E6;
    color: #555555;
    padding: 4px 0;
}

#search fieldset input[type="submit"]:hover {
    background: #555555;
    color: #fff;
}

input.update, select.update{
    border:1px solid #555555;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    border-radius: 3px;
    color:#555555;
}

input[type="submit"].update{
    border:none;
    background: #FFE6E6;
    color: #555555;
    padding: 4px 0;
}

input[type="submit"].update:hover {
    background: #555555;
    color: #fff;
}

textarea{
	width:100%;
	height:140px;	
	font-family: inherit;
	font-size: inherit;
}

span#message{
	color:#EA4833;
	font-weight:bold;
	display:block;
	padding:5px;
}

.dialog{
display:none;
}

.w100{
    width:100%;		
}
td.ajust-width{
	width:1%;
    white-space:nowrap;
}

table.lst-reso{
border : 1px solid black;
border-collapse:collapse;
table-layout:auto;
white-space: nowrap;
}
td{
padding:3px;
}

table.lst-reso td, table.lst-reso th{
    border : 1px solid black;
}

tr.normal:hover{
background-color:#FFE6E6;
}

tr.inactif{
background-color:#EAEAEA;
}

tr.inactif:hover{
background-color:#FFE6E6;
}

th{
	background-color:#00519E;
	color:#ffffff;
	padding:3px;
}
th:hover{
	background-color:#555555;
	color:#ffffff;
	cursor:pointer;
	border-color:black;
}

span.dialog-user-access {
	width:400px;
}
h1.title{
	background-image:url("images/title.png");
	background-repeat:no-repeat;
	background-position:10px center;
	padding-left:280px;
	height:70px;
	line-height: 70px;
}

a.title{
	text-decoration:none;
}

a.button{
	background:url("images/button.gif");
	background-repeat:no-repeat;
	display:block;
	float:left;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;
	padding-right:5px;
}
a:hover.button{
	color:#00519E;
}

.user{
	background:url("images/user.gif") no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}

.group{
	background:url("images/group.png") no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}

.extract{
	background:url("images/download.gif") no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}

.inconnus{
	background:url("images/search.png") no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}

.exit{
	background:url("images/delete.gif") no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}

.compta{
	background:url("images/plug.png") no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}

pre{
padding:2px;
margin:0 0 0 15px;
}

.nom-group{
    color:#00519E;
}

tr.destinataire-autre{
    color:#e8736a;
}

tr.destinataire:hover{
background-color:#EAEAEA;    
}

input.search {
  background: url("images/searchicon.png") no-repeat 10px 10px;
  width: 500px;
  font-size: 14px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin: 12px 0px ;
}

/*Catégorie de groupe */
.grp-admin{
    background-color:#f1e47c; 
}

.grp-tournee{
    background-color:#d9f6b6; 
}