/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	background-image: url(../images/fonds/bg.jpg);
	background-repeat: repeat;
}

/*///////////////////////////////////LIENS*/
a:link {
color: #FFFFFF;
}
a:visited {
color: #CCCCCC;
}
a:hover {
color: #FFED00;
}
a:active {
color: #FFED00;
}
/*///////////////////////////////////TITRES*/
h1 {
	font-size: 15px;
	color: #FFCC00;
	float: left;
	width: auto;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 12px;
	color: #FFCC00;
	margin: 0px;
}
h3 {
	font-size: 10px;
	color:#FFFFFF;
	margin-top: 10px;
	margin-bottom: 5px;
}
/*///////////////////////////////////DECOUPAGE*/
#content {
	height: auto;
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/fonds/ombre.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#entete {
	width: 800px;
	background-image:url(../images/fonds/bg2.jpg);
	background-repeat:repeat;
	text-align: center;
	padding: 0px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFED00;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#gauche {
	text-align: left;
	float: left;
	height: 100%;
	width: 150px;
	padding: 0%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-image:url(../images/fonds/bggauche.jpg);
	background-repeat:repeat;
}
#contenu {
	text-align: left;
	padding: 20px;
	float: left;
	height: auto;
	width: 610px;
	background-color: #000000;
	margin: 0px;	
}
#contenurss{
	text-align: left;
	padding: 20px;
	height: auto;
	width: 700px;
	background-color: #000000;
	margin-left:20px;	
}
#pied {
	background-image:url(../images/fonds/bg2.jpg);
	background-repeat:repeat;
	text-align: center;
	padding: 0px;
	clear: both;
	height: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFED00;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #999999;
}
/*///////////////////////////////////footer*/
#pied a{
color:#999999;
text-decoration:none;
}
#pied a:hover{
color:#FFCC00;
text-decoration:none;
}
#pied p{
margin-top:2px;
margin-bottom:1px;
}


/*///////////////////////////////////MENUS*/
#menu{
	margin-top:2px;
	margin-bottom:10px;
}


#menu a{
	display:block;
	width:150px;
	height:20px;
	margin-top:0px;
	margin-bottom:2px;
	padding:0px;
	background-position: 0px top;
	clear: both;
}
#menu a:hover{
background-position: -150px top;
background-repeat:no-repeat;
}
#menu #accueil{
background-image:url(../images/menus/accueil.jpg);
}
#menu #vente{
background-image:url(../images/menus/vente.jpg);
}
#menu #contact{
background-image:url(../images/menus/contact.jpg);
}

/*///////////////////////////////////RECHERCHE*/
#gauche #recherche {
	text-align: center;
	height: auto;
	width: 150px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
#gauche #recherche form{
margin-top:0px;
margin-bottom:0px;
}
#gauche #recherche p{
margin-top:5px;
margin-bottom:0px;	
}
.champs{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #CCCCCC;
	color: #000000;
	border: 1px solid #CCCCCC;
	text-align: left;
}
.bt{
	font-size:10px;
	background-color: #CCCCCC;
	color: #000000;
	border: 1px solid #CCCCCC;
	cursor:pointer;
}
.resultatpost{
font-weight:bold;
color:#FFCC00;
margin-bottom:0px;
}
/*///////////////////////////////////UTILITAIRES*/
#utilitaire {
	padding: 0px;
	width: 150px;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 20px;
}
#utilitaire a{
	background-color:#333333;
	display:block;
	width:147px;
	height:15px;
	margin-top:0px;
	margin-bottom:2px;
	color:#FFED00;
	font-weight:bold;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#utilitaire a:hover{
background-color:#000000;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}
/*///////////////////////////////////RECRUTEMENT*/
#recrutement {
	padding: 0px;
	width: 150px;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 20px;
}
#recrutement a{
	background-color:#333333;
	display:block;
	width:147px;
	height:15px;
	margin-top:0px;
	margin-bottom:2px;
	color:#FFED00;
	font-weight:bold;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#recrutement a:hover{
background-color:#000000;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}
/*////////////////////////////////////PROMO////////////*/

#promo{
margin-top:0px;
margin-bottom:10px;
}
/*////////////////////////////////////partenaires////////////*/
#partenaires{
margin-top:2px;
margin-bottom:20px;
text-align:center;
}
#partenaires img{
	margin-bottom:5px;
	margin-top:5px;
}
#partenaires .double{
	display:inline;
}
/*////////////////////////////////////CONNECT////////////*/
#connexion{
	height:15px;
	line-height:15px;
	width:796px;
	background-image:url(../images/fonds/bggauche.jpg);
	background-repeat:repeat;
	text-align:right;
	margin-right: auto;
	margin-left: auto;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#333333;
	font-size:9px;
}
#connexion a{
color:#999999;
text-decoration:none;
}
#connexion a:hover{
color:#FFFFFF;
text-decoration:none;
}
#connexion form{
display:inline;
margin-right:3px;
}
/*////////////////////////////////////Titrepage////////////*/
#hautpage{
	background-image:url(../images/fonds/bg_menus.jpg);
	background-repeat:repeat;
	text-align: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left:0px;
	padding-top: 2px;
	padding-right:5px;
	padding-bottom: 2px;
	padding-left:5px;
	height: 16px;
	line-height:16px;
}
/*///////////////////////////////CPCOEUR NEW///////////////////*/
#misenavant{
	width:100%;
	height:150px;
	margin-top:60px;
	margin-bottom:100px;
}
#misenavant p{
margin-top:5px;
margin-bottom:5px;
}
#cpc{
	float:left;
	width:170px;
	height:150px;
	background-image:url(../images/fonds/ombrepreview.jpg);
	background-repeat:no-repeat;
	margin-left:22px;
	text-align:center;
}

#new{
	float:right;
	width:170px;
	height:150px;
	background-image:url(../images/fonds/ombrepreview.jpg);
	background-repeat:no-repeat;
	margin-right:67px;
	text-align:center;
}

.titrebloc{
	margin-top:0px;
	margin-bottom:5px;
	font-size:12px;
	font-weight:bold;
	color:#FFCC00;
	padding-top:2px;
	padding-bottom:2px;
	display: block;
	width: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-right: auto;
	margin-left: auto;
}
/*///////////////////////////////paragraphe contenu///////////////////*/
#contenu p{
margin-top:0px;
margin-bottom:10px;
}
/*///////////////////////////////pagination///////////////////*/
.pagination{
	text-align:center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.paginationhaut{
	text-align:center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.paginationhaut a{
	display:block;
	width:110px;
	height:12px;
	text-align:center;
	text-decoration:none;
	line-height:12px;
	background-image:url(../images/boutons/bouton_haut.jpg);
	background-position:left;
	color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
}
.paginationhaut a:hover{
	display:block;
	width:110px;
	height:12px;
	text-align:center;
	text-decoration:none;
	line-height:12px;
	background-image:url(../images/boutons/bouton_haut.jpg);
	background-position:right;
	color:#FFDE00;
	margin-left:auto;
	margin-right:auto;
}
#rechpage{
	display:inline;
	width:100px;
	margin-right: 5px;
	margin-left: 5px;
}
/*///////////////////////////////annonce///////////////////*/
.annonce{
	margin-top:10px;
	margin-bottom:20px;
	padding-bottom:10px;
	text-align:left;
	border-bottom:#222222 1px solid;
	height: auto;
}
.vendu{
float:right;
width:65px;
height:65px;
}
.titreannonce{
background-image:url(../images/fonds/bg_menus.jpg);
background-repeat:repeat;
min-height:12px;
max-height:24px;
text-align:left;
line-height:12px;
padding:2px 3px 2px 3px;
margin-bottom:5px;
}
.section{
background-image:url(../images/titres/vide.jpg);
background-repeat:repeat;
min-height:12px;
text-align:left;
line-height:12px;
padding:2px 3px 2px 3px;
margin-bottom:5px;
}
.prix{
	float:right;
	max-width:200px;
	text-align:right;
	height:auto;
}
.imageannonce{
	float:left;
	width:auto;
	height:auto;
	background-image:url(../images/fonds/bg.jpg);
	background-repeat:repeat;
	text-align:center;
	padding:10px;
	margin-right:20px;
}
.liendetail{
	text-align:right;
	clear: both;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	height: 15px;
}
.liendetail a{
	display:block;
	width:100px;
	float:right;
	height:12px;
	text-align:center;
	text-decoration:none;
	line-height:12px;
	background-image:url(../images/boutons/boutondetail_info.jpg);
	background-position:left;
	color: #FFFFFF;
}
.liendetail a:hover{
	display:block;
	float:right;
	width:100px;
	height:12px;
	text-align:center;
	text-decoration:none;
	line-height:12px;
	background-image:url(../images/boutons/boutondetail_info.jpg);
	background-position:right;
	color:#FFDE00;
}
.nom{
font-size: 12px;
color: #FFCC00;
font-weight:bold;
max-width:500px;
}
.texteannonce{
margin-top:20px;
}
.images{
width:480px;
float:left;
}
.imageannoncedetail{
	float:left;
	width:auto;
	height:auto;
	text-align:center;
	padding:10px;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:5px;
}
.retour{
text-align:center;
}
.retour a{
	display:block;
	width:100px;
	height:12px;
	text-align:center;
	text-decoration:none;
	line-height:12px;
	background-image:url(../images/boutons/bouton_retour.jpg);
	background-position:left;
	color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
}
.retour a:hover{
	display:block;
	width:100px;
	height:12px;
	text-align:center;
	text-decoration:none;
	line-height:12px;
	background-image:url(../images/boutons/bouton_retour.jpg);
	background-position:right;
	color:#FFDE00;
	margin-left:auto;
	margin-right:auto;
}
.desc {
	width: 600px;
	float:left;
	text-align: left;
	height:auto;
	padding-top:10px;
	font-weight:bold;
}
#visionneuse{
	width:600px;
	padding:5px;
	background-image:url(../images/fonds/bg_menus.jpg);
	background-repeat:repeat;
	float:left;
	margin-right: 10px;
	text-align: center;
}
.commentaire {
	text-align: left;
	clear: both;
	width: 700px;
	margin-top: 10px;
	margin-bottom: 20px;
}
/*///////////////////////////////Contact///////////////////*/
#contact p{
margin-right:40px;
}
#contactgeneral{
text-align:center;
margin-top:10px;
margin-bottom:20px;
}
#contactgeneral h2{
color:#FFFFFF;
font-size:14px;
text-align:center;
}
#contactform{
	margin-top:40px;
	width:70%;
	margin-left:10%;
}
#contactform .bout{
	text-align:right;
	/*padding-right:20px;*/
}
/*///////////////////////////////POUR PRINT///////////////////*/
.pourpint{
display:none;
}
/*///////////////////////////////formulaires///////////////////*/
fieldset {
	color: #FFFFFF;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 20px;
	width: 100%;
	margin-left:0px;
}
legend {
	font-weight: bold;
	color: #FFFFFF;
}
/*////////////////////////LES PHOTOS UPLOAD//////////////*/
.test{
margin-bottom:5px;
width:450px;
text-align:left;
}
.test input{
	font-size:9px;
	background-color: #CCCCCC;
	color: #000000;
	border: 1px solid #CCCCCC;
	cursor:pointer;
	margin-left:5px;
	position:relative;
	right:0px;
	top:0px;	
}
#my_file_element{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #CCCCCC;
	color: #000000;
	border: 1px solid #CCCCCC;
	text-align: left;
	line-height: 15px;
	
}
/*/////////////////////////////LES ETAPES//////////////*/
.etapes{
margin-bottom:20px;
height:20px;
}
.inactif{
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	color: #999999;
	background-color: #333333;
	text-align: center;
	float: left;
	height: 20px;
	width: 33%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.actif{
	font-weight: bold;
	color: #FFCC00;
	background-color: #666666;
	background-position: center;
	text-align: center;
	float: left;
	height: 20px;
	width: 33%;
	font-size: 12px;
	line-height: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
