/* CSS Document */
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none}

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

.special{
	margin:0px;
	color:#999999;

	background-image:url(../images/background_index.jpg);
	
	background-color:#000000;
	background-repeat:repeat-x;
	line-height:20px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;

}
a:link{
	text-decoration:none;
	color:#CCC;
}
a:hover{
text-decoration:none;
color:#666666;
}
a:visited{
	text-decoration:none;
	color:#CCC;
}
a.mail{
text-decoration:none;
color:#999999;
}
a.mail:hover{
text-decoration:none;
color:#666666;
}
a.mail_top{
text-decoration:none;
color:#E7BD16;
font-style:italic;
font-weight:bold;
}
a:hover.mail_top{
text-decoration:none;
color:#FFFFFF;
font-style:italic;
font-weight:bold;
}

#conteneur{
	width: 980px;
	height:100%;
	margin:0px auto;
	
	
}
#gauche{
	/*margin-left:70px;*/
	width:350px;
	/*padding-top:35px;*/
	padding-bottom:35px;
	float:left;
}
#droite{
	width:350px;
	/*padding-top:35px;*/
	float:left;
}

.liste {
	margin-top:0px;
	
	
}
li{
	list-style-type:square;
}
.separateur{
	float:left;
	background-image:url(../images/separateur.jpg);
	background-repeat:no-repeat;
	width:5px;
	height:300px;
	margin-left:50px;
	margin-right:50px;
}
.fond_menu{
	background-image:url(../images/fond_menu.jpg);
	
}
#content{
	background-color:#2C2C2C;
	/*height:357px;*/


	padding:25px;
	padding-left:110px;
	padding-right:0px;
	width: 810px;
	margin:0px auto;

}
#fixe{
	background-color:#2C2C2C; 
	position:relative;
}
#footer{

	color:#333333;
	height:75px;
	
	background-color:#000000;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:repeat-x;
	
}
#content_footer{
	width: 905px;
	padding-top:17px;
	
	padding-left:50px;
	
	margin:0px auto;
	
	
}
.logo{
	margin-left:375px;
}
h1{
	font-family:"Times New Roman", Times, serif;
	color:#E7BD16;
	font-weight:bold;
	font-size:16px;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
}

/* Section Immobilier */

#region {
	width:980px;
	height: 217px;

}

#region a:link{
	text-decoration:none;
	color:#666;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
}

#region a:hover{
	text-decoration:none;
	color:#FFF;
	background-color: #333;
	padding: 2px;
}
#region a:visited{
	text-decoration:none;
	color:#666;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
}
#propriete {
	background-color:#2C2C2C;
	padding:25px;
	padding-left:0px;
	padding-right:0px;
	width: 980px;
	margin:0px auto;
}

#propCont {
	padding:25px;
	width: auto;
	font-weight: normal;
	color: #CCC;
}

#propCont strong{
	font-size: 14px;
	color: #FFF;
}
.imgProp {
	background-color: #FFF;
	padding: 2px;
	border: 2px solid #FFF;
}

a.Desc:link{
	text-decoration:none;
	color:#FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	background-color: #E7BD16;
	display: block;
	width: 150px;
	text-align: center;
}

a.Desc:visited{
	text-decoration:none;
	color:#FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	background-color: #E7BD16;
	display: block;
	width: 150px;
	text-align: center;
}

a.Desc:hover{
	text-decoration:none;
	color:#000;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	background-color: #E7BD16;
	display: block;
	width: 150px;
	text-align: center;
}

.MyFieldset{
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
