*{
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: auto;
	min-width: 950px;
	height:100%;
	background-color: #FFFFFF;
}

img{
	border:0px;
}

h1{
	color:#006233;
	font-size:12px;
}

/** Texte : Notre métier... */
h2{
	position:absolute;
	z-index:999;
}


/* 
#######################################################
	SPECIFICITE IE POUR MIN-WIDTH 
#######################################################
*/
.conteneur_minwidth_IE {
	padding-left: 950px;
}
.conteneur_container_IE {
	margin-left: -950px;
	position: relative;
}
.conteneur_minwidth_IE, .conteneur_container_IE, .conteneur_layout_IE {
	height: 1px;
}


/* 
#######################################################
STYLES GENERIQUES
#######################################################
*/
.center{
	text-align:center;
}
.valign-top{
	vertical-align:top;
}
.hidden{
	display:none;
}
.visible{
	display:block;
}
.clear{
	clear:both;
}
.c_938A00{
	color:#938A00;
}

.c_C6C227{
	color:#C6C227;
}



/* 
#######################################################
	DEBUT DES STYLES DU GABARIT PRINCIPAL COMMUN 
		A TOUTES LES PAGES DE LA PARTIE AGENCE
#######################################################
*/
/* 
#######################################################
HEADER DE LA PAGE
#######################################################
*/
#header{
	background-color: #FFFFFF;
	height: 62px;
	background-image: url("../../_media/_rubriques/agence/_globals/background-header.jpg");
	background-position:top right;
	background-repeat:no-repeat;

}
#header #villes{
	position:absolute;
	top:56px;	
	left:2px;
	letter-spacing:-1px;
	z-index:2;
}
#header #experience{
	position:absolute;
	top:48px;
	left:380px;
}

#logo-gauche {
	float: left;
}
#logo-droite {
	float: left;
	margin-top: 33px;
}


/* 
#######################################################
PARTIE DU MILIEU
#######################################################
*/
#container{
	clear:both;
	min-height: 275px;
	width:auto;
}

/* 
#######################################################
PARTIE DE GAUCHE
#######################################################
*/
#left{
	float: left;
	height:100%;
	width:121px;
	background-color:#ffffff;
}

#menu {
	background-image: url("../../_media/_rubriques/agence/_globals/fond_menu.jpg");
	background-repeat: no-repeat;
	height: auto;
	width: 113px;
	padding-top: 33px;
	padding-left: 8px;
	margin-top: 3px;
	list-style-type:none;	
}

#menu li{
	border-left: 1px solid #FFFFFF;
	width: 113px;
	text-align: center;
	margin-bottom: 14px;
}

#menu a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 0.9em;
}

/***********************_Langues_***********************/
#langs {
	margin-top:10px;
	width: 121px;
	text-align:center;
}

#langs li {
	display: inline;
}

/***********************_Home_***********************/
#home {
	margin: 200px 0px 0px 35px;
}

#home a {
	color: #A76829;
	text-decoration: none;
	font-size: 0.8em;
}
#home img {
	margin-left: 7px;
}

/* 
#######################################################
PARTIE CENTRE
#######################################################
*/

#body{
	width:auto;
	background-image: url("../../_media/_rubriques/agence/_globals/fond.jpg");
	height:100%;
	margin-left:121px;
}

#top{
	height:24px;
	background-image:url(../../_media/_rubriques/agence/_globals/barre_haut.gif);
	background-color:#33271D;
	background-repeat:no-repeat;
	padding-top:4px;
	background-position:126px 0px;
}
html>body #top{
	background-position:132px 0px;
}

#topContainer{
	background-color: #33271D;
	height: 24px;
	background-image:url(../../_media/_rubriques/agence/_globals/barre-haut.jpg);
	background-color:#33271D;
	background-repeat:no-repeat;
	background-position:top left;
}

#top-nav {
	position:relative;
	float:right;
	width: auto;
	height: 20px;
	top:4px;
	background-color:#ffffff;

}
#top-nav a {
	background-image: url(../../_media/_rubriques/agence/_globals/bg-topnav.gif);
	background-repeat: no-repeat;
	background-position:top left;
	text-decoration: none;
	color: #A76829;
	font-size: 13px;
	padding-left: 22px;
	margin-right:10px;
	font-weight: bold;
}

#sous-barre {
	z-index: 1;
	position: absolute;
	margin-top: -1px;
	background-image:url(../../_media/_rubriques/agence/_globals/sous_barre.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:253px;
	height:11px;
}

#menu-bas{
	width:100%;
	clear:both;
	text-align:center;
	color:#999999;
	font-size:11px;
	margin:10px 0px;
	padding-bottom:10px;
}

#menu-bas a
{
	color:#999999;
	font-size:11px;
}
/* 
#######################################################
	FIN DES STYLES DU GABARIT PRINCIPAL
#######################################################
*/






/* 
#######################################################
PAGE D'ACCUEIL
#######################################################
*/ 
#accueil_agence{

}
#accueil_agence h2{
	left:190px;
	width:255px;
	height:14px;
	color:#D5CF75;
}

#accueil_agence #haut{
	height: 269px;
	width:auto;
	background-image: url("../../_media/_rubriques/agence/accueil/fond_repete.jpg");
	background-repeat: repeat-x;
	position:relative;
}
#accueil_agence #fond-gauche {
	width:240px;
	height:269px;
	background-image: url("../../_media/_rubriques/agence/accueil/fond_gauche.jpg");
	background-repeat:no-repeat;
	background-position:bottom right;
}

#accueil_agence #fond-droite {
	position: absolute;
	right: 0px;
	bottom:-1px; /** Pour IE */
	background-image: url("../../_media/_rubriques/agence/accueil/fond_droite.jpg");
	background-repeat:no-repeat;
	background-position:bottom right;
	width:567px;
	height:269px;
}
html>body #accueil_agence #fond-droite {
	bottom:0px; /** Rétablissement pour les autres navigateurs */
}


#accueil_agence #immeuble{
	width:70px;
	height:165px;
	position: absolute;
	top: -18px;
	z-index:2;
	background-image: url("../../_media/_rubriques/agence/accueil/maison.gif");
	background-repeat:no-repeat;
	background-position:bottom right;


}

#accueil_agence #personnes{
	width:131px;
	height:39px;
	position: absolute;
	top: 108px;
	left: 70px;
	background-image: url("../../_media/_rubriques/agence/accueil/personnes.gif");
	background-repeat:no-repeat;
	background-position:top left;
}
#barre-noire-accueil {
	width: 2px;
	height: 108px;
	border-left: 1px solid #2C2B2B;
	position: absolute;
	left: 170px;
	top: 150px;
}

#texte-accueil {
	position: absolute;
	top: 50px;
	left: 30%;
}

#texte-accueil p {
	text-align: center;
}


#accueil_agence #box-container{
	width:100%;
}

#accueil_agence .box{
	width:50%;
	background-image:url(../../_media/_rubriques/agence/accueil/planche.jpg);
	background-repeat:repeat-y;
	float:left;
	margin-left:-1px; /** Pour IE 6 */
}
html>body #accueil_agence .box{
	height:auto;
	margin-left:0px; /** Rétablissement de la valeur pour les bons et vrai navigateurs */
}

#accueil_agence .inbox{
	margin-left:23px;
	width:auto;
}


#accueil_agence #bonnes-affaires{
	background-color:#666205;

}
#accueil_agence #bonnes-affaires h1 {
	margin-left: 5px;
	margin-top: 3px;
	width:111px;
	height:13px;
}
#accueil_agence #bonnes-affaires p {
	color: #E0DEA2;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -0.6px;
	margin: 10px 0px 10px 14px;
}
#accueil_agence #bonnes-affaires-container {
	margin-left:10px;
	margin-top:4px;
}
#accueil_agence #bonnes-affaires-container .thumbs-bonne-affaire{
	float:left;
	width:100px;
	height:auto;
	text-align:center;
}
#accueil_agence #bonnes-affaires-container .thumbs-bonne-affaire .imgbox{
	width:100px;
	height:80px;
}
#accueil_agence #bonnes-affaires-container .thumbs-bonne-affaire a 
{
	text-decoration:none;
	color:#FFF;
	font-size:10px;
}

#accueil_agence #bonnes-affaires-container .thumbs-bonne-affaire a:hover 
{
	color:#1D1D02;
	text-decoration:none;

}

#accueil_agence #actualites{
	background-color:#E6E39B;
	right:0px;
}
#accueil_agence #block-actualites {
	padding-left:100px;
	background-image:url(../../_media/_rubriques/agence/accueil/barre_actualites.gif);
	background-position:5px 5px;
	background-repeat:no-repeat;
}

#accueil_agence #actualites h1 {
	margin-left: 5px;
	margin-top: 3px;
	height:13px;
	width:62px;
}

#accueil_agence #block-actualites .actualite{

	margin-bottom:10px;
	clear:both;
}

#accueil_agence #block-actualites .date {
	font-weight: bold;
	font-size:12px;
	padding-top: 4px;
	color: #000000;
}

#accueil_agence #block-actualites .titre {
	font-size:12px;
	margin-top: 5px;
	color: #000;
}
#accueil_agence #block-actualites .resume{
	font-size:11px;
	margin-top: 5px;
	color: #000;
}

#accueil_agence #block-actualites .suite {
	width:197px;
	height:14px;
	background-image: url("../../_media/_rubriques/agence/accueil/barre_suite.gif");
	background-repeat: no-repeat;
	background-position:left bottom;
	text-align:right;
}
#accueil_agence #block-actualites .suite a {
	color: #938A00;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	margin-right: 8px;
	font-size:11px;
}

#accueil_agence #phrase
{
	display:none;
	position:absolute;
	width:500px;
	top:200px;
	left:150px;
	border:3px solid #8BC570;
	height:80px;
	text-align:justify;
	font-size:14px;
	color:#006600;
	z-index:50;
	background-color:#FFFFFF;
	padding:5px;

}

#accueil_agence #phrase .close 
{

		width:100%;
	text-align:right;
	margin-top:-5px;

}

#accueil_agence #phrase .close a
{
	color:#8BC570;
	font-weight:bold;
	text-decoration:none;

}

#accueil_agence #phrase img
{
	float:left;
	margin-right:2px;
	
}





/* 
#######################################################
PAGE DES AGENCES
#######################################################
*/ 
#agences{


}
#agences h2{
	left:390px;
	width:192px;
	height:11px;
	margin-top:1px;
	color:#2A1401;
}
#agences h3{
	width:185px;
	height:12px;
	margin-top:30px;
	margin-left:20px;
}

#agences #barre-verte {
	background-color: #DDE0BD;
	height: 13px;

}
#agences #fond-vert{
	height:30px;
	width:139px;
	background-color: #DDE0BD;
	position:absolute;
	top:68px;
}

#agences #dessin_haut{
	height:51px;
	width:119px;
	position:absolute;
	top:68px;
	left:260px;
	background-image:url(../../_media/_rubriques/agence/nos_agences/dessin_haut.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#agences #barre-verte-agences {
	height: 30px;
	width: 3px;
	border-left: 1px solid #E5E000;
	margin: 6px 0px 10px 22px;
}


#agences #agence-info {
	height:265px;
	font-weight: bold;
	font-size: 0.7em;
	background-image: url("../../_media/_rubriques/agence/nos_agences/trait_blanc.gif");
	background-repeat: repeat-x;
	background-position: 0px 135px;
	padding-left:20px;
}


#agences .agence {
	float: left;
	padding-right: 9%;
	width:24%;
	
}

#agences .titre-agences {
	color: #BEBA08;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
}

#agences .desc-agences {
	margin-top: 5px;
}

#agences .pays-agences {
	margin-bottom: 15px;
}

#agences .email-agences a {
	color: #938A00;
	font-style: italic;
	text-decoration: none;
}



#agences #footer-agences {
	background-image: url("../../_media/_rubriques/agence/nos_agences/fond_jaune.jpg");
	height: 216px;
	position:relative;
}

#agences #footer-agences img{
	width:345px;
	height:213px;
	margin-left:28%;
	position:absolute;
	z-index:3;
}
#agences #footer-agences #trait-briancon {
	border-left: 1px solid #C8C37D;
	border-bottom: 1px solid #C8C37D;
	width: 255px;
	height: 118px;
	position: absolute;
	z-index:1;
	top: 0px;
	left: 15%;
}

#agences #footer-agences #trait-villeneuve {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 300px;
	height: 98px;
	position: absolute;
	z-index:2;
	top: 0px;
	right: 24%;
}





/* 
#######################################################
PAGE PROGRAMMES NEUFS DE LA PARTIE AGENCE
#######################################################
*/
#programmes_neufs_agence{
	
}
#programmes_neufs_agence h2{
	left:390px;
	width:192px;
	height:11px;
	margin-top:1px;
	color:#2A1401;
}

#programmes_neufs_agence h3{
	color: #938A00;
	font-weight: bold;
	font-size: 13px;
	margin-top:30px;
	padding:1px 20px;
	background-color:#fff;
	width:24%;
}

#programmes_neufs_agence #barre-verte {
	background-color: #DDE0BD;
	height: 13px;

}

#programmes_neufs_agence #dessin_haut{
	height:50px;
	width:229px;
	position:absolute;
	top:68px;
	background-image:url(../../_media/_rubriques/agence/programmes_neufs/image_haut.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#programmes_neufs_agence #lienLesRaisons{
	position: absolute;
	width:109px;
	height:50px;
	right:50px;
	top:130px;

}

#programmes_neufs_agence #listContainer{
	margin:0px;
	padding-left:17px;
	background-image:url(../../_media/_rubriques/agence/programmes_neufs/planche.gif);
	background-position:top left;
	background-repeat:repeat-y;
	float:left;
}


#programmes_neufs_agence #listContainer .ensemble{
	background-color:#fff;
	width:100%;
	height:200px;
	position:relative;
	
}
html>body #programmes_neufs_agence #listContainer .ensemble{
	height:auto;
	min-height:150px;
}

#programmes_neufs_agence #listContainer .leftContainer{
	width:auto;
	height:auto;
	margin-right:290px;
	position:relative;
}

#programmes_neufs_agence #listContainer h4{
	font-size: 14px;
	width:100%;
}
#programmes_neufs_agence #listContainer .leftContent{
	width:100%;
	position:relative;
	float:left;
}

#programmes_neufs_agence #listContainer .mediaContainer{
	width:290px;
	position:relative;
	z-index:2;
	float:left;

}
#programmes_neufs_agence #listContainer .media{
	width: 200px;
	height: 150px;
	background-color: #FFFFFF;
	float:left;
}
#programmes_neufs_agence #listContainer .mediaContainer a{
	color: #938A00;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
	float:left;
}
#programmes_neufs_agence #listContainer .detailsContainer{
	position:relative;
	text-align:center;
	min-width:272px;
	width:auto;
	margin:auto;
	padding-left:290px;
	z-index:1;
}
*+html #programmes_neufs_agence #listContainer .detailsContainer{ /* Fix bug IE7 */
	padding-left:0px;

}

#programmes_neufs_agence #listContainer .detailsContainer h5{
	color: #938A00;
	font-weight: bold;
	font-size: 13px;
	margin:10px 0px;
}
#programmes_neufs_agence #listContainer .detailsContainer .description{
	font-size:13px;
	margin-bottom:10px;
}

#programmes_neufs_agence #listContainer .rightContainer{
	position:absolute;
	right:0px;
	top:0px;
	background-color: #FFFFF4;
	width: 250px;
	height:150px;
	margin-bottom:20px;
}
html>body #programmes_neufs_agence #listContainer .rightContainer{
	height:100%;
	min-height:150px;
}
#programmes_neufs_agence #listContainer .rightContainer p{
	font-size:12px;
	font-weight:bold;
	padding:4px;
	margin:10px 20px;
}

#programmes_neufs_agence #listContainer .borderBottom{
	background-image:url("../../_media/_rubriques/agence/programmes_neufs/fond_ensemble.jpg");
	height:20px;
	width:100%;
	position:relative;
	clear:both;
}
#programmes_neufs_agence #optionsAffichageListContainer{
	margin:10px 25px;
}
#programmes_neufs_agence #optionsAffichageListContainer form{
	padding-bottom:25px;

}
#programmes_neufs_agence #optionsAffichageListContainer h6{
	font-size: 13px;
	color: #9F5000;
	font-weight: bold;
	margin-right: 20px;
	vertical-align: bottom;
	float:left;
}
#programmes_neufs_agence #optionsAffichageListContainer label {
	color: #938A00;
	font-weight: bold;
	font-size: 11px;
	vertical-align: bottom;
	float:left;
}

#programmes_neufs_agence #optionsAffichageListContainer select {
	background-color: #FFFFF4;
	border: none;
	border-bottom: 1px solid #C8C379;
	margin-right: 5px;
	float:left;
}

#programmes_neufs_agence #optionsAffichageListContainer input {
	background-color: #FFFFF4;
	border: none;
	border-bottom: 1px solid #C8C379;
	margin-right: 5px;
}

#programmes_neufs_agence .navboxContainer{
	list-style-type:none;
	width:100%;
	text-align:center;
	background-image:url("../../_media/_rubriques/agence/programmes_neufs/fond_ensemble.jpg");
	height:24px;
}
#programmes_neufs_agence .navboxContainer li{
	display:inline;
	font-size: 12px;
	color: #9F5000;
	font-weight: bold;
}
#programmes_neufs_agence .navboxContainer li a{
	font-size: 12px;
	color: #938A00;
	font-weight: bold;
	padding:1px;
}
#programmes_neufs_agence .navboxContainer .current{
	color:#938A00;
	color: #9F5000;
}
#programmes_neufs_agence .navboxContainer .current a{
	color:#938A00;
	color: #9F5000;

	text-decoration:none;
}
#programmes_neufs_agence .navboxContainer .first{

}
#programmes_neufs_agence .navboxContainer .previous{

}
#programmes_neufs_agence .navboxContainer .next{

}
#programmes_neufs_agence .navboxContainer .last{

}



/* 
#######################################################
PAGE VENTES DE LA PARTIE AGENCE
#######################################################
*/
#ventes_agence{


}
#ventes_agence h2{
	left:390px;
	width:192px;
	height:11px;
	margin-top:1px;
	color:#2A1401;
}

#ventes_agence h3{
	color: #938A00;
	font-weight: bold;
	font-size: 13px;
	height:14px;
	padding:0px 30px 0px 290px;
	background-color:#fff;
	background-image:url(../../_media/_rubriques/agence/ventes/horizontal_orange.jpg);
	background-position:224px 10px;
	background-repeat: no-repeat;
	width:100px;
}
#ventes_agence h4{
	font-size:12px;
	background-color:#ffffff;
	text-align:center;
	padding:5px 0px;
}
#ventes_agence h5{
	text-align:center;
	color:#938A00;
	font-size:11px;
}

#ventes_agence #barre-verte {
	background-color: #DDE0BD;
	height: 13px;

}

#ventes_agence #dessin_haut{
	height:55px;
	width:223px;
	position:absolute;
	top:66px;
	background-image:url(../../_media/_rubriques/agence/ventes/image_haut.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin-left:-2px;
}
#ventes_agence #haut{
	height:113px;
	background-image:url(../../_media/_rubriques/agence/ventes/bg-top.jpg);
	background-repeat: repeat-x;
	width:100%;
}


#ventes_agence #photo{
	background-image: url(../../_media/_rubriques/agence/ventes/photo.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	width:187px;
	height:76px;
	position: absolute;
	top: 104px;
	right: 0px;
}

#ventes_agence #barre-noire {
	width: 1px;
	height: 80px;
	background-color:#000000;
	position: absolute;
	top: 126px;
	left: 440px;
}

#ventes_agence #barre-orange {
	background-image: url("../../_media/_rubriques/agence/ventes/vertical_orange.jpg");
	position: absolute;
	width: 4px;
	height: 67px;
	top: 124px;
	left: 153px;
}

#ventes_agence #searchFormContainer{

	background-color:#ffffff;
	padding-bottom:20px;

}

#ventes_agence #searchForm{
	width:614px;
	background-image:url(../../_media/_rubriques/agence/ventes/planche.gif);
	background-position:top left;
	background-repeat: repeat-y;
	border-bottom:1px solid #000000;
}
#ventes_agence #searchForm form{
	width:600px;
	margin-left:14px;
	background-image:url(../../_media/_rubriques/agence/ventes/fond_form.jpg);
	background-position:top left;
	background-repeat: repeat;
	padding:10px 0px 2px 0px;

}

#ventes_agence #formHeader{
	width:614px;
	padding-bottom:5px;
}


#ventes_agence .row{
	margin:10px 0px 10px 10px ;

}

#ventes_agence #sort_by{

}

#ventes_agence label {
	font-weight: bold;
	font-size: 11px;
	vertical-align: bottom;
}

#ventes_agence select {
	background-color: #FFFFF4;
	border: none;
}
#ventes_agence option{
	padding-right:10px;
}
#ventes_agence input {
	background-color: #FFFFF4;
	border: none;
	border-bottom: 1px solid #C8C379;
}


#ventes_agence #pusher{
	height:20px;
	position:relative;
	width:600px;
}

#ventes_agence #submit{
	position:absolute;
	left:140px;
	margin-top:-8px;
	width:200px;
	height:20px;
	background-image: url(../../_media/_rubriques/agence/ventes/fleche_rechercher.gif);
	background-repeat:no-repeat;
	background-position:27px 2px;
	padding-left:620px;
}
html>body #ventes_agence #submit{
	background-position:24px 2px;
}

#ventes_agence #submit input{ 
	color: #C6C227;
	font-size: 16px;
	font-weight: bold;
	background-color: transparent;
	border: none;
	cursor: pointer;
}
#ventes_agence .fleche{
	vertical-align: bottom;
}

#ventes_agence .error {
	font-size: 11px;
	color: #9F5000;
	font-weight:bold;
	text-align:center;
	margin:2px 0px;
}


#ventes_agence #sort_by {
	height:20px;
	margin-left: 300px;
	width:300px;	
	background-color:#FFFFF4;
}

#ventes_agence #sort_by label {
	height:20px;
	background-color: #FFFFFF;
	font-size: 12px;
	padding-left: 5px;
	line-height:20px;
	color:#938A00;
}
#ventes_agence #sort_by select{
	margin-left: 20px;
}

#ventes_agence .row span{
	font-weight:bold;
	font-size:11px;
	color:#938A00;
}


/* 
#######################################################
PAGE OFFRES VENTE DE LA PARTIE AGENCE
#######################################################
*/
#offres_vente{


}

#offres_vente h2{
	left:390px;
	width:192px;
	height:11px;
	margin-top:1px;
	color:#2A1401;
}

#offres_vente h3{
	color: #938A00;
	font-weight: bold;
	font-size: 13px;
	height:14px;
	padding:0px 30px 0px 290px;
	background-color:#fff;
	background-image:url(../../_media/_rubriques/agence/ventes/horizontal_orange.jpg);
	background-position:224px 10px;
	background-repeat: no-repeat;
	width:150px;
}
#offres_vente h4{
	font-size:12px;
	background-color:#ffffff;
	text-align:center;
	padding:5px 0px;
}
#offres_vente h5{
	text-align:center;
	color:#938A00;
	font-size:11px;
}


#offres_vente  h6{
	font-size: 12px;
	color: #9F5000;
	font-weight: bold;
	margin-right: 20px;
	vertical-align: bottom;
	float:left;
}



#offres_vente #barre-verte {
	background-color: #DDE0BD;
	height: 13px;

}

#offres_vente #dessin_haut{
	height:55px;
	width:223px;
	position:absolute;
	top:66px;
	background-image:url(../../_media/_rubriques/agence/ventes/image_haut.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin-left:-2px;
}
#offres_vente #haut{
	height:113px;
	background-image:url(../../_media/_rubriques/agence/ventes/bg-top.jpg);
	background-repeat: repeat-x;
	width:100%;
}


#offres_vente #photo{
	background-image: url(../../_media/_rubriques/agence/ventes/photo.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	width:187px;
	height:76px;
	position: absolute;
	top: 104px;
	right: 0px;
}

#offres_vente #barre-noire {
	width: 30%;
	height: 100px;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
	position: absolute;
	top: 126px;
	left: 440px;
	z-index:9;
}
#offres_vente #barre-orange {
	background-image: url("../../_media/_rubriques/agence/ventes/vertical_orange.jpg");
	position: absolute;
	width: 4px;
	height: 67px;
	top: 124px;
	left: 153px;
}

#offres_vente #listContainer{
	margin:0px;
	padding-left:14px;
	background:url(../../_media/_rubriques/agence/offres_vente/planche.gif) top left no-repeat;
	background-position:top left;
	background-repeat:repeat-y;
	float:left;
}

#offres_vente #listContainer .offre{
	width:100%;
	height:160px;
	position:relative;
	background:url(../../_media/_rubriques/agence/offres_vente/fond_offre.jpg);
}
html>body #offres_vente #listContainer .offre{
	height:auto;
	min-height:160px;
}

#offres_vente #listContainer .leftContainer{
	width:auto;
	height:auto;
	margin-right:290px;
}
#offres_vente #listContainer .leftContent{
	width:100%;
	position:relative;
	float:left;
}
#offres_vente #listContainer .rightContainer{
	position:absolute;
	right:0px;
	top:0px;
	width: 250px;
	height:100%;
	margin-bottom:20px;
	z-index:1;
	background-image:url(../../_media/_rubriques/agence/offres_vente/bg-droite.jpg);
	background-position:120px 0px;
	background-repeat:repeat-y;
	
}
html>body #offres_vente #listContainer .rightContainer{
	height:100%;
	min-height:160px;
}
#offres_vente #listContainer .mediaContainer{
	background-color:#000000;
	height:160px;
	width:200px;
	position:relative;
	float:left;
}
html>body #offres_vente #listContainer .mediaContainer{
	height:auto;
	min-height:160px;
}

#offres_vente #listContainer .actionsContainer{
	position:relative;
	z-index:2;
	width:70px;
	float:left;
	height:100%;
}
html>body #offres_vente #listContainer .actionsContainer{
	height:auto;
	min-height:160px;
}

#offres_vente #listContainer .actionsContainer a{
	color: #938A00;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
	text-align:center;
	margin-bottom:4px;
}

#offres_vente #listContainer .dataContainer{
	position:relative;
	text-align:center;
	min-width:315px;
	width:auto;
	margin:auto;
	height:160px;
}
html>body #offres_vente #listContainer .dataContainer{
	height:auto;
	min-height:160px;
	padding-left:250px;
}
*+html>body #offres_vente #listContainer .dataContainer{
	padding-left:0px;
}

#offres_vente #listContainer .dataContainer .data{
	width:100%;
	text-align:center;
	padding-bottom:10px;

}
#offres_vente #listContainer .offre ul{
	height: 150px;
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
}
html>body #offres_vente #listContainer .offre ul{
	height:auto;
	min-height:150px;
}

#offres_vente #listContainer .offre ul li{
	list-style-type:none;
	font-size:14px;
	line-height:19px;
	font-weight: bold;
	clear:both;
}
#offres_vente #listContainer .offre ul .margintop{
	height:15px;
}
#offres_vente #listContainer .offre ul .left{
	width:120px;
	text-align:right;
	color: #C6C227;
	float: left;
}
#offres_vente #listContainer .offre ul span{
	width:128px;
	color:#000000;
	float:left;
	padding-left:2px;
}
#offres_vente #listContainer .borderBottom{
	background-color:#FFFFFF;
	height:20px;
	width:100%;
	position:relative;
	clear:both;
}
#offres_vente #listContainer .dataContainer h1{
	color: #938A00;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
	font-size:16px;
	width:100%;
	text-align:center;

}
#offres_vente #listContainer .dataContainer .data div{
	font-size: 12px;
	width:100%;
	text-align:center;
	margin-top: 5px;

}

#offres_vente #searchActionsContainer{
	background-color:#ffffff;
	position:relative;
	padding-bottom:20px;
}

#offres_vente #searchActionsContainer a{
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	line-height:30px;
}
#offres_vente #searchActionsContainer div{
	padding-left:25px;
	height:30px;
	float:right;
	width:250px;

}
#offres_vente #searchActionsContainer .new_search{
	background:url(../../_media/_rubriques/agence/offres_vente/buttons/new-search.gif) no-repeat top left;
	position:absolute;
	right:0px;
	z-index:10;
}
#offres_vente #searchActionsContainer .new_search a{
	color: #AFA943;
	background-color:#FFFFFF;
}
#offres_vente #searchActionsContainer .add_search{
	background:url(../../_media/_rubriques/agence/offres_vente/buttons/add-search.gif) no-repeat top left;
	position:relative;
	right:0px;
	top:-30px;
}
#offres_vente #searchActionsContainer .add_search a{
	color: #B6B052;
}
#offres_vente #searchActionsContainer .spacer{
	height:30px;
	background-color:#ffffff;
}




#offres_vente #optionsAffichageListContainer{
	padding:10px 25px;
	background-color:#ffffff;
}
#offres_vente #optionsAffichageListContainer form{
	
}
#offres_vente #optionsAffichageListContainer h6{
	font-size: 13px;
	color: #9F5000;
	font-weight: bold;
	margin-right: 20px;
	vertical-align: bottom;
	float:left;
}
#offres_vente #optionsAffichageListContainer label {
	color: #938A00;
	font-weight: bold;
	font-size: 11px;
	vertical-align: bottom;
	float:left;
}

#offres_vente #optionsAffichageListContainer select {
	background-color: #FFFFF4;
	border: none;
	border-bottom: 1px solid #C8C379;
	margin-right: 5px;
	float:left;
}

#offres_vente #optionsAffichageListContainer input {
	background-color: #FFFFF4;
	border: none;
	border-bottom: 1px solid #C8C379;
	margin-right: 5px;
}


#offres_vente .navboxContainer{
	clear:both;
	list-style-type:none;
	width:100%;
	text-align:center;
	height:24px;
	background-color:#FFFFFF;
}
#offres_vente .navboxContainer li{
	display:inline;
	font-size: 12px;
	color: #9F5000;
	font-weight: bold;
}
#offres_vente .navboxContainer li a{
	font-size: 12px;
	color: #938A00;
	font-weight: bold;
	padding:1px;
}
#offres_vente .navboxContainer .current{
	color: #9F5000;
}
#offres_vente .navboxContainer .current a{
	color: #9F5000;
	text-decoration:none;
}
#offres_vente .navboxContainer .first{

}
#offres_vente .navboxContainer .previous{

}
#offres_vente .navboxContainer .next{

}
#offres_vente .navboxContainer .last{

}









/*
#offres_vente{


}
#offres_vente h2{
	left:390px;
	width:192px;
	height:11px;
	margin-top:1px;
	color:#2A1401;
}

#offres_vente h3{
	color: #938A00;
	font-weight: bold;
	font-size: 13px;
	height:14px;
	padding:0px 30px 0px 290px;
	background-color:#fff;
	background-image:url(../../_media/_rubriques/agence/ventes/horizontal_orange.jpg);
	background-position:224px 10px;
	background-repeat: no-repeat;
	width:150px;
}
#offres_vente h4{
	font-size:12px;
	background-color:#ffffff;
	text-align:center;
	padding:5px 0px;
}
#offres_vente h5{
	text-align:center;
	color:#938A00;
	font-size:11px;
}


#offres_vente  h6{
	font-size: 12px;
	color: #9F5000;
	font-weight: bold;
	margin-right: 20px;
	vertical-align: bottom;
	float:left;
}



#offres_vente #barre-verte {
	background-color: #DDE0BD;
	height: 13px;

}

#offres_vente #dessin_haut{
	height:55px;
	width:223px;
	position:absolute;
	top:66px;
	background-image:url(../../_media/_rubriques/agence/ventes/image_haut.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin-left:-2px;
}
#offres_vente #haut{
	height:113px;
	background-image:url(../../_media/_rubriques/agence/ventes/bg-top.jpg);
	background-repeat: repeat-x;
	width:100%;
}


#offres_vente #photo{
	background-image: url(../../_media/_rubriques/agence/ventes/photo.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	width:187px;
	height:76px;
	position: absolute;
	top: 104px;
	right: 0px;
}

#offres_vente #barre-noire {
	width: 30%;
	height: 100px;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
	position: absolute;
	top: 126px;
	left: 440px;
	z-index:9;
}
#offres_vente #barre-orange {
	background-image: url("../../_media/_rubriques/agence/ventes/vertical_orange.jpg");
	position: absolute;
	width: 4px;
	height: 67px;
	top: 124px;
	left: 153px;
}

#offres_vente #listContainer{
	margin:0px;
	padding-left:14px;
	background:url(../../_media/_rubriques/agence/offres_vente/planche.gif) top left no-repeat;
	background-position:top left;
	background-repeat:repeat-y;
	float:left;
}

#offres_vente #listContainer .offre{
	width:100%;
	height:150px;
	position:relative;
	background:url(../../_media/_rubriques/agence/offres_vente/fond_offre.jpg);
}
html>body #offres_vente #listContainer .offre{
	height:auto;
	min-height:150px;
}

#offres_vente #listContainer .leftContainer{
	width:auto;
	height:auto;
	margin-right:250px;
}
#offres_vente #listContainer .leftContent{
	width:100%;
	position:relative;
	float:left;
}
#offres_vente #listContainer .rightContainer{
	position:absolute;
	right:0px;
	top:0px;
	width: 250px;
	height:100%;
	margin-bottom:20px;
	z-index:1;
	background-image:url(../../_media/_rubriques/agence/offres_vente/bg-droite.jpg);
	background-position:120px 0px;
	background-repeat:repeat-y;
	
}
html>body #offres_vente #listContainer .rightContainer{
	height:100%;
	min-height:150px;
}
#offres_vente #listContainer .mediaContainer{
	background-color:#000000;
	height:150px;
	width:200px;
	position:relative;
	float:left;
}
html>body #offres_vente #listContainer .mediaContainer{
	height:auto;
	min-height:150px;
}

#offres_vente #listContainer .actionsContainer{
	position:relative;
	z-index:2;
	width:30px;
	float:left;
	height:100%;
}
html>body #offres_vente #listContainer .actionsContainer{
	height:auto;
	min-height:150px;
}

#offres_vente #listContainer .actionsContainer a{
	text-align:center;
	margin-bottom:4px;
}

#offres_vente #listContainer .dataContainer{
	position:relative;
	text-align:center;
	min-width:315px;
	width:auto;
	margin:auto;
	height:150px;

}
html>body #offres_vente #listContainer .dataContainer{
	height:auto;
	min-height:150px;
	padding-left:250px;
}
#offres_vente #listContainer .dataContainer .data{
	width:100%;
	text-align:center;
	padding-bottom:10px;

}
#offres_vente #listContainer .offre ul{
	height: 135px;
	margin-top:15px
}
html>body #offres_vente #listContainer .offre ul{
	height:auto;
	min-height:135px;
}

#offres_vente #listContainer .offre ul li{
	list-style-type:none;
	font-size:14px;
	line-height:20px;
	font-weight: bold;
	clear:both;
}
#offres_vente #listContainer .offre ul .margintop{
	height:15px;
}
#offres_vente #listContainer .offre ul .left{
	width:120px;
	text-align:right;
	color: #C6C227;
	float: left;
}
#offres_vente #listContainer .offre ul span{
	width:128px;
	color:#000000;
	float:left;
	padding-left:2px;
}
#offres_vente #listContainer .borderBottom{
	background-color:#FFFFFF;
	height:20px;
	width:100%;
	position:relative;
	clear:both;
}
#offres_vente #listContainer .dataContainer h1{
	color: #938A00;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
	font-size:16px;
	width:100%;
	text-align:center;

}
#offres_vente #listContainer .dataContainer .data div{
	font-size: 12px;
	width:100%;
	text-align:center;
	margin-top: 5px;

}

#offres_vente #searchActionsContainer{
	background-color:#ffffff;
	position:relative;
	padding-bottom:20px;
}

#offres_vente #searchActionsContainer a{
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	line-height:30px;
}
#offres_vente #searchActionsContainer div{
	padding-left:25px;
	height:30px;
	float:right;
	width:250px;

}
#offres_vente #searchActionsContainer .new_search{
	background:url(../../_media/_rubriques/agence/offres_vente/buttons/new-search.gif) no-repeat top left;
	position:absolute;
	right:0px;
	z-index:10;
}
#offres_vente #searchActionsContainer .new_search a{
	color: #AFA943;
	background-color:#FFFFFF;
}
#offres_vente #searchActionsContainer .add_search{
	background:url(../../_media/_rubriques/agence/offres_vente/buttons/add-search.gif) no-repeat top left;
	position:relative;
	right:0px;
	top:-30px;
}
#offres_vente #searchActionsContainer .add_search a{
	color: #B6B052;
}
#offres_vente #searchActionsContainer .spacer{
	height:30px;
	background-color:#ffffff;
}




#offres_vente #optionsAffichageListContainer{
	padding:10px 25px;
	background-color:#ffffff;
}
#offres_vente #optionsAffichageListContainer form{
	
}
#offres_vente #optionsAffichageListContainer h6{
	font-size: 13px;
	color: #9F5000;
	font-weight: bold;
	margin-right: 20px;
	vertical-align: bottom;
	float:left;
}
#offres_vente #optionsAffichageListContainer label {
	color: #938A00;
	font-weight: bold;
	font-size: 11px;
	vertical-align: bottom;
	float:left;
}

#offres_vente #optionsAffichageListContainer select {
	background-color: #FFFFF4;
	border: none;
	border-bottom: 1px solid #C8C379;
	margin-right: 5px;
	float:left;
}

#offres_vente #optionsAffichageListContainer input {
	background-color: #FFFFF4;
	border: none;
	border-bottom: 1px solid #C8C379;
	margin-right: 5px;
}


#offres_vente .navboxContainer{
	clear:both;
	list-style-type:none;
	width:100%;
	text-align:center;
	height:24px;
	background-color:#FFFFFF;
}
#offres_vente .navboxContainer li{
	display:inline;
	font-size: 12px;
	color: #9F5000;
	font-weight: bold;
}
#offres_vente .navboxContainer li a{
	font-size: 12px;
	color: #938A00;
	font-weight: bold;
	padding:1px;
}
#offres_vente .navboxContainer .current{
	color: #9F5000;
}
#offres_vente .navboxContainer .current a{
	color: #9F5000;
	text-decoration:none;
}
#offres_vente .navboxContainer .first{

}
#offres_vente .navboxContainer .previous{

}
#offres_vente .navboxContainer .next{

}
#offres_vente .navboxContainer .last{

}


*/



/* 
#######################################################
PAGE LOCATIONS DE LA PARTIE AGENCE
#######################################################
*/ 

#locations_agence{


}
#locations_agence h2{
	left:390px;
	width:192px;
	height:11px;
	margin-top:1px;
	color:#2A1401;
}

#locations_agence h3{
	color: #938A00;
	font-weight: bold;
	font-size: 13px;
	height:14px;
	padding:0px 30px 0px 290px;
	background-color:#fff;
	background-image:url(../../_media/_rubriques/agence/locations/horizontal_orange.jpg);
	background-position:224px 10px;
	background-repeat: no-repeat;
	width:100px;
}
#locations_agence h4{
	font-size:12px;
	background-color:#ffffff;
	text-align:center;
	padding:5px 0px;
}
#locations_agence h5{
	text-align:center;
	color:#938A00;
	font-size:11px;
}

#locations_agence #barre-verte {
	background-color: #DDE0BD;
	height: 13px;

}

#locations_agence #dessin_haut{
	height:50px;
	width:226px;
	position:absolute;
	top:66px;
	background-image:url(../../_media/_rubriques/agence/locations/image_haut.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin-left:-2px;
}
#locations_agence #haut{
	height:100px;
	background-image:url(../../_media/_rubriques/agence/locations/bg-top.jpg);
	background-repeat: repeat-x;
	width:100%;
}

#locations_agence #barre-noire {
	width: 1px;
	height: 60px;
	background-color:#000000;
	position: absolute;
	top: 126px;
	left: 440px;
}

#locations_agence #barre-orange {
	background-image: url("../../_media/_rubriques/agence/locations/vertical_orange.jpg");
	position: absolute;
	width: 4px;
	height: 67px;
	top: 124px;
	left: 153px;
}

#locations_agence #searchFormContainer{

	background-color:#ffffff;
	padding-bottom:20px;

}

#locations_agence #searchForm{
	width:614px;
	background-image:url(../../_media/_rubriques/agence/locations/planche.gif);
	background-position:top left;
	background-repeat: repeat-y;
	border-bottom:1px solid #000000;
}
#locations_agence #searchForm form{
	width:600px;
	margin-left:14px;
	background-image:url(../../_media/_rubriques/agence/locations/fond_form.jpg);
	background-position:top left;
	background-repeat: repeat;
	padding:10px 0px 2px 0px;

}

#locations_agence #formHeader{
	width:614px;
	padding-bottom:5px;
}


#locations_agence .row{
	margin:10px 0px 10px 10px ;
	color:#938A00;

}

#locations_agence label {
	font-weight: bold;
	font-size: 11px;
	vertical-align: bottom;
}

#locations_agence select {
	background-color: #FFFFF4;
	border: none;
	border-bottom: 1px solid #C8C379;
}
#locations_agence option{
	padding-right:10px;
}
#locations_agence input , #locations_agence textarea {
	background-color: #FFFFF4;
	border: none;
	border-bottom: 1px solid #C8C379;
}


#locations_agence #pusher{
	height:20px;
	position:relative;
	width:600px;
}

#locations_agence #submit{
	position:absolute;
	left:140px;
	margin-top:-8px;
	width:200px;
	height:20px;
	background-image: url(../../_media/_rubriques/agence/locations/fleche_rechercher.gif);
	background-repeat:no-repeat;
	background-position:27px 2px;
	padding-left:620px;
}
html>body #locations_agence #submit{
	background-position:24px 2px;
}

#locations_agence #submit input { 
	color: #C6C227;
	font-size: 16px;
	font-weight: bold;
	background-color: transparent;
	border: none;
	cursor: pointer;
}
#locations_agence .fleche{
	vertical-align: bottom;
}

#locations_agence .error {
	font-size: 11px;
	color: #9F5000;
	font-weight:bold;
	text-align:center;
	margin:2px 0px;
}


#locations_agence #sort_by {
	height:20px;
	margin-left: 300px;
	width:300px;	
	background-color:#FFFFF4;
}

#locations_agence #sort_by label {
	height:20px;
	background-color: #FFFFFF;
	font-size: 12px;
	padding-left: 5px;
	line-height:20px;
	color:#938A00;
}
#locations_agence #sort_by select{
	margin-left: 20px;
}

#locations_agence .row span{
	font-weight:bold;
	font-size:11px;
	color:#938A00;
}

#locations_agence .backlink{
	margin-left:200px;
}
#locations_agence .backlink a{
	color: #C6C227;
	font-size: 16px;
	font-weight: bold;
	border: none;
	text-decoration:none;
}


/** Page de confirmation de la demande de location */
/*
#confirmation-locations{
	width: 590px;
	margin-top:40px;
	margin-left:50px;
}
#confirmation-locations h1{
	font-size: 0.8em;
	text-align: center;
	background-color: #FFFFFF;
	padding: 6px;
	width: 660px;
	margin-bottom:20px;
}
#confirmation-locations a{
	color: #C6C227;
	font-size: 1em;
	font-weight: bold;
	background-color: transparent;
	border: none;
	cursor: pointer;
	text-decoration:none;
	margin-left:420px;
}
*/







/* 
#######################################################
PAGE CONTACTS DE LA PARTIE AGENCE
#######################################################
*/
#contacts_agence{



}


#contacts_agence h2{
	left:390px;
	width:192px;
	height:11px;
	margin-top:1px;
	color:#2A1401;
}

#contacts_agence h3{
	color: #938A00;
	font-weight: bold;
	font-size: 13px;
	height:14px;
	padding:0px 30px 0px 290px;
	background-color:#fff;
	background-image:url(../../_media/_rubriques/agence/contacts/horizontal_orange.jpg);
	background-position:224px 10px;
	background-repeat: no-repeat;
	width:100px;
}
#contacts_agence h4{
	font-size:12px;
	background-color:#ffffff;
	text-align:center;
	padding:5px 0px;
}
#contacts_agence h5{
	text-align:center;
	color:#938A00;
	font-size:11px;
}

#contacts_agence #barre-verte {
	background-color: #DDE0BD;
	height: 13px;

}

#contacts_agence #dessin_haut{
	height:49px;
	width:213px;
	position:absolute;
	top:67px;
	background-image:url(../../_media/_rubriques/agence/contacts/photo_haut.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin-left:-2px;
}
#contacts_agence #haut{
	height:113px;
	background-image:url(../../_media/_rubriques/agence/contacts/bg-top.jpg);
	background-repeat: repeat-x;
	width:100%;
}


#contacts_agence #barre-noire {
	width: 1px;
	height: 70px;
	background-color:#000000;
	position: absolute;
	top: 126px;
	left: 440px;
}

#contacts_agence #barre-orange {
	background-image: url("../../_media/_rubriques/agence/contacts/vertical_orange.jpg");
	position: absolute;
	width: 4px;
	height: 67px;
	top: 124px;
	left: 153px;
}




#contacts_agence #searchFormContainer{

	background-color:#ffffff;
	padding-bottom:20px;

}

#contacts_agence #searchForm{
	width:614px;
	background-image:url(../../_media/_rubriques/agence/contacts/planche.gif);
	background-position:top left;
	background-repeat: repeat-y;
	border-bottom:1px solid #000000;
}
#contacts_agence #searchForm form{
	width:600px;
	margin-left:14px;
	background-image:url(../../_media/_rubriques/agence/contacts/fond_form.jpg);
	background-position:top left;
	background-repeat: repeat;
	padding:10px 0px 2px 0px;

}

#contacts_agence #formHeader{
	width:614px;
	padding-bottom:5px;
}


#contacts_agence .row{
	margin:10px 0px 10px 10px ;

}

#contacts_agence label {
	font-weight: bold;
	font-size: 11px;
	vertical-align: bottom;
	color:#938A00;
}

#contacts_agence select {
	background-color: #FFFFF4;
	border: none;
	font-family:verdana;
	font-size:12px;
}
#contacts_agence option{
	padding-right:10px;
}
#contacts_agence input, #contacts_agence textarea{
	background-color: #FFFFF4;
	border: none;
	border-bottom: 1px solid #C8C379;
	font-family:verdana;
	font-size:12px;
}


#contacts_agence #pusher{
	height:20px;
	position:relative;
	width:600px;
}

#contacts_agence #submit{
	position:absolute;
	left:140px;
	margin-top:-8px;
	width:200px;
	height:20px;
	background-image: url(../../_media/_rubriques/agence/contacts/fleche_rechercher.gif);
	background-repeat:no-repeat;
	background-position:27px 2px;
	padding-left:620px;
}
html>body #ventes_agence #submit{
	background-position:24px 2px;
}

#contacts_agence #submit input{ 
	color: #C6C227;
	font-size: 16px;
	font-weight: bold;
	background-color: transparent;
	border: none;
	cursor: pointer;
}
#contacts_agence .fleche{
	vertical-align: bottom;
}

#contacts_agence .error {
	font-size: 11px;
	color: #9F5000;
	font-weight:bold;
	text-align:center;
	margin:2px 0px;
}


#contacts_agence #bien-container{
	background-color:#fff;
	margin-left:14px;
	border-top:1px solid #9A4E01;
	border-right:1px solid #9A4E01;
	border-bottom:1px solid #9A4E01;
	
}

#contacts_agence #bien-container h2{
	position:static;
	height:auto;
	width:100%;
	margin:none;

	color:#938A00;
	font-size:13px;
	text-align:center;
}
#contacts_agence  #bien-container div{
	padding:6px;
}
#contacts_agence  #bien-container p, #bien-container strong{
	font-size:12px;
}





/* 
#######################################################
PAGE DOCUMENTS ET INFORMATIONS DE LA PARTIE AGENCE
#######################################################
*/
#documents_informations{


}
#documents_informations h2{
	left:390px;
	width:192px;
	height:11px;
	margin-top:1px;
	color:#2A1401;
}

#documents_informations h3{
	color: #938A00;
	font-weight: bold;
	font-size: 13px;
	height:14px;
	padding:0px 30px 0px 140px;
	background-color:#fff;
	background-image:url(../../_media/_rubriques/agence/documents_informations/horizontal_orange.jpg);
	background-position:74px 10px;
	background-repeat: no-repeat;
	width:350px;
}
#documents_informations h4{
	font-size:12px;
	text-align:center;
	padding:5px 0px;
	width:500px;
	position:relative;
	top:100px;
	left:80px;
}
#documents_informations h5{
	text-align:center;
	color:#938A00;
	font-size:11px;
}

#documents_informations #barre-verte {
	background-color: #DDE0BD;
	height: 13px;

}

#documents_informations #dessin_haut{
	height:110px;
	width:78px;
	position:absolute;
	top:66px;
	background-image:url(../../_media/_rubriques/agence/documents_informations/image_haut.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin-left:-2px;
	z-index:2;
}
#documents_informations #haut{
	height:186px;

	background-image:url(../../_media/_rubriques/agence/documents_informations/bg-top-left.jpg);
	background-repeat: repeat-x;
	width:100%;
}


#documents_informations #droite{
	background-image: url(../../_media/_rubriques/agence/documents_informations/bg-top-right.jpg);
	background-position: left top;
	width:250px;
	height:186px;	
	position: relative;
	top:-13px;
	float:right;
}


#documents_informations #photo{
	background-image: url(../../_media/_rubriques/agence/documents_informations/photo.gif);
	background-position: left top;
	background-repeat:no-repeat;
	width:188px;
	height:74px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#documents_informations #barre-noire {
	width: 1px;
	height: 80px;
	background-color:#000000;
	position: absolute;
	top: 126px;
	left: 440px;
}

#documents_informations #barre-orange {
	background-image: url("../../_media/_rubriques/agence/documents_informations/vertical_orange.jpg");
	position: absolute;
	width: 20px;
	height: 124px;
	top: 164px;
	left: 137px;
	z-index:1;
}
html>body #documents_informations #barre-orange {
	left: 133px;
}

#documents_informations #infosdocsContainer{
	height:360px;
	background-image:url(../../_media/_rubriques/agence/documents_informations/planche.gif);
	background-repeat:repeat-y;
	background-position:top left;
	padding-left:14px;
	position:relative;
	margin-top:-14px;
}
html>body #documents_informations #infosdocsContainer{
	height:auto;
	min-height:360px;
	margin-top:0px;
}
#documents_informations #infosdocsContent{
	padding-top:30px;
	
}
#documents_informations #infosdocsContent ul{
	margin-top:30px;
	margin-left:60px;
	padding-bottom:30px;
}
#documents_informations #infosdocsContent li{
	list-style-type:none;
	font-size:12px;
	font-weight:bold;
	margin:4px;
}
#documents_informations #infosdocsContent li div{
	width:300px;
	float:left;
}
#documents_informations #infosdocsContent a{
	font-size:11px;
	color:#999110;
	text-decoration:none;
}

#documents_informations #infosdocsRight{
	width:250px;
	height:110%;
	background-color:#FFFFFF;
	position:absolute;
	top:0px;
	right:0px;
}


#documents_informations #infosdocsContainer h5{
	height:22px;
	width:auto;
	font-size:13px;
	text-align:left;
	padding-left:20px;
	background-color:#FFFFF4;
	border-bottom:1px solid #938A00;
	color:#938A00;
	position:relative;
	z-index:999;
}