
@charset "UTF-8";
/* CSS Document */


*html #navigation ul {
	padding-top:42px;
}

*html #navigation {
	margin-top:0px;
}

*html #login_error {
	zoom:1;
}

*html #menu_object ul.cat li {
	zoom:1;
}

*html #sidebar{
	padding:0px;
}

*html #menu_object{
	position:relative;
}

*html #sidebar {
	background-image: url(/specific/interface/bg_sidebar.jpg)!important;
}

*html #contact_table div {
	width:45%;
}

*html #promotions_container .box{
	width:42%;
	margin-left:10px;
}

*html #object_container #topright {
width:90%;
float:left;
}

*html #object_container #topright .buttonspacer {
	clear:none;
	float:right;
}

*+html #sidebar{
	width:215px;
}




/*
---------------------------------------
GLOBAL STRUCTURE
---------------------------------------
*/

html, body { /*Pour forcer ces deux elements a prendre toute la place par defaut*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font-size: 100%; /*Pour la mise a echelle des tailles en em*/
}

body {
	font-size: .75em; /*une taille des polices par defaut pas trop grande*/
	background: #487857 url(../interface/bg.jpg) repeat-x;
	color:black;
	text-align:left;
}

#global{
    width:100%;
	height:auto;
    margin:0px;
	background: transparent url(../interface/empty.gif) no-repeat top left; /*pour ecraser tout fond dans default*/
}

#container{
    width:945px;
	height:auto;
    position:relative;
	background: #6b9979 url(../interface/bg_container.jpg) repeat-y; /*ombre a droite du container*/
}


.error, .obligatory {
color:#fff600;
}

#mainimage{
	text-align:center;
	height:230px;
}

.slogan{
	background: transparent url(../interface/bg_slogan.jpg) no-repeat;
	padding:9px 0px 0px 14px;
	color:#FFFFFF;
	height:26px;
	display:block;
	text-transform:uppercase;
	font-weight:normal;
	font-size:12px
}

#info2_container .slogan{
	margin-bottom:10px;
	width:116%;
}

#object_container .slogan{
	margin-top:10px;
	width:48%;
}

/*
---------------------------------------
HEADER
---------------------------------------
*/

#header {
	background: #005b1f url(../interface/bg_header.jpg) no-repeat top left; /*le fond complexe du header en une seule image de 28ko*/
	padding:20px 0 0 190px;
	width:755px;
	height:184px;
}

#logo a, #logo a:visited, #logo a:active, #logo a:hover {
	display: block;
	height:54px;
	background: transparent url(../interface/logo.jpg) no-repeat top left; /*image du logo cliquable*/
}

#logo {
	width:590px;
	height:54px;
}

#logo h1 {
	display: block;
	height:54px;
	text-indent: -9999px;
}

/*
---------------------------------------
NAVIGATION TOP
---------------------------------------
*/

#navigation {
	margin-top:96px;
}

#navigation ul {
	margin-left:20px;
}

#navigation ul li {
	text-transform:uppercase;
	font-size:1em;
	letter-spacing:-1px;
}

#navigation ul li #selected a{
	color:#c4cf8c;
	}

#navigation ul li a {
	display:block;
	float:left;
	width:auto;
	height:13px;
	border-right:1px solid white;
	padding:9px 10px 0 10px;
	color:#FFF;
}

#navigation ul li a:hover{
	color:#c4cf8c;
}

/*
---------------------------------------
SIDEBAR
---------------------------------------
*/

#sidebar {
	background-image: url(/specific/interface/bg_sidebar.png)!important;
	background-repeat:repeat-y;
/*ombre*/
	width:210px;
	margin-top:-124px;
}

a.button, a:visited.button, a:active.button, #code_form a.button {
	background-color:#005a1f;
	color:white;
	text-transform:uppercase;
	border:2px solid #bed1c6;
	font-weight:bold;
	font-size:.9em;
	padding:3px 7px;
	margin-top:-2px;
	text-align:left;
	display:inline;
}

a:hover.button, .content a:hover.button, #code_form a:hover.button {
	background-color:#bed1c6;
	color:black;
	border:2px solid #005a1f;
}

.buttonspacer a.button, a.send, a.validate{
	background-image:none;
}

.sidebar_module {
	clear:both;
	padding:0;
	margin-left:11px;
}

.sidebar_module input {
	float:left;
	border:1px solid #005a1b;
	height:14px;
	padding:2px 3px;
	color:black;
	font-size:.9em;
}

.sidebar_module input:focus, .sidebar_module input.sffocus {
	background-color:#6b9979;
	color:white;
}

.sidebar_module input:hover {
	border-left:1px solid #9ed5ae;
	border-right:1px solid #9ed5ae;
	border-bottom:1px solid #9ed5ae;
	border-top:1px solid black;
}

#navig_lang{
	position:absolute;
	margin-top:-30px;
}

#navig_lang ul li {
	float:left;
	display:block;
	padding:4px 6px;
	background-color:#7eaa8c;
	color:black;
	text-transform:uppercase;
	margin-right:6px;
}

#navig_lang ul li a, #navig_lang ul li a:visited, #navig_lang ul li a:active {
	color:white;
}

#navig_lang ul li a:hover {
	color:black;
}

#menu_object h3 {
	font-size:1em;
	color:#005a1b;
	margin-top:15px;
}

#menu_object ul li.title {
	color:#005a1b;
	border-bottom:1px solid white;
	text-transform:uppercase;
	padding-bottom:2px;
	margin-top:17px;
	width:165px;
}

#menu_object ul.cat {
	margin-top: 3px;
}

#menu_object ul.cat li {
	background: transparent url(../interface/icon_sidebar_list.jpg) no-repeat 0 4px; /*bullet*/
	list-style-position:outside;
	margin-left: 5px;
	padding-left: 10px;
}

#menu_object ul.cat li a, #menu_object ul.cat li a:visited, #menu_object ul.cat li a:active {
	color: white;
	line-height:14px;
}

#menu_object ul.cat li a:hover {
	color: #e1e192;
	padding-left: 1px;
}

#menu_object ul.cat li#selected a, #menu_object ul.cat li#selected a:visited, #menu_object ul.cat li#selected a:active, #menu_object ul.cat li#selected a:hover {
	color: #e1e192;
}

#mapsearch {
	margin:20px 0px;
}

#mapsearch a, #mapsearch a:visited, #mapsearch a:active {
	display:block;
	width:80px;
	height:41px;
	background: transparent url(../interface/bg_mapsearch.jpg) no-repeat; /*fond map*/
	padding:12px 95px 0px 15px;
	color:white;
}

#mapsearch a:hover {
	color:#e1e192;
	background: transparent url(../interface/bg_mapsearch_hover.jpg) no-repeat; /*fond map survol*/
	width:79px;
	height:40px;
	padding:13px 95px 0px 16px;
}

#code_form {
	width:215px;
	margin-left:0px;
}

#code_form h3 {
	text-transform:none;
	font-size:1em;
	color:white;
	font-weight:normal;
	padding-left:11px;
}

#code_form form {
	background: transparent url(../interface/bg_sidebar_bottom1.jpg) no-repeat bottom left; /*fond map survol*/
	width:173px;
	padding:0 42px 60px 11px;
}

#code_form input {
	width: 121px;
}

#currency h3, #currency label{
	display:none;
}

#currency select{
	position:absolute;
	top:-117px;
	margin-left:-3px;
}

#menu_object{
	margin-top:33px;

}

#identification {
	margin-left:0px;
	background: transparent url(../interface/bg_sidebar_top1.jpg) no-repeat top left; /*ombre top login*/
}

#identification h3 {
	color:#005A1B;
	font-size:1em;
	font-weight:normal;
	margin-left:11px;
	margin-bottom:12px;
	padding: 25px 0 2px 0px;
	border-bottom:1px solid white;
	width:165px;
}

#identification form {
	position:relative;
	margin-left:11px;
	padding-top:0px;
}

#identification input {
	width:100px;
}

#identification label {
	display:block;
	clear:left;
	line-height:15px;
	font-size:.9em;
	color:white;
}

#identification a.button {
width:100px;
margin-top:10px;
clear:both;
}

.spacer1{
		background: transparent url(../interface/bg_sidebar_bottom2.jpg) no-repeat bottom left; /*ombre bas login*/
	width:215;
	height:35px;
}

#identification label.remember {
	display:inline;
	float:left;
}

#identification input#login_remember {
	float:left;
}

#identification .forget_login {
	clear:both;
	width:215px;

}

#identification #loginform{
	padding-right:20px;
}

#identification #loginform a{
	color:#FFF;
}


#identification .forget_login a, #identification .forget_login a:visited, #identification .forget_login a:active {
	color:white;
	font-size:.9em;
	padding-left:11px;
}

#identification .forget_login a:hover {
	color:#e1e192;
	padding-left:12px;
}

#login_error {
	background-color:#6b9979;
	margin-left:0px;
	width:205px;
	padding-left:11px;

}

#login_error p {
	background-color:white;
	border:1px solid red;
	color:red;
	padding: 2px 10px;
	width:150px;
}

#login_error a {
	padding-top:5px;
	color:red;
	text-decoration:underline;
}

#login_error a:hover {
	color:#f94646;
	padding-left:1px;
}

/*
---------------------------------------
CONTENT - GENERIC
---------------------------------------
*/

.content {
	width:680px;
	min-height:480px;/*pour ne pas voir la sidebar en absolute qui passe par dessus le footer pour un contenu restreint en hauteur*/
	padding-top:25px;
	padding-bottom:50px;
}

.content a:link, .content a:visited, .content a:active {
	color: white;
	text-decoration:none;
}

.content a:hover {
	color: #e1e192;
}

.content a.button {
	margin:0;
	text-transform:lowercase;
}

.content a img {
	border:0;
}

.content h2, .content h4 {
	font-size:1.2em;
	font-weight:normal;
	color:#e1e192;
}

.box_header .price {
	font-size:.9em;
	font-weight:normal;
	color:#e1e192;
	padding-top:3px;}

.content h4 {
	clear:left;
	border-bottom:1px solid white;
	padding-bottom:2px;
	margin:10px 0;
}

.content h5 {
	clear:left;
	font-size:1em;
	background-color:#83AF90;
}

p.txt, .text, .content p, .content ul, .content ol {
	text-align: justify;
	font-size:0.95em;
}

.content #topright .margeBasSiTexteDansTopRigth {
	padding-bottom:20px;
}

.content #topright {
	font-size:1em;
}

.content #topright p {
	margin-bottom:10px;
}

#object_container #topright {
	width:100%;
	height:auto;
	padding:0px 0px 10px 40px;
}

#object_container #topright ul {
	text-align:left;
	width:auto;
	float:left;
	margin-right:40px;
}

#object_container #topright ul li {
	list-style: none;
	color:#e1e192;
	font-weight:bold;
}

#object_container #topright ul li.title_filter{
	color:#FFF;
	text-transform:uppercase;
	margin-bottom:5px;
	padding-bottom:5px;
	font-weight:normal;
}

#object_container #topright .buttonspacer{
float:right;
clear:both;
}

#object_container #topright ul li a, #object_container #topright ul li a:visited, #object_container #topright ul li a:active {
	color:#e1e192;
}

#object_container #topright ul li a:hover {
	color:#e6e6ba;
}

.content .textbox {
	margin:0;
	padding-top:10px;
    padding-bottom:10px;
}

.content input.text {
	border:1px solid #005a1b;
	padding:2px 3px;
	color:black;
	font-size:.9em;
}

.content input:focus.text, .content input.sffocus {
	background-color:#5c7d66;
	color:white;
}

.content input:hover.text {
	border-left:1px solid #9ed5ae;
	border-right:1px solid #9ed5ae;
	border-bottom:1px solid #9ed5ae;
	border-top:1px solid black;
}

.box_content li {
	list-style-position: outside;
	margin-left:30px;
}

.box_content ul, .box_content ol {
	margin-top:10px;
}

.box {
	position:relative;
}

.box_content {
	margin:0;
}

.box_header {
	border-bottom:1px solid white;
	padding-bottom:2px;
}

#object_content .box_header h2 {
	width:460px;
}

#object_content .box_header h3 {
	width:240px;
	font-size:1.1em;
}

.box_header .price {
	text-align:right;
	color:#E1E192;
}

#promotions_container .box_content .flr {
}

.box_content .flr a {
	display:block;
	margin-bottom:15px;
	font-size:.1em;/*pour le bug de la marge en bas quand un 'a' block entoure une 'img'*/
}

.box_content .flr a img{
	border:1px solid white;
}

.box_content .flr a:hover {
	border:0;
}

.box_content .flr a:hover img {
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
}

.box_content .conveniences {
	float:left;
	width:100%;
	margin-top:20px;
	color:white;
}

.conveniences .label {
	width:105px;
}

.conveniences .value {
	width:90px;
}

.highlight {
	background-color: transparent;
}

.tbl .row {
	height:auto;
	min-height:12px;
}

.tbl .row span  {
	padding:0;
}

.buttonspacer {
	width:100%;
	padding-top:10px;
	float:left;
	clear:none;
}

.content .buttonspacer a {
	margin-right:6px;
	margin-bottom:8px;
}

.box_bottom {
	clear:both;
	height:20px;
}

.tbl .row {
	font-size:.9em;
}

/*
---------------------------------------
CONTENT - HOME
---------------------------------------
*/

#home_container .box_bottom {
	border:none;
}

/*
---------------------------------------
CONTENT - PAGINATION
---------------------------------------
*/

.pagination span a{
	border:1px solid #FFF;
}

.pagination_box {
	clear:right;
	width:100%;
	border: none 0px;
	font-size:1em;
}

.pagination {
	background: none;
	padding: 0px;
	border-bottom:1px solid white;
	float:left;
	width:670px;
	margin:10px 0px 20px 0px;
	padding:0px 5px 2px 5px;
}

.pagination .separator {
	padding:0px 15px;
}

ul.paginStat {
	float:left;
	padding-top:5px;
}

ul.paginList {
	float:right;
	margin-right:10px;
	border-right:1px solid white;
}

ul.paginStat li, ul.paginList li {
	float:left;
	list-style:none;
}

ul.paginList li a, ul.paginList li a:active, ul.paginList li a:visited {
	display: block;
	text-align:center;
	float:left;
	padding:4px 3px 2px 3px;
	width:17px;
	height:15px;
	border-left:1px solid white;
	border-top:1px solid white;
}

ul.paginList li a:hover {
	background-color:#d9dc81;
	color:black;
}

ul.paginList li a.selected, ul.paginList li a:hover.selected {
	border-top:1px solid #6C997A;
	color:black;
	cursor:default;
	background-color:transparent;
}

ul.paginList li a.first {
	border-left:none;
}

ul.paginList li a span {/*pour virer les liens en texte clair, preserver accessibilite et avoir un effet hover pur css*/
	position:absolute;
	top:-1111px;
	left:-1111px;
}

a.previous, a.prev  {
	background: transparent url(../interface/pagin_arrow_prev.png) no-repeat center left; /*fleches*/
}

a.start  {
	background: transparent url(../interface/pagin_arrow_start.png) no-repeat center center; /*fleches*/
}

a.next  {
	background: transparent url(../interface/pagin_arrow_next.png) no-repeat center right; /*fleches*/
}

a.end  {
	background: transparent url(../interface/pagin_arrow_end.png) no-repeat center center; /*fleches*/
}

a:hover.previous, a:hover.prev  {
	background: transparent url(../interface/pagin_arrow_prevh.png) no-repeat center left; /*fleches*/
}

a:hover.start  {
	background: transparent url(../interface/pagin_arrow_starth.png) no-repeat center center; /*fleches*/
}

a:hover.next  {
	background: transparent url(../interface/pagin_arrow_nexth.png) no-repeat center right; /*fleches*/
}

a:hover.end  {
	background: transparent url(../interface/pagin_arrow_endh.png) no-repeat center center; /*fleches*/
}

/*
---------------------------------------
CONTENT - BIENS
---------------------------------------
*/

img.slogan {
	position:absolute;
	display:none;
	top:0px;
	left:-303px;
}

#object_container .box_content .flr img {
	width:175px;
	height:131px;
}

#object_container .box_header h3 {
	font-size:1em;
	color:#E1E192;
}

#object_container .flr {
	float:left;
	margin-top:10px;
}

#object_container .box_content, #object_container .box_header {
	float:right;
	width:468px;
}

#object_container .box .box_content p {
	width:238px;
	float:right;
}

#object_container .box_content .conveniences {
	float:left;
	margin-top:10px;
	width:200px;
	color:black;
}

#object_container .buttonspacer {
	margin-top:0px;
	width:200px;
}

#object_container .pdf {
	display:none;
}

#object_container .interest {
	display:none;
}

#object_container .box_bottom {
	height:1px;
}

#object_container .box {
	margin-bottom:15px;
}

/*
---------------------------------------
CONTENT - FILTRE REGIONS
---------------------------------------
*/

.filter_districts {
    float:left;
    margin-left:3px;
    width:90px;
    margin-top:30px;
}

div.filter_district {
    display:none;
}

div.filter_district span{
    float:left;
    clear:both;
}

span.filter_district {
    white-space:nowrap;
}

#info_objects {
	border-bottom:1px solid white;
	margin-bottom:10px;
	margin-top:0px;
	color:white;
	font-size:0.9em;
}
#info_objects p{
	padding:0px 25px 10px 25px;
}

/*
---------------------------------------
CONTENT - DETAILS
---------------------------------------
*/

#info2_container .box {
	float:none;
	position:relative;
	width:100%;
}

#info2_container .box p {
	color:#4c4c4c;
}

#info2_container .colGauche {
	float:left;
	width:290px;
	height:auto;
}

#info2_container .colDroite {
	float:right;
	width:326px;
	height:auto;
}

#info2_container .box_header {
	margin-bottom:10px;
}

#info2_container .box_header h2 {
	width:540px;
}

#info2_container .box_header .price {
	color:#E1E192;
}

#info2_container .box_header h3 {
	color:#E1E192;
}

#info2_container .box_content .flr {
	width:326px;
	height:auto;
	margin:0;
}

#info2_container .box_content .flr a {
	float:left;
	font-size:0.1em;
}

#info2_container .box_content .flr .image_preview a {
	margin-bottom:12px;
	margin-right: 13px;
}

#info2_container .box_content .flr a:hover {
	border:0;
}

#info2_container .box_content .flr a.last {
	margin-right: 0px;
	margin-left:2px;
}

#info2_container .box_content p.txt {
	width:323px;
	padding-left:3px;
	height:auto;
}

#info2_container .box_content .conveniences {
	float:none;
	color:#4c4c4c;
	width:327px;
	height:auto;
	margin-top:0;
	padding-left:3px;
}

#info2_container .tbl .row {
	min-height:14px;
}

#info2_container .conveniences .label {
	width:190px;
}

#info2_container .conveniences .value {
	width:130px;
}

#info2_container .buttonspacer a {
	margin-bottom:8px;
	margin-right:4px;
	letter-spacing:-1px;
}

#info2_container a.button {
	text-transform: none;
}

#info2_container h4 {
	font-size: 1em;
}

#visit {
	width:327px;
	color:#4c4c4c;
	padding-left:3px;
}

#visit a, #visit a:active, #visit a:visited {
	color:#4c4c4c;
}

#visit a:hover {
	color:#d7d5d5;
}

#info2_container .flr img {
	margin:0;
}

#info2_container h4, #info2_container h5 {
	width:327px;
	padding-left:3px;
}

#info2_container h4 {
	margin:13px 0;
}

#info2_container h5 {
	background: transparent url(../interface/tirets_h5.jpg) no-repeat 0 6px; /*tiret*/
	font-size:.9em;
	text-align:left;
	padding-left:10px;
}

#info2_container #commodities {
	width:auto;
	color:#4c4c4c;
	padding-left:0px;
}

#info2_container #visit .label, #info2_container #visit .contacttype_visit{
	width:70px;
}

.box_content table.full {
	width:auto;
	padding-left:3px;
}

.box_content .full td {
	font-size:.9em;
	padding:2px 0px;
}

.box_content .full td img {
	float:left;
	margin-right:15px;
}

.box_content #commodities .full {
	margin:0;
}

#info2_container p.txt {
	float:none;
}

#info2_container .box_bottom {
	display:none;
}

/*
---------------------------------------
CONTENT - PROMOTIONS
---------------------------------------
*/

#promotions_container .box_content .text {
	margin-top:10px;
}

#promotions_container .box_bottom {
	border:none;
}

#promotions_container .box{
	width:46%;
	float:left;
	margin-left:26px;
}

#promotions_container #topright ul li a.selected{
	color:#E6E6BA;
}

#promotions_container .box_middle{
	text-align:left;
	margin-top:10px;
}

#promotions_container .price{
	margin:10px 0px;
	float:none;
	color:#E1E192;
	font-weight:normal;
	text-align:left;
}

#promotions_container .box_bottom{
	height:auto;
}

#promotions_container .buttonspacer{
	min-height:0px;
}

#promotions_container #topright ul li{
	display:inline;
	liste-style-type:none;
	font-weight:bold;
	margin-right:50px;
}

#promotions_container #topright ul li a{
	color:#E1E192;
}

#promotions_container #topright ul li a:hover{
	color:#E6E6BA;
}

#promotions_container #topright{
	height:40px;
}

/*
---------------------------------------
CONTENT - REGISTER
---------------------------------------
*/

#account_container .box {
	width:100%;
}

.table_right_big table {
	font-size: 0.95em;
}

span.objecType {
	font-weight: bold;
	line-height:25px;
}

#account_container input[type=checkbox] {
	margin-bottom:5px;
}

#account_container .tbl .row .highlight {
	color: white;
}

#account_container .box_bottom {
	display: none;
}


/*
---------------------------------------
CONTENT - CONTACT
---------------------------------------
*/

span.obligatory{
	float:none !important;
	display:inline !important;
}

#contact_container .box_content {
	margin-top:10px;
}

#contact_container box_middle {
	float:right;
}

#contact_container .tbl .row .highlight {
	color: white;
}

#contact_container .tbl .row .value {
	font-weight:bold;
}

#contact_container .box_bottom {
	display:none;
}

#contact_container .box_content img {
	float:left;
 
}

#contact_table div {
	float:left;
	width:46%;
	margin-left:26px;
}

#contact_table div p {
	margin-top:5px;
}

#contact_table div h4 {
	margin-top:10px;
}
.tbl .row .label span{
	display: inline;
    float: none;
}
#account_container .tbl .label, #contact_container .tbl .label, #forgotten_login_container .tbl .label{
	width: 206px;
}

#contact_container #form_contact, #contact_container .textbox{
	margin-left:26px;
}

/*
---------------------------------------
CONTENT - NOUS CHERCHONS
---------------------------------------
*/

#search_container .box {
	width:660px;
	padding:10px;
	background-color:#477756;
}

#search_container .box_content {
	font-size:.9em;
}

#search_container .box_header {
	margin-bottom: 20px;
	float:none;
	height:18px;
}

#search_container .box_header h2, #search_container .box_header .price {
	width:auto;
}

#search_container span.object_type {
	color: black;
	font-weight:bold;
}

#search_container .box_bottom {
	visibility:hidden;
}

#search_container div.highlight {
	color: white;
	padding:2px 0;
}

#search_container .col1, #search_container .col2, #search_container .col3 {
	margin-left:0;
	margin-right:10px;
}

#search_container .col3 .value_search {
	text-align:justify;
}

#search_container .col1 .value_search, #search_container .col2 .value_search {
	font-weight:bold;
}


/*
---------------------------------------
CONTENT - LIENS
---------------------------------------
*/

#links_container .box, #links_container .box_header {
	width:100%;
}

#links_container .box_content {
	width:100%;
	font-size:.9em;
}

#links_container table {
	margin-top:10px;
}

#links_container table td {
	padding:0;
	border-bottom:25px solid #6b9979;
}

#links_container .box_content .img_link a {
	border:1px solid white;
	display:block;
	font-size:.1em;/*pour le bug de la marge en bas quand un 'a' block entoure une 'img'*/
}

#links_container .box_content .img_link a:hover {
	border:1px solid green;
}

#links_container .box_content .img_link a:hover img {
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
}

#links_container .box_content td.img_link {
	padding-right:60px;
}

#links_container .box_content td.txt_link {
	padding-left:10px;
	background-color:#477756;
}

#links_container .box_bottom {
	display:none;
}

/*
---------------------------------------
CONTENT - GALERIE PHOTO
---------------------------------------
*/

#galery_container .box, #galery_container .box_header {
	width:100%;
}

#galery_container .box_header {
	border:none;
}

#galery_container .box_header h2 {
	width:100%;
	border-bottom:1px solid white;
}

#galery_container table {
	width:600px;/*pour que la marge entre les images soient identiques*/
	margin-left:15px;
	margin-top:20px;
}

#galery_container .box_content td a {
	border:1px solid white;
	display:block;
	width:150px;
	font-size:.1em;/*pour le bug de la marge en bas quand un 'a' block entoure une 'img'*/
}

#galery_container .box_content td a:hover {
	border:1px solid green;
}

#galery_container .box_content td a:hover img {
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
}

/*
---------------------------------------
CONTENT - FINANCEMENT
---------------------------------------
*/

#finance_container .box, #finance_container .box_header {
	width:100%;
}

#finance_container .box_content {
	margin-top:20px;
}

#finance_container .bgcelldark {
	background-color:#477756;
	border-bottom:2px solid #6C997A;
	color:white;
}

#finance_container table#tab1 .bgcelldark {
	border-bottom:4px solid #6C997A;
	padding:4px 7px;
	font-weight:bold;
}

#tab1 {
	border:0;
}

#finance_container .bgcelldark input {
	background-color:#005a1f;
	color:white;
	text-transform:uppercase;
	border:2px solid #bed1c6;
	font-weight:bold;
	font-size:.9em;
	padding:1px 7px;
	margin-top:0;
	text-align:center;
	display:inline;
}

#finance_container .bgcelldark input:hover {
	background-color:#bed1c6;
	color:black;
	border:2px solid #005a1f;
	cursor:pointer;
}

#finance_container .bgcelldark input.text {
	background-color:white;
	color:black;
	text-transform:none;
	padding:0;
	margin-top:0;
	border:1px solid #005a1b;
	padding:2px 3px;
	color:black;
	font-size:.9em;
}

#finance_container .bgcelldark input:focus.text, #finance_container .bgcelldark input.sffocus {
	background-color:#5c7d66;
	color:white;
}

#finance_container .bgcelldark input:hover.text {
	border-left:1px solid #9ed5ae;
	border-right:1px solid #9ed5ae;
	border-bottom:1px solid #9ed5ae;
	border-top:1px solid black;
	cursor: text;
}

#finance_container .bgcelldark input[type=hidden] {/*IE6 pose probleme pour ca...*/
	visibility:hidden;
}

.colsim1 {
	background-color:#a7cbb2;
	border-bottom:2px solid #6C997A;
}

#finance_container .title {
	color:white;
	text-transform:uppercase;
	font-size:.9em;
}

#finance_container .total {
	color:#00591F;
	background-color:white;
	border-bottom:2px solid #6C997A;
}

#finance_container tr:hover td {/*pour ceux qui le supportent*/
	opacity: 0.70;
	-moz-opacity: 0.70;
	filter: alpha(opacity=70);
}


p#finance_txt {
	margin-top:20px;
	background-color:#477756;
	padding:7px;
	color:white;
	font-weight:bold;
}
/*

#finance_container table {
  border-spacing:inherit;
  border-collapse: separate;
  *border-collapse: expression('separate', cellSpacing = '5px');
}

#finance_container td {
  border-top: 1px solid red;
  border-bottom: 1px solid pink;
  *position: relative;
}

*/


/*
---------------------------------------
CONTENT - CUSTOM PRESS & JOB
---------------------------------------
*/

#press_container .pdf_press, #job_container .pdf_press{
	margin:10px 0px 5px 0px;
	display:block;
}

#press_container .box_content, #job_container .box_content, #presentation_container .box_content{
	margin-top:20px;
}

#press_container .label, #job_container .label{
	padding-left:20px;
}

#press_container hr, #job_container hr{
	border:1px solid #186231;
	visibility:visible;
}

#press_container .box_content div, #job_container .box_content div{
	float:left;
	width:48%;
	margin-left:10px;
}


/*
---------------------------------------
CONTENT - CUSTOM PRESENTATION
---------------------------------------
*/

#presentation_container {
	text-align:justify;
}

/*
---------------------------------------
CONTENT - CUSTOM ERA
---------------------------------------
*/


#era_container #col_right{
width:30%;
margin:30px 0px 0px 0px;
float:right;
}

#era_container #col_left{
width:60%;
float:left;
}


/*
---------------------------------------
BANNER
---------------------------------------
*/

#banner {
	position:absolute;
	display:none;
	top:-20px;
	left:-203px;
	font-size:.1em;
	clear:both;
	margin-top:15px;
}

#banner a {
	display:block;
	background-color:#598867;
	border:1px solid #006633;
}

#banner a img {
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
}

#banner a:hover img {
	opacity: 0.70;
	-moz-opacity: 0.70;
	filter: alpha(opacity=70);
}

/*
---------------------------------------
FOOTER
---------------------------------------
*/

#footer1 {
    width:100%;
	height:65px;
	background: transparent url(../interface/bg_footer1.jpg) repeat-x; /*barre vert clair du footer descendant/montant en fonction du contenu*/
	padding:0;
}

#greenLineAndShadow {
    width:945px;
	height:65px;
	background: transparent url(../interface/bg_footer1_greeline.jpg) no-repeat; /*barre verte foncee du footer descendant/montant en fonction du contenu*/
}

#footer1 p {
    float:left;
	color:white;
	margin:12px 14px 0 0;
	text-transform:uppercase;
	font-size:.9em;
}

#footer1 span.footerLowerCase {
  	text-transform: none;
}

#footer1 p.last {
    margin-right:0;
}

#footer {
	background: transparent url(../interface/bg_footer.jpg) no-repeat; /*ombre et coin tout en bas*/
	padding-left:475px;
	padding-top:25px;
	font-size:.75em;
	color:white;
}

#footer1 a {
    display:block;
	text-indent:-9999px;
	background: transparent url(../interface/logo_footer_era.jpg) no-repeat top left;
	width: 57px;
	height: 53px;
	float:left;
	margin:6px 14px 0 7px;
	margin-left:7px;
}

#footer a, #footer a:active, #footer a:visited {
    color:#c4cf8c;
}

#footer a:hover {
    background-color:#005a1f;
	color: white;
}

#footer span {
    font-weight:normal;
}

/*
---------------------------------------
IE7
---------------------------------------
*/

*+html #account_container input[type=checkbox] {
	margin-bottom:0px;
}

*+html #navig_lang img {
}


/*
---------------------------------------
REDIR INVITE
---------------------------------------
*/

#redir_container .registered a.button{
	background-image: none;
}
#redir_container #login_error p{
    background-color:#83AF90;
    margin-bottom:10px;
    margin-left:-12px;
    text-align:left;
    width:280px;
}








