@charset "utf-8";
/* CSS Document */
html{

}
body{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F2F2F2;
	font-family: arial;
}
h1,h2,h3,h4,h5,h6,p,ul{
	margin : 0px;
	padding:0px;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #09F;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
}
h3 {
	font-size: 14px;
}

p {
	font-size: small;
	margin: 0px;
}

div{
	display: block;
}

li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #6C0;
}
ul {
}



form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	border: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
legend{
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


label {
	font-size: 13px;
	margin-top: 10px;
	display: block;
	margin-bottom: 7px;
}
input {
	padding: 5px;
	border: 2px solid #CCC;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

select {
	max-width:398px;
	border: 2px solid #D2D2D2;
	padding: 5px;
	font-size: 14px;
	color: #666;
}
textarea {
	border: 2px solid #D4D4D4;
	font-family: arial;
	display: block;
}
.hauteur_font {
	line-height: 20px;
}

.petit {
	font-size: 11px;
}
.moyen{
	font-size: medium;
}
.normal{
	font-size: 12px;
}
.grand{
	font-size: large;
}
.rouge {
	color: #FF0000;
}
.orange {
	color: #F90;
}
.gras{
  font-weight : bold;
}


.noir {
	color: #000000;
}

.blanc {
	color: #FFFFFF;
}

.vert {
	color:#FF9900;
}


.block {
	display: block;
}
.ligne_block {
	display: inline-block;
}
.none {
	display: none;
}


.bouton {
	min-width:150px;
	color: #FFFFFF;
	background-color: #9C0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #9C3;
	border-right-color: #9C0;
	border-bottom-color: #9C0;
	border-left-color: #9C3;
	background-image: url(images/fond-menu1.png);
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	margin-top: 10px;
}
.bouton:hover{
	background-color: #39F;
	border-top-color: #39F;
	border-right-color: #39F;
	border-bottom-color: #39F;
	border-left-color: #39F;
	background-image: url(images/fond-menu.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bouton_gris_mini {
	background-image: url(images/fond_bouton.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: verdana;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	left: -2px;
	top: -2px;
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
}
.bouton_xxl{
	display: block;
	padding: 20px;
	background-image: url(images/bg_bi.png);
	background-repeat: repeat-x;
	background-position:left 50%;
}
.bouton_xxl:hover{
	background-color: #999;	
}
.bouton_v2{
	display: block;
	background-image: url(images/bg_bi.png);
	background-repeat: repeat-x;
	background-position:left 50%;
}
.puce{
	background-image: url(images/puce.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.puce_mini{
	background-image: url(images/puce_mini.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	text-indent: 10px;
}
.puce_fleche{
	background-image: url(images/puce_fleche_verte.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	text-indent: 10px;
}

.puce_aide {
	background-image: url(images/bg_aide.png);
	background-repeat: no-repeat;
	background-position: 98% 10px;
}

.puce_erreur{
	background-image: url(images/bg_erreur.png);
	background-repeat: no-repeat;
	background-position: 98% 10px;

}
.puce_signaler {
	background-image: url(images/puce_signaler.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
}
.puce_envoyer {
	background-image: url(images/puce_envoyer.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
	padding-left: 5px;
}
.puce_selection {
	background-image: url(images/puce_selection.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
}
.puce_valide{
	background-image: url(images/puce_valide.png);
	background-repeat: no-repeat;
	background-position: 98% 10px;
	color: #9C3;
}

.marge{
	margin:10px;
}
.marge_haut {
	margin-top: 10px;
}
.marge_droite {
	margin-right: 10px;
}
.marge_gauche {
	margin-left: 10px;
}
.marge_bas {
	margin-bottom: 10px;
}
.fond {
	background-color:#D6D6D6;
	background-image: url(images/fond_fond.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.fond_clair {
	background-color: #F7F7F7;
}
.fond_medium {
	background-color: #F0F0F0;
}
.fond_orange {
	background-color: #FFFFCA;
}
.fond_orange_medium {
	background-color: #F90;
}
.fond_blanc {
	background-color: #FFFFFF;
}
.milieu {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.centrer {
	text-align: center;
}
.volet_gauche {
	float: left;
}
.volet_droit {
	float: right;
}

.bordure {
	border: 1px solid #F0F0F0;
}
.bordure_bas {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.bordure_haut {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.bordure_gauche {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.bordure_large {
	border: thick solid #EDEDED;
}
.bordure_noir {
	border: 1px solid #000;
}
.bordure_gris{
	border: 1px solid #CCC;
}
.bordure_blanc {
	border: 1px solid #FFFFFF;
}
.bordure_blanc_haut{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.bordure_blanc_gauche{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: white;
}
.bordure_blanc_droite{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.bordure_blanc_bas{
}
.bordure_couleur{
  border: 1px solid #99CC00;
}
.onglet {
	display: inline-block;
	padding: 7px;
	text-decoration: none;
	color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #D6D6D6;
}
.onglet:hover {
	background-color: #FFF;
	color: #000;
}

.onglet_select {
	display: inline-block;
	padding: 7px;
	background-color: #FFFFFF;
	text-decoration: none;
	position: relative;
	top: 1px;
	font-weight: bold;
	color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
}
.remplissage {
	padding: 10px;
}
.remplissage_mini {
	padding: 5px;
}
.remplissage_bas{
  padding-bottom: 10px;
}
.remplissage_haut {
	padding-top: 10px;
}
.remplissage_gauche {
	padding-left: 10px;
}
.miniature {
	display: inline-block;
	height: 75px;
	width: 90px;
	overflow: hidden;
}
.bg_search {
	background-image: url(images/bg_search.png);
	background-repeat: no-repeat;
	background-position: -10px -10px;
}
.bg_degrade {
	background-image: url(images/bg_degrade.jpg);
	background-repeat: repeat-x;
	background-position: center -100px;
}
.bg_corne {
	background-image: url(images/fond_corne.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg_corne_haut {
	background-image: url(images/fond_corne_haut.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	position: relative;
	top: -6px;
	right: -6px;
}
.bg_corne_haut_orange {
	background-image: url(images/fond_corne_haut_orange.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg_bi{
	background-image: url(images/bg_bi.png);
	background-repeat: repeat-x;
	background-position: top;
}

.masque{
	position: fixed;
	z-index: 1;
	background-color: #999;
	left: 0px;
	top: 0px;
	width: 100%;
	height:100%;
	-moz-opacity:0.5;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.boite{
  position: fixed;
  width:600px;
  margin-left:50%;
  margin-right:auto;
  top:15%;
  left:-300px;

  z-index:2;
}
.transparent{
    -moz-opacity:0.5;
    opacity: 0.5;
    filter:alpha(opacity=50);
}

.fond_fonce {
	background-color: #666;
}
.justifie {
	text-align: justify;
}
.effacer{
	clear:both;
	display:block;
	height:0px;
}
#header {
	margin-right: auto;
	margin-left: auto;
	font-family: arial;
	background-color: #F2F2F2;
	display: block;
}
#header h1 {
	float: left;
	font-weight: normal;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}


#header h1 a {
	color: #000;
}
#header ul {
	font-family: arial;
	font-size: 12px;
	float: right;
	padding: 5px;
	background-color: #09F;
	margin-top: 10px;
}
#header p {
	float: left;
	left: -210px;
	position: relative;
	background-color: #F2F2F2;
}

#header ul li {
	display: block;
	float: left;
	font-weight: bold;
}
#header ul li a {
	display: block;
	padding: 4px;
	color: #FFF;
}

#header ul li a:hover {
	text-decoration: underline;
}

#menu {
	clear: both;
	font-size: 12px;
	height: 42px;
	display: block;
	padding-left: 10px;
	background-image: url(images/fond-menu.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#menu li {
	display: block;
	float: left;
	height: 42px;
}
#menu .select {
	background-image: url(images/fond-menu1.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #F1F1F1;
}
#menu li:hover {
	background-image: url(images/fond-menu1.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #F1F1F1;
}

#menu li a {
	color: #FFF;
	display: block;
	padding-top: 16px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
#page {
	background-color: #FFF;
	padding: 10px;
}
#gauche {
	width: 700px;
	float: left;
}
#droite {
	float: right;
	width: 270px;
}
#search{
	padding:10px;
	background-color:#4497EA;
	display:block;
	background-image: url(images/fond-search.png);
	background-repeat: repeat-x;
	background-position: top;
}
#search h3{
	font-size:13px;
	margin-bottom:20px;
	color: #FFF;
}
#search ul {
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	display: block;
	height: 20px;
}
#search ul li {
	float: left;
	margin-left: 5px;
	display: block;
	text-align: center;
	font-weight: bold;
}
#search ul li a {
	padding: 5px;
	color: #FFF;
	text-decoration: none;
	width: 70px;
}
#search ul li a:hover {
	color: #000;
	background-color: #FFF;
}
#search ul li .select{
	background-color: #FFF;
	color: #000;
}
#search label{
	display:block;
	clear: both;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
#search input,select{
	margin-bottom: 10px;
	padding: 5px;
	font-family: arial;
	font-size: 12px;
	width: 96%;
}
#search .bouton{
	background-image: url(images/fond-menu1.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
	color: #FFF;
	width: 100px;
	padding: 7px;
	display: block;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
.publier {
	background-image: url(images/fond-publier.png);
	background-repeat: repeat-x;
	background-position: center;
	color: #FFF;
	margin-bottom: 10px;
	font-size: 16px;
}
.publier a{
	color:white;
	text-decoration: none;
	display: block;
	padding: 10px;
}

#carte {
	text-align: center;
}
#connexion {
}
#connexion h1 {
	margin-bottom: 15px;
}
#connexion div {
	width: 45%;
	margin-right: 24px;
	margin-left: 24px;
}
#connexion div h3 {
	padding-bottom: 5px;
}
#connexion div form {
	padding: 15px;
	background-color: #F2F2F2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	height: 250px;
	border-right-color: #F2F2F2;
	border-bottom-color: #F2F2F2;
	border-left-color: #F2F2F2;
	margin: 0px;
}
#connexion div form p {
	margin-top: 15px;
}
#inscription {
}
#inscription form h3 {
	padding-bottom: 5px;
}
#inscription fieldset {
	display: block;
	margin-bottom: 15px;
	background-color: #F1F1F1;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
}
#compte {
}
#compte h1 {
}
#compte h2 {
	margin-top: 15px;
}
#compte #board{
}
#compte #board div {
	width: 45%;
	padding: 0px;
	margin: 0px;
}
#compte #board div h3 {
	color: #39F;
	padding-left: 10px;
}
#compte #board div h3 a {
	color: #39F;
}
#compte #board div p {
	padding: 15px;
	margin: 0px;
}

#footer {
	display: block;
	height: 200px;
	padding: 10px;
}
#footer h3 {
	clear: both;
	margin-bottom: 5px;
	color: #666;
}
#footer div {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	width: 160px;
	margin-bottom: 10px;
}
#footer div ul {
	font-size: 12px;
	display: block;
}
#footer div ul li {
	display: block;
}
#footer div ul li a {
	color: #666;
	display: block;
}
#footer div ul li a:hover {
	text-decoration: underline;
}

.annonce {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 10px;
	background-color: #F2F2F2;
	color: #666;
	border: 1px solid #D8D8D8;
	display: block;
}
.annonce a {
	color: #666;
	text-decoration: none;
	display: block;
	padding: 0px;
}
.annonce a:hover {
	color: #39F;
	text-decoration: underline;
}

.annonce .type {
	display: block;
	float: left;
	height: 70px;
	width: 30px;
	overflow: hidden;
}
.annonce .picto {
	display: block;
	float: left;
	height: 70px;
	width: 90px;
	overflow: hidden;
	margin-right: 10px;
}
.annonce .titre {
	display: block;
	float: left;
	width: 230px;
	line-height: 22px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	height: 70px;
    text-transform:uppercase;
}
.annonce .date {
	display: block;
	float: left;
	width: 120px;
	line-height: 22px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	height: 70px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 10px;
}
.annonce .lieu {
	display: block;
	float: left;
	width: 160px;
	line-height: 22px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-left: 10px;
	height: 70px;
}
#contacter {
}
#contacter h1 {
}
#contacter p {
	margin-bottom: 10px;
}
#contacter form {
	background-color: #F0F0F0;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
}
#contacter form input {
	width: 400px;
}
#contacter form textarea {
	width: 550px;
}
#contacter form .bouton {
	width: 150px;
}
#details {
}
#details h1 {
}
#details #photos {
	float: left;
	width: 300px;
	min-height:350px;
	display: block;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px none #D6D6D6;
}
#details #contenu {
	float: left;
	width: 450px;
	min-height:350px;
	display: block;
	line-height: 20px;
	border: 1px none #D6D6D6;
}
#details #contenu .description {
	display: block;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFF;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #333;
}
#details #contenu .contre {
	display: block;
	margin-top: 10px;
	color: #333;
	padding-top: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#details #contenu .contre strong {
	color: #39F;
}


#details #photos .img_cover_place {
	display: block;
	text-align: center;
	width: 100%;
}
#details #photos .miniature {
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

#details #actions {
	float: right;
	width: 185px;
}
#details #actions .bouton {
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #F2F2F2;
	color: #666;
	border: 1px solid #CCC;
	font-size: 11px;
	background-image: none;
}
#details #actions .bouton:hover {
	color: #39F;
}
#details #contacter {
}
#details #contacter h2 {
	color: #39F;
	margin-top: 10px;
}
#details #avertir {
}



.rubrique{
	width:306px;
	float:left;
	display:block;
	margin-right:10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.rubrique h3{
	margin-bottom:5px;
}
.rubrique h3 a{
	color: #39F;
}
.rubrique p{
	padding: 0px;
	border: 1px solid #D6D6D6;
	height: 80px;
	overflow: hidden;
}
.rubrique p .picto{
	display: block;
	float: left;
	height: 70px;
	width: 70px;
	overflow: hidden;
	margin-right: 5px;
}
.rubrique p .picto img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rubrique p .contenu{
	color: #666;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}
.rubrique p a {
}
.rubrique p a:hover {
	text-decoration: underline;
}
#publier {
}
#publier form {
	background-color: #FFF;
}
#publier form fieldset {
	display: block;
	margin-bottom: 15px;
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
	padding: 10px;
}
#publier  form h3 {
	display: block;
	margin-bottom: 5px;
}
#publier ul li .bouton_publier {
	border: 1px solid #D6D6D6;
	display: block;
	margin-bottom: 10px;
	color: #39F;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	background-color: #F0F0F0;
}
#publier ul li .bouton_publier:hover {
	text-decoration: underline;
}

#publier #upload {
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
	width: 100px;
}
.erreur {
	padding: 15px;
	background-color: #D3E1EE;
	color: #F03;
	border: 1px none #F00;
}
.aide{
	background-image: url(images/bg_aide.png);
	background-repeat: no-repeat;
	background-position: right 10px;
	background-color: #F2F2F2;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: justify;
	color: #666;
}
.assistant {
	margin-bottom: 10px;
	color: #666;
}
.pagination {
	margin-top: 10px;
	font-size: 10px;
	background-color: #F0F0F0;
}
.pagination a {
	border: 1px solid #D6D6D6;
	background-image: url(images/fond_bouton.png);
	background-repeat: repeat-x;
	background-position: center;
	color: #000;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	margin-left: 3px;
}
.pagination .select {
	color: #39F;
}
#redir {
	width: 70%;
}
#redir ul li .bouton{
	border: 1px solid #D6D6D6;
	display: block;
	margin-bottom: 10px;
	color: #39F;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	background-color: #F0F0F0;
	background-image: none;
	font-size: 14px;
}
#redir ul li .bouton:hover {
	text-decoration: underline;
	background-image: none;
}
.adsense {
	padding: 5px;
	border: 1px solid #D6D6D6;
}

