/* Formulaire */
input, select, textarea
{
	color: #787789;
	font-size: 0.9em; 
}

div.contenu
{
    background-color: #f2f2f4;
}


/* Header et footer */
div.typeHeader
{
    height: 45px;
    width: 525px;
    background-color: white;
    border-bottom: 1px solid #c1c0c8;
    margin-bottom: 10px;
}

div.jauge
{
    float: right;
    margin-top: 10px;
}


div.typeFooter
{
    height: 39px;
    width: 525px;
    background-color: white;
    border-top: 1px solid #c1c0c8;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    white-space: nowrap;
}


div.bordGris
{
    border: 1px solid #c1c0c8;
}

div.bordTGris
{
    border-top: 1px solid #c1c0c8;
}

.bordLGris
{
    border-left: 1px solid #c1c0c8;
}

.bordRGris
{
    border-right: 1px solid #c1c0c8;
}

.bordTGris
{
    border-top: 1px solid #c1c0c8;
}

.bordBGris
{
    border-bottom: 1px solid #c1c0c8;
}

div.nowrap
{
    white-space: nowrap;
}

img.imageFooter
{
    border: 0px;
    white-space:nowrap;
}


/* Bloc et questions */
div.intituleBloc
{
    margin-top: 5px;
    margin-left: 5px;
    font-weight: bold;
    font-size: 1.3em; 
    letter-spacing: -0.02em;
}

div.divAttente
{
    background-color: #ffffff;
    display: none;
    position: absolute;
    top: 300px;
    left: 200px; 
    width: 200px;
    height: 20px;
    text-align: center;
    font-size: 1.3em; 
    padding: 10px;
}

div.question
{
    margin-bottom: 5px;
    margin-top : 10px;
    font-weight: bold;
    margin-left: 10px;
}

div.confirmation
{
    margin-bottom: 100px;
    margin-top : 100px;
    font-weight: bold;
    margin-left: 10px;
    text-align : center;
}

img.traitQuestion
{
    border-bottom:1px solid #c1c0c8;
    height:20px;
}


div.divAide
{
    width: 500px;
    color: #787789;
    border: 1px solid #c1c0c8;
    background-color: #ffffff;
    position: absolute;
    left: 50px;
    top: 250px; 
    display: none;
    z-index: 1;
}




div.divErreur
{
    border-top: 1px solid #c1c0c8;
    border-bottom: 1px solid #c1c0c8;
    background-color: #ffffff;
}


/* ---------   Tarif ----------*/
table.tableauTarif 
{
    color: White;
    width: 525px;
    padding-top: 15px;
    padding-bottom: 15px;
}

td.tdTarif, td.tdTarifTexte
{
    padding: 5px;
    color: White;
    height: 40px;
}

td.tdTarif
{
  width: 100px;
}

td.tdTarifTexte
{
  width: 200px;
}

td.tdTopBottomTableau
{
  height: 25px;
}

td.enTeteTableau
{
    background-color: White;
}

td.formuleConseillee
{
    width: 130px;
    background-color: White;
}

div.divSouscript
{
    background-color: White;
    height: 112px;
    border-bottom :1px solid #c1c0c8;
}

a.lienTarif:link, a.lienTarif:visited
{
    color: White;
    text-decoration:none;
    font-weight: bold;
    padding: 7px;
    height : 25px;
}    

.textWhite
{
    color: White;
}


/* ---------- Selecteurs ------------*/
.largeurContenu
{
    width: 525px;
}

.heightAuto
{
    height: auto;
}

.separateur
{
    width: 10px;
}

.largeur165
{
    width: 165px;
}


.pad10
{
    padding: 10px;
}

.marg5
{
    margin: 5px;
}

.annulMarg5
{
    margin: -5px;
}

.marg10
{
    margin: 10px;
}

.marg20
{
    margin: 20px;
}

.valignBottom
{
    vertical-align: bottom;
}

.valignMiddle
{
    vertical-align: middle;
}


.cursorPointer
{
    cursor: pointer;
}

.invisible
{
    display: none;
}

/*
PLAN.NET
*/
.logo {
	position: relative;
	top: 10px;
	left: 20px;
	z-index: 6;
}

#ContactVie{
	float: right;
	/*margin-top: -14px;*/
	position:absolute; top:35px; right:35px;
	padding-right: 5px;
}
