/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9  */
/*  ----------------------------------------------------------- */

/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */

/**********************************Formulaire***************************/

div.formulaire_contact{
text-align:justify;
font-size:0.82em;
}

table.formulaire_commande{
width:100%;
}

div#texte_rubrique td.formulaire{
padding-bottom:8px;
font-size:1.2em;
}

td.formulaire strong{
font-weight:normal;
}

input,textarea{
font-size:1em;
background-color:#F8F8F8;
border:1px solid #9F9F9F;
font-family: arial, "lucida console", sans-serif;
background-image:url(images/input_bg.png);
background-position:top left;
background-repeat:repeat-x;
}

input.champs_erreur{
border:1px solid red;
}

div.element_formulaire{
padding-bottom:10px;
}

h3.formulaire{
font-size:1em;
font-weight:normal;
}

p.remarque{
text-align:right;
font-size:1em;
}

div#div_submit{
text-align:center;
}

#bouton_submit{
font-weight:bold;
font-size:0.88em;
cursor:pointer;
border:1px solid #7F7F7F;
background-color:#f9f9f9;
background-image:url(images/submit_bg.png);
background-position:top left;
background-repeat:repeat-x;
padding:3px 3px 3px 3px;
}

div#erreur{
text-align:center;
color:#EE1D24;
padding-bottom:20px;
padding-top:10px;
}

div.ok {
text-align:center;
color:#188F11;
font-weight:bold;
font-size:0.88em;
padding-top:40px;
padding-bottom:100px;
}
