﻿/* TITRE de la section ************************************************/
.titrePage  {padding:0; margin:0; } /* Enleve la marge blanche du haut (zone verte et bleu qui incluent les titres)  */
.titre_haut, .titre_bas
{
    padding-left: 20px; /* Ajuste où sont placés les titres (en largeur)*/
	margin-left: 15px; 
}
.titre_haut
{
    padding-top: 35px; /* Ajuste où est placé le titre du haut ( en hauteur ) */
}
.titre_bas
{
    padding-top: 20px; /* Ajuste où est placé le titre du bas ( en hauteur ) */
}
.titrePage h3
{
    font-size: medium; letter-spacing: 0;
}
h4:first-letter{font-size:36px;}

/*  MENU GAUCHE ENTREPRISE **********************************************/
.menugaucheentreprise { margin:0; padding:0; width:324px;} /* Ajuste les marges du menu de cette section */

#colonne_gauche
{
    background-color: #00538E;
    float: left;
    width: 324px;
    position: relative;
    padding-bottom: 10x;
	 
    /*font-size: 20px;*/
}

#colonne_droite
{
   /* float: right; ne pas mettre pour corriger le bug FIREFOX*/
    font-size: 0;
    padding-right: 10px;
	background-image: url(../../images/arriere2colonnes.png); background-repeat: repeat-y; background-position: top left; /* met une image qui donne l'impression d'avoir 2 colonnes */
	vertical-align: top;
}

/* Formulaire */
fieldset
{
    margin: 1em 0.5em; 
    padding: 1em; 
    border: solid 1px #00538E;
}
legend 
{
    padding: 0.2em 0.5em 0.5em 0.5em;
    margin-left: 20px;
    border: 1px solid #00538E;
    color: #00538E;
    font-size: 90%;
    text-align: right;
}
.erreur
{
    float: left;
    font-size: xx-small;
    margin-left: 5px;
}
fieldset br
{
    clear: both; 
}
label 
{
    float: left;
    width: 177px;
    margin-right: 0.5em;
    padding-top: 0;
    text-align: right;
    font-weight: bold;
    color: #00538E;
    margin-bottom: 10px;    
}
.textInput
{
    width: 250px;
    border: solid 1px #00538E;
    font-family: Arial;
    float: left;
}
.radioInput
{
    width: 250px;
    margin-left:177px;
    font-family: Arial;
    float: left;
}
.radioInput label
{
    float: none;
}
