/* MEYER RESET v1.0 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* STYLE CLT */

/* blocks */
html.https {
	text-align:center;

}

body {
	background-color:#E0D8D5;
	color: #625243;
	margin: 0;
	padding: 0;
	font-family:verdana;
	font-size:12px;
	font-weight: normal;
	text-align: center;
}


#WWW_bandeau_haut2 {
	background:url("../images/logo.png") no-repeat scroll 0 0 transparent;
	height:149px;
	margin:0;
	width:992px;

}
	#WWW_bandeau_haut2 img {
		margin:0 0 0 10px;
	}

	body.https #main {
		margin:0 auto;
		width:992px;
	}

#content {
	background: #E0D8D5 url("../images/bg_bas_col_left.jpg") repeat-y left top;
	width: 1000px;
	margin: 2 auto;
	text-align: center;
}

div#header {
	background: transparent;
	height: 89px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
div#main{
	background: #E7DFDD ;
	width: 992px;
	padding: 0;
	margin: 0 auto;

}
div#mainCenter {
	background: #EAEEF3;
	width: 690px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	color: #000;
	font-size: 0.9em;
}

div#WWW_menuHP {
    	background: #B3A489;
	   	list-style-type:none;
		width:992px;
		height: 36px;
		visibility: visible;
		float: left;
		color: #FFFFFF;
	}
	div#WWW_menuHP li {
		width: 160px;
		float:left;
		text-align:center;
		margin:2px 0px 0px 0px;
	}
	div#WWW_menuHP li.long {
		width: 160px;
		float:left;
		text-align:center;
		margin:0px;
		line-height: 36px;
	}
	div#WWW_menuHP a {
		background: transparent;
		border:0 none;
		color:#FFFFFF;
		margin:0px;
		padding:0px;
		text-align:center;
		text-decoration:none;
		text-transform:uppercase;
		font-weight: bold;
		font-size:11px;
	}


#menu_version {
	float: right;
	padding: 0px;
	margin-top:-77px;
}
#content p { margin:10px 0px; }
	#content p.noHeight { margin:0;padding:0; }

td.coordonnees {
	padding:0 20px;
	text-align: left;
	width:50%;
}

#footer {
	background-color:#E6DFDC;
	color:#999999;
    font-size: 10px;
	font-weight: normal;
	height: 40px;
    margin-top: 5px;
	padding: 0;
    text-align: center;
}

TABLE {
	border: none;
	width: 850px;
}
.small {
	border: none;
	width: 420px;
}
.petite {
	border: none;
	width: 360px;
}
.coord {
	border:#C5DBF3 2px solid;
	width: 995px;
}

/* 3G engine */
#moteur3G {
		background:#86C2E7 ;
		border:solid 1px #482516;
		border-radius:20px 0 20px 0;
					-moz-border-radius:40px 0 40px 0;
					-webkit-border-radius:40px 0 20px 0;
				box-shadow: 10px 10px 10px #000;
					-moz-box-shadow: 3px 3px 5px #888;
			-webkit-box-shadow: 10px 10px 10px #000;
		margin:0 100px 20px 100px;
		padding-bottom:20px;


}
	.field {
		height:100%;
		margin:2px auto;
		padding:0 15px;
	}
	.field .title {
		color:#fff;
		float:left;
		font-weight:bold;
		padding:10px 0 0 10px;
		text-align:right;
		width:47%;
	}
	.field .list {
		float:left;
		text-align:right;
		padding: 6px 0 0 0;
		width:50%;
	}
	.field .list select {
		width:250px;
	}

	#divCtxt {
		padding-left:80px;
		text-align:left;
	}

	.iLoader { float:left; }



/* headers */
h1 {
	color:#535353;
	font-size: 20px;
	font-weight:bold;
	font-style:italic;


}
h2 {
	background:url(../images/puce-h4.png) no-repeat top left;
	color:#000;
	font-size: 16px;
	margin:25px 0 15px 0;
	padding: 2px 0 0 20px;
	text-transform:uppercase;
}
h3 {
	font-size: 18px;
}


h4 {
	font-size: 14px;
}

/* lists */
ul {
	list-style-type:none;
}
ul li {
	padding-left:15px;
	margin:5px 0 5px 23px;
}
li a {
	display:block;
	font-weight:bold;
}

/* links */
a {
	color:#B3A489;
}
a:hover {
	color:#B3A489;
}
hr {
	clear:both;
	border-color:#7E746A;
	border-style:dotted none none;
	border-width:1px 0 0;
	height:1px;
	margin:15px 0;
}

button.bouton, button.button, input.button, input.text, select.select, textarea.textarea {
	background-color:#FFFFFF;
	font-size:0.8em;
	margin:1px;
}
	.bouton:hover, .button:hover, .text:hover, .select:hover, .textarea:hover,
	.bouton:focus, .button:focus, .text:focus, .select:focus, .textarea:focus {
		color:#000000
		border-color:#999999;
	}

	button.button, input.button {
		background-color:#775847;
		color:#FFFFFF;
		cursor:pointer;
		font-weight:bold;
		margin:7px 0 0 4px;
		overflow:visible; /* Thx IE */
		padding:3px 0.30em; /* em for IE */
		width:0; /* Thx IE */
		border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
	}
	button.button:hover, input.button:hover {
		color:#E0E0E0;
	}
		.bouton.small, .button.small {
			font-size:0.7em;
			height:18px;
		}
		button.bouton[class], button.button[class], input.bouton[class], input.button[class] { /* Fck IE */
			width: auto;
		}
		.details2 button.button,
		.details2 input.button {
			margin:7px 0 0 0;
		}

	select.select {
		border:1px solid #0C4BA3;
		height:20px;
	}

	textarea.textarea,
	input.text {
		border:1px solid #B3A489;
	}

	textarea.textarea {
		font-size:11px;
		width:100%;
	}

	.dispoShowHide {
		float:right;
		margin-top:-24px;
		text-align:right;
	}

	.dispoShowHideprest { float:right; }

	.dispoShowHide button.button {
		background-color:#ffffff;
		border-color:#BCAFA0;
		border-bottom:1px solid #FFFFFF;
		border-radius:4px 4px 0 0;
			-moz-border-radius:4px 4px 0 0;
			-webkit-border-radius:4px 4px 0 0;
		color:#482516;
		margin-left:1px;
	}
	.dispoShowHide button.button:hover {
		background-color:#A4D1EE;
		border-color: #003C7C;
		border-bottom:0;
		color:#003C7C;
	}

/* 3G dispo / détail */
#tdispo,
#tLot,
#tTarifs,
#tAA,
#tTS,
.tPrest {
	margin-top:0px;
	padding-top:0px;
	width:100%;
}

	thead, .table_entete {
		background-color:#FFFFFF;
	}
		th, .table_entete {
			border-top:#BCAFA0 1px solid;
			color:#551800;
			font-weight:normal;
			vertical-align:middle;
		}
		thead.tdispo tr th.t3 {
			padding-left:5px;
			text-align:left;
		}
		thead.tdispo tr th.t5 {
			padding-right:5px;
			text-align:right;
		}
		#tAA th,
		#tTS th,
		.tPrest th {
			font-weight:normal;
			padding-top:10px;
			padding-bottom:10px;
		}
		#tTS th.t2,
		#tTS th.t3 {
			width:140px;
		}
		#tAA th.t3,
		#tAA th.t4 {
			width:140px;
		}
		.tPrest th {

		}

	#tdispo tr.parent {
		cursor:hand;
		cursor:pointer;
	}
		tr.parent td {
			background-attachment:scroll;
			background-image:url("../images/bkg-main-top.png");
			background-position:left top;
			background-repeat:repeat-x;
			border-top:#666666 0px solid;
			padding:5px;
			text-align:left;
			vertical-align:middle;
		}
		tr.parent td.tdispo.t1 {
			background-image:url("../images/bkg-main-top-first.png");
			background-position:left top;
			background-repeat:no-repeat;
			width:104px;
		}
			#tLot tr.parent td.t1 {
				width:180px;
			}
		#tdispo tr.parent td.tdispo.t2 {
			font-weight:bold;
			text-align:center;
			width:18px;
		}

		#tdispo tr.parent td.tdispo.t3 {
			width:120px;
		}

		#tdispo tr.parent td.tdispo.t4 {}

		#tdispo tr.parent td.t5,
		#tLot tr.parent td.t3 {
			background-image:url("../images/bkg-main-top-last.png");
			background-position:right top;
			background-repeat:no-repeat;
			font-size:1.4em;
			padding-right:5px;
			text-align:right;
			width:70px;
		}

		#tLot tr.parent td.t3 {
			width:180px;
		}
		#tLot tr.parent td.t2 {/* Fck IE */
			width:50%;
		}

		#tTS td.t2,
		#tTS td.t3 {
			text-align:center;
		}

		#tAA td.t3,
		#tAA td.t4 {
			text-align:center;
		}

	#tdispo tr.child td,
	#tLot tr.child td {
		background:transparent url("../images/bkg-wrapper2.png") no-repeat scroll 15% 100%;
		border-top:#BCAFA0 1px solid;
		padding-bottom:40px;
		/*width:655px;*/
	}
	#tTarifs td {
		padding:5px;
		text-align:center;
		width:25%;
	}
.residDesc {
	border-top:1px dashed #BCAFA0;
	margin:8px 0;
	padding:8px 0 0 0;
}
.descPrest, .descCoord {
	padding:0 10px;
	width:65%;
}
.details {
	margin:10px 0;
	text-align:left;
}
.details2 {
	background: #E7DFDD url("../images/bkg-wrapper1.png") no-repeat left top;
	border:1px solid #BCAFA0;
	float:right;
	margin:4px 2px 4px 4px;
	padding:4px;
	text-align:right;
}
	.details2.line1 {
		background-color:#E7DFDD;
	}
	.details2.line2 {
		background-color:#F9F7F8;
	}
.line1 { background-color:#E7DFDD; }
.line2 { background-color:#F9F7F8; }
	.lineHovered { background-color:#8FA0BA; color:#FFFFFF; }

#images { padding-top:15px; }
/* /3G dispo / détail */


td.table_entete2 {
	background-color:#B3A489;
	color:#FFFFFF;
	font-size:11px;
	letter-spacing:2.8px;
	font-weight:bold;
	height:20px;
	padding:5px 2px 2px 10px;
	vertical-align:middle;
}

td.plng_texte {
	border-bottom:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
	color:black;
	font-family:Courier New;
	letter-spacing:2.8px;
	text-align:left;
	vertical-align:top;
}
td.colliste {
	color:#fff;
	padding:2px 2px 5px;
	text-align:center;
}
/*- PROMOS ---*/
.promo-list {
	margin:10px 20px;
}

.promo_hors_promo {
	font-size:0.7em;
	font-weight:normal;
	text-decoration:line-through;
}

.promo_taux {
	color:#C01313;
	font-size:1em;
	font-weight:bold;
	margin-top:10px;
}


/*- IMG ---*/
.loupe {
	vertical-align:middle;
}
.aff_dispo, .thumb, .thumb2, .thumb3 {
	border:2px solid #BCAFA0;
	height:75px;
	width:100px;
}
.thumb2 {
	margin-left:4px;
	height:125px;
	width:150px;
}
.thumb3 {
	margin-left:4px;
	height:150px;
	width:200px;
}

.clearfix { display:block; clear:both; }

/* tooltips */
#tooltip {
	background-color: #E1E9F6;
	border:#666666 1px solid;
	border-radius:2px 6px;
		-moz-border-radius:2px 6px;
		-webkit-border-radius:2px 6px;
	color:#6C5B4A;
	font-size:0.85em;
	margin-right:1.5em;
	padding:5px;
	position:absolute;
	text-align:left;
	z-index: 3000;
}

/* misc fonts */
span.exergue, font.exergue { color: #645A48; font-weight:bold; }
span.label { font-weight:bold; }
	.label { display:block; }
.pipe {
	font-size:1.5em;
	margin:0px 10px;
}
.disabled, .bouton.disabled, .button.disabled, .select.disabled { background-color: #D4D0C8; background-image:none; color:#808080; }
.error, .notice, .success {padding:.8em;margin-bottom:1.6em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11; background:none; padding:0; margin:0; }
.notice a {color:#514721; background:none; padding:0; margin:0; }
.success a {color:#264409; background:none; padding:0; margin:0; }
.dispoShowHide { float:right; }
.fLeft { float:left; }
.fRight { float:right; }
.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }
.hide { height:0;line-height:0;margin:0;padding:0;visibility:hidden; }
::selection { background:#756A5E; color:#FFFFFF; }
::-moz-selection { background:#756A5E; color:#FFFFFF; }
