body 
{
font-family: Arial; /* Police du texte */
background-color: #FFF;
background-attachment: fixed;
word-spacing:3pt;
font-size:15px;
line-height:23px;
padding:0; 
margin:0;
text-align:left;
}

a:link { 
color: #007EE2;
text-decoration: none;
 }
a:visited { 
color: #007EE2 ;
text-decoration: none;
}
a:active { 
color: #007EE2;
text-decoration: none;
 }
a:hover {
color: #055594;
text-decoration: none;
}

input[type=text],input[type=password] {
background-color:#F8F8F8;
border-style:solid;
border-width:1px;
border-color:#D4D8DE;
height:25px;
font-size:15pt;
}


textarea {
background-color:#F8F8F8;
border-style:solid;
border-width:1px;
border-color:#D4D8DE;
font-size:12pt;
height:300px;
width:400px;

}


input[type=submit] {
width:120px;
height:40px;
font-size:15px;
font-weight:bolder;
}


table {
border-style:solid;
border-width:3px;
border-color:#FFF;
border-collapse: collapse; /*  Maniere d'afficher la bordure */
padding:2px;
}

/* Modification de la Colonnes  du tableau */
th {
width:250px;
font-family: Arial; /* Police du texte */
border-style:solid;
border-width:3px;
border-color:#FFF;
font-size:17px;
padding:2px;
background-color: #F8F8F8;
color:#1557B0;
text-align:left;
width:30%;
}

/* Modification Ligne du tableau */
td{
font-family: Arial;
border-style:solid; 
border-width:3px;
border-color:#FFF;
padding:2px;
text-align:left;
background-color: #FCFCFC;

}

h1{
font-size:35px;
word-spacing: 2px
}

h2{
font-size:18px;
}

.add {
   width: 20px;
   height: 20px;
   margin: 0;
   padding: 0;
   border: 0;
   background: transparent url(oui.png) no-repeat top left ;/* on place l'image en arrière plan */
   cursor: pointer;  /* pour transformer de pointeur en main */
}

#erreur {
background-color:#FFC4C4;
border-style:solid;
border-width:1px;
border-color:#FE2D2D;
font-size:12pt;
padding:2px;
text-align:center;
}

#bon {
background-color:#B9FFA9;
border-style:solid;
border-width:1px;
border-color:#32AE15;
font-size:12pt;
padding:2px;
text-align:center;
}


select {
font-size:12pt;
}

form {
display: inline;
margin: 0;
padding: 0;
}



