/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* 
{
	margin:0px;
	padding:0px;
	overflow-y:visible;
	
	
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #FFFFFF;
	
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #000000 }
a:active { text-decoration: none; color: #F60 }
a:visited { text-decoration: none; color: #F60  }
a:hover { text-decoration: none; color: #F60 }

a img { border: none; }

#logo {
	left: 20px;
	top: 20px;
	float: left;
    position: absolute;
	}

#menu {
    width: 280px;
    top: 5px;
    bottom: 0px;
	left: 160px;
    position:absolute;
    height:auto;
	text-align : left;
	
}

#menu ul {
	list-style:none;
	margin: 0 0 10px 0;
	color:#F60;
	background: transparent url('http://www.lamaisonchauffante.com/images/opaque.png');
	padding-top:3px;
	padding-bottom:3px;
	padding-right:3px;
	padding-left:3px;
		

}

#menu ul li.section-title { 
	font-weight: bold;
	border-top:1px dotted #F60;
	border-bottom:1px dotted #F60;
	line-height:1.35em;
	padding-top:3px;
	padding-bottom:3px;
	}


#content {
    margin: 0 0 0 470px;	
	
}

.container {
    padding: 0px 0px 0px 0px;
}

#menu_space {
	height:18px;
}

#content p { width: 600px; margin-bottom: 9px;  }

p {
    margin: 0 0 5px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 600px; margin: 0; padding: 0 0 12px 0;  }

/* SLIDE SHOW - Navigation */
p.nav a {
background-color : #F60;
color : #ffffff;
padding-top : 1px;
padding-right : 9px;
padding-bottom : 3px;
padding-left : 9px;
font-size : 1em;
font-family : Arial, sans-serif;
}
p.nav a:hover {
background-color : #F60;
}
p.nav span#num {
	letter-spacing : 2px;
	font-family : Verdana, sans-serif;
	font-style : normal;
	padding-left : 20px;
}


#once { clear: left; }
