* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 12px;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #444;
	background: #d38a00 url(../img/fond.jpg) 0 0 repeat-x;
}

body.popup {
	background:none;
	}

/* Clear */
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

img {
	border: 0;
	}

/* Link */
a:link,
a:visited {
	color: #d79004;
	text-decoration: none;
}
a:hover,
a:active {
	color: #444;
	text-decoration: none;
}

a:focus {
	outline:none;
	}

/* Typography */
h1, h2, h3 {
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
	margin: 0 0 .5em 0;
	color: #0065a9;
}

h2 {
	font-size: 1.7em;
	margin: 0;
	color: #d38a00;
}

h3 {
	font-size: 16px;
	margin: 1em 0 0 0;
	color: #777;
}

p {
	font-size: 1em;
	margin: 0 0 1em 0;
}

ul, ol {
	margin: 0;
}

li {
	font-size: 1.2em;
}

li li {
	font-size: 1em;
}

/* hr */
div.hr {
	clear: both;
	height: 5px;
	background: url(../img/bg_hr.gif) repeat-x 50% 50%;
	margin: 0;
}

div.hr hr { display: none; }


/* Image in Content */
.img-right {
	float: right;
	margin: 5px 0 5px 10px;
}

.img-left {
	float: left;
	margin: 5px 10px 5px 0;
}

/* Box */
.box {
	margin: 0 0 1em 0;
}

.box .padding {
	padding: 0;
}

.box h2 {
	font-size: 1.8em;
	color: #9a957b;
	margin: 0;
}

b.rtop,
b.rbottom {
	display: block;
	background: #FFF;
}

b.rtop b,
b.rbottom b {
	display: block;
	height: 1px;
    overflow: hidden;
	background: #f6f4ea;
}

b.r1 {margin: 0 5px;}
b.r2 {margin: 0 3px;}
b.r3 {margin: 0 2px;}
b.rtop b.r4,
b.rbottom b.r4 {
	margin: 0 1px;
	height: 2px;
}

/* Search */
#search {
	float: left;
	margin: 10px 0 0 -5px;
}

#search select {
	margin: 2px 0 2px 0;
}

#search input {
	margin: 0;
}

#search label {
	float: left;
	display: block;
	width: 60px;
}

.keyword {
	width: 170px;
}

.rss {
	display:block;
	clear:both;
	padding-top: 30px;
}



/* New offer*/
.new-offer {
	width: 480px;
	height: 120px;
	float: left;
	margin: 0;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #b9a680;
}

.new-offer .house {
	width: 155px;
	float: left;
	margin: 0;
	border: 2px solid #8f8e8e;
}

.new-offer .description {
	width: 270px;
	float: left;
	margin-left: 20px;
	}

.new-offer .description ul li,
.new-offer .description p {
	float:left;
	padding:0;
	margin: 0;
}

.new-offer .description h4 {
	float:left;
	padding:0;
	margin: 0;
	font-size:12px;
	font-weight:normal;
}

.new-offer ul {
	list-style-type: none;
	}
	
.new-offer ul li, .new-offer p {
		font-size: 11px;
	}

.new-offer .description label, #pdetails label {
	font-weight:bold;
}

#pdetails p label {
	float: left;
	width: 180px;
	margin-right: 10px;
}

#pdetails p label span {
	float: left;
}

.new-offer .description h2 a {
	font-size: 16px;
	color: #555;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.price {
	clear:left;
	float:left;
	width: 250px;
	font-size: 12px;
	font-weight:bold;
}

#adescription {
	width: 480px;
	padding-bottom: 60px;
}

#adescription ul {
	list-style-type:none;
	margin: 5px 0 0 0;
	}

#adescription ul li {
	float:left;
	width: 120px;
	height: 20px;
	padding:0 20px 0 20px;
	margin: 0;
	font-size: 12px;
	background: transparent url(../img/puce.gif) 0 0 no-repeat;
}

#adescription h4 {
	width: 480px;
	clear:both;
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #dba43c;
}

#icones {
	float:right;
	}

#centre_droite .price {
	font-size: 12px;
	font-weight:bold;
}

.new-offer .price a:link,
.new-offer .price a:visited,
.new-offer .price a:hover,
.new-offer .price a:active {
	color: #fff;
	text-decoration: none;
}

/* News */
#news dl dt {
	font-weight: bold;
}

#news dl dd {
	margin: 0 0 1em 0;
}

#news dl dd.date {
	color: #999;
	margin: 0;
}

/* Thumbnails */
.thumbnails {
	float: left;
	width: 265px;
	margin: 0 0 1em 0;
}

.thumb {
	float: left;
	margin: 0 5px 0 0;
}

.text {
	float: left;
	width: 196px;
	padding: 5px 0 0 0;
}

.text h2 {
	font-weight: bold;
	margin: 0;
}

/* Navigation */
#navigation {
	width: 160px;
	padding: 0;
}


#navigation ul {
	list-style: none;
	margin: 0;
}

#navigation li {
	font-size: 12px;
	color: #777;
	margin: 0;
	padding: 3px 0 3px 0;
}

#navigation li a:link,
#navigation li a:visited,
#navigation li a:active {
	display: block;
	text-decoration: none;
	padding: 0;
	border-bottom: 1px solid #ebe8d9;
	font-weight: bold;
}

#navigation li a:hover {
	color: #444;
	text-decoration: none;
}
#navigation li a.selected {
	font-weight: bold;
	text-decoration: none;
}

/* Subcats */
#navigation li.sub {
	color: #9a957b;
	margin: 0;
}

#navigation li.sub a:link,
#navigation li.sub a:visited,
#navigation li.sub a:active {
	display: block;
	color: #000;
	text-decoration: none;
}

#navigation li.sub a:hover {
	text-decoration: none;
}
#navigation li.sub a.selected {
	text-decoration: none;
}

/* Container */
#container {
	width: 960px;
	margin: 0 auto;
}

/* Header */
#header {
	position:relative;
	width:960px;
	height:218px;
}

#slogan {
	float: right;
	color: #fff;
	text-align:right;
	font-size: 18px;
	margin: 80px 30px 0 0;
}

/* Logo */
#logo {
	float: left;
	margin: 36px 0 0 23px;
}

#logo a:link,
#logo a:visited,
#logo a:hover,
#logo a:active {
	color: #000;
	text-decoration: none;
}

#logo h2 {
	line-height: 1.2;
	color: #fc0;
	margin: 0;
}

#logo p {
	line-height: 1.2;
	color: #fff;
	margin: 0;
}

/* Lang menu */

#langmenu{position:absolute;padding:0 0 20px 0;}
#langmenu ul .item{display:none;}
#langmenu ul:hover .item{display:block;background:#f6f4ea;;padding:1px;margin:1px;}
.top { cursor: pointer; }
#langmenu ul:hover .item a{color:#000;text-decoration:none;}
#langmenu ul:hover .item a:hover{color:#999;}

#langmenu ul{width:150px;float:left;margin:0px;padding:2px;background:#f6f4ea;list-style:none;}
.clear{clear:both;height:10px;}


#languages_box {
float: left;
position: absolute;
list-style: none;
display: none;
width: 12em;
top: 10em;
left: 99em;
background-color: lightyellow;
border: 1px solid black;  
}

#langmenu h2 {
	line-height: .9;
	margin: 0;
	padding: 0;
}

#agent a:link,
#agent a:visited,
#agent a:hover,
#agent a:active {
	color: #fc0;
	text-decoration: none;
}

#agent small {
}

/* Wrapper */
#wrapper {
	float: left;
	width: 960px;
	background: transparent url(../img/fond_centre_haut.jpg) 0 0 no-repeat;
	height: auto;
}

/* Content */
#content {
	float: left;
	width: 960px;
	background: transparent url(../img/fond_centre.png) 0 0 repeat-y;
	margin: 26px 0 0 0;
	padding: 0 30px 0 30px;
}
#content2 {
	float: left;
	background: transparent url(../img/trame_maison.png) right bottom no-repeat;
	height:auto;
	width:auto;
}
#member_content {
	margin: 0 30px 0 30px;
	padding: 0;
}

#colonne_centrale {
	float: left;
	width: 480px;
	margin: 0 25px;
	padding: 0;
	min-height: 550px;
}

/* ------------------------ Sidebar right ------------------------------------ */
#sidebar-right {
	float: left;
	width: 179px;
	margin: 0;
	padding: 0;
}

#haut_droite {
	float:left;
	width: 179px;
	height: 33px;
	background: transparent url(../img/col_droite_haut.gif) 0 0 no-repeat;
}

#centre_droite {
	float:left;
	width: 159px;
	min-height: 100px;
	height: auto;
	padding: 0 10px;
	background: transparent url(../img/col_droite_centre.gif) 0 0 repeat-y;
}

#centre_droite img {
	border: 2px solid #8f8e8e;
}


#bas_droite {
	float:left;
	width: 179px;
	height: 18px;
	background: transparent url(../img/col_droite_bas.gif) 0 0 no-repeat;
}

/* --------------------------- Sidebar left ---------------------------------- */
#sidebar-left {
	float: left;
	width: 172px;
	height: auto;
	margin: 0;
	padding: 0 10px 10px 10px;
}

/* Footer */
#footer {
	background: transparent url(../img/fond_centre_bas.png) 0 0 no-repeat;
	float: left;
	width: 960px;
	overflow: hidden;
	text-align:center;
}

#footer a:link,
#footer a:visited,
#footer a:active {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #444;
	text-decoration: none;
}

#footer p {
	font-size: 12px;
	color: #333;
	padding-top: 50px;
}


/* CUSTOM */
.title {
	text-align: center;	
	font-size: 1.5em;
	margin: 1.5em 0 0 0;
	color: #0065a9;  
}
#search img {
	margin: 0;
	}

#search_haut_gauche {
	float:left;
	width: 192px;
	height: 29px;
	background: transparent url(../img/fond_haut_gauche.gif) 0 0 no-repeat;
	padding-top: 10px;
	}
	
#search_centre_gauche {
	float:left;
	width: 192px;
	height: auto;
	background: transparent url(../img/fond_centre_gauche.gif) 0 0 repeat-y;
	padding: 0 15px 0 15px;
	}
	
#search_bas_gauche {
	float:left;
	width: 192px;
	height: 12px;
	background: transparent url(../img/fond_bas_gauche.gif) 0 0 no-repeat;
	}


#button, #btn_carte {
	margin-top: 10px;
}

#button a:hover {
	color:#990000;
	text-decoration:none;
}


/* Menu */
#menu {
	position: absolute;
	top: 185px;
	left: 29px;
	width: 900px;
	height: 33px;
	background: transparent url(../img/fond_menu.jpg) 0 0 no-repeat;
}

#menu ul {
	text-align:left;
	list-style: none;
	margin: 0 0 0 50px;
	padding:0;
}

#menu li {
	font-size: 14px;
	color: #fff;
	margin: 0;
	list-style-type: none;
	padding: 0;
	display: block;
	float: left;
	width:auto;
	height: 21px;
}

#menu li a:link,
#menu li a:visited,
#menu li a:active {
	display:block;
	color: #fff;
	text-decoration: none;
	padding: 8px 15px 0 15px;
	height: 33px;
}

#menu li a:hover {
	color: #444;
}

#menu ul li.selected {
    background: transparent url("../img/menu_gauche_actif.gif") no-repeat top left;
	height: 33px;
}

#menu ul li a.selected {
    background: transparent url("../img/menu_droite_actif.gif") no-repeat top right;
    margin-left: 12px;
	padding: 8px 15px 0 0;
    text-decoration:none;
	color: #fff;
}

#contact {
	float: left;
	width: 206px;
	height: 100px;
	margin: 10px 0 10px -8px;
}

#newsletter {
	float: left;
	width: 206px;
	height: 170px;
	background: transparent url(../img/fond_newsletter.png) 0 0 no-repeat;
	margin: 0 0 0 -8px;
	padding: 40px 20px 10px 20px;
}

#newsletter form {
	width: 190px;
}

#newsletter form label {
	float:left;
	width: 165px;
}

#newsletter form label input {
	float:right;
}

#newsletter form input {
	width: 100px;
}

#newsletter form input[type=image] {
	width: 83px;
	height: 24px;
	margin-top: 10px;
}



#newsletter form input.btn_inscri {
	float:left;
	border: none;
	width: 83px;
	height: 24px;
	background: transparent url(../img/btn_inscri_news.jpg) 0 0 no-repeat;
	overflow: hidden;
	color:#fff;
	font-size: 11px;
	margin-top: 10px;
}

#newsletter form input.btn_desinscri {
	float:left;
	border: none;
	width: 83px;
	height: 24px;
	background: transparent url(../img/btn_desinscri_news.jpg) 0 0 no-repeat;
	overflow: hidden;
	color:#fff;
	font-size: 11px;
	margin-top: 10px;
}

/* Members Menu */
#member_menu ul {
	text-align:center;
	list-style: none;
	margin: 0;
	padding: 1px 0 0 5px;
}

#member_menu li {
	font-size: 1.0em;
	font-weight: bold;
	color: #9a957b;
	margin: 0;
	list-style-type: none;
	padding-right: 5px;
	display: inline;
}

#member_menu li a:link,
#member_menu li a:visited,
#member_menu li a:active {
	display: inline;
	color: #fff;
	text-decoration: none;
	background: #9a957b;	
	padding: .2em .5em;
	border-bottom: 1px solid #ebe8d9;
}

#member_menu li a:hover {
	border-top: medium solid #f6f4ea;
	color: #000;
	text-decoration: none;
	background: #f6f4ea;
/*	padding: .1em .7em;	
*/
}
/* form.import.css */
#frm label, #frm input, #frm select, #frm textarea {
	display: block;
/*	width: 180px; */
	float: left;
	margin-bottom: 10px;
}
#frm input.required {
	display: block;
/*	width: 180px; */
	float: left;
	margin-bottom: 10px;
	padding-right: 20px;
	background: url(../../../img/required.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#frm input.required:hover, input.required:focus {
	background: none;
	background-color:#E0E4E9;
}
input:hover, input:focus {background-color:#E0E4E9;}
#frm textarea {
  overflow: auto;
}
#frm label {
	text-align: left;
	width: 85px;
	padding-right: 20px;
}
#frm label.myproperties {
	text-align:left;
	width:100px;
	padding-right:10px;
	font-weight:bolder;
}
#frm label.myproperties:hover {
background-image:url(../img/arrow.png);
background-position:right;
background-repeat:no-repeat;
color:#990000;
}
#frm label.labelCheckbox, #frm label.labelRadio {
  display: block;
  width: 190px;
  height: expression('1%');
  padding: 4px 0px 0px 18px;
  text-indent: -18px;
  line-height: 120%;
}
#frm input.inputCheckbox, #frm input.inputRadio {
  display: inline;
  height: 24px;
  width: 24px;
  padding: 0;
}
#frm br {
	clear: left;
}

.framePlan {
	width: 480px;
	height: 450px;
}


iframe body {
	margin: 0;
	padding: 0;
}


#mortgage_center {
width:440px;
float:left;
}
#mortgage_center a {
width:210px;
height:20px;
text-align:left;
text-indent:8px;
float:left;
display:inline;
margin-left:5px;
background-color:#F2F4F7;
border-left:solid 3px #4A5766;
}
#mortgage_center a:hover {
border-left:solid 3px #990000;
background-color:#FFFFFF;
color:#990000;
}
/* PAGINATION */
/*
#pagination {
	width:430px;
	float:left;
	margin-top:5px;
}
#pagination a {
color:#990000;
display:inline;
font-size:17px;
text-transform:capitalize;
}
*/

.pagination{
padding: 2px;
clear: left;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 10px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #990000;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: lightyellow;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid navy;
background-color: #990000;
color: #FFF;
}

.pagination li.disablepage{
padding: 0 5px;
border: 1px solid #929292;
color: #929292;
}

.pagination li.nextpage{
font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration:none;
}
.thON  { opacity:.80; filter: alpha(opacity=80); -moz-opacity: 0.8; cursor:pointer }
#newsbox {
border-bottom:solid 1px #4A5766;
padding-bottom: 5px;
font-size:10px;font-family:verdana;
}
#newsbox:hover {
background-color: #DDDDDD;
cursor:pointer;
border-bottom:solid 2px #4A5766;
padding-bottom: 5px;
}
.label_types {
  height: expression('1%');
  line-height: 120%;
  float:left;
  clear: both;
  display:block;
  margin-bottom: 10px;  
  min-width:200px;
}
.label_types:hover {
border-right: 1px solid black;
border-bottom: 1px solid black;
background-color:#fff;  
}
.types_checkbox { 
  display: inline;
  padding: 0;
  background-color:#EAD58C;
}
.types_checkbox:hover { 
  display: inline;
  padding: 0;  
  background-color:#F8F1DA;
}
.orderbox {
	border:solid 1px #A4AFBD;
	padding: 10px;	
	margin-left:15px;
}
.orderbox:hover {
	background-color: #C0C0C0;
}
#theTable tr:hover {
background-color: #fff;
}
#theTable table {
border-collapse: collapse;
border-spacing: 1px;
}

#theTable td, th {
padding:6px 6px;
border-bottom:solid 1px #eee;
vertical-align:top;
}


#theTable table caption{
background: #efefef;
color: #333;
text-align: center;
font-size: 1.2em;
line-height:3em;
}

#theTable thead th {
background: #eee;
border-bottom:solid 1px #ddd;
border-top:solid 1px #fff;
text-align:left;
}


#theTable tr.odd td, tr.odd th {
background:#edf3fe;
}

/* links */


#theTable td a, td a:visited {
padding-top:6px;
padding-bottom:6px;
margin-top:-6px;
margin-bottom:-6px;
}

#theTable tr.listing {
cursor:pointer;
background:#F1FDE1;
}
#theTable tr.listing:hover {
background:#F4F4F4;
cursor:pointer;
}
/* GALLERY CSS */
.highslide {
	/*cursor: pointer;
    outline: none;*/
	display:none;
}
.highslide img {
	border: 2px solid white;
}
.highslide:hover img {
	border: 2px solid #333333;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(js/gallery/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(js/gallery/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-overlay {
	display: none;
}
/* Controlbar example */
.controlbar {	
	background: url(js/gallery/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(js/gallery/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(js/gallery/graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/gallery/graphics/close.png', sizingMethod='scale');
}
/* OTHER */
select.icon-menu option {
background-repeat:no-repeat;
background-position:bottom left;
padding-left:30px;
}

#sidebar_map { 
float:left; 
height:600px; 
text-align:left; 
padding:0 5px; 
overflow:auto; 
}

.lightbox_background { 
	-moz-opacity: 0.80px;
	background: #000000;
	filter: alpha(opacity=80);
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.80;
	position: absolute;
	width: 960px;
	z-index: 1001;
}

.lightbox_main { 
	background: #FFFFFF;
	border: 1px solid #345487;
	left: 25%;
	top: 20%;
	overflow: hidden;
	position: absolute;
	width: 515px;
	z-index: 1002;
}
.left h3 {
	clear: both;
	background: #A9C0CE no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}
.orderbox {
	border:solid 1px #A4AFBD;
	padding: 10px;	
	margin-left:15px;
}
.orderbox:hover {
	background-color: #C0C0C0;
}
/* SWF Upload style */
.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 960px;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 960px;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../img/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}
input.submit {
	background: #000 url(../img/button_bg.jpg) repeat;
	border: 0;
	padding: 4px 0;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
	cursor: pointer;
}
input.submit:hover {
	background: #000 url(../img/button_bg.jpg) repeat;
	border: 0;
	padding: 4px 0;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
	cursor: pointer;
	opacity:.80; filter: alpha(opacity=80); -moz-opacity: 0.8;
}
input.required {
	display: block;
/*	width: 180px; */
	float: left;
	margin-bottom: 10px;
	padding-right: 20px;
	background: url(../img/required.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
input.required:hover {
	background: none;
	background-color:#E0E4E9;
}
#details {
	width: 480px;
	font-size: 12px;
}

form#two {font-size:1.4em; padding:10px; margin:0 auto;}
form#two fieldset {display:block; padding:5px; line-height:1.5em; border:1px solid #888;}
form#two fieldset#personal, #medical, #current {font-size:.75em; color:#888; font-style:italic; margin:15px 0 0 5px;}
form#two fieldset#opt {font-size:.75em; color:#888; margin:15px 0 0 5px;}
form#two legend { 
	border:1px solid #888; font-size: 14px; font-weight:normal; font-style:normal; margin-bottom:14px; padding:3px; width:150px; background-color: #888; color: #fff;
	}
form#two label {clear:left; display:block; float:left; width:100px; text-align:right; padding-right:10px; color:#000; margin-bottom:0.5em; font-size:1em; line-height:1.5em; font-style:normal;}
form#two fieldset#personal label {clear:left; display:block; float:left; width:100px; text-align:right; padding-right:10px; color:#888; margin-bottom:0.6em; font-size:1em; line-height:1.8em; font-style:normal;}

form#two select {margin-left:0.5em; border:1px dotted #e1e1e1;}
form#two textarea {width:425px; height:12em; border:1px solid #e1e1e1; padding:5px; margin:-8px 0 0 0; overflow:auto;}
textarea:focus{
background-color: lightyellow;
}
input[type="radio"] {
    width: 20px;
    height: 20px;
	font:11px Arial,Helvetica,sans-serif;;	
	color: #E0691A;
	background-color:#fff;  
}
input[type="checkbox"] {
    width: 15px;
    height: 15px;
	font:11px Arial,Helvetica,sans-serif;;	
	color: #E0691A;
	background-color:#fff;
	border:solid 2px #7799aa;
}
input[type=file] { margin: 2px 2px 2px 2px; color: #000000; font: normal normal normal 10px verdana; border: 1px #7799aa solid; }
/* TABLE STYLE */
.sortable {border-left:1px solid #c6d5e1; border-top:1px solid #c6d5e1; border-bottom:none; margin:0 15px}
.sortable th {padding-left:10px;background:url(../img/header-bg.gif); text-align:left; color:#C0C0C0; border:1px solid #fff; border-right:none;cursor:pointer;}
.sortable th h3 {font-size:10px; padding:6px 8px 8px}
.sortable td {padding:4px 6px 6px; border-bottom:1px solid #c6d5e1; border-right:1px solid #c6d5e1;}
.sortable .head h3 {background:url(../img/sort.gif) 7px center no-repeat; cursor:pointer; padding-left:18px}
.sortable .desc, .sortable .asc {background:url(../img/header-selected-bg.gif);}
.sortable .desc h3 {background:url(../img/desc.gif) 7px center no-repeat; cursor:pointer; padding-left:18px}
.sortable .asc h3 {background:url(../img/asc.gif) 7px  center no-repeat; cursor:pointer; padding-left:18px}
.sortable .head:hover, .sortable .desc:hover, .sortable .asc:hover {color:#000;cursor:pointer;}
.sortable .evenrow td {background:#fff}
.sortable .oddrow td {background:#ecf2f6}
.sortable td.evenselected {background:#ecf2f6}
.sortable td.oddselected {background:#dce6ee}
.sortable caption{
background: #efefef;
color: #333;
text-align: center;
font-size: 1.2em;
line-height:2em;
}

#controls {width:800px; margin:0 auto; height:20px}
#perpage {float:left; width:250px}
#perpage select {float:left; font-size:11px}
#perpage span {float:left; margin:2px 0 0 5px}
#tablenavigation {float:left; width:280px; text-align:center}
#tablenavigation img {cursor:pointer}
#text {float:left; width:200px; text-align:right; margin-top:2px}

.tbl table {
border-collapse: collapse;
border-spacing: 1px;
}

.tbl td, th {
padding:6px 6px;
border:solid 1px #fff;
vertical-align:top;
}


.tbl table caption{
background: #efefef;
color: #333;
text-align: center;
font-size: 1.2em;
line-height:3em;
}

.tbl thead th {
background: #eee;
border-bottom:solid 1px #ddd;
border-top:solid 1px #fff;
text-align:left;
}


.tbl tr.odd td, tr.odd th {
background:#edf3fe;
}

.tbl td a, td a:visited {
padding-top:6px;
padding-bottom:6px;
margin-top:-6px;
margin-bottom:-6px;
}

.tbl tr.listing {
cursor:pointer;
background:#F1FDE1;
}
.tbl tr.listing:hover {
background:#F4F4F4;
cursor:pointer;
}

.tbl th
        {
        font: bold 10px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        color: #4f6b72;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        border-top: 1px solid #C1DAD7;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: left;
        padding: 8px 12px 4px 12px;
        background: #CAE8EA url(../../admin/../img/bg_header.jpg) no-repeat;
        vertical-align:middle;
        }

.tbl td.total
        {
        border-top: 0;
        border-left: 0;
        border-right: 1px solid #C1DAD7;
        background: none;
        text-align:right;
        font-weight:bold;
        text-transform:uppercase;
        letter-spacing:1px;
        }
.tbl caption{
background: #efefef;
color: #333;
text-align: center;
font-size: 1.2em;
line-height:3em;
}
legend { 
	border:1px solid #888; font-size:14px; font-weight:normal; font-style:normal; margin-bottom:14px; padding:3px; width:150px; background-color: #888; color: #fff;
}
legend.error { border:0px solid #666; color:#555; font-size:1.4em; font-weight:normal; font-style:normal;}
.imgfade  { opacity:.90; filter: alpha(opacity=90); -moz-opacity: 0.9; cursor:pointer; display: inline;}
.imgfade:hover  { opacity:.40; filter: alpha(opacity=40); -moz-opacity: 0.40; cursor:pointer; display: inline; }
input.username {
	width:130px;
	padding-left: 20px;
	background: url(../../../../../img/login_username.gif);
	background-repeat: no-repeat;
	background-position: left center;  
}
input.username:hover, input.username:focus {
	background-color:#E0E4E9;
}
input.password {
	width:130px;
	padding-left: 20px;
	background: url(../../../../../img/login_password.gif);
	background-repeat: no-repeat;
	background-position: left center;  
}
input.password:hover, input.password:focus {
	background-color:#E0E4E9;
}
.index_tabs {
	padding-top: 10px;
	font-size: 1.2em;
	color: #d79004;
	cursor:pointer;  

}
.index_tabs:hover {


}

.divimagepdf {
background-image:url(../img/arrow.png);
height:100px;
}

.indexcontent {
	font-family: Arial, Helvetica, sans-serif;
}

.indexcontent_gauche {
	width:200px;
}

.indexcontent_droite {
	width:500px;
}

/* ABCMedia Gallery ********************************************************* */

.pikachoose {
	width: 480px ;
	margin: 0 auto;
	overflow : hidden ;
	}

/* Fenêtre principale */
	
.pika-stage {
	position: relative ;
	width : 400px ;
	height: 300px ;
	margin : 0 36px ;
	border: 4px solid white;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	}
	
.pika-stage img {
	max-width : 400px ;
	}

.pika-stage .main-image {
	position: absolute;
	top: 0;
	left: 0;
	}
	
.pika-stage .pika-aniwrap{
	position: absolute;
	top: 0;
	left: 0;
	}
	
.pika-stage .pika-ani {
	position:relative;
	display: none;
	z-index:2;
	margin:0 auto;
	}
	
.pika-stage img {
	border:0;
	height:100%;
	}

.pika-stage .caption {
	display : none ;
	}
	
.pika-stage .caption p {}


/* Miniatures */

.pika-thumbs {
	margin : 0 ;
	padding: 0 ;
	list-style : none ;
	}

.pika-thumbs li{
	float: left;
	width: 90px;
	height:70px;
	margin: 0 6px 0 0;
	cursor: pointer;
	}
	
.pika-thumbs li:last {margin: 0;}
.pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: center; overflow: hidden;}


.pika-imgnav a {
	position: absolute;
	display: block;
	z-index:3;
	cursor:pointer;
	top : 125px ;
	width : 55px ;
	height : 50px ;
	color : #999 ;
	background : white !important ;
	background : rgba(255,255,255,0.5) !important ;
	}

.pika-imgnav a.previous {
	left : -36px ;
	-webkit-border-radius : 0 10px 10px 0 ;
	-moz-border-radius : 0 10px 10px 0 ;
	border-radius : 0 10px 10px 0 ;
	}
	
.pika-imgnav a.next {
	right : -36px ;
	-webkit-border-radius : 10px 0 0 10px ;
	-moz-border-radius : 10px 0 0 10px ;
	border-radius : 10px 0 0 10px ;
	}

.pika-imgnav a:hover {
	color : #D38A00 ;
	background : rgba(200,200,200,0.7) !important ;
	}
	
.pika-imgnav a.previous:after {
	display : block ;
	content : "«" ;
	font-size : 36px ;
	text-align : center ;
	width : 55px ;
	line-height : 45px ;
	}
	
.pika-imgnav a.next:after {
	display : block ;
	content : "»" ;
	font-size : 36px ;
	text-align : center ;
	width : 55px ;
	line-height : 45px ;
	}

.pika-imgnav a.play {
	display:none;
	}

.pika-imgnav a.pause {
	display:none;
	}

/* Navigation par texte */
.pika-textnav {display:none;}

/* Tool tips*/
.pika-tooltip {display:none;}

/* Compteur*/
.pika-counter {display:none;}

/* Carousel */
.jcarousel-clip-horizontal{
    width:408px;
    overflow:hidden;
    left:36px;
		}

.jcarousel-container{
	position:relative;
	width:480px;
	height:70px;
	margin : 10px 0 ;
	z-index:10;
	overflow:hidden;
	top:0;
	left:0;
	}

.jcarousel-prev,
.jcarousel-next {
	width:30px;
	height:70px;
	display:block;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
	color : #999999 ;
	background : #EEEEEE ;
	}

.jcarousel-prev:hover,
.jcarousel-next:hover{
	color : red ;
  background : #BBBBBB ;
	}

.jcarousel-prev-disabled:hover,
.jcarousel-next-disabled:hover,
.jcarousel-next-disabled,
.jcarousel-prev-disabled {
  }

.jcarousel-next{
	}
	
.jcarousel-next:after {
	content : "»" ;
	display : block ;
	width : 30px ;
	font-size : 22px ;
	text-align : center ;
	line-height : 65px ;
	}

.jcarousel-prev{
	left:0;
	}
	
.jcarousel-prev:after {
	content : "«" ;
	display : block ;
	width : 30px ;
	font-size : 22px ;
	text-align : center ;
	line-height : 65px ;
	}
	
/* Lightbox ***************************************************************** */

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../img/colorbox/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../img/colorbox/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../img/colorbox/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../img/colorbox/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../img/colorbox/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../img/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../img/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../img/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../img/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../img/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../img/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../img/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../img/colorbox/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../img/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(../img/colorbox/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(../img/colorbox/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(../img/colorbox/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(../img/colorbox/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(../img/colorbox/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(../img/colorbox/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(../img/colorbox/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(../img/colorbox/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

