/*----------------------------------------
--   SOCIETE : Software Domain
--   PROJET  : Only Online V4.5
--   MODULE  : Gestion de Formulaire
--   Auteur  : Michel Gautier
--
--   Fichier : formulaire.css
--   Description : feuille de style de
--   base d'un formulaire
--
-----------------------------------------*/




body
{
    FONT-SIZE : 12px;
    background-color : #787CAE;
    font-family:Arial;
}




TABLE.EntetePage
{
   width : 100%;
   text-align : center;
   font-size : 16px;
   font-weight:bold;
   background-color:#FD9501;
}

TD.Libelle
{
    FONT-SIZE  : 12px;
    COLOR      : #2D357D;
    FONT-WEIGHT: bold;
    text-align : right;
   
}


TD.INPUT
{

}

INPUT.INPUT
{
	border:solid 1px #2D357D;
   
}

TD.Commentaire
{
	background-color : #C0C4F4;
	font-size : 12px;
	font-style:normal;
        font-weight:bold;
        color:black;
        text-align:center;
        line-height:20px;
        border-bottom:solid 10px white;
}

AERA.INPUT
{

}

SELECT.INPUT
{

}

INPUT.BUTTON
{
  FONT-WEIGHT: bold;
  font-size:12px;
}

TABLE.CADRE_PRINCIPAL
{
	
}

TABLE.CADRE_FORMULAIRE
{
	border:solid 1px black;
	background-color : White;
}

TABLE.CADRE_BOUTON
{
	width:100%;
}
TD.CADRE_BOUTON
{
	text-align : right;
}

TABLE.PiedPage
{
   width : 100%;
   text-align : left;
   font-style:italic;
   FONT-SIZE : 11px;
   background-color:#C0C4F4;
   
}