/*-----------------------------------------------------
	jacottet-immobilier
	
	version: 1.4 
	date:    2005.01.27
	author:  erational.org &B.Laurens 2006.10.15	
------------------------------------------------------*/


/* Main tags ------------------------------------*/
html, body {
  margin: 0;
  padding:0; 
  height: 100%;
  font-family:  Verdana, Arial, sans-serif;  
  background: #e8eae8; /* couleur de fond gris tres clair */
}

body {
	font-size: 90%;
}

a {
	margin: 3px 0;
	color: #0B9C19;	
	text-decoration: none;
}

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


img { border: 0 }

h3 span{	
	display:none;
	
}

/* structure ------------------------------------*/
#header {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	height: 110px;
	padding: 0;
		
}

#header-gauche {
	position: relative;
	margin-top: 0;
	float: left;
	width: 18%;
	height: 110px;
	text-align: center;
	background-color: #FFCC33;
}

#header-milieu {
	position: relative;
	margin-top: 0;
	width:67%;
	height: 110px;
	float: left;
	text-align: center;
	background: url(../interface/haut-milieu-droit.jpg) top right; background-repeat: no-repeat;
}

#header-droit {
	position: relative;
	margin-top: 0;
	width: 13%;
	height: 110px;
	float: left;
	text-align: right;
	
}	
	

#headerprint {display:none;}

#colgauche {
	background-color: #FFCC33;
	position: relative;
	float: left;
	margin-top: -4px; /* ie crazy */
	
	width: 18%;
	height: 4000px;
	text-align: center;
	border-right: 2px solid #808080;
		
}

/* Emboîtements externes pour menu */

#deco {
	background: transparent;
	position: relative;	
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 94%;
	text-align: center;
		
}

#gallery {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;	
	background: transparent;
	text-align: center;
	border:solid 2px #404040;
		
}

/* Bordure menu */


#upperleft{
	position: relative;
	float: left;
	width : 10px;
	height: 10px;
	margin-left: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	
}

#upperright{
	position: relative;
	float: right;
	width : 10px;
	height: 10px;
	margin-right: 0;
	margin-top: 0;
	
}

#lowerleft{
	position: relative;
	float: left;
	width : 10px;
	height: 10px;
	margin-left: 0;
	margin-bottom: 0;
	
}

#lowerright{
	position: relative;
	float: right;
	width : 10px;
	height: 10px;
	margin-right: 0;
	margin-bottom: 0;
	
}

/* Emboîtements internes pour menu */


dl {
margin: 0;
padding: 0;
border-left: 2px solid #808080;
border-right: 2px solid #808080;
}

dt {
margin: 0;
padding: 0.4em;
font-size: 1.1em;
line-height: 120%;
font-style: italic;
text-align: center; /* centered title, bug IE*/
}

dd {
margin-left: 3px;
margin-right: 3px;
border: solid #808080; /* size and color for borders on the right and left */
border-width: 0 1px;
padding: 0;
text-align: right;
font-size: 95%;
line-height: 120%;
}

#menupartner {
	position: relative;
	clear: left;
	color: #999;
	font-size: 88%;
	text-align: center;	
}

#image_partner {
	position: relative;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	text-align: center;
}


/* Article pour rubrique d'accueil avec présentation spéciale */

#main-sticky {	
	background: url(../interface/CASTELNAU_de_MONTMIRAL-2.jpg) top center;
	background-repeat: no-repeat;
	margin-top: 0; /* ie crazy */	
	padding: 40px 3% 5px 2%;
	position: relative;
	float: left;
	width: 62%;
	overflow: hidden;
	text-align: justify;
	
	
}

#defil-sticky {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	overflow: hidden;
}		

#main {
	/*background: url(../interface/coin_haut_gauche.jpg) top left; 
	background-repeat: no-repeat;*/
	margin-top: 0; /* ie crazy */
	padding: 0 3% 5px 2%;
	position: relative;
	float: left;
	width: 62%;
	line-height: 110%;
	text-align: justify;
	border-left: #808080;
	overflow: hidden;
}

#image {
	
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
	
	width: 780;
	background: #e8eae8; 
	overflow: hidden;
	overflow: auto !important; /*hack qui fait que cette commande ne s'applique qu'à Firefox et ie7*/
	text-align: center;
		
}



#translation {
	position: relative;
	float: left;
	margin-top: 0;
	width: 12%;
	text-align: left; /*right;*/
	padding-top: 15px;
	padding-left: 2%;	
	color: #999;	
	font-size: 95%;
	line-height: 120%;
	
}

#menusearch {
	margin: 35px 0 0 0;
	background:#fff url(../interface/bg_sphere.png) no-repeat 8px 0;
	height: 100px;
	padding: 50px 0 0 5px;
	
	text-align: left;	
	
}


#footer {
	/* border: 0;*/
	color: #666;
	position: relative;
	float: left;
	padding: 5px;
	margin-top: 2px;
	margin-left: 8%;
	width: 50%;
	text-align: center;
	font-size:  90%;
	line-height: 88%;
	border-top: 1px solid #bbb;	 
}

#footerprint {display:none;}


/* elements -------------------------------------- */
dd ul, dd ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #FFFF00;
	border:1px solid #808080;
}

dd ul li ul li {
	border-right: 3px solid #999;
	padding-right:  4px;
}

dd a{
	margin: 1px 0 1px 0;	
	color: #224314;	
}

dd ul li img { /* IE stupid */
	height: 9px;
	width: 9px;
	background-color: #FFFF00;

}


dd a:hover {	
	color: #96A68F;	
}

dd a.active {
	color:  #0B9C19;
	
}

#translation a {
	display: block;
	padding-left: 2%;
}
#translation ul li, #translation ul {
	margin: 0;
	padding: 2px 0 0 2%;
	list-style: none;
}


/* icone bref, syndication ... */
h3.breve, h3.rubrique, h3.web, h3.link, h3.keyword, h3.tools, h3.agenda, {
	margin:  0;
	padding: 0;
	min-width: 160px; 
	height: 36px;
	
	
}
h3.breve    {	background: transparent url(../interface/menu_pop_breve.png) no-repeat bottom left;}
h3.agenda   {	background: transparent url(../interface/menu_pop_agenda.png) no-repeat bottom left;}
h3.rubrique {	background: transparent url(../interface/menu_pop_rubrique.png) no-repeat bottom left;}
h3.web      {	background: transparent url(../interface/menu_pop_web.png) no-repeat bottom left;}
h3.link     {	background: transparent url(../interface/menu_pop_link.png) no-repeat bottom left;}
h3.keyword  {	background: transparent url(../interface/menu_pop_keyword.png) no-repeat bottom left;}
h3.tools    {	background: transparent url(../interface/menu_pop_tool.png) no-repeat bottom left;
				margin-bottom: 3px;
}


.item {
	margin: 2px 0 8px 0;
}

.item a{ 
	color: #626262;
	text-decoration: none;
}
.date {
	margin: 0 4px 0 0;
	font-size: 90%;
}

/* footer -------------------------------------- */
#footer a, #footer a:active, #footer a:link { 
	color: #5c5c5c; 
	text-decoration: none; 
	margin: 0 3px;
}

#footer a:hover {color: #000; text-decoration: underline;}
#footerprint {	display: none;}

/* spip article typo -------------------------------------- */
.surtitre  {
	font-weight: bold;
	margin: 5px 0;
}

h1, h1 a {	
	color:  #000;
	font-size: 122%;
	margin:  14px 0 4px 0;
	padding: 0;	
	line-height: 22px;	
}
h1 a {
	color:  #0B9C19;
}


h2 {
	font-size: 100%;
	font-weight: normal;
	margin: 5px 0;	
}

h4 {
	font-size: 100%;
	margin: 14px 0 0 0;
}

table.spip {
	/* position: center;*/
	margin-bottom: 1em;
	border: thin solid #000;
	border-collapse: collapse;
}

table.spip tr.row_odd {background: #FFF;}
table.spip tr.row_even {background: #DDD;}
table.spip th, table.spip td {padding: 3px; text-align: left; vertical-align: middle; border: thin solid #000;}



#main h4 a {
	text-decoration: none;
	
}

.date2 {
	color: #777;
	text-align: right;
	margin: 0 7px;
	font-size: 92%;
}

/* Logo article */
.logo {
	float:left;
	margin: 20px 0 10px 10px;
	
}

/* Logo rubrique */
.logo2 {
	float:left;
	margin: 20px 0 0 10px;
	
}


.auteur {	
	text-align: right;
	margin: 3px 7px;
}

.soustitre { 
	margin-top: 10px;
	font-style: italic;
}
.chapo     {
	padding:   8px 0 8px 66px;
	margin: 5px 0;
	line-height: 100%; 
}

#main .texte a:hover{
	color: #666;
}


.hyperlink {}

.ps {
	border-top: 1px solid #98DEFB;
	margin-top: 5px;
}

.note {
	margin: 5px 0;
	font-size: 92%;
}

.doc-item { font-weight: bold;}
.doc-legend { color: #666;}
.doc-descro {}

.metarub {
	color: #999;
	font-size: 92%;
}

.keywords {
	color: #999;
	font-size:  92%;	
}

/* rubrique *************************************/


#main  a.sousrubrique {
	text-decoration: none;
	
}

#main .preview a{
	color: #224314;
	text-decoration: none;		
}

#main .preview a:hover{
	color: #778A6F;
}

.spacer {	
	clear: both;
}


#pagination {
	font-size:  92%;
	margin: 15px 0 0 0;
}

#pagination a, #pagination a:hover{
	text-decoration: none;
}

/* misc elements *************************************/

#path {
	margin: 0;
	padding: 15px 0 0 0;
	line-height: 100%;	
}

#path a { 
	text-decoration: none; 
}

#path a:hover {
	text-decoration: none;
}

/* spip main class -------------------------------------- */
b.spip  {font-weight: bold;}
p.spip  {padding-left: 3px;}
hr, hr.spip {
	display:block;
	height: 0;	
	color: white;
	border-style:solid;
	border-color: #98DEFB;
	border-width:0 0 1px 0; 
}

.spip_encadrer {	
	margin: 10px 30px 0 30px;
	font-size:  92%;
	padding: 0;
}

.spip_encadrer b{	
	display: block;	
	background: #eee;
	padding: 4px;
	font-weight: bold;
	border-bottom: 1px solid #98DEFB;
	border-top: 1px solid #ccc;		
}

a.spip_in, a.spip_out { 
	color: #f00;
	text-decoration: none; 	
}

a.spip_in:hover,  a.spip_out:hover{
	color: #900;
	text-decoration: underline;
}

.spip-admin {
	position:absolute;
	display:inline;
	top: 2px;
	right:2px;
}

/* décoller les images du texte de l'article */

.spip_documents_center{
        margin: auto;
        text-align: center;
        width: 80%;
}

.spip_documents_left{
        float: left;
        margin-right: 15px;
        text-align: center;
}

.spip_documents_right{
        float: right;
        margin-left: 15px;
        text-align: center;
}


/* forum -------------------------------------- */
#forumreply{
	margin:  15px 0 0 0;
	padding: 1px 5px;	
	border-bottom: 1px solid #00007F;
	font-weight: bold;
}

.forumbg {
	background: #eee;	
	margin: 0;
	padding: 7px 10px;
	text-align: right;
}


.forum {	
	margin: 0;
	padding: 10px;	
	background: #eee;	
}

.forumtitle {
	display: block;	
	padding: 4px;
	font-weight: bold;
	background: #eee;
}

.forummeta { 
	color: #666;
	padding-left: 20px;
	background: #eee;
}

.forumbody { 
	color: black;
	padding: 4px;
	background: #eee;
}
.forumps  {
	padding: 4px;
	background: #eee;
	color: #666;	
}

.forumthread {
	padding-left:60px;
	background: #eee;
}

.forumblink {
	padding: 10px;
	margin-left: 20px;
	background: #eee;
}

/* plan site -------------------------------------------- */
#main  a.basic{
	text-decoration: none;
}
#main li.basic {
	list-style-type: circle;	
}

/* form elements -------------------------------------- */
form {
	margin: 0;
	padding: 2px 0;
}

input, textarea, select {
	border: 1px solid #ccc;
	margin: 1px;
	padding: 1px;
	font-size: 11px;	
}

input.buttonwhite {
	border: 1px solid #FFF;
}

.radiobut {
	border: 0px solid white;
}


/* misc elements -------------------------------------- */
a.special {
	text-decoration:none;
	color:#009;
}
a.special:hover {
	text-decoration:none;
	color:#666;
}

.red {	color: #f00;}
.green {color: #0a0;}
td { font-size:  92%;}

#menu ul li a.current {
	color: #0F8589;
	font-weight: bold;
}

fieldset {
	border: 0;
}
