/*
Design d'exemple du Site du Z�r0
R�alis� par zaz, venom et mateo21
<lien url="http://www.siteduzero.com">http://www.siteduzero.com</lien>
*/

h1
{
    font-size: medium;
    text-align: left;
    font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

h2
{
    font-size: medium;
    font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
    color: #B3B3B3;
}

h3
{
    font-size: medium;
    text-align: left;
    font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

h4
{
    font-size: medium;
    text-align: left;
    font-family: Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
}

p
{
    font-size: small;
    text-align: justify;
    font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

body
{
    width: 1000px;
    margin: auto;
    margin-top: 7px;
    margin-bottom: 0px;
    font-family: "Trebuchet MS", Arial, "Arial Black", "Times New Roman", Times, serif;
    font-size: small;
    color: navy;
}

#barre_de_menu
{
    float: left;
    width: 200px;
    border: 2px solid #CED0D7;
    padding: 0px;
    margin: 0px; 
}

#corps
{
    background-color: white;
    margin-left: 210px;
    margin-bottom: 7px;
    padding: 5px;
    background-repeat: repeat-x;
    border: 2px solid #CED0D7;
    z-index:1;
    border-radius:10px;
    min-height:440px;
    height:auto !important;
    height:400px;
}

#footer
{
    background-color: white;
    margin-bottom: 7px;
    margin-left: 0px;
    padding: 5px;
    padding-bottom:150px;
    background-repeat: repeat-x;
    border: 2px solid #CED0D7;
    background-repeat: repeat-x;
    border-radius:10px;
    background-repeat: repeat-x;
    background: url(../images/footerBackground.jpg) bottom no-repeat;

}


#tab ul 
{
    list-style:none;
    float:left;
    margin:0;
    padding:0;
}

#tab a span 
{
    display:block;
    background:url(images/bleft_086.gif) no-repeat left top;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#FFF;
    font-weight:700;
    line-height:29px;
    padding:0 15px 0 13px;
}


.cadre { margin-bottom: 10px;}

.cadre table,p {
	
   margin: 0px 0px 0px 0px; 
   padding: 10px;
   border-top: 0px solid #016DC5; 
   border-left: 2px solid #016DC5;
   border-right: 2px solid #016DC5;
   border-bottom: 2px solid #016DC5;

}
        
.cadre h1 {
	
    margin: 0px 0px 0px 0px; 
    padding:  0px 5px 5px 10px;
    background-color:  #016DC5;
    font-weight: bold;
    font-size: 1.1em; /*  font-size = 1.1  lié à padding = 4 */
    color: white;

}



/* formatage formulaire */

form {
    width: 770px;
    padding: 0;
    border: hidden 1px blue;
}
form h3 {
    margin: 0 0 1em 0;
    padding: 10px 20px;
    text-align: center;
}
form p.blabla {
    margin: 1em 20px 1.5em 20px;
    font-size: .9em;
    color: #448;
}
form fieldset {  

    padding: 10px;
    border-top: 25px solid #016DC5;   
    border-left: 2px solid #016DC5;
    border-right: 2px solid #016DC5;
    border-bottom: 2px solid #016DC5;    

    
}
form fieldset legend {

    /*padding: 2px;  /* 4 lie à font-size = 1.1  */
    font-weight: bold;
    font-size: 1.1em; /*  font-size = 1.1  lié à padding = 4 */
    color: white;
    background-color:  #016DC5;
    border-color: #016DC5;   
     
}



form div.gauche {
    width: 280px;
    margin: 0 0 1em 20px;
    float: left;
    display: inline; /* évite le Doubled Float-Margin Bug d'IE6 */
}
form div.gauche p {
    margin: .5em 0;
}
form div.gauche span.label {
    display: block;
    margin-bottom: .2em;
}
form div.gauche label {	
    cursor: pointer;
    font-size:smaller;
}
form div.gauche span.controle {
    display: block;
}
form div.droite {
    margin: 0 20px 1em 310px;
}
form div.droite span.label {
    display: block;
    font-size:smaller;
}
form div.droite span.controle {
    display: block;
    margin: 0.5em 0 0 0px;
}
form div.droite span.controle input.bouton {
    position: absolute;
    margin-left: -30px;
}
form div.droite span.controle br {
    display: none;
}
form input.text {
    width: 95%;
    border: solid 1px midnightblue;
    padding: 2px 4px;
}
form textarea {
    border: solid 1px;
    border-color: teal;
    padding: 2px 0 0 4px;
}
form p.submit {
    clear: left;
    margin: 1em 20px 1em 310px;
}
form p.submit input {
    font-size: 1.2em;
}

#form-demo
{
    width : 800px;
    margin-right:            0.5em;
}
#demo-status
{
    background-color:        #F9F7ED;
    padding:                10px 15px;
    margin-right:            0.5em;
}

#demo-status .progress
{
    background:                white url(../images/assets/progress-bar/progress.gif) no-repeat;
    margin-right:            0.5em;
}

#demo-status .progress-text
{
    font-size:              0.9em;
    font-weight:            bold;
}

#demo-clear
{
    margin-left:            0.5px;
}

#demo-browse
{
    margin-left:            0.5px;
}

#demo-upload
{
    margin-left:            0.5px;
}

#demo-list
{
    list-style:                none;
    margin:                    0;
    margin-right:            0.5em;
}

#demo-list li.file
{
    border-bottom:            1px solid #eee;
    background: url("../images/assets/file.png") no-repeat 4px 4px;
}
#demo-list li.file.file-uploading
{
    background-image: url("../images/assets/progress-bar/progress.png ");
    background-color:        #D9DDE9;
}
#demo-list li.file.file-success
{
    background-image:        url("../images/assets/success.png");
}
#demo-list li.file.file-failed
{
    background-image:        url("../images/assets/failed.png");
}

#demo-list li.file .file-name
{
    font-size:                1.2em;
    margin-left:            44px;
    display:                block;
    clear:                    left;
    line-height:            40px;
    height:                    40px;
    font-weight:            bold;
}
#demo-list li.file .file-size
{
    font-size:                0.9em;
    line-height:            18px;
    float:                    right;
    margin-top:                2px;
    margin-right:            6px;
}
#demo-list li.file .file-info
{
    display:                block;
    margin-left:            44px;
    font-size:                0.9em;
    line-height:            20px;
}
#demo-list li.file .file-remove
{
    clear:                    right;
    float:                    right;
    line-height:            18px;
    margin-right:            6px;
}

/* design pour les infobulles -  fait apparaitre le texte entre span dans la bulle: vaut pour les texte entre balise <a>
code trouve sur siteduzero : http://www.siteduzero.com/tutoriel-3-34410-modifier-l-apparence-d-une-infobulle.html
ex: <a class="info"><img src="images/aide.gif"><span>Indiquez 'oui' si le paiement est r&eacute;gl&eacute; et la transaction<br>passe en comptabilit&eacute;, si vous indiquez 'non', la<br>transation passe dans l'agenda des &eacute;v&egrave;nements<br>&aacute; &acute; valider. Il faudra valider la transaction ult&eacute;rieurement</span></a>
*/

a.info {
    position: relative;
    color: black;
    text-decoration: none;
    border-bottom: 1px gray dotted; /* on souligne le texte */
}
a.info span {
    display: none; /* on masque l'infobulle */
}
a.info:hover {
    background: none; /* correction d'un bug IE */
    z-index: 500; /* on définit une valeur pour l'ordre d'affichage */

    cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.info:hover span {
    display: inline; /* on affiche l'infobulle */
    position: absolute;

    white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

    top: 30px; /* on positionne notre infobulle */
    left: 20px;

    background: white;

    color: blue;
    padding: 3px;

    border: 1px solid blue;
    border-left: 4px solid blue;
}
/* fin de design pour les infobulles */


/** mise en forme du tableau
/** http://veerle-v2.duoh.com/blog/comments/a_css_styled_table_version_2/     */

table {
    width:90%;
    border:1px solid #e5eff8;
    margin:1em auto;
    border-collapse:collapse;
    font-size: 1em;
}
td {
    color:#678197;
    border-bottom:1px solid #e5eff8;
    border-left:1px solid #e5eff8;
    padding:.1em .1em .1em .1em;
    text-align:center;
/*    font-size: 0.9em;*/
}

tr.odd td {
    background:#f7fbff; 
/*    font-size: 0.9em;*/
}
tr.odd .column1 {
    background:#f4f9fe;
/*    font-size: 0.9em;*/

}
.column1 {
    background:#f9fcfe;
/*     font-size: 0.5em;*/
    
}

thead th {
    background:#f4f9fe;
    text-align:center;
    font:bold 1em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
    color:#66a3d3;
}

tfoot th {
    background:#f4f9fe;
    text-align:center;
}

tfoot th strong {
    font:bold 1.0em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
    margin:.5em .5em .5em 0;
    color:#66a3d3;
}

tfoot th em {
    color:#f03b58;
    font-weight: bold;
    font-size: 1.1em;
    font-style: normal;
}

/* fin de mise en forme du tableau */

/* Début de mise en forme des boutons */
                    
/*              http://www.bloggerswatch.com/internet/css-trick-submit-button-should-look-same-everywhere/ !>*/

/*    <form name="form1" method="post" action="">
    <div class="buttons">
        <button type="submit" class="positive" name="save">
            <img src="images/apply2.png" alt=""/>
            Save
        </button>

        <a href="" class="regular"><!-- class="regular"-->
            <img src="images/textfield_key.png" alt=""/>
            Change Password
        </a>

        <a href="#" class="negative">
            <img src="images/cross.png" alt=""/>
            Cancel
        </a>
    </div>
    </form>*/


                    
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* REGULAR */

button.regular, .buttons a.regular{
    color:#336699;
}
.buttons a.regular:hover, button.regular:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a.regular:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
                
/* Fin de mise en forme des boutons */        
          
