body{
	margin:0;
	padding:0;
	background: #AFAFAF url(../images/achat-maison-toulouse.biz.jpg) no-repeat;
	background-attachment:fixed;
	font-size:12px;
	font-family: "Century Gothic", Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 	
}

/*PARAMETRES GENERAUX*/
p{
	margin-left:10px;
	margin-right:10px;
}
h1{
	margin-left:10px;
	font-size:32px;
	font-style:italic;
	text-align:center;
}
h1, h2, h3, h4{
	margin-left:10px;
}
span{
	font-weight:bold;
}
ul, ol { 
	list-style:none;
}
.liens{
	text-decoration:underline;
	color:#893C44;
}
.liensnost{
	text-decoration:none;
	color:#893C44;
}
img{
	width: 880px;
	height: 380px;
	border:none;
}
.center{
	text-align:center;
}

/*PAGE GLOBALE*/
#page{
	width: 1000px;
	min-height: 640px;
	margin-left: auto;
	margin-right: auto;
}

/*EN TETE*/
#entete{
	width: 1000px;
	height: 84px;
	float:left;
}

/*MENUS*/
#menu{
	white-space:nowrap /*IE hack*/; 
	border:none; 
	width: 880px;
	min-height: 54px;
	background: #DFDFDF;
	float:left;
	font-size:16px;
}
#menu ul {
	list-style-type:none;
	margin:0 0 0 0;
}
#menu ul li {
	float:left;
	z-index:auto !important /*Non-IE6*/;
	z-index:1000 /*IE6*/; 
	background: transparent/*DF1529 url(../images/menu_top.jpg) repeat-x*/;
	/*border-top:solid 1px #7B0B04;*/
}
#menu ul li a {
	float:none !important /*Non-IE6*/;
	float:left /*IE-6*/; 
	display:block;
	height:54px; 
	line-height:54px; 
	padding:0px 16px 0 16px; 
	text-decoration:none;
	color:#000000;
 }
#menu ul li ul {
	display:none;
	border:none;
 }
/*Non-IE6 hovering*/
#menu ul li:hover {
	position:relative;
}
#menu ul li:hover a {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration:none;
} /*Color main cells hovering mode*/
#menu ul li:hover ul {
	display:block;
	width:170px; 
	position:absolute;
	z-index:999; 
	top:54px; 
	margin:0 0 0 -21px;
	left:0;
 }
#menu ul li:hover ul li a {
	white-space:normal; 
	display:block; 
	width:170px; 
	height:auto; 
	line-height:21px;
	margin-left:-20px;
	padding:4px 16px 4px 16px;
	background-color: #000000;
	color: #FFFFFF;
	opacity:1;
	font-weight:normal;
 } 
#menu ul li:hover ul li a:hover {
	background-color: #000000;
	text-decoration:none;
	font-weight:bold;
 }
#menudroit{
	white-space:nowrap /*IE hack*/; 
	border:none; 
	width: 120px;
	min-height: 54px;
	background: #DFDFDF;
	float:left;
	font-size:16px;
}
#menudroit img{
	width:35px;
	height:35px;
	margin:10px 2.5px;
	float:left;
}

/*CONTENU*/
#contenu{
	width: 1000px;
	height: 320px;
	background: #FFFFFF url(../images/2.jpg) no-repeat;
	float:left;
}
#textes{
	width: 1000px;
	min-height: 500px;
	background: #FFFFFF;
	float:left;
}
.colonne1{
	width: 199px;
	min-height: 600px;
	padding-top:20px;
	float:left;
	background: #FFFFFF;
}
.colonne2{
	width: 677px;
	min-height: 600px;
	padding-top:20px;
	float:left;
	background: #FFFFFF;
	border-left:solid 1px #AFAFAF;
	border-right:solid 1px #AFAFAF;
}
.colonne3{
	width: 122px;
	min-height: 590px;
	padding-top:30px;
	float:left;
	background: #FFFFFF;
}

/*PARTENAIRES*/
.case{
	width:189px;
	height:80px;
	margin:10px 10px;
	background: #FFFFFF;
	float:left;
}
.case img{
	width:80px;
	height:80px;
	margin-right:4px;
	border:solid 2px #893C44;
	float:left;
}
.case a{
	color:#000000;
	text-decoration:none;
}

/*CONTACT*/
input, select, textarea { 
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	width:98%;
	margin-left:4px;
}
input.envoi { 
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	width:28%;
	margin-left:4px;
}

/*PIED DE PAGE*/
#pieddepage {
	width: 1000px;
	min-height: 110px;
	border-top:solid 1px #AFAFAF;
	color:#000000;
	background: #DBD7D8;
	float: left;
	text-align:justify;
}
.txtcenter{
	text-align:center;
}
.lienpieddepage{
	margin:0 0 0 6px;
	color: #000000;
	text-decoration:none;
}
a.lienpieddepage:hover {
	color:#000000;
	text-decoration:underline;
}

