
	/* Général */

body {
    background-color: #FFFFFF;
    margin: auto;
}

a { color: #031781; text-decoration: underline;}
a:visited { color: #031781; text-decoration: underline;}
a:hover { color: #FE880B; text-decoration: underline;}

a.onglet {
    padding: 0px;
    font-family: "AR CENA";
    font-size: 26px;
    color: #9f2626;
    text-decoration: none;
}

a.onglet:visited {
    padding: 0px;
    font-family: "AR CENA";
    font-size: 26px;
    color: #9f2626;
    text-decoration: none;
}

a.onglet:hover {
    padding: 0px;
    font-family: "AR CENA";
    font-size: 26px;
    color: #031781;
    text-decoration: underline;
}

a.ongletCourant {
    padding: 0px;
    font-family: "AR CENA";
    font-size: 26px;
    color: #031781;
    text-decoration: none;
}

td.cellOnglet{
    vertical-align: middle;
    background-color: #FFFFFF;
    text-align:center;
}

td.cellOngletCourant {
    vertical-align: middle;
    background-color: #FFFFFF;
    text-align:center;
}

table.tabOnglet {
    background-color: #FFFFFF;
    border-collapse:collapse;
    padding: 0px;
    margin: 0px;
}
td.colBandeau {
    background-color: #FFFFFF;
}

table.corp {
	background-color: #FFFFFF;
}

td.titre {
	color: #FFFFFF;
	text-align: left;
	font-family: Verdana;
    font-size: 30px;
}

td.soustitre {
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana;
    font-size: 20px;
}
td.TexteDroite {
	background-color: #FFFFFF;
}

.Bienvenue {
	color: #0c7f00;
    font-size: 35px;
}

.Domaine{
	color: #0c7f00;
    font-size: 18px;
}



img {
        border-width: 0px;
}
input,select {
        font-size: 11px;
}


#bandeau {
        width: 100%;
        height: 92px;
        margin: 0px;
        padding: 0px;
}

#menu_general {
        vertical-align: middle;
        margin: 0px;
        padding: 0px;
}

#menu_general li  a {
      vertical-align: middle;
      width: 107px;
      height: 39px;
      padding: 0px;
      font-family: Verdana;
      font-size: 12px;
      color: #031781;
      font-weight: bold;
      text-decoration: none;
}

#corps {
        vertical-align: top;
        text-align: center;
}

#separation_menu {
        width: 824px;
        height: 4px;
        margin: 0px;
        padding: 0px;
}

#ListeVilles {
    background-color: #b9c2ff;
}

/* Classe générales */
.texte, TD {
        font-family: Arial;
        font-size: 12px;
        color: #031781;
}
.popup {
        display: none;
        position: absolute;
        padding: 3px;
        border-style: solid;
        border-width: 1px;
}

.note {
        font-size: 10px;
        color: #008020;
}
table.designConstruction {
        border-width: 0px;
        padding: 0px;
        margin: 0px;
        width: 100%;
}
.Titre {
        font-size: 18px;
        font-weight: bold;
}

.VousEtesIci {
    color: #FE880B;
    font-size: 12px;
    font-weight: bold;
}

.TexteStatutProfil {
    color: #FF7E00;
}
/* Mise en forme des resultats */
.liste {
        border-width: 0px;
        margin: 1px;
        padding: 3px;
        width: 100%;
}
td.tableauIntitulle{ 
    text-align: right;
    color: #6F83FF;
    font-size:11px;
}
td.tableauDonnee{
    text-align: left;
    font-size:11px;
    color: #122588;
    padding-left: 5px;
}

td.tableauTitreColonne{ 
    text-align: center;
    font-weight: bold;
    background-color: #ccccff; 
}
td.tableauDonneeColonne{
    text-align: center;
}
.lotReserve {
        background-color: #ffddbb;
        text-align: center;
}
.lotDisponible {
        background-color: #bbffdd;
        text-align: center;
}
.fomulaireDesignation {
    text-align:right;
    vertical-align:middle;
    padding-right: 10px;
    padding-top: 6px;
    height: 100%;
    font-size: 11px;
    font-weight: bold;
}
.formulaireChamps {
        
}
.inputNumeric {
        text-align: right;
}
/* Onglets */
.menuOnglets {
        display: block;
    float: left;
        width: 107px;
        max-width: 107px;
        height: 45px;
        margin: 0px;
        margin-left: 5px;
        margin-right: 5px;
        text-align: center;
        vertical-align: middle;
        list-style: none;
    background: no-repeat bottom center;
}



/* Liste de terrains */
.titleListe{
    font-weight: bold;
    background-color:  #E4E6F1;
    font-size: 11px;
}
.text_liste {
    font-size: 11px;
}

tr.RowListeIndivOut, td.RowListeIndivOut{
    background-color: #FFFFAA;
}
tr.RowListeLotisOut, td.RowListeLotisOut{
    background-color: #AAFFAA;
}

tr.RowListeFonciOut, td.RowListeFonciOut {
    background-color: #00FFFF;
}


/* TR OVER */
tr.RowListeIndivOver{
    background-color: #ffaa44;
    text-decoration: underline;
}
tr.RowListeLotisOver{
    background-color: #ffaa44;
    text-decoration: underline;
}

tr.RowListeFonciOver{
    background-color: #ffaa44;
    text-decoration: underline;
}


/* LE RESTE */

tr.RowListeIndivOn, td.RowListeIndivOn{
    background-color: #FFFFCC;
    font-weight: bold;
}
tr.RowListeLotisOn, td.RowListeLotisOn{
    background-color: #CCFFCC;
    font-weight: bold;
}

tr.RowListeFonciOn, td.RowListeFonciOn{
    background-color: #FFFFCC;
    font-weight: bold;
}

td.VoirVille {
    background-color: #FFFFFF;
    text-decoration: none;
}

div.VoirVille {
    text-decoration: none;
}


.trait {
        width: 792px;
        height: 2px;
        background: url(images/design/trait.png) no-repeat top;
        margin: 0px;
        padding: 0px;
}

.NomAnnonceur {
    font-weight: bold;
    font-size: 12px;
}
.AdresseAnnonceur {
    font-size: 12px;
}
.TexteAnnonceur {
    color: #FF7E00;
    font-size: 12px;
}


tr.RowListeConstructeur, td.RowListeConstructeur{
    background-color: #AAFFAA;
    height: 25px;
}
tr.RowListeAutresProf, td.RowListeAutresProf{
    background-color: #FFFFAA;
    height: 25px;
}
tr.RowListeConstOver{
    background-color: #ffaa44;
    text-decoration: underline;
}


.separationAnnonce {
    border-top: 1px solid #b9c2fc;
    line-height: 22px;
}

div.viewPopup {
    margin-left: 22px;
    margin-top: 5px;
    %margin-top: 27px; /* Correction bug ie */
    %margin-left: 3px; /* Correction bug ie */
    border: 1px solid #C0C0C0;
    width: 170px;
    position: absolute;
    display: none;
    background-color:#FFFFFF;
    text-decoration: none;
}

.noDecoration {
    text-decoration: none;
}

.pubTrouve {
        margin-top: -130px;
        margin-left: 12px;
        %margin-top: 0px; /* Correction bug IE */
        %margin-left: -160px; /* Correction bug IE */
        position: absolute;
}

.bandeauTrouve{
    margin-top: -85px;
    margin-left: 0px;
    %margin-top: 0px;
    %margin-left: -675px;
    position: absolute;
}

	
