html{
height:100%;
}
body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif; 
	font-size:0.9em;
	color:#ffffff;
	background-color:#000000;
	background-image:url("/images/fond.png");
	background-repeat:repeat-y;
	background-position:center;
	height:100%;
}

.clear{
clear:both;
}

#site{
	width:950px;
	margin:0 auto;
	min-height:100%;
	position:relative;
	background-color:#272626;
}
#banniere{
	height:185px;
}

#menu{
	background:url("/images/menu.png") repeat-x;
	height:43px;
	padding:1px 0;
}

#menu ul{
	list-style-type : none;
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	font-size:1em;
	font-weight:bold;
	margin:1px 0;
	height:39px;
	text-align:center;
}

#menu ul li{
	float:left;	
}

#menu ul li a{
height:39px;
padding:0 10px;
text-decoration:none;
text-align:center;
display:block;
line-height:35px;
color:#fff;
}

#menu ul li a:hover {
background-image:url("/images/bouttonhover.png");
height:39px;
}

#menu ul li.active{
	background-image:url("/images/bouttonhover.png");
}

#corp{
	clear:both;
	margin:0 25px;	
	height:100%;
	padding-bottom: 2.8em;

}

#textaccueil{
text-align:center;
}

#textaccueil p{
text-align:left;
}

#logo_carlsson{
float:left;
}

#logo_rensson{
float:right;
margin-top:40px;
}

.redletter{
	color:#720a0a;
}

a img{
	border:none;
}

#tteannonces{
margin:5px 0 0 25px;
}

.adsphoto{
	float:left;
	margin-top:15px;
	width:300px;
}

.photomin{
	display:inline;
	width:50px;
}

.adsphoto a{
	outline: none;
}
.adstexte{
	float:left;
	width:580px;
	margin-left:15px;
}

.annonces{
border-top:solid 1px #961010;
border-bottom:solid 1px #961010;
margin-bottom:25px;
background:url("/images/fondannonces.png");
}

.titreannonce{
width:800px;
float:right;
}

.imagesannonce{
float:left;
}

.prixannonces{
margin:0;
font-weight:bold;
padding-left:2px;
width:90px;
height:18px;
overflow:hidden;
}

.barretitre{
	height:35px;
	width:845px;
	line-height:33px;
	font-size:1.3em;
	clear:both;
	margin:0;
	float:left;
}

.barretitre a{
text-decoration:none;
color:#ffffff;
}
.barretitre h2{
margin:0;
}

.prix{
	color:#ffffff;
	text-align:center;
	padding-bottom:10px;
	clear:both;
	width:250px;
	margin-left:480px;
	padding-top:15px;
}

.barretitre2{
	height:35px;
	width:845px;
	background:url("/images/barretitre.png") repeat-x;
	line-height:33px;
	padding-left:5px;
	font-size:1.3em;
	clear:both;
	margin:0;
	float:left;
}

#textcontact{
	font-size:1.3em;
	text-align:center;
	margin:55px 0 55px 0;
}

#textcontact a{
	color:#ffffff;
	text-decoration:none;
}

#textcontact a:hover{
	color:#ffffff;
	text-decoration:underline;
}

.bas{
	color:#961010;
	text-align:center;
	font-size:0.8em;
	border-top:solid 1px #720a0a;
	padding-top:5px;
	clear:both;
	position: absolute;
	bottom: 0; left: 24px;
	width:900px;
	
}

.bas a{
	color:#961010;
	text-decoration:none;
}

.bas a:hover{
	color:#961010;
	text-decoration:underline;
}

#titreinterface{
text-align:center;
margin-bottom:35px;
}

#auth{
text-align:center;
margin-top:105px;
}

.annoncesimpor h2{
text-align:center;
}

#menumarque {
height:45px;
margin:5px 0 0 0;
}

#menumarque ul {
list-style-type:none;
margin:0 0 0 20px;
}

#menumarque li {
float:left;
margin:0 15px 0 0;
}

#menumarque li  a:visited{
color:#961010;
}

.retour{
font-size:1.2em;
font-weight:bold;
background-image:url('/images/barretitre.png');
height:25px;
width:55px;
line-height:25px;
padding:0 5px;
}

.retour a{
color:#ffffff;
text-decoration:none;
}

.retour a:hover{
color:#505050;
}

.menu_nb_page{
text-align:right;
}

.menu_nb_page a{
text-decoration:none;
color:#ffffff;
width:20px;
height:20px;
}

#partenaires a{
color:#ffffff;
text-decoration:none;
}

#partenaires {
text-align:center;
}

.textimport{
width:800px;
margin:auto;
text-align:justify;
}

.textimport h1, h2{
font-size:1.5em;
margin:0;
}
/*------------------------------------------------ FancyBox -------------------------------------------*/

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/images/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/images/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("/images/fancybox/data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/images/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/images/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('/images/fancybox/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('/images/fancybox/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('/images/fancybox/fancy_title_right.png') repeat-x;
}

/*--------------------------------------------- Fin de FancyBox ---------------------------------------*/