
/**** element masques pour fade (display:none/block) ****/

#page, #annonce {
	display: none;
}


/**** balise standards ****/

* {
	margin: 0;
	padding: 0;
}
body {
	width:100%;
	margin: 0;
	padding: 0;
	background-color: #3B3B3B;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
p {
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-size: 0.78em;
	line-height: 1.5em;
	color: #797979;
	font-weight: normal;
}
li {
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-size: 0.78em;
	line-height: 1.4em;
	color: #797979;
	font-weight: normal;
}
a {
	color: #A8A8A8;
	text-decoration: none;
}

a:hover {
	color: #3B3B3B;
}
a:focus {
	outline:0;
}
a, a:active, a:focus {
	outline: none !important;
}
a img {
	border: none;
}
#site-nav a, #page a, #pageadmin a, #annonce a, #link a, #link-index a, .wrap a {
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
}
#site-nav a:hover, #page a:hover, #pageadmin a:hover, #annonce a:hover, #link a:hover, #link-index a:hover, .wrap a:hover {
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #EEC100;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.1em;
	color: #3B3B3B;
	margin-top: 1em;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: normal;
}
h1, h2, h3 {
	text-transform: lowercase;
}
h1:first-letter, h2:first-letter, h3:first-letter {
	text-transform: capitalize;
	}
dt {
	font-weight: bold;
}
form {
	line-height: 1em;
	outline: none !important;
	outline-color: none !important;
}
form td {
	margin: 0px;
	padding:2px;
	border-bottom-style: none;
}
table, td, tr {
	margin: 0px;
}
input, textarea, select {
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-size: 0.78em;
	font-weight: normal;
	color: #797979;
	border:thin solid #CFCFCF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	background-color: #F2F2F2;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
input#envoyer {
	width: 80px;
	color:#3B3B3B;
	background-color: #EEC100;
	background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(238, 193, 0, 0));
	background-image: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(238, 193, 0, 0));
	background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(238, 193, 0, 0));
	background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(238, 193, 0, 0));
	border: 1px solid #CFCFCF;
	transition: background 200ms linear;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
}
input#envoyer:hover {
	color: #3B3B3B;
	background-color: #FFDC4F;
	background-image: none;
	border: 1px solid #CFCFCF;
	cursor:pointer;
	transition: background 200ms linear;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
}
input#envoyer:focus {
	color: #3B3B3B;
	background-color: #FFDC4F;
	background-image: none;
	border: 1px solid #9E9E9E;
	cursor:pointer;
	transition: background 200ms linear;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
}
input#fermer {
	width: 80px;
	color: #3B3B3B;
	background-color: #DFDFDF;
	background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(223, 223, 223, 0));
	background-image: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(223, 223, 223, 0));
	background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(223, 223, 223, 0));
	background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(223, 223, 223, 0));
	border: 1px solid #CFCFCF;
	transition: background 200ms linear;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
}
input#fermer:hover {
	background-color: #FFDC4F;
	background-image: none;
	border: 1px solid #9E9E9E;
	cursor:pointer;
	transition: background 200ms linear;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
}
input[type="radio"], input[type="checkbox"] {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	cursor:pointer;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
input[readonly="readonly"] {
	background-color: #CFCFCF;
}
input:focus, textarea:focus, select:focus {
	border: thin solid #333;
}
input#fermer:active, input#envoyer:active {
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2) inset;
}
label:hover {
	color:#8F8DC0;
	cursor:pointer;
}
textarea {
	min-width:90%;
}
/**** #site-nav ****/

#site-nav {
	height:2em;
	text-align: center;
}
#site-nav ul {
	list-style: none outside none;
}
#site-nav li {
	display: inline;
}

#site-nav li a {
	color: #CCC;
	background-color: #4A4A4A;
	text-decoration: none;
	line-height: 1.7em;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 2em;
	margin-right: 8px;
	margin-left: 8px;
	border-top-right-radius:6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius:6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius:6px;
	transition: background 200ms linear;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
}
#site-nav li.selectnav a  {
    background-color: #fff;
	color: #3b3b3b;
}
#site-nav li a:hover {
	color:#FFF;
	background-color: #666;
	transition: background 200ms linear;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
}

/**** Filtering nav ****/

#filtering-nav  {
	padding-top: 3%;
	padding-bottom: 2%;
	text-align: center;
	width:700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#filtering-nav ul {
	list-style: none outside none;
}
#filtering-nav li {
	float:left;
	margin: 0px;
	padding: 0px;
}
#filtering-nav li a {
	color: #666666;
	text-decoration: none;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 0.8em;
	padding-left: 2em;
	margin: 0px;
	background-color: #DFDFDF;
	background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(223, 223, 223, 0));
	background-image: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(223, 223, 223, 0));
	background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(223, 223, 223, 0));
	background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(223, 223, 223, 0));
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	transition: background 200ms linear;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
}
#filtering-nav li:first-child a {
	border-top-left-radius:6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
#filtering-nav li:last-child a {
	border-top-right-radius:6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-bottom-right-radius:6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
#filtering-nav li a.selected {
	color: #3B3B3B;
	background-color: #FFD222;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4) inset;
	-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4) inset;
	-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4) inset;
}
#filtering-nav li a:hover {
	color:#3B3B3B;
	background-color: #FFE682;
	transition: background 200ms linear;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
}

/**** logo ****/

#logo {
	height:120px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}
#logo img {
  transition: opacity 200ms linear;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
}
#logo img:hover {
	cursor:pointer;
	opacity : 0.30;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter : alpha(opacity=30);
	-moz-opacity : 0.30;
  transition: opacity 200ms linear;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
}
#logo-index {
	height:120px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}


/**** page ****/

#content {
	padding: 0px;
	margin: 0px;
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat;
}
.wrap {
	padding: 15px;
	margin: 0 auto;
	min-height:450px;
}
#page, #annonce, .wrap {
	border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
}
#page {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#page p, #pageadmin p, #annonce p {
	margin-top: 8px;
}
#page a, #pageadmin a, #annonce a {
	color: #5C59A2;
}
#page a:hover, #pageadmin a:hover, #annonce a:hover {
	color: #8F8DC0;
}
#page ul, #pageadmin ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
}
#page li, #pageadmin li {
	padding-top: 5px;
	padding-left: 20px;
	width: 68%;
	background-image: url(images/puce.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	list-style-type: none;
}

#page .article {
	float: left;
	width: 182px;
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: #E0E0E0;
	opacity : 0.60;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter : alpha(opacity=60);
	-moz-opacity : 0.60;
}
#page .article:hover {
	opacity : 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter : alpha(opacity=100);
	-moz-opacity : 1;
	transition: opacity 200ms linear;
	-webkit-transition: opacity 200ms linear;
	-moz-transition: opacity 200ms linear;
	-o-transition: opacity 200ms linear;
}
#page .titarticle, #index .titarticle {
	background-color: #3B3B3B;
}
#page .titarticle h2, #index .titarticle h2{
	color:#cfcfcf;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin: 0px;
	font-size: 0.8em;
	line-height: 1.1em;
	}
#page .titarticle h2:first-line, #index .titarticle h2:first-line{
	color:#fff;
	font-size:0.8em;
}
#page .titarticle h3, #index .titarticle h3 {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin: 0px;
	font-size: 0.9em;
	font-weight: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	outline: 0 !important;
}

#page .contarticle {
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#page .cartouche, #annonce .cartouche {
	padding: 5px;
	margin-bottom:15px;
	background-color: #f2f2f2;
	border-left-width: 40px;
	border-left-style: solid;
	border-left-color: #EEC100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #EEC100;
	border-right-color: #EEC100;
	border-bottom-color: #EEC100;
	border-radius:6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}



/**** annonces ****/

#annonce {
	width: 80%;
	background-color: #fff;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
#annonce h1.actualite:first-line {
	font-size: 1.1em;
	color: #EEC100;
}
#annonce h1.mixte:first-line {
	font-size: 1.1em;
	color: #A03F41;
}
#annonce h1.bureaux:first-line {
	font-size: 1.1em;
	color: #FF3100;
}
#annonce h1.commerces:first-line {
	font-size: 1.1em;
	color: #CB0077;
}
#annonce h1.logements:first-line {
	font-size: 1.1em;
	color: #4C5CD8;
}
#annonce h1.loisirs:first-line {
	font-size: 1.1em;
	color: #00B74A;
}
#annonce img.photo-pola {
	width: 40%;
	height: 100%;
	height: auto!important;
}
#annonce .cartouche.actualite {
	border-left-color: #EEC100;
	border-top-color: #EEC100;
	border-right-color: #EEC100;
	border-bottom-color: #EEC100;
}
#annonce .cartouche.mixte {
	border-left-color: #A03F41;
	border-top-color: #A03F41;
	border-right-color: #A03F41;
	border-bottom-color: #A03F41;
}
#annonce .cartouche.bureaux {
	border-left-color: #FF3100;
	border-top-color: #FF3100;
	border-right-color: #FF3100;
	border-bottom-color: #FF3100;
}
#annonce .cartouche.commerces {
	border-left-color: #CB0077;
	border-top-color: #CB0077;
	border-right-color: #CB0077;
	border-bottom-color: #CB0077;
}
#annonce .cartouche.logements {
	border-left-color: #4C5CD8;
	border-top-color: #4C5CD8;
	border-right-color: #4C5CD8;
	border-bottom-color: #4C5CD8;
}
#annonce .cartouche.loisirs {
	border-left-color: #00B74A;
	border-top-color: #00B74A;
	border-right-color: #00B74A;
	border-bottom-color: #00B74A;
}
#annonce ul {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#annonce li {
	color: #666;
	padding-top: 2px;
}
#annonce .argumentaire {
	width: 100%;
	overflow: visible;
	display: block;
}
#illustration {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 400px;
	background-color: #000;
}
#illustration-smart {
	display:none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 250px;
	background-image:url(images/illustration-smart.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}


/**** index ****/

#index {
	width: 100%;
}
#index .titarticle {
	color:#FFF;
}
#index .actualite .titarticle  h3, #page .titarticle h3 {
	background-color: #EEC100;
}
#index .mixte .titarticle h3 {
	background-color: #A03F41;
}
#index .bureaux .titarticle h3 {
	background-color: #FF3100;
}
#index .commerces .titarticle h3 {
	background-color: #CB0077;
}
#index .logements .titarticle h3 {
	background-color: #4C5CD8;
}
#index .loisirs .titarticle h3 {
	background-color: #00B74A;
}

/**** Isotope CSS ****/

.box {
	float: left;
	width: 218px;
	background-color: #F5F5F5;
	border: 1px solid #fff;
	margin-right: 10px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.box:hover {
	background-color: #fff;
	cursor:pointer;
}
.isotope-item {
  z-index: 2;
	opacity : 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter : alpha(opacity=70);
	-moz-opacity : 0.70;
	transition: opacity 200ms linear;
	-webkit-transition: opacity 200ms linear;
	-moz-transition: opacity 200ms linear;
	-o-transition: opacity 200ms linear;
}
.isotope-item:hover {
  z-index: 2;
	opacity : 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter : alpha(opacity=100);
	-moz-opacity : 1;
	transition: opacity 400ms linear;
	-webkit-transition: opacity 400ms linear;
	-moz-transition: opacity 400ms linear;
	-o-transition: opacity 400ms linear;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.col2 img {
	width:100%;
	height: 100%;
	height:auto!important;
}
.col2 h2{
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin: 0px;
	font-weight: normal;
	}
.col2 h2:first-line{
	color:#A8A8A8;
}
.col2 p{
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top:10px;
	margin-bottom: 10px;
	}
.col2 a{
	color:#5C59A2;
}
.col2 a:hover{
	color:#8F8DC0;
}
.col2:hover{
	background-image: url(images/loupe.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: scroll;
}


/* jQuery lightBox plugin - Gallery style */

#annonce #galerie {
	background-color: #f2f2f2;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius:6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#annonce #galerie ul {
	list-style: none;
	list-style-type: none;
}
#annonce #galerie ul li {
	display: inline;
	margin-right: 10px;
	margin-bottom: 10px;
}
#annonce #galerie ul img {
	width:15%;
	height:15%;
	height:auto!important;
}
#annonce #galerie ul img {
	border: 1px solid #f2f2f2;
	border-radius:6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	opacity : 0.40;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter : alpha(opacity=40);
	-moz-opacity : 0.40;
	transition: opacity 200ms linear;
	-webkit-transition: opacity 200ms linear;
	-moz-transition: opacity 200ms linear;
	-o-transition: opacity 200ms linear;
}
#annonce #galerie ul img:hover {
	color: #fff;
	cursor:pointer;
	border: 1px solid #ffffff;
	opacity : 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter : alpha(opacity=100);
	-moz-opacity : 1;
	transition: opacity 200ms linear;
	-webkit-transition: opacity 200ms linear;
	-moz-transition: opacity 200ms linear;
	-o-transition: opacity 200ms linear;
}


/**** bottom ****/

#link {
	font-size: 0.9em;
	padding-top: 35px;
	padding-left: 15px;
	height: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #3B3B3B;
}
#link-index {
	font-size: 0.9em;
	padding-top: 35px;
	padding-left: 15px;
	height: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #3B3B3B;
}
#link p, #link-index p {
	color: #CFCFCF;
}
#link .float, #link-index .float {
	float: left;
	margin-right: 40px;
}
#link a:hover, #link-index a:hover {
	color: #fff;
}
#link li, #link-index li {
	list-style-type: none;
}

/**** classes ****/

.bouton {
	float: right;
	color:#3B3B3B;
	background-color: #F3F3F3;
	text-align: center;
	width: 60px;
	border: 1px solid #4A4A4A;
	border-radius:6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	transition: background 200ms linear;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	margin: 5px;
	padding: 10px;
}
.bouton:hover {
	color:#fff;
	background-color: #4A4A4A;
	cursor:pointer;
	transition: background 200ms linear;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
}
.manulor {
	font-size: 105%;
	font-weight: bold;
}
.gras {
	color: #3C3C3C;
	font-weight: 500;
}
.hidden {
	display: none;
}
.overflowhid {
	overflow:hidden;
}
.identite {
	width: 180px;
	padding: 10px;
	float: left;
	margin-top: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
.situation {
	float: right;
	padding-left: 30px;
	margin-right: 15px;
	margin-bottom: 50px;
}
.col2-annonce {
	width:40%;
	float: right;
	padding-left: 30px;
	margin-right: 15px;
	margin-bottom: 50px;
}
.share {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 18px;
	clear: both;
	width: 300px;
}
.description {
	float: right;
	width: 50%;
}
.photo-pola {
	background-color: #FFF;
	padding: 10px;
	margin-bottom:16px;
	border: 1px solid #DFDFDF;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.photo {
	padding: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.bottom {
	padding: 0px;
	margin: 0px;
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat;
	height: 50px;
}

.nav {
	float: right;
	margin-left: 10px;
}
.nav:hover {
	cursor:pointer;
}

/* backoffice manulor */

#pageadmin {
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
#pageadmin .actionadmin a {
	color: #EEC100;
}
#pageadmin .actionadmin a:hover {
	color: #eb5937;
}
#pageadmin td {
	font-family: Arial, Tahoma, Geneva, sans-serif;
	color: #797979;
	font-weight: normal;
}
#pageadmin th {
	font-family: Arial, Tahoma, Geneva, sans-serif;
	color: #fff;
	font-weight: normal;
}
#list td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #858FBA;
	padding-left: 5px;
}
#list tbody tr:hover {
	background-color: #E4E8EF;
}
thead tr {
	background-color: #556295;
	height: 35px;
}
thead th {
	text-align: left;
	color:#FFF;
	padding-left: 5px;
	font-weight: normal;
	font-size: 0.8em;
}
thead th:hover {
	color:#D1D6E4;
	cursor:pointer;
}
.rupture {
	background-color: #A3ABCB;
	font-weight: normal;
}
.rupture p {
	color:#fff;
}
.rouge {
	color: #eb5937;
}
.pagination {
	font-weight: normal;
	color:#6DA3A7;
}
#mobile {
	position: fixed;
	right: 0px;
	top: 0px;
	height: 120px;
	width: 120px;
	z-index: 80;
	margin: 0px;
	padding: 0px;
}



/************************************* largeur 800 *********************************/

@media only screen and (max-device-width:800px), only screen and (max-width:800px) {
body{
	width: 100%;
	font-size: 105%;
}
h1 {
	line-height:1em;
}
textarea, select, input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
}
textarea:focus, select:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus {
	box-shadow: none;
    -moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#page, #annonce {
	width:95%;
	margin: 0px;
	border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
}
.wrap {
	width:90%;
	margin: 0 auto;
	border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
}

#site-nav {
	background-color:#A8A8A8;
	height:auto!important;
}
#site-nav ul {
	padding-top:0.5em;
	padding-bottom:0.5em;
}

#site-nav li a {
	line-height:4em;
	background-image: none;
	text-decoration: none;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 2em;
	margin-right: 2px;
	margin-left: 2px;
	border-radius:6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#site-nav li a:active {
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2) inset;
}
#site-nav li.selectnav a  {
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2) inset;
}
#filtering-nav  {
	display:none;
}
#link, #link-index {
	height:200px;
	padding-top: 15px;
}
#link .float, #link-index .float {
	margin-top:20px;
}
.bottom, #mobile {
	display:none;
}
#content {
	background-color:#FFF;
}
#page .cartouche, #annonce .cartouche {
	border-left-width: 1px;
}

}


/************************************* largeur 640 PAYSAGE *********************************/


@media handheld, only screen and (max-device-width:640px) and (orientation:landscape) {
body{
	width: 100%;
	font-size: 110%;
	-webkit-text-size-adjust: none !important;
}
textarea {
	width:20%;
}
input {
	width:50%;
}
#page, #annonce {
	width:93%;
	margin: 0px;
	border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
}
.wrap {
	width:93%;
	margin: 0 auto;
	border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
}
#site-nav {
	background-color:#A8A8A8;
	height:auto!important;
}
#site-nav ul {
	padding-top:0.5em;
	padding-bottom:0.5em;
}

#site-nav li a {
	line-height:4em;
	background-image: none;
	text-decoration: none;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 2em;
	margin-right: 2px;
	margin-left: 2px;
	border-radius:6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#filtering-nav  {
	display:none;
}
#illustration-smart {
	display:block;
}
#link, #link-index {
	height:150px;
	padding-top: 15px;
}
#link .float, #link-index .float {
	margin-top:20px;
}
#annonce #galerie {
	display: none;
}
.bottom, .smartphone, #mobile {
	display:none;
}
#content {
	background-color:#FFF;
}
#page .article {
	width:200px;
	opacity : 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter : alpha(opacity=100);
	-moz-opacity : 1;
}

.box {
	width:230px;
	opacity : 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter : alpha(opacity=100);
	-moz-opacity : 1;
}
#page .cartouche, #annonce .cartouche {
	border-left-width: 1px;
}

}

/************************************* largeur 320 PORTRAIT *********************************/


@media handheld, only screen and (max-device-width:320px), only screen and (max-width:320px) {
body{
	width:100%;	
	font-size: 120%;
}
textarea {
	width:20%;
}
input {
	width:80%;
}

#page, #annonce {
	width:90%;
	margin: 0px;
	border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
}
.wrap {
	width:80%;
	margin: 0 auto;
	border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
}

#page .floatright {
	float: left;
	margin-left: 0px;
	margin-top: 10px;
}

#site-nav li a {
	line-height:4em;
	background-image: none;
	text-decoration: none;
	padding-top: 12px;
	padding-right: 6px;
	padding-bottom: 12px;
	padding-left: 6px;
	margin-right: 2px;
	margin-left: 2px;
	border-radius:6px;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
}

#link, #link-index {
	height:235px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#link .float, #link-index .float {
	margin-top:20px;
}
#filtering-nav  {
	display:none;
}
#illustration-smart {
	display:block;
}
#annonce img, #annonce #galerie {
	display: none;
}
.bottom, .smartphone, .video, #mobile, #logo {
	display:none;
}
.situation {
	float: left;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
}
.box {
	width:270px;
	opacity : 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter : alpha(opacity=100);
	-moz-opacity : 1;
}
#page .article {
	width:270px;
	opacity : 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter : alpha(opacity=100);
	-moz-opacity : 1;
}
.col2-annonce {
	width:94%;
	float: left;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
}
input[type="radio"] {
	display:block;
}
#page .cartouche, #annonce .cartouche {
	border-left-width: 1px;
}
}


/************************************* PRINT *********************************/


@media print {
body{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 12pt;
	line-height:16pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background-image:none;
	background-color:#FFF;
}
h1 {
	color:#000;
}
#content  {
	padding: 5px;
	margin: 5px;
	border-top-style: none;
	background-image: none;
}
.wrap {
	display: none;
}
#link, #fermer, .bottom {
	display: none;
}
#logo, #site-nav, #filtering-nav {
	display: none;
}
#annonce img, #annonce #galerie, .share {
	display: none;
}

}
