@charset "UTF-8";
/* CSS Document */
p
{
font-style: italic bold arial, sans-serif;
font-size: 10pt;
padding-left: 50px;
padding-top: 1px;
padding-bottom: 0px;
text-align:left;
line-height: 1em;
letter-spacing: 0.1em;
word-spacing: 0.01em;
background-color:#fff;
}

	.ajouter
	{ background-color:#9FB184;
	}
	.modifier
	{
	background-color:#FEDED9;
	border:none;
	}
	.consulter
	{background-color:#D5FFD8;
	}
	.rechercher
	{
	background-color:#C7B5A1;
	}
	.supprimer
	{ 
	background-color:#DC5951;
	}
	.envoyer
	{ 
	background-color:#0ee;
	}
	.fonctionne
	{ background-color: #5a5;
}

h1
{
font-style: bold 120%/140% arial, sans-serif;
padding-left: 50px;
color:rgb(255,255,80);
padding-top: 9px;
padding-bottom: 9px;
text-align:left;
line-height: 2em;
letter-spacing: 0.02em;
word-spacing: 0.02em;
background-color:rgb(20,80,80);
}

h2
{
	font-style: bold, arial, sans-serif;
	padding-left: 30px;
	color:rgb(134,122,103);
	padding-top: 0px;
	padding-bottom: 0px;
	text-align:center;
	line-height: 0.3em;
	letter-spacing: 0.02em;
	word-spacing: 0.02em;
	font-size: 14pt;
}

a
{
  color:blue;
  text-decoration:none;}
  a:hover
{
  color:red;
  text-decoration:none;}

table
  { 
    background-color:#fff;
  font-style:normal; font-size:10px;
	  }
.verdana10blanc { 
	  font-family: Verdana; 
	  font-size: 10pt; 
	  font-style: normal; 
	  line-height: normal; 
	  font-weight: normal; 
	  font-variant: normal; 
	  color: #ffffff
	  }	  
.verdana10noir { 
	  font-family: Verdana; 
	  font-size: 10pt; 
	  font-style: normal; 
	  line-height: normal; 
	  font-weight: normal; 
	  font-variant: normal; 
	  color: #000000
	  }
.verdana8noir { 
	  font-family: Verdana; 
	  font-size: 8pt; 
	  font-style: normal; 
	  line-height: normal; 
	  font-weight: normal; 
	  font-variant: normal; 
	  color: #000000
	  }
.verdana18blanc { 
	  font-family: Verdana; 
	  font-size: 18pt; 
	  font-style: normal; 
	  line-height: normal; 
	  font-weight: normal; 
	  font-variant: normal; 
	  color: #ffffff
	  }	
.verdana10rouge {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ff0000
	  }	
