/* CSS Document */
body{
	margin:0px;
	padding:0px;
}

/* mise en forme des boutons */
#validelogin2{
   background:url(valider.bmp); 
   background-repeat:no-repeat; /* image du dessus */
   cursor: pointer;
	height:21px;
	width:95px;
	border-style:none;
}
#valider{
   background:url(valider.bmp); 
   background-repeat:no-repeat; /* image du dessus */
   cursor: pointer;
	height:21px;
	width:95px;
	border-style:none;
}
#annuler{
   background:url(annuler.bmp); 
   background-repeat:no-repeat; /* image du dessus */
   cursor: pointer;
	height:21px;
	width:94px;
	border-style:none;
}
#commander{
   background:url(commander.bmp); 
   background-repeat:no-repeat; /* image du dessus */
   cursor: pointer;
	height:20px;
	width:153px;
	border-style:none;
}
#activer{
   background:url(activer.bmp); 
   background-repeat:no-repeat; /* image du dessus */
   cursor: pointer;
	height:19px;
	width:156px;
	border-style:none;
}
#ajouter{
   background:url(ajouterdevis.bmp); 
   background-repeat:no-repeat; /* image du dessus */
   cursor: pointer;
	height:22px;
	width:230px;
	border-style:none;
}
#ajouter{
   background:url(ajouterdevis.bmp); 
   background-repeat:no-repeat; /* image du dessus */
   cursor: pointer;
	height:22px;
	width:230px;
	border-style:none;
}
#terminer{
   background:url(terminer.bmp); 
   background-repeat:no-repeat; /* image du dessus */
   cursor: pointer;
	height:20px;
	width:155px;
	border-style:none;
}
.proposition{
   background:url(proposition.bmp); 
   background-repeat:no-repeat; /* image du dessus */
   cursor: pointer;
	height:19px;
	width:136px;
	border-style:none;
}
.intro{
	margin-top:150px;
	margin-left:auto;
	margin-right:auto;
}
.champ{
	height:18px;
	width:130px;
}
/*
#validelogin2{
	height:20px;
	width:80px;
	display:none;
	
	border-style:none;	
	z-index:1;
}

*/
table{
	margin:0px;
	padding:0px;
}
div{
	margin:0px;
	padding:0px;
}
p{
	margin:0px;
	padding:0px;
}
a{
	text-decoration:none;
}

ul{
	list-style:none;
	text-decoration:none;

}

ul a{
	color:#363739;
	font-weight:bold;
}

h3{
	color:#d95f0c;
}

h2{
	color:#a2480a;
}

.lien{
	color:#363739;
}

.texte {
	color:#d95f0c;
}

.titre{
	color:#a2480a;
	font-weight:bold;
}

