/* Feuille de style principale, destinée à la présentation générale de l'admin*/

/* Reset CSS */
*{
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body{
	font-family: Trebuchet, sans-serif;
	font-size: 14px;
	text-align: center;
	background-image: url(../img/background.gif);
	background-repeat: repeat-x;
	background-color: #f8f8f8;
}

h1{
	color: #696969;
	font-weight: bold;
	font-size: 30px;
	border-bottom: 2px solid #caedff;
	margin: 5px 0;
	text-indent: 15px;
}

h2{
	text-indent: 15px;
	color: #7d7d7d;
	font-size: 20px;
	border-bottom: 1px solid #caedff;
	margin: 0 0 10px 0;
}

h3{
	color: #939393;
	font-size: 18px;
	margin: 0 0 5px 5px;
}

ul{
	list-style-type: none;
	margin: 5px 0 10px 35px;
}

dl dt{

}

dl dd{

}

dl{

}

form{
	clear: both;
}

fieldset{
	border: 1px solid #caedff;
	margin: 5px 15px;
	padding: 10px;
}

fieldset img{
	margin-left: 150px;
}

#lienform{
	margin-left: 150px;
}


legend{
	font-weight: bold;
	color: #929393;
}

label{
	padding-top: 5px;
	font-size: 14px;
	position:absolute;
	display:block;
	text-align:right;
	line-height: 12px;
	width: 150px;
}

input,select, textarea{
	font-family: Arial, sans-serif;
	margin: 3px 0 2px 150px;
	font-size: 15px;

}

a{
	color: #4470ed;
}

a:hover{
	text-decoration: underline;
}

.alert{
	color: red;
	font-weight: bold;
}

#bloc_global{
	background-color: white;
	text-align: left;
	margin: 5px auto;
	width: 750px;
	min-height: 150px;
	border: 2px solid #caedff;
}

#header{
	text-align: left;
}

#footer{
	
}

#bloc_principal{
	padding: 10px;
}


#declencheur,#declencheur2{
	padding: 8px 0;
	font-weight: bold;
}

/* Classe pour les liens proposant le retour à la page de gestion */

.retour{
	font-weight: bold;
	margin-left: 15px;
}

#msg_livredor{	
	margin: 5px 0 5px 20px;
}

.valid{
	font-weight: bold;
	color: green;
}

#suppr{
	font-weight: bold;
	color: red;
}

#deco{
	float: right;
	color: #ff8f24;
	border: none;
	/*border: 1px solid black;*/
}

#deco:visited{
	color: #ff8f24;
	
}