/*
Css du Formulaire issu de :
http://www.kachouri.com/tuto/tuto-178-faire-un-formulaire-css-html-php-2-sur-3.html
*/

#corps_formulaire
{
   text-align:justify;
   margin-left: 130px;
   margin-bottom: 1px;
   /*padding: 20px;*/
   padding-top: 1px;
   /*padding-bottom: 20px;*/
   padding-left: 20px;
   padding-right: 20px;
   
   color: blue;
   background-color: #bad1ff;
   /*background-image: url("images/virgule_0Fond_0Ombre_texte_Opaque.jpg");*/
   /*background-image: url("images/virgule_0Fond_1Ombre.jpg");*/
      
   /*background-position:center center;
   background-position:center 65%;
   /*background-repeat: repeat-x;
   background-repeat: no-repeat;*/
  
   /*border: 5px solid white;*/
}

#corps_formulaire h1
{
    /*background-image: url(fond_grad3.gif);
	background-position:bottom;
   background-repeat: repeat-x;*/
  color: rgb(0,0,255);
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;

   padding-top: -10px;
   padding-bottom: 15px;
    background-image: url(fond_grad3.gif);
	background-position:bottom;
   background-repeat: repeat-x;
}

#corps_formulaire h2
{
   text-align: left;
   color: #329932;
   /*color: #0000e3;*/
   font-size : 200%;
	font-weight : bolder;
   font-family: Mistral;
   /*background-image: url("images/titre.jpg");*/
  /* margin-top:-20px;*/
   /*height: 30px;*/
}

.image_Tel
{
   float: right; 
   margin-left: 10px; 
   margin-bottom: 0px;
   border="0";
   alt="";
}

/* Pour titres 'coordonnées" et "message" */
p.titre {
  text-align: left;
  background-color:#bad1ff;
  color: blue;
  padding:.2em .3em;
  font-size:1.2em;
	font-weight : bolder;
  font-family: Mistral;
	font-size : 185%;
  /*border:3px outset #A4D8EE;*/
  /*position:relative;*/
  /*margin-bottom:-1em;*/
  width:12em;
  margin-left:0.75em;
  margin-top:1em;
  margin-bottom:0em;
}

/*  Fenêtre coord et message */
fieldset {
  border:none;
  /*margin-bottom:0.5em;*/
  width:33em;
  padding-top:0em;
}


/* fieldset message */
fieldset#message {
  background:#A4D8EE;
  border:3px outset #A4D8EE;
  margin-left:1.5em;
}

/* zone de texte du message */
textarea {
  font:0.8em "Trebuchet MS", Verdana, sans-serif;
  width:34em;
  padding:.2em;
  /*margin-left:2em;*/
  margin-left:-4.8em;
  /*margin-top:1.5em;
  margin-bottom:1.5em;*/
}

/*#LO_pseudo input {
  margin-left:-5px;
}*/



/*******************************************************************************/
/* les boutons submit et reset */
input[type="submit"], input[type="reset"] {
	color :  #0000e3;
	font-weight : bolder;
	font-size : 80%;
    /*border:1px solid #0000e3;*/
  /*background:#DED983;
  font:1em "Trebuchet MS", Verdana, sans-serif;
  color:#345071;*/
}

p#buttons {
  text-align:center;
}

.ME_adresse 
{
	text-align:center;
	font-weight : bolder;
	font-size : 150%;
}

.ME_num_tel 
{
	text-align:center;
	font-weight : bolder;
	font-size : 200%;
}

.ME_num_tel_Bleu
{
	color :  #0000e3;
}

.ME_num_tel_Vert
{
	color :  #329932; /*vert*/
}

.texte_centre
{
	text-align:center;
	font-weight : bolder;
	font-size : 110%;
}

.texte_centre_rouge
{
	text-align:center;
	font-weight : bolder;
	color:red;
	font-size : 110%;
}

#LO_1   /* utilisé ds message.php*/
{
  /*height: 30px;*/
  margin-left:20px;
  margin-right:20px;
  padding-left:10px;
  padding-right:10px;
  /*margin-left:1.5em;*/
  
  	color: #0000e3;
   /*text-align: center;*/
   vertical-align: baseline;
   line-height: 1.5;
   /*background-image: url(roundedcornr_947663_grad.gif);*/
   background-image: url(roundedcornr_590994_grad.gif);
   background-repeat: repeat-x;
    border-style:solid;
   border-width:4px 4px 4px 4px;
   border-top:#2049d2;
   border-left:none;
   border-right:none;
   border-bottom:#2049d2;

}

#LO_2    /* utilisé ds message.php*/
{
  /*height: 30px;*/
  margin-left:20px;
  margin-right:20px;
  padding-left:10px;
  padding-right:10px;
  /*margin-left:1.5em;*/
  
  /*color: #0000e3;
   vertical-align: baseline;
   background-color: #A4D8EE;
    border-style:solid;
   border-width:4px 4px 4px 4px;
   border-top:none;
   border-left:none;
   border-right:none;
   border-bottom:#2049d2;*/

}

fieldset#LO_box {
  background:#A4D8EE;
  border:3px outset #A4D8EE;
  margin-left:1.5em;  /*MARGE : decalage de la fenetre COORDONNEES*/
}

#LO_box label {
  /*position:relative;*/
  font-size:100%;
  padding-top:.1em;
  /*left:20px*/
  margin-left:3em;  /*MARGE : decalage de toutes les lignes : civilité, nom...*/
 }

#LO_pseudo input {
  margin-left:4em;
}

#LO_message textarea {
  margin-left:2.5em;
}

#LO_pwd input {
  margin-left:1em;
}

.image_codeVerif
{
   float: right; 
   margin-left: 10px; 
   margin-bottom: 0px;
   border="50";
   alt="";
}

