/******************************************
   DIVs principaux site.
******************************************/
html {
	overflow-y: scroll;
}

body {
	/* background-image:url(../img/bgpage13.jpg); */
	/*background-image:url(../img/bgpage12.jpg);*/
	/* background-image:url(../img/bg_main_laprise.gif); */
	/* background-color: #383838; */
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.8em;
	margin-top: 0px;
	text-align: center;
	color: #3a3d41;
}

body img {
	border: 0px;
}

#main {
	background-color: #fff;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
	border: 0px solid #000;
	
}

strong {
	color: #000;
}

.optPaiement {
	background-color: #e4edfe;
	height: 1%;
	padding: 4px;	
	border: 1px solid #bdcde7;
}

/******************************************
   Navigation principale du site.
******************************************/
#nav {
	/* background-image: url(../img/bgnoir.jpg); */
	
	background-image: url(../img/Menu-Residentiel-Vert_02.jpg);
	/*border-bottom: 1px solid #fff;*/
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	padding: 6px 0px 2px 0px;
	height: 20px;
}
.navItem {
	font-weight: bold;
	padding: 5px 8px 3px 8px;
	font-weight: bold;
	color: #fff;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover {
	color: #000000;
}


/******************************************
   Entête du site.
******************************************/
#header {
	background-image:url(../img/bgtop.jpg);
	color: #FFFFFF;
}

#fullTopHeader {
	background-color: #000;
	color: #fff;
	font-size: 11px;
	padding: 5px;
	text-align: right;
}

#fullTopHeader a {
	color: #CCCCCC;
}

#logoHeader {
	float: left;
}

#logoHeader img {
	border: 0px;
}

#headerMenu {
	float: right;
}

#subNavHeader {
	font-size: 11px;
}

#enTeteImpression {
	display: none;
}

/******************************************
   Entête, liens droit.
******************************************/
.itemTopRight {
	padding: 0 10px 0 10px;
	font-size: 11px;
	font-weight: bold;
}

.itemTopRight a {
	color: #fff;
}

.itemTopRight2 {
	padding: 0 10px 0 10px;
	font-size: 11px;
	font-weight: bold;
}

.itemTopRight2 a {
	color: #000;
}

.itemTopRight_small {
	padding: 0 10px 0 10px;
	font-size: 10px;
	color: #FFFFFF;
}

#rechercheField {
	padding-right: 8px;
	text-align: right;
	padding-left: 180px;
	color: #ffffff;
	font-weight: bold;
}

#rechercheField img {
	border: 0px;
}

#icoLoupe {
	vertical-align: middle;
}

#recherche label {
	font-weight: bold;
}

#zoneAide {
	/* padding-left: 20px;
	padding-right: 15px; */
}

#zoneAide img {
	border: 0px;
}

/******************************************
   Pied de page.
******************************************/

#navBottom {
	/*background-image:url(../img/bbottom5.jpg);*/
	/*background-repeat: no-repeat;
	background-position: top left;*/
	/* border-top: 1px solid #d4d4d4; */
	color: #000;
	height: 69px;
	padding-right: 24px;
	/* margin-top: 18px; */
}

#contenuBottom {
	float: right;
	text-align: right;
	font-size: 11px;
	padding-top: 10px;
}

/******************************************
   Autres classes générales dans le site.
******************************************/
a {
	color: #000;
}

a:hover {
	color: #64b2d5;
}


.clear {
	clear: both;
}

/*******************************************
   COLONNES PAGE PRINCIPALE
********************************************/
.colonne {
	/*position: absolute;
	width: 300px;
	padding: 10px;
	height: 300px;*/
	/*background-image:url(../img/bgpub.jpg);
	background-repeat:no-repeat;
	background-position:top left;*/
	/* text-align: center; */
	/* border: 1px solid #d4d4d4; */
	width: 286px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: left;
}

#colonneYouTube {
	width: 215px;
	height: 210px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #d4d4d4;
}

#colonneFinancement {
	width: 458px;
	height: 210px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #d4d4d4;
}

/*=============== COLONNES FINANCEMENT ===============*/
#gaucheFinancement {
	width: 198px;
	float: left;
}

#droiteFinancement {
	width: 260px;
	float: right;
	/*background-position: top right;
	background-repeat: no-repeat;*/
}

#texteFinacement {
	font-size: 16px;
	padding: 30px 0 0 10px;
}

/*--------------------------------------------------------------------------------------------------*/

#colonneSpecial {
	width: 225px;
	height: 210px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #d4d4d4;
}



#titrePromo, #titreFinancement, #titreSpecial  {
	font-size: 14px;
	color: #fff;
	background-repeat: repeat-x;
	background-image: url(../img/bgTitreColonne.jpg); 
	font-weight: bold;
	margin-bottom: 2px;
	padding: 4px;
	text-align: center;
}


#financement {
	background-image:url(../img/bgfinancement.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 286px;
	height: 250px;
	vertical-align: top;
}

.titreSection {
	font-weight: bold;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 10px;
	padding-bottom: 4px;
}

ol {
	list-style: none;
}

li {
	line-height: 30px;
}

#apropos {
	padding: 5px;
	text-align: center;
	background-color: #dbe9ff;
	margin: 10px;
	border: 1px solid #c6d6f1;
	font-size: 11px;
}

#closeUp {
	border-top: 1px solid #000;
}

.pubtimeout {
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
}

.texteimportant {
	font-size: 14px;
	width: 300px;
	border: 1px solid #000;
}

#les3bars {
	padding-left: 20px;
}

.texteRouge {
	color: red;
}

.texteRouge2 {
    color: red;
    font-size: large;
}

.formContact {
	font-weight: bold;
}

h2 {
	color: #3d5281;
	font-size: 14px;
	font-weight: bold;
}

.champErreur {
	background-color: #ffffa0;
}

.texteGras {
	font-weight: bold;
	color: red;
}

.erreur {
	font-weight: bold;
	color: red;
}

/**********************************/
/* ZONE CONSEILLER */
/**********************************/
#loginConseiller {
	z-index: 100;
	background-color: #000;
	color: #fff;
	height: 100px;
	text-align: center;
}


/****************************************************************************************************/
#temp_blocPhoto {
	width: 637px;
	height: 384px;
	float: left;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #000;
}

#temp_blocFinancement {
	width: 296px;
	height: 175px;
	float: right;
	margin-bottom: 5px;
	border: 1px solid #eeeeee;
	font-size: 14px;
	background-image:url(../img/bgFinancement5.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	font-weight: bold;
}

.texteInfoFinancement {
	padding: 18px 5px 0 7px;
	width: 147px;
	height: 100px;
	vertical-align: middle;
}

.texteStartCalculer {
	padding: 0 5px 0 7px;
	font-weight: bold;
	font-size: 12px;
}

.temp_titreColonne {
	font-size: 14px;
	color: #fff;
	background-repeat: repeat-x;
	background-image: url(../img/bgTitreColonne.jpg); 
	font-weight: bold;
	margin-bottom: 2px;
	padding: 4px;
	text-align: center;
}

#temp_blocSpecial {
	margin-top: 5px;
	width: 296px;
	height: 187px;
	border: 1px solid #eeeeee;
	float: right;
	text-align: center;
	vertical-align: middle;
}

#temp_content {
	padding: 4px;
}

.header {
	font-weight: bold;
}

.bloc {
	font-size: 10px;
}

/* ================== PopUpPlan =================== */
.black_overlay{
	display : none;
	position : absolute;
	top : 0%;
	left : 0%;
	width : 100%;
	height : 100%;
	background-color: black;
	z-index : 1001;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background-image : url(http://www.maisonlaprise.com/img/overlay.png);
}

.white_content {
	display: none;
	position: absolute;
	top: 10%;
	left: 25%;
	width: 50%;
	padding: 16px;
	border: 10px solid #eeeeee;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

.white_content2 {
	display: none;
	position: absolute;
	top: 5%;
	left: 15%;
	width: 960px;
	padding: 16px;
	border: 10px solid #eeeeee;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

.white_contentLarge {
	display: none;
	position: absolute;
	top: 10%;
	left: 5%;
	width: 990px;
	padding: 16px;
	border: 10px solid #eeeeee;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

.wcPopMailSim {
    display: none;
    position: absolute;
    top: 10%;
    left: 25%;
    width: 50%;
    padding: 16px;
    border: 10px solid #cc0000;
    background-color: white;
    z-index:1002;
    overflow: auto;
}

.nouvService {
    padding: 10px;
    font-weight: bold;
    font-size: large;
    color: #cc0000;
    background-color: #ececec;
    border: 1px solid #d5d5d5;
    text-align: center;
}

.nouvService input {
    font-weight: bold;
    font-size: medium;
    padding: 4px;
}

.white_content2 {
	display: none;
	position: absolute;
	top: 5%;
	left: 5%;
	width: 90%;
	padding: 4px;
	border: 5px solid #000;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

.white_content3 {
	display: none;
	position: absolute;
	top: 20%;
	left: 5%;
	width: 90%;
	padding: 4px;
	border: 5px solid #000;
	background-color: white;
	overflow: auto;
}

.white_content4 {
    display: none;
    position: absolute;
    top: 5%;
    left: 5%;
    width: 85%;
    z-index:1002;
}

.white_content5 {
    display: none;
    position: absolute;
    top: 10%;
    left: 25%;
    width: 50%;
    padding: 16px;
    border: 10px solid #eeeeee;
    background-color: white;
    z-index:1002;
    overflow: auto;
}


#choixRue_Adr {
    border: 2px solid #cecece;
    padding: 10px;
    display: none;
}

#tabUpFichePlan {
    background-color: #000;
    color: #fff;
    padding: 4px;
}


.titrePop {
    background-color: #000;
    color: #fff;
}

.topPopImg {
    padding: 4px;
    background-color: #fff;
    color: #000;
}
		
.choixPopUp {
	width: 350px;
	font-size: 20px;
	padding: 6px
}

#modeBudget {
	padding: 4px;
	background-color: #fbffca;
	font-size: 14px;
}

/* ========= Simulation ========== */
#dossierSimulation {
	padding: 4px;
	border: 1px solid #b3d3aa;
	background-color: #e5f8df;
}

#dossierSimulation img {
	cursor: pointer;
}

.altPlanSim {
	border-top: 1px solid #b3d3aa;
	background-color: #FFFFFF;
}

#zoneComparaison {
	overflow-y: hidden;
	padding-bottom: 10px;
}

#zoneComparaison td {
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	text-align: center;
}

.grosChamp {
	font-size: large;
}

#titreFermerSimulation {
	font-size: 14px;
	background-repeat: no-repeat;
	background-image: url(../img/icoFermerX.jpg);
	background-position: right;
	font-weight: bold;
	margin-bottom: 2px;
	padding: 4px;
	text-align: center;
	cursor: pointer;
}

.tabPrixAchat {
	text-align: center;
	border-left: 1px solid #949494;
	border-top: 1px solid #949494;
	texg-align: center;
}

.celluleTabMod {
	border-bottom: 1px solid #949494;
	border-right: 1px solid #949494;
}

.tabHeader {
	border-bottom: 3px solid #949494;
	border-right: 1px solid #949494;
}

.tabAddSim {
	background-color: #e5f8df;
	cursor: pointer;
	border-top: 1px solid #b3d3aa;
	border-bottom: 1px solid #b3d3aa;
}

.tabAddSim label {
	cursor: pointer;
	text-align: left;
}

.h3Erreur {
	color: red;
	margin-top: 4px;
	font-size: large;
}

/********************************/
/* ACCUEIL V2.0 */
/********************************/
#zoneGauche_accueil {
	float: left;
	width: 30%;
}

#zoneDroite_accueil {
	float: right;
	width: 68%;
	padding-left: 8px;
}

#zoneDroite_accueil h1 {
	line-height: normal;
	background-image: url(../img/bgheadline.jpg);
	background-repeat: x-repeat;
	padding-top: 6px;
	font-size: 20px;
	margin: 0;
	border-bottom: 1px solid #cecece;
	padding-bottom: 2px;
	padding-left: 6px;
}

.itemAccNav_on {
	background-image: url(../img/bg7vert.jpg);
	/*background-image: url(../img/bgheadline.jpg);
	background-repeat: x-repeat;*/
	padding: 6px;
	color: #fff;
	cursor: hand;
	margin-bottom: 7px;
	text-align: right;
	border-bottom: 2px solid #000;
	border-top: 1px solid #000;
	font-size: 14px;
	font-weight: bold;
}

.itemAccNav_off {
	background-image: url(../img/bgpanel.jpg);
	padding: 6px;
	color: #fff;
	cursor: hand;
	margin-bottom: 7px;
	text-align: right;
	border-bottom: 2px solid #000;
	border-top: 1px solid #000;
	font-size: 14px;
	font-weight: bold;
}

.itemAccNav2_off {
	background-image: url(../img/bgpanel.jpg);
	padding: 6px;
	color: #fff;
	cursor: hand;
	margin-bottom: 7px;
	text-align: right;
	border-bottom: 2px solid #000;
	border: 1px solid #000;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

.itemAccNav2_off a {
	color: #fff;
}

.itemAccNav2_on {
	background-image: url(../img/bg7vert.jpg);
	padding: 6px;
	color: #fff;
	cursor: hand;
	margin-bottom: 7px;
	text-align: right;
	border-bottom: 2px solid #000;
	border: 1px solid #000;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-align: center;
}

.itemAccNav2_on a {
	color: #fff;
}


.itemAccNav_off:hover {
	background-image: url(../img/bg7vert.jpg);
}


.titreSectionAcc {
	padding: 6px;
}

#lien01 {
	line-height: 20px;
}

#video_accueil h1 {
	line-height: normal;
	background-image: url(../img/bgheadline.jpg);
	background-repeat: x-repeat;
	padding-top: 6px;
	padding-bottom: 2px;
	font-size: 20px;
	text-align: center;
	margin: 0;
	border-bottom: 1px solid #cecece;
}

#faqs {
	float: left;
	width: 350px;
}

#pucesConteneur {
	padding-left: 25px;
}

#splash {
	float: right;
	width: 275px;
	padding-right: 6px;
	vertical-align: top;
}

.listeitem {
	list-style-type: square;
}

#menuTop_accueil a {
	text-decoration: none;
}

.spacerTop {
	padding-top: 10px;
}

.p1 {
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 14px;
}

#lien04 {
	background-image:url(../img/bgServiceAPV.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 335px;
}

.imglaprise {
	border: 1px solid #000;
}

.bleu {
	color: #3d5281;
}

.champConseiller {
	width: 300px;
}

.loginConseiller {
	text-align: left;
}

.loginConseiller input {
	width: 250px;
	font-size: 20px;
	padding: 6px
}

.titreConcept {
	font-size: x-large;
	font-weight: bold;
	color: #3d5281;
}

#spinnerWait {
	z-index: 500;
	width: 100%;
	height: 100%;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	position: absolute;
}

#flashnotice {
	background-color: #ffffff;
	font-size: large;
	font-weight: bold;
	color: black;
	padding: 10px;
	background-color: #fffec6;
	border: 1px solid #cfce64;
}

#autresProduits {
	display: none;
	position: absolute;
	background-color: #000;
	color: #fff;
	z-index: 200;
	top: 24px;
	left: 530px;
	border: 1px solid #fff;
	text-align: center;
}

#autresProduits a {
	color: #fff;
	text-decoration: none;
}

.autreP {
	padding: 6px;
	border-bottom: 1px solid #585858;
}

#icoMenu {
	vertical-align: bottom;
}

#fermerAutresProd {
	font-size: x-small;
	text-align: right;
	padding: 4px;
}

/*------------ Fiche techniques --------------*/
#ficheTechnique p {
	line-height: 18px;
}

#ficheTechnique {
    z-index: 3000;
}

.topFiche {
	border-bottom: 1px solid #cecece;
}

.titreFiche {
	color: #3d5281;
	font-size: large;
	font-weight: bold;
}

.subTitleFiche {
    font-size: 18px;
    color: #fff;
    padding: 4px;
    /*background-repeat: repeat-x;
    background-image: url(../img/bgsubtitle.jpg); */
    background-color:#999999;
    height: 1%;
    padding: 4px 0 8px 4px;
    font-weight: bold;
}

#fiche_Desc, #fiche_Img {
	padding: 10px;
}

#ficheLoading {
	font-size: large;
	font-weight: bold;
	color: black;
	padding: 10px;
	background-color: #fffec6;
	border: 1px solid #cfce64;
	margin-top: 10px;
}

.bleu {
	color: #3d5281;
}

#imgConseiller {
	padding-left: 10px;
}

#blockTerrain_opt1 {
	display: block;
	position: relative;
	border: 2px solid #000;
	font-weight: bold;
	width: 300px;
	padding: 10px;
	text-align: center;
	font-size: large;
	float: left;
	margin-left: 70px;
	margin-top: 20px;
	background-color: #ccf0a9;
}

#blockTerrain_opt2 {
	display: block;
	position: relative;
	border: 2px solid #000;
	font-weight: bold;
	width: 300px;
	padding: 10px;
	text-align: center;
	font-size: large;
	float: right;
	margin-right: 70px;
	margin-top: 20px;
	background-color: #bdecee;
}

#blockTerrain_opt1 a, #blockTerrain_opt2 a {
	text-decoration: none;
}

#blockTerrain_opt1 a:hover, #blockTerrain_opt2 a:hover {
	text-decoration: underline;
	color: #000;
}

.res_ter_01 {
	border-left: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	border-top: 1px solid #cecece;
}

.res_ter_02 {
	border-bottom: 1px solid #cecece;
	border-top: 1px solid #cecece;
	text-align: center;
    border-left: 1px solid #cecece;
}

.res_ter_03 {
	border-bottom: 1px solid #cecece;
	border-top: 1px solid #cecece;
	border-left: 1px solid #cecece;
}

.res_ter_04 {
	border-bottom: 1px solid #cecece;
	border-top: 1px solid #cecece;
	border-right: 1px solid #cecece;
    padding: 10px;
}

.tabFiche {
	padding: 0 10px 0 10px;
	font-size: 14px;
	font-weight: bold;
}

#navFiche {
	padding-bottom: 4px;
	margin-bottom: 4px;
}

.prixAff {
	font-size: 18px;
	font-weight: bold;
}

#ficheRapTerr {
	border: 1px solid #cecece;
	background-color: #ededed;
	padding: 4px;
	margin-bottom: 20px;
}

#descTerrain {
	padding-right: 20px;
}

.tabInfos {
	/* border: 1px solid #cecece; */
}

.titreTabTerr {
    font-size: 14px;
    font-weight:  bold;
    background-repeat: repeat-x;
    background-image: url(../img/bgst2.jpg);
    height: 1%;
    margin-bottom: 1em;
    padding: 6px;
    border: 1px solid #a9b1b8;
}

.caseInfo {
	padding: 4px;
}

#mapTerrain {
	width: 100%;
	height: 260px;
}

#zoneInfoTerrain {
    width: 100%;
    height: 330px;
    line-height: 20px;
}

.lblFLogin {
    width: 100px;
    text-align: right;
    display: block;
    float: left;
    padding-right: 10px;
}

.aideSousForm {
    padding-left: 130px;
    font-size: 11px;
}

.aideSousFormNiveau {
    font-size: 12px;
}

.divBtnPadLeft {
    padding-left: 110px;
}

#cellGLogin {
    border-right: 1px solid #cecece;
}

#cellDLogin {
    padding-left: 20px;
}

#tabOptionsRecherche {
    background-repeat: repeat-x;
    background-image: url(../img/bgsearchterrain.jpg);
    border-bottom: 1px solid #c6c6c6;
    background-position: bottom center;     
}

#resRechTerr {
    text-align: left;
    font-size: large;
    font-weight: bold;
    padding: 10px;
    float: left;
}

#resTris {
    float: right;
    text-align: right;
    padding: 4px 10px 4px 10px;
    border-left: 1px solid #bac8e1;
    border-right: 1px solid #bac8e1;
    border-bottom: 1px solid #bac8e1;
    background-repeat: repeat-x;
    background-image: url(../img/bgtris.jpg);
}

#divTris {
    position: absolute;
    z-index: 10;
    width: 300px;
    height: 160px;
    background-color: #fff;
    right: 10px;
    padding: 10px;
    border-left: 1px solid #bac8e1;
    border-right: 1px solid #bac8e1;
    border-bottom: 1px solid #bac8e1;  
    font-weight: bold;
    background-repeat: repeat-x;
    background-image: url(../img/bgdivTris.jpg);
    background-position: bottom center; 
}

#titreTri {
    text-align: center;
    /* border-bottom: 1px solid #bac8e1; */
    padding: 2px;
    margin-bottom: 2px;
}

.imgTri {
    padding: 4px 0 4px 4px;
    border-bottom: 1px solid #e2e2e2;
    cursor: hand;
}

.imgTriBas {
    padding: 4px 0 8px 4px;
    margin-bottom: 2px; 
}

#instrTri {
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 4px;
}

#divAffichage {
    font-weight: bold;
    position: absolute;
    z-index: 9;
    float: right;
    right: 180px;
    padding: 10px;
}

.titreTb {
    font-weight: bold;
    border-bottom: 2px solid #c6c6c6;
    font-size: large;
}

.grilleTerrFiche {
    border: 1px solid  #c6c6c6;
    padding: 4px;
}

.prixTerrainRest {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

.bgTerrPair {
    background-image: url(../img/bgsearchterrain.jpg);
    background-position: bottom center;
}

.bgTerrPair {
    background-image: url(../img/bgsearchterrain.jpg);
    background-position: bottom center;
    background-repeat: repeat-x;
    padding: 10px;
}

.bgTerrImpair {
    padding: 10px;
}

.etiquetteCorrection {
    position: relative;
    z-index: 100;
    border: 1px solid #000;
    background-color: yellow;
    font-weight: bold;
    color: #000;
    font-size: 9px;
    top: 0%;
    left: 0%;
}

.mapPays {
    padding: 8px 8px 4px 8px;
    background-image: url(../img/bgsearchterrain.jpg);
    background-position: bottom center;
    background-repeat: repeat-x;
    border-bottom: 1px solid #cecece;
    margin: 4px 0 4px 0;
}

.descSurface {
    padding: 4px 0 6px 0;
}

.topSurface {
    border-bottom: 1px solid #cecece;
    margin-bottom: 2px;
}

.surfaceLeft {
    float: left;
    padding-bottom: 4px;
}

.surfaceRight {
    float: right;
    border-left: 1px solid #cecece;
    width: 30%;
    padding-left: 10px;
    padding-bottom: 4px;
}

.vert {
    color: green;
}

#rectanglePwd {
    border: 1px solid #e5e29d;
    background-color: #fffdca;
    padding: 4px;
    margin-top: 4px;
}

.headerAdmin {
    border-bottom: 2px solid #cecece;
    padding-bottom: 4px;
}

.ssGestTerr {
    border-bottom: 2px solid #cecece;
    font-size: large;
    text-align: center;
    font-weight: bold;
    padding-bottom: 4px;
}

.icoLeft {
    float: left;
}

.texteRight {
    float: left;
    text-align: left;
    padding-left: 10px;
    padding-top: 8px;
}

.etape_on {
    font-weight: bold;
    border-right: 1px solid #cecece;  
}

.etape_off {
    color: #6d6d6d;
    border-right: 1px solid #cecece;
}

.etape_top {
  border-left: 1px solid #cecece;
  padding-left: 4px; 
}

.info_non_modif {
    color: #666666;
    margin: 4px; 
}

.alignLefttBtnAnnule {
    float: left;
}

.alignRightBtnEtape {
    float: right;
}

#footerTerrains {
    border-top: 1px solid #cecece;
    padding-top: 6px;
}

.lblCaption {
    width: 110px;
    text-align: right;
    display: block;
    float: left;
    padding-right: 4px;
    margin: 10px;
}

.cellTopTab {
    border-bottom: 1px solid #cecece;
}

.unite {
    width: 125px;
}

#uniteMesure {
    text-align: right;
    font-weight: bold;
    padding: 4px;
}

#listeTerrains, #listeDeveloppements {
    height: 200px;
    overflow-y: scroll;
}

#listeTerrains label {
    text-decoration: underline;
    cursor: hand;
    font-weight: bold;
}

.ligne0 {
    background-color: white;
    border-bottom: 1px solid #cecece;
}

.ligne1 {
   background-color: #f1f5fa;
   border-bottom: 1px solid #cecece;
}

.ligne3 {
   background-color: #e3e8ef;
   border-bottom: 1px solid #cecece;
}

.terrExp {
    background-color: #ffdbdb;
    border-bottom: 1px solid #cecece;
    background-image:url(../img/bgexpire.gif);
    background-repeat: x-repeat;
}

.terrOK {
   background-color: #dafbd9;
   border-bottom: 1px solid #cecece;
}

.terrWar {
   background-color: #fffb8c;
   border-bottom: 1px solid #cecece;
}

.terrNormal {
   background-color: #fff;
   border-bottom: 1px solid #cecece;
}

.selectCourt {
    width: 100px;
}

.champTexte {
    background-color: #edebcc;
}

.photoTerr {
    padding: 6px;
}

#divLoadingRegions, #divLoadingVilles {
    z-index: 100;
    padding: 10px;
    position: absolute;
    border: 2px solid #cecece;
    background-color: #fff;
    left: 62%;
    top: 50%;
}

#divLoadingSendForm {
    z-index: 100;
    padding: 10px;
    position: absolute;
    border: 2px solid #cecece;
    background-color: #fff;
    left: 70%;
    top: 50%;
}

#erreurCompte {
    padding: 4px;
    border: 1px solid #aaaaaa;
    background-color: #ffffcc;
    left: 62%;
    top: 50%;
    font-weight: bold;
    color: red;
    margin-bottom: 10px;
}

#erreurLogin {
    padding: 4px;
    border: 1px solid #aaaaaa;
    background-color: #ffffcc;
    left: 62%;
    top: 50%;
    font-weight: bold;
    color: red;
    margin-bottom: 10px;
}

#msgOK {
    padding: 4px;
    border: 1px solid #b7d59c;
    background-color: #e6ffcf;
    font-weight: bold;
    margin-bottom: 10px;
}

#pwd {
    background-color: #f3f3f3;
    border: 1px solid #cecece;
    padding: 4px;
}

.navVertTop {
    border-bottom: 1px solid #cecece;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 4px;
}

.navVertBottom {
    border-top: 1px solid #cecece;
    font-weight: bold;
    font-size: 14px;
    padding-top: 4px; 
}

.floatLeftVert {
    float: left;
}

.floatRightVert {
    float: right;
}

#pdfConseiller {
    padding: 10px;
    text-align: center;
    border: 1px solid #cecece;
}

.ligneTabMes {
    border-bottom: 1px solid #cecece;
}

.cellTabR {
    border-right: 1px solid #cecece;
}

.lblFormC {
    width: 70px;
    text-align: left;
    padding-right: 4px;
    float: left;
}

#divBtnSubC {
    text-align: center;
    padding: 4px;
}

.tabFormContact {
    border-left: 1px solid #cecece;
    padding-left: 10px;
}

#boxConfirmation {
    padding: 10px;
    margin: auto;
    width: 600px;
}

#confIco {
    float: left;
    width: 150px;
}

#msgConf {
    float: left;
    text-align: center;
    padding-top: 50px;
}

#msgConf h3 {
    font-size: large;
    font-weight: bold;
    color: #000;
}

.titreAcc {
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 6px;
}

/* Gestion des onglets dans la fiche terrain */
#navFiche2 {
  float:left;
  width:100%;
  /* background:#eee url("../img/bgPOnglet.jpg") repeat-x bottom; */
  background:#fff url("../img/bgPOnglet.jpg") repeat-x bottom;
  line-height:normal;
  }
#navFiche2 ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#navFiche2 li {
  float:left;
  background:url("../img/bgG.jpg") no-repeat left top;
  margin:0;
  padding:0 0 0 28px;
  }
#navFiche2 a {
  float:left;
  display:block;
  background:url("../img/bgD.jpg") no-repeat right top;
  padding:9px 28px 0px 0px;
  text-decoration:none;
  font-weight:bold;
  color:#000;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#navFiche2 a {float:none;}
/* End IE5-Mac hack */
#navFiche2 a:hover {
  color:#4d6392;
  }
  
#transbox {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: 0;
    text-align: center;
    z-index: 5000;
    padding: 20px;
    background-color: #000;
    filter:alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
}
#transbox div {
    margin-top: 25%;
    padding: 20px;
    font-weight: bold;
    color: #fff;
    filter:alpha(opacity=100);
    opacity: 1;
    -moz-opacity:1;
    position: relative;
    font-size: x-large;
}

#transbox2 {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: 0;
    text-align: center;
    z-index: 5000;
    padding: 20px;
    background-color: #000;
    filter:alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
}

#btnCancel {
    background-color: red;
    color: #fff;
    padding: 4px;
    border: 1px solid red;    
}

#ie {
    padding: 4px;
    text-align: center;
    border: 2px solid #1186b5;
    margin: 10px;
    background-color: #e7faff;
}

.parEgal {
    text-align: justify;    
}

#menuProjets {
    position: relative;  
    color: #fff;
    font-weight: bold;
    left: 0;
    float: left;
    display: none;
}

.itemProjet {
    display: block;
    padding: 6px 0 6px 10px;
    border-bottom: 1px solid #fff;
    width: 171px;
    text-align: left;
    background-color: #435026; 
}

.itemProjet:hover {
    color: #a0b9de;
}

#menuProjets a {
    color: #fff;
    cursor: hand;
}

#idacm img {
    display: block;
}

#acmheader {
  background:#fff url("../img/acm/bgBann.gif") repeat-x;
  text-align: center; 
}

#blockInfoTerr {
    border: 1px solid #cecece;
    padding: 6px;
    cursor: hand;
    background:url("../img/bginfoterr.gif") no-repeat right top;
    margin-bottom: 10px;
}

.imgVendu {
    position : absolute;
    z-index: 10;
    left: 60px;
}

.imgVenduAffGrille {
   position : absolute;
   z-index: 10;
}

.imgSousVenduGrille {
    position : absolute; 
    z-index: 5;  
}

#conteneurImg {
    width: 133px;
    height: 100px;
    margin-left: -133px;
    padding-bottom: 15px;
}

.vendu {
    color: red;
    padding: 4px;
    font-weight: bold;
    font-size: x-large;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    color: #a60000;
    border-top: 3px solid #a60000;
    border-bottom: 3px solid #a60000;
    text-transform: uppercase;
}

#msgError {
    padding: 4px;
    border: 1px solid #aaaaaa;
    background-color: #ffffcc;
    left: 62%;
    top: 50%;
    font-weight: bold;
    color: red;
    margin-bottom: 10px;
    display: none;
}

#msgLoading {
    border: 1px solid #cecece;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 10px;
    display: none;
}

#zoneImpression {
  position: fixed;
  left: 50%; 
  top: 20%;
  width: 720px;
  height: 610px;
  margin-top: -116px; /* moitié de la hauteur */
  margin-left: -360px; /* moitié de la largeur */
  border: 2px solid #000;
  background-color: #fff;
}

#headerPop {
    background-color: #000;
    color: #fff;
    font-weight: bold;  
}

.versionAltern {
    background-color: #d1e8ac;
    border: 1px solid #90a66c;
    padding: 10px;
    text-align: center;
}

.boxNormal, .boxHigh, .boxLarge, .boxHighLarge, .boxBig, .boxPopUp, .boxOpaque {
    display: none;
    position: absolute;
    padding: 16px;
    border-width: 5px;
    border-style: solid;
    border-color: #e0e0e0;
    background-color: #000000;
    z-index: 1002;
    overflow: auto;
}

.boxNormal {
	top: 20%;
    left: 20%;
    width: 1%;
}

.imgBouton, .link {
	cursor: pointer;
}

.link {
	text-decoration: underline;
	color: #0000ff;	
}
