﻿#colonne_gauche
{
    background-color: #00538E;
    float: left;
    width: 324px;
    position: relative;
    padding-bottom: 10px;
    /*font-size: 20px;*/
}

#description
{
    border-top: solid 2px White;
    background-color: #3781B8;
}

/* Bouton arbre du don */
#btn_arbre
{
    background-image: url(../../images/boutonarbredudon.png);
    width: 156px;
    height: 55px;
}

/* TEMOIGNAGES */
#temoignage
{   display:none;
    background: #00538E url(../../images/Produits/temoignage.gif) no-repeat;
    padding:20px 0px 20px 20px; /* la marge de droite pourrait faire 'bugger' IE6 */
}
#temoignage_bas
{   display:none;
    background: url(../../images/Produits/temoignage_bas.gif) no-repeat;
    height: 7px;
}

/* Scroller Box */
#scroller_container {
 /*position: relative;*/
 width: 290px;
 height: 160px;
 overflow: hidden;
}

#scroller {

}

/* Scoller Box */

/* At the end of the CSS File */

/* CSS Hack Safari */
#dummy {;# }

#scroller_container {
 overflow: auto;
}

/* OPTIONS avec icones */
#temoignages
{
    background-image: url(../../images/Produits/icone_temoignages.gif);
    width: 313px;
    height: 32px;
    float: none;
    margin-left: 10px;
}
#informations{ background-image: url(../../images/Produits/icone_informations.png);}
#options{ background-image: url(../../images/Produits/icone_options.png);}
#documents{ background-image: url(../../images/Produits/icone_documents.png);}
#faq{ background-image: url(../../images/Produits/icone_faq.png);}
#demonstrations{ background-image: url(../../images/Produits/icone_demonstrations.png);}
#videos{ background-image: url(../../images/Produits/icone_videos.png);}
#demande{ background-image: url(../../images/Produits/icone_demande.png);}
#prototypes{ background-image: url(../../images/Produits/icone_prototypes.png);}
#autres{ background-image: url(../../images/Produits/icone_autres.png);}
#informer{ background-image: url(../../images/Produits/icone_informer.png);}
#arbre{ background-image: url(../../images/Produits/icone_arbre.png);}

/*Colonne de droite*/
#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 */
}

/* Tout sur les TITRES */

.titre_haut, .titre_bas
{
    padding-left: 20px;
}
.titre_haut
{
    padding-top: 10px;
}
.titre_bas
{
    padding-top: 20px;
}
.titrePage h2, .titrePage h3
{
    font-size: large;
    font-weight: normal;
}
.titrePage h3
{
    letter-spacing: 2px;
}

/* TABLE */
table 
{
    margin: 10px 0 10px 0;
}
.TitreDatagrid
{
    color: White;
    background-color: #648fba;
}
.ItemDatagrid
{
    color: #00538E;
    background-color: White;
    font-size: 10px;
    line-height: normal;
    vertical-align: top;
}

#dgPresentations
{
    border-color:#003F73;
    width:445px;
    border-collapse:collapse; 
    table-layout: fixed;
}

/* 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;
}
label 
{
    float: left;
    width: 177px;
    margin-right: 0.5em;
    padding-top: 0;
    text-align: right;
    font-weight: bold;
    color: #00538E;
    margin-bottom: 10px;    
}
.erreur
{
    float: left;
    font-size: xx-small;
    margin-left: 5px;
}
fieldset br
{
    clear: both; 
}
.textInput
{
    width: 230px;
    border: solid 1px #00538E;
    font-family: Arial;
    float: left;
    
}

/* GÉNÉRALITÉS */

.centrer { vertical-align: middle;}

/*#pied {margin-top: 10px;}*/

