
html, body { margin: 0; padding: 0; height: 100%;}

#lightbox, #lightbox-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom:auto;
	right:auto;
	z-index:500;
	width:99.9%;
	height:auto;
	text-align:center;
	color:#b7b7b7;
	
	/* stop stupid conflicts */
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	line-height:0;
	
	/* general conflict stopper */
	text-decoration:none;
	background:none;
	word-spacing:normal;
	letter-spacing:normal;
	float:none;
	clear:none;
	display:block;
}

#lightbox-overlay {
	z-index: 90;
	/*background-color:#000000;*/
	height: 100%;
	position:absolute;
}
#lightbox-overlay-text {
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
	color: white;
	font-size: 12px;
	cursor: default;
	line-height:normal;
}
#lightbox-overlay-text a, #lightbox-overlay-text a:hover, #lightbox-overlay-text a:visited, #lightbox-overlay-text a:link {
	text-decoration:underline;
	color:white;
}
#lightbox-overlay-text span {
	padding-left:5px;
	padding-right:5px;
}

#lightbox img, #lightbox a img, #lightbox a { border:none; outline:none; }

#lightbox-imageBox {
	position:relative;
	border:1px solid #d5d5d5;
	background-color:white;
	width:400px;
	height:400px;
	margin:0 auto;
}

#lightbox-imageContainer {
	padding:1px;
}

#lightbox-loading {
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
}

#lightbox-nav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}
/* #lightbox-imageBox > #lightbox-nav { left: 0; } 
#lightbox-nav a { outline: none; }*/


#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	display:block;
	width:49%;
	height: 100%;
	background:transparent url("/site/images/lightbox/blank.gif") no-repeat; /* Trick IE into showing hover */
	/* cursor:pointer; */
	zoom:1; /* who knows why? */
	
	padding:0px;
	margin:0px;
}
#lightbox-nav-btnPrev { 
	left:0;
	right:auto;
	float:left;
}
#lightbox-nav-btnNext { 
	left:auto;
	right:0;
	float:right;
}
/*
.preload_largeLink, #prevLink:hover, #prevLink:visited:hover {
	background:url("/site/images/lightbox/prev.gif") left 45% no-repeat;
}
.preload_nextLink, #nextLink:hover, #nextLink:visited:hover {
	background:url("/site/images/lightbox/next.gif") right 45% no-repeat;
}
*/

#lightbox-infoBox {
	font:11px Verdana, Helvetica, sans-serif;
	background-color:/*#000*/#F5F5F5;
	border-right: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	margin:0 auto;
	padding:0px;
	
	/* width: 100%;
	padding: 0 10px 0; */
}
#lightbox-infoContainer{
 /*  border-left:1px solid #d5d5d5;
   border-right:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;*/
}

#lightbox-infoContainer {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#b7b7b7;
	
	line-height:normal;
	/* height:30px; */
}
#lightbox-infoHeader {
	width:100%;
	text-align:center; 
}
#lightbox-caption {
	text-align:justify;
}
#lightbox-caption-description {
	font-weight:normal;
}

#lightbox-infoFooter {
	margin-top:3px;
	color:#313131;
}
#lightbox-currentNumber {
	display:block;
	width:49%;
	float:left;
	text-align:left;
}
#lightbox-close {
	display:block;
	width:45%;
	float:right;
	text-align:right;
}
#lightbox-close-button{
	padding-left:30%;
        width: 69%;
        display: block;
}

#lightbox-close-button, #lightbox-close-button:link, #lightbox-close-button:visited, #lightbox-close-button:hover {
	text-decoration:underline;
	color:#313131;
}
#lightbox-close-button:hover {
	color:#BF5425;
}

#lightbox-infoContainer-clear {
	clear:both; 
	visibility:hidden;
}

#SLYlightbox-overlay {
  border: 1px dotted orange;
}

#SLYlightbox div {
  border: 1px dotted lightseagreen;
}























/*general*/

body, html{
	background-color: #f5f5f5;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

body{
	  font-size: 62.5%;
}


#global{
   margin-top: 20px;
	background-color: #fff;
	position:relative;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	min-width:760px;
	border-right: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
}

.clear{
	clear: both;
}

.center{
   text-align:center;
  	background-image: url(/site/images/white_transp.png);
		   position:relative;
   margin-left:auto;
   margin-right:auto;
   width:250px;
   padding:0 5px 5px 15px;
}
/*-----BORDS HAUT ET BAS----*/
.bord_haut{
	border-top: 1px solid #BF5425;
	border-bottom: 1px solid #EF9C48;
	padding:1px 0 0 0;
}
.bord_bas{
	border-top: 1px solid #EF9C48;
	border-bottom: 1px solid #BF5425;
	padding:1px 0 0 0;
}


/*-----HEADER-----*/
.header{
   overflow: auto;
   /*border-top: 1px solid red;*/
	height: 81px;
	background-image: url(/site/images/op_immo.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.header .logo{
	background-image: url(/site/images/logo.jpg);
	background-repeat: no-repeat;
	margin: 17px 0 0 15px;
	padding: 0;
	width:136px;
	height: 50px;
}
.header .logo a{
	display: block;
	width: 136px;
	height: 50px;
}


/*-----TITRE-----*/
h1{
   
	color: #EF9C48;
	font-weight: bold;
	border-bottom: 1px solid #EF9C48;
	font-size: 1.4em;
	padding:0;
	margin:0 29px 5px 17%;
}
/*h2{
	font-size: 1.3em;
	color: #037EBB;
}
h3{
	font-size: 1.2em;
	color: #F3A219;
}*/
h4{
	font-size: 1.1em;
	margin:0;
	padding:0 0 5px 0;
	color: #717171;
	
}

.content{
	padding: 0 0 10px 0;
}
.left{
	float: left;
	width: 17%;
}
.pagecontent{
	float: right;
	width:83%;
	
}
.pagecontent .gutter{
	margin-right: 29px;
}
.pagecontent .gutter .pre-wrap{
	width:95%;
}

/*Menu*/

.nav1{
	padding: 0;
	margin: 0 1px 0 1px;
	background-color: #BF5425;
	list-style: none;
}

.nav1 a {
	font-weight: bold;
   text-decoration: none;
	padding-bottom: 3px; 
}
.nav_act1 a{
	color: #fff;
	font-size:1.2em;
   font-weight: bold;
}
.nav_off1 a{
	color: #fff;
   font-size:1.2em;
   font-weight: bold;
}
.nav_off1 a:hover{
	color: #EF9C48;
}

.nav_act1, .nav_off1{
   margin:0;
   padding:0.3em 0.3em 0.3em 15px;
	border-bottom: 1px solid #fff;
}
.nav_act1{
	background-color: #EF9C48;
}

.nav_extra{
	margin: 0 0 0 8px;
	padding: 0 0 0 15px;
}

.nav2{
	margin-top:0;
	margin-left: 15px;
	padding: 0;
	list-style-type: square;
}

.nav_act2, .nav_off2{
	margin-top: 2px; 
	padding-bottom: 2px;
}

.nav_act2 a{
	color: #f3a219;
}
.nav_off2 a{
	color: #352432;
}

.sud_fr{
   margin:10px 0 0 0;
	background-image: url(/site/images/sud_fr.jpg);
   background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 85px;
}
.sud_fr p{
   font-weight: bold;
   margin:0;
	padding: 28px 0 0 0;
	text-align: center;	
}
.sud_fr p a{
	text-decoration: none;
   font-size: 1.2em;
	color: #fff;
}

/*-----------CONTENT------------*/
.content_txt{border: 1px solid #d5d5d5;}
.liste_pays{
   width: 100%;
   margin:0;
	padding:10px 0;
	overflow: auto;
	border: none;
	background-color: #e5e5e5;
}
.liste_pays .search_pays{
	 margin:0;
	padding: 0;
	float: left;
	width: 49%;
}
.liste_pays .search_type{
	 margin:0;
	padding: 0;
	float: left;
	width: 36%;
}
.liste_pays .rechercher{
	 margin:0;
	padding: 0;
	float: left;
	width: 15%;
}
.liste_pays p label{
	margin:0 5px 0 5px;
	padding:0;
   font-size:1.1em;
	color:#515151;
	font-weight: bold;
}
.liste_pays p select{ 
	font-size: 1.1em;
    border: 1px solid #c5c5c5;
	 color: #313131;
}
.liste_pays p select .name_pays{
	color:#bf5425;
	margin-left: 5px;
}
.liste_pays p select .area_pays{
	color: #313131;
   margin-left: 10px;  
}
.liste_pays p input{
   font-size:1.1em;
   color: #000;
   background-color: #ec9f48;
	border: 1px solid #313131;
}
.number_pages{text-align: right;}
.number_pages img{ border: none; }
.number_pages .current-page { font-size: 1.1em;}
.number_pages a{
	color: #BF5425;
	font-size: 1.1em;
	text-decoration: none;
}
.number_pages a:hover{
	color: #ec9f48;
	text-decoration: underline;
}
.number_pages .fleche_gau{margin-right: 5px;}
.number_pages .fleche_dr{margin-left: 5px;}
.global_annonces{padding: 5px 10px;	}
.annonce{
   padding: 5px 0 5px 0;
   border-bottom: 1px dotted #e5e5e5;
	}
.annonce .img_annonce{float: left;}
.annonce .img_annonce img{
	border:none;
	display:block;
	padding: 1px;
	border: 1px solid #e5e5e5;
}
.annonce .desc_annonce{margin: 0 5px 0 129px;}
h2{
	margin:0;
	font-size: 1.2em;
	padding: 0;
	color: #BF5425;
}
h2 a{
	text-decoration: none;
	color: #BF4525;
}
.annonce .desc_annonce p{
   margin:3px 0 0 0;
	font-size: 1.1em;
	padding: 0;
}
.achat{padding: 10px;}
.achat p{
	margin:0;
	padding:0 0 5px 0;
	font-size: 1.1em;
}

/*-----------------ADMIN-------FORMS-------ONGLETS------------*/
/* Formulaire*/
/* FORMS */
.contact{
	border: 1px solid #d5d5d5;
	padding: 10px;
}
.contact form {
	width:500px;
	padding: 5px 10px;
	background-color: #fcfcfc;
	border: 1px solid #e5e5e5;
	position:relative;
}
.contact form p{font-size: 1.1em;}
.contact form div{   border: 1px solid #fcfcfc;}
 .contact p.tit_form{
	margin: 0px;
	width: 30%;
	display: block;
	float: left;
	line-height: 25px;
}
.contact p.tit_form span{
	width: 18px;
	border: 1px solid #fcfcfc;
	float: left;
	text-align: right;
	color: #bf5425;
		margin-right: 5px;
		}
.contact p.tit_form span.important2{
	font-size:1.4em;
	color:#cc0000;
}
.contact p.in_form{
	width: 68%;
	line-height: 25px;
	float: right;
	margin: 0px;
}
.contact p.in_form input{
	font-size: 1em;
	border-top: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.contact p.in_form input.submit{
	background-color: #ef9c48;
	border: 1px solid #313131;
	color: #313131;	
	margin: 5px 0 5px 0;
}
.contact p.in_form textarea{
   width:200px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.contact label input,.contact label textarea{margin: 2px;	}
.contact fieldset{
    padding: 0 0 0 0;
	 margin:0 0 10px 0;
    background-color: #fcfcfc;
	border: 1px solid #e5e5e5;
}
.contact fieldset legend{
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}
.contact fieldset p.coordonnees{
	padding:5px 0 5px 10px;
	margin: 0;
}
.contact fieldset.formulaire{
	margin:0 0 5px 0;
	padding: 0;
}
.important{
	font-style: italic;
	color:#BF5425;
	margin:5px 0 5px 10px;
	padding:0;
	font-size:1.1em;
}
.important span{margin-right: 5px; }
.form_ok{
	font-size: 1.1em;
	margin: 0 0 5px 0;
	padding:0;
}

/*-----NO_RESULTS.HTML-----*/
.no_results{padding:10px 10px 5px 10px;}
.no_results p{
   margin:0 0 5px 0;
	padding: 0;
	font-size:1.2em;
	color: #bf5425;
}

/*-----ANNONCE_DETAILS.HTML-----*/
.details{padding:10px 10px 5px 10px;}
h3{
	margin:0 0 0 0;
	padding: 0;
	color: #BF5425;
	font-size:1.1em;
	font-weight: bold;	
}
h3 a{
	text-decoration: none;
	color: #BF5425;
}
.details_txt p{
	margin:0 0 5px 0;
	padding: 0;
	font-size: 1.1em;
}
.details_img{
	margin-bottom:5px;
	}
.details_img img{
	display:block;
	float: left;
	padding:1px;
	margin-bottom: 5px;
	margin-right: 10px;
	border:1px solid #e5e5e5;
}
.details .p_print{
	margin:0 0 5px 0;
	padding: 0;
}
.details .p_print a{
	font-size: 1em;
	color: #BF5425;
   text-decoration: none;
}
.details .p_print a:hover{
	font-size: 1em;
	color: #ef9c48;
   text-decoration: underline;
}
.retour_liste{margin:10px 0 0 10px;}
.retour_liste a{
   color: #BF5425;
	font-size:1.1em;
	text-decoration: none;
}
.retour_liste a:hover{
   color: #ec9f48;
	font-size:1.1em;
	text-decoration: underline;
}

/*login*/
.form_acc{padding: 10px;}
.form_acc form{
	margin: 0;
	padding: 0;
}
.form_acc .field_log{margin-bottom: 10px;}
.form_acc .form_left label, .form_acc .form_right input{font-size: 1.1em;}
.footer{margin-top: 3px;}
.footer span{font-size:1em;}
.footer .org{font-weight: bold;}
.footer .geo{display:none;}
.pages{
      padding: 8px 5px 5px 5px;
			width: 538px;
	border: 1px solid #d5d5d5;
	background-color: #e5e5e5;
}
.pages .next{
   cursor: pointer;
	width:20%;
	float: left;
	font-size: 1.1em;
	text-align: right;	
	}
.pages .next img{margin-left: 5px;}
.pages .prev{
   cursor: pointer;
	width: 20%;
	float: left;
	font-size: 1.1em;
	}
.pages .prev img{margin-right: 5px;}
.pages form{
   margin: 0;
	padding:0;
	width:60%;
	float:left;
   text-align: center;
}
.pages form select{font-size: 1.1em;}
.pages .search {
   position: relative;
	    margin-top: -3px;
		width: 300px;
}
.pages .search label{font-size: 1.1em;}
.pages .search input{
   border-top: 1px solid #c5c5c5;
   border-left: 1px solid #c5c5c5;
   border-right: 1px solid #e5e5e5;
   border-bottom: 1px solid #e5e5e5;
	font-size: 1.1em;
}
div.pages span.page{ 
color:#313131;
font-size:1.1em;
cursor: pointer;
}
div.pages span.active-page{ 
color:#bf5425;
font-weight:bold;
}

/* Sitemap*/
.sitemap{
	margin: 5px;
	font-size: 1.1em;
	font-weight: bold;
}
.sitemap a{
	color: #352432;
	text-decoration: none;
}
 .sitemap_nav1 dt{
	border-top: 1px solid #fbf4e7;
	padding: 3px;
}
dd.extra{
	padding: 3px;
	font-style: italic;
	font-weight: normal;
	margin: 2px;
	background-color: #FBF4E7;
	width: 200px;
	color: #f3a219;
}
.sitemap_nav2{margin-left: 20px;}

/* Download - public*/
.download dt img{
	vertical-align: middle;
	border: none;
}
.download dd{
	margin:0 0 15px 25px;
	color: #333;
	font-style: italic;
}
.download a{color: #037ebb;}

/*-----Onglets---ADMIN-----*/
.onglets_all{
	padding: 0 0 0 0;
	width: 550px;
	display: block;
}
.onglets_content{
	border: 1px solid #c5c5c5;
	clear: both;
	padding: 2px 2px 2px 2px;
	margin-top: 1.5em;
	background-color: #fcfcfc;
	cursor:pointer;
}
.onglets_content:hover{
	border: 1px solid #c5c5c5;
	clear: both;
	padding: 2px 2px 2px 2px;
	margin-top: 1.5em;
	background-color: #eeeeee;
}
.onglets_content p div{
	width: 200px;
	float:left;
	display: inline;
}
.onglets_menu {
   float:left;
 	width: 100%;
	margin : 0 0 0 0;
   font-size:91%;
   line-height:normal;
	/*background-image: url(/site/images/onglets/fd_onglets.gif);
	background-repeat: repeat-x;
	background-position: bottom;*/
}
.onglets_menu ul {
      margin:0;
      padding:10px 10px 0 ;
      list-style:none;
}
.onglets_menu li {
      display:inline;
      margin:0;
      padding:0;
}
.onglets_menu a {
      float:left;
      background:url("/site/images/onglets/left_both.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      text-decoration:none;
		border-bottom: 1px solid #bebe9d;
}
.onglets_menu a span {
      float:left;
      display:block;
      background:url("/site/images/onglets/right_both.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      font-weight:bold;
      color:#7F7E7E;
}
		
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
.onglets_menu a span {float:none;}
    /* End IE5-Mac hack */
.onglets_menu a:hover span {color:#333;}
.onglets_menu .current a {
      background-position:0 -150px;
      border-width:0;
}
.onglets_menu .current a span {
      background-position:100% -150px;
      padding-bottom:5px;
      color:#333;
}
.onglets_menu a:hover {background-position:0% -150px;}
.onglets_menu a:focus {outline: none;}
.onglets_menu a:active {outline: none;}
.onglets_menu a:hover span {background-position:100% -150px;}
#editor{padding:10px;}
.view_edit div.title{
	font-size:1.4em;
	color: #ec9f48;
	font-weight: bold;
	border-bottom: 1px solid  #ec9f48;
	margin-bottom:10px;
	}
.view_cont{
	float: left;
	width: 320px;
}
.view_edit .view_cont label{
   float: left;
	font-size:1.2em;
   font-weight: bold;
	color: #BF5425;
	width: 150px;
}
.view_edit .view_cont span{
	text-align:left;
	font-size: 1.2em;
	color: #515151;
}
.view_edit .pre-wrap{
   margin:10px 0 0 0;
	padding: 10px 0 0 0;
	font-size:1.1em;
	color: #515151;
	border-top: 1px dotted #e5e5e5;
}
.view_edit form{margin-top: 10px;}
.view_edit form .submit{
	font-size: 1.1em;
	color: #313131;
	border: 1px solid #515151;
	background-color: #ec9f48;
}
.view_edit form input.browse{font-size: 1.1em;}
.imageContainer{
	float: left;
   width: 110px;
}
.imageContainer img{
	padding:1px;
	border:1px solid #e5e5e5;
   /*margin-right: 10px;*/
   background-color: #fff;
}

/*view_edit images*/
#editor .imageContainer .img-wrapper img{
	padding:1px;
	border:1px solid #e5e5e5;
   margin:0 5px 0 0;	
   background-color: #fff;
}
.view_edit img {
   padding:1px;
	border:1px solid #e5e5e5;
   margin-top: 5px;
   margin-right: 10px;
   background-color: #fff;
}
.view_edit img.selectedImage {
   padding:1px;
	border:1px solid #bf2554;
   margin-top: 5px;
   margin-right: 10px;
   background-color: #fff;    
}
.zoom{
   display: none;
   height: 1px;
   width: 100%;
      position: fixed;
   top: 20px;
   }
.zoom .close_zoom{
   width: 450px;
   background-color: #e5e5e5;
   text-align:right;
   padding:3px 3px 3px 3px;   
  border-bottom: 1px solid #a5a5a5;
  border-top: 1px solid #a5a5a5;
  border-left: 1px solid #a5a5a5;
  border-right: 1px solid #a5a5a5;
}
.zoom .close_zoom span{
   font-size: 1.1em;
   font-weight: bold;
   color: #313131;
   margin-right:10px;   
}
.zoom .center_img{
  text-align: center;
  width:450px;
    padding:3px 3px 3px 3px;
  background-color: #eeeeee;
  padding: 3px 3px 3px 3px;
  border-bottom: 1px solid #a5a5a5;
  border-left: 1px solid #a5a5a5;
  border-right: 1px solid #a5a5a5;
}
.zoom #zoomImg{
   margin-left:auto;
   margin-right:auto;

}
.view_edit2{
  width:528px;
	background-color: #fcfcfc;
	border: 1px solid #c5c5c5;
   padding:10px 10px 0 10px;
	margin-top:10px;
}
.view_edit2 p{
margin:0 0 10px 0;
padding:0;
}
.view_edit2 .bord{
   padding:10px 10px 0 10px;
   margin-bottom: 10px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}
.view_edit2 p label{
   color: #BF5425;
   font-size: 1.2em;
   font-weight: bold;
}
.view_edit2 .p_news span{font-size: 1.2em;}
.view_edit2 .p_news span label{font-size:1em;}
.view_edit2 .p_news input, .view_edit2 .LiveSearch input{width: 120px;}
.view_edit2 .p_news input, .view_edit2 .LiveSearch input, .view_edit2 textarea{
   font-size: 1.2em;
   background-color: #fff;
   margin-top: 3px;
   padding: 2px;
   border-top: 1px solid #c5c5c5;
   border-left: 1px solid #c5c5c5;
   border-right: 1px solid #e5e5e5;
   border-bottom: 1px solid #e5e5e5;
}
.view_edit2 textarea{width: 400px;}
.view_edit2 button{
	background-color: #ec9f48;
	border: 1px solid #313131;
	font-size: 1.1em;
	padding:2px;
	color: #313131;
	margin-bottom:10px;
	margin-right: 5px;
}

/*view_edit2 liveSearchContainer*/
.liveSearchContainer {
	width:122px;
	border: 1px solid #515151;
}
.liveSearchContainer .liveGrid{
	background-color: #ef9c48;
	padding: 3px;
}
.liveSearchContainer table{width:97px;	}
.liveSearchContainer .td_label div, .liveSearchContainer .td_tag div{
	font-size: 1.1em;
	color: #000;
	text-align:left;
}

/*------------ACCUEIL-----------*/
.accueil{text-align: center;}
.accueil img{
   position:relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top:30px;
	display: block;
}
.menu_acc ul{
   margin:30px 0 0 0;
	padding: 0 0 3px 0;
   position:relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
   width: 330px;
	height: 15px;
	background-image: url(/content/images/degr_acc.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom: 1px solid #ECECEC;
}
.menu_acc ul li{
   float:left;
	width:74px;
	list-style-type: none;
	border-right: 1px solid #515151;
	padding:0;
   margin:0;
}
.menu_acc ul li.bien_acc{width:104px;}
.menu_acc ul li.last{border: none;}
.menu_acc ul li a{
   color:#BF5425;
   text-decoration:none;
   font-size:1.2em;
   font-weight:bold;
}
.sud_fr_acc{
	margin-top: 15px;
	height: 57px;
	width: 57px;
	background-image: url(/content/images/sud_fr_acc.jpg);
	background-repeat: no-repeat; 
   position:relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.sud_fr_acc a{
	color: #fff;
	padding:15px 0;
	font-size:1em;
	display:block;
	text-decoration:none;
}
.footer_acc{
	/*margin: 15px 0 30px;*/
	 background: url(/content/images/ville.jpg) bottom left repeat-x;
	 padding: 15px 0 30px;
}
.footer_acc .org{font-weight: bold;}
.footer_acc .geo{display:none;}
/*--------END ACCUEIL--------*/
/*News - public*/
.news{
	margin : 2px 2px 2px 2px;
	padding : 2px 2px 2px 2px;
	border: 1px dotted #03386a;
	display: block;
}
.news_tit{
	font-weight: bold;
	text-align: left;
	position : relative;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.news_tit{color: #0e4476;}	
.newsImageContainer{
	float: right;
	margin-left: 0.8em;
}
.newsContent{
	margin-top: 5px;
	font-size: 1em;
}
.pre-wrap {
 white-space: pre-wrap;       /* css-3 should we be so lucky... */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 ?? */
 white-space: -o-pre-wrap;    /* Opera 7 ?? */
}

/* News public +  download edit */
.documentContainer, .documentLinks{
	list-style: none;
	padding-top: 10px 0 0 0;
	margin : 0 0 0 0;
}
.documentContainer img{
	vertical-align: middle;
	border: none;
	margin-right: 5px;
}
.documentContainer a, .documentLinks a{text-decoration: none;}
.documentContainer li{margin-top: 15px;}
.three-images{
	padding-bottom: 10px;	
	padding-left: 10px;
	display:inline;
}

/* New Edit */
.newsHeading{
	cursor: pointer;
   font-weight: bold;
   cursor: hand;
   margin-top: 20px; 
  	padding: 2px;
}
.newsDocuments ul{list-style: none;}
.logout{padding:10px;}
.logout div{font-size: 1.1em;}
.logout div a{color: #bf4825;}
.logout div a:hover{color: #ec9f48;}

/*------------design and hosting by gms-----------------*/
.design{
	margin-top:10px;
	color: #515151;
	text-align: center;
	font-size: 10px;
}
.design a{
	border: none;
	text-decoration:none;
	color: #037EBB;
}
.coord-vert{
	width: 130px;
	display: block;
text-align: left;
}
.left1{float: left;}
.right1{float: right;}
.width_400{
width: 260px;
margin-left: auto;
margin-right: auto;
}
.null{line-height: 1px;}
.bord textarea{font-size: 12px;}
