/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
html, body {
	height:100%;
}
body {
	background-color:#5b2d0d;
	background-image:url(../img/bgd.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#global {
	width:980px;
	height:100%;
	margin-left:auto;
	margin-right:auto; 
}

#head {    
    width:964px;   
}





#content {
    width:964px;   
	min-height:100%;
    padding-left:8px;  
    padding-right:8px;
	background-image:url(../img/main_bgd.png);
	background-repeat:repeat-y;
	
}


#main { 
    padding-bottom:75px;	
}


/* FOOTER */
#foo {
	width:964px;   
    padding-left:8px;  
    padding-right:8px;
	position:fixed;
	bottom:-55px;
	margin-left:auto;
	margin-right:auto;
	height:99px;
}

#foo_content {
	width:964px;
	height:99px;
	background-image:url(../img/foo_bgd.png);
	background-repeat:no-repeat;
	border: 0px solid red;
}

#f {
    float:left;
    margin-top:12px;
    margin-left:20px;
    margin-right:35px;
    color:#ffffff;
    text-align:left;
}

#f a {
    color:#ffffff;
    text-decoration:none;   
}

#f a:hover{
    text-decoration:underline
}

#f .ftitre {
    display:block;
    height:14px;
    padding-top:10px;
    margin-bottom:5px;
    font-size:10pt;
    font-weight:bold;
    background-image:url(../img/puce1.png);
    background-repeat:no-repeat;
    border:0px solid red
}

#f .fsub {
    display:block;
    height:13px;
    font-size:10pt;   
    margin-bottom:2px;
}


/* BOUTON */
.btn {
	display:block;
	width:180px;
	height:30px;
	margin-top:12px;
	background-repeat:no-repeat;
	background-position:0 0;
}

.btn .label {
	display:none;
}

.btn:hover{
	width:180px;
	height:30px;
	background-repeat:no-repeat;
	background-position:0 -30px;
}

#btn1 {
	background-image:url(../img/btn_home_ao.jpg);
}
#btn2 {
	background-image:url(../img/btn_home_immo.jpg);
}
#btn3 {
	background-image:url(../img/btn_contact.jpg);
}

