/* CSS Document */
BODY, HTML
{
	background-color:#cbe0f3;
	height:100%;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	vertical-align:middle;
}

FORM {
	margin:0;
	padding:0;
}

INPUT, TEXTAREA {
	border:1px solid #b3cfe1;
	color:#004f7e;
}

INPUT.checkbox, INPUT.image, INPUT.radiobox {
	border:0px;
}

A {
	color:#004f7e;
	font-weight:bold;
}

A:hover {
	color:#0093e9;
	text-decoration:none;
}


/* -- */
.MESSAGE {
	color:#CC0000;
	font-weight:bold;
	background-color:InfoBackground;
	padding:3px;
	text-align:center;
	width:75%;
	margin:5px auto;
	line-height:150%;
}
/* -- */
#PAGE-CONTAINER
{
	position:relative;
	width:798px;
	background-color:white;
	margin:62px auto auto auto;
	padding:0px;
	border:2px solid #5677a9;
}

#PAGE-HEADER {
	width:798px;
	height:103px;
	background-image:url(../img/fort-national.jpg);
	margin:0 auto;
	position:relative;
	margin-top:-66px;
}

#HEADER {
	width:798px;
	height:103px;
	background-image:url(../img/fort-national.jpg);
	margin:0 auto;
	position:relative;
	margin-top:-66px;
}

#LOGO-CONTAINER {	
	position:relative;
	height:30px;
	background-image:url(../img/degrade-haut.jpg);
	background-color:#0088cc;
	text-align:right;
	color:#ffffff;
	font-weight:normal;
	font-style:italic;
	font-weight:bold;
	font-size:22px;
	line-height:30px;
	padding-right:5px;
}

#LOGO
{
	position:absolute;
	background-image:url(../img/logo-giboire.gif);
	background-repeat:no-repeat;
	width:137px;
	height:94px;
	cursor:pointer;
	bottom:0;
	left:55px;
}

#BACK-ACCUEIL {
	position:absolute;
	z-index:999;
	color:004F7E;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	right:10px;
	top:-55px;
}

/* -- */
H1 {
	margin:0;
	color:white;
	position:absolute;
	top:37px;
	right:0px;
	text-align:right;
	color:#ffffff;
	font-weight:bold;
	font-style:italic;
	font-size:22px;
	padding-right:10px;
	height:30px;
	line-height:30px;
}

H2 {
	margin-top:0px;
	font-size:18px;
	color:#0168B5;
	border-bottom:1px solid #D9ECF7;
	padding-bottom:3px;
	padding-left:5px;
	font-style:italic;
}

H3 {
	font-size:15px;
	color:#880000;
	padding-left:10px;
}
P {  }
P,LI { line-height:18px;  }


/* --- */

#TABLEAU-CONTENU {
	position:relative;
	border-collapse:collapse;
	margin:0px;
	width:100%;
}

#TABLEAU-CONTENU TD {
	vertical-align:top;
}

#TABLEAU-CONTENU #EXCLUS {
	padding:0;
	padding-right:4px;
	background-image:url(../img/ombre-panel.gif);
	background-position:right;
	background-repeat:repeat-y;
	vertical-align:top;
}
#TABLEAU-CONTENU #PANEL {
	padding:0;
	border-left:1px solid #72adcf;
	text-align:center;
	vertical-align:top;
}

#CONTENU-DIV {
	background-color:#fff;
}
/* -- FORMULAIRES -- */
.panel-form label {
	display:block;
	position:relative;
	top:-4px;
	font-weight:bold;
	color:#117dbf;
	border-bottom:1px solid #c1def0;
	text-align:left;
}

.panel-form label span {
	position:relative;
	bottom:-4px;
	background-color:white;
	padding-right:5px;
}

.panel-form label span B {
	color:#ff8400;
}

.panel-form TABLE {
	border-collapse:collapse;
	width:100%;
	margin:4px auto 15px auto;
}
.panel-form TABLE TD {
	text-align:center;
	color:#004f7e;
	padding:3px 0px !important;
	font-weight:bold;
	white-space:nowrap;
}
.panel-form TABLE TD em {
	font-weight:normal;
	padding-left:10px;
}
.panel-form TABLE TD input,.panel-form TABLE TD select  {
	color:#004f7e;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 2px;
}
.panel-form TABLE TD .checkboxImg {
	position:relative;
	top:2px;
}
.panel-form TABLE TD span {
	border:1px solid #fff;
	padding:1px 4px;
	cursor:pointer;
}
.panel-form TABLE TD span.selected {
	background-color:#ffffe6;
	border:1px solid #fff1c9;
	font-weight:bold;
}

/* -- BTNS -- */
a.option, .CADRE-INFO .options a {
	background-image:url(../img/fond-options-btn.gif);
	background-repeat:repeat-x;
	background-color:#eef9ff;
	padding:3px 0;
	display:block;
	width:155px;
	border:1px solid #3c80a7;
	color:#1d5a92;
	font-weight:bold;
	text-decoration:none;
	margin:6px auto 7px auto;
	font-size:13px;
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#b8d8ec,strength=2);
}

a.option:hover, .CADRE-INFO .options a:hover {
	filter: ;
	/margin-bottom:9px;
}

/* --- CADRE-INFO --- */
.CADRE-INFO {
	margin:5% auto;
	padding:12px 8px 6px 8px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:150%;
	background-color:#FFFFFF;
	width:90%;
	border:1px solid #CAE3F2;
	color:#004F7E;
	background-image:url(../img/fond-exclamation.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

.CADRE-INFO .options {
	margin-top:20px;
	line-height:normal;
}

.CADRE-INFO .options a {
	margin:10px auto;
}

.CADRE-INFO .options a:hover {
	/margin-bottom:12px;
}

.form_error {
	color:red;
	font-weight:bold;
	background-image:url(../img/warning.gif);
	background-repeat:no-repeat;
	background-position:left middle;
	padding-left:17px;
	margin:3px auto;
	font-size:12px;
}


/* ------------ LISTE D'ANNONCES ------------ */



.annonce {
	margin:auto;
	border:1px solid #24678e;
	padding:1px;
	background-color:#FFFFFF;
	background-image:url(../img/loading.gif);
	background-position:center;
	background-repeat:no-repeat;
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#72adcf,strength=2);
	width:170px;
	height:130px;
	cursor:help;
}

.annonce .div-photo {
	width:170px;
	height:130px;
	text-align:center;
}

.annonce .haut {
	position:absolute;
	width:170px;
	height:18px;
	line-height:17px;
	opacity: .80;
	filter: alpha(opacity=80);
	background-color:#FFFFFF;
	color:#002f4a;
	border-bottom:1px solid #002f4a;
	font-size:11px;
}

.annonce .bas {
	position:relative;
	margin-top:-18px;
	width:170px;
	height:18px;
	line-height:17px;
	opacity: .60;
	filter: alpha(opacity=60);
	background-color:#FFFFFF;
}

.annonce .type {
	float:left;
	padding-left:3px;
}

.annonce .zone {
	float:right;
	padding-right:3px;
	font-weight:bold;
	white-space:nowrap;
}

.annonce .prix {
	float:right;
	padding-right:3px;
	font-weight:bold;
	color:#ed0000;
	font-size:14px;
	
}

.annonce IMG {
	margin:0;
}

/* TOOLTIP */
.overlib_fg { background-color:white; width:210px; background-image:url(../img/fond-overlib.gif); background-repeat:repeat-x; background-position:top  }
.overlib_bg { background-color:#2A5E97; filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#72adcf,strength=2); }
.overlib_textfont { padding:4px 6px; text-align:justify; font-size:14px; }

/* ----------------- */
#MENTIONS {
	font-size:10px;
	width:790px;
	color:#5677a9;
	text-align:left;
	margin:auto;
}

#MENTIONS A {
	color:#5677a9;
	text-decoration:none;
	font-weight:normal;
	padding:1px 2px;
}

#MENTIONS A:hover {
	color:#004f7e;
}

#MENTIONS .acreat {
	float:right;
}
