/*
Guillaume Zimmer
http://www.aldyss.com
*/

/*
COLOR SCHEME
background #f3edd7 
medium black #4b4b4b
yellow #c1bcaa
Dark yellow : #aa943a


*/


* 									{margin: 0; padding:0;}
html 									{overflow-y: scroll;}
html, body 							{height: 100%;}
body									{font-size: 62,5%; font-family: Verdana,arial,sans-serif; color: black; background-color: white ;}


h1									{font-size: 2.7em; font-family: Verdana, serif; color: #4b4b4b; font-weight: bold; margin:90px 0 0 10px;}
h2									{font-size: 2.3em; font-family: Verdana, serif; color: #c1bcaa; font-weight: normal; margin: 0 0 0 10px;}
h3									{font-size: 1,5em; font-family: Verdana, serif; font-weight: bold; margin: 20px 5px 5px 10px;}
h4									{font-size: 1em; color: grey; margin: 10px 5px 10px 0;}

#container 							{font: 11px Verdana,arial,sans-serif; width:1024px; margin: 0px auto -300px; min-height: 100%; height: auto !important; height: 100%;}

#push								{height:250px;}

#header 								{height:120px; padding-top:20px; background-image:url("images/header.jpg"); background-image:no-repeat;}
	
#menu								{float:right; padding: 20px 0 0 0; width:200px; color: #454343;}

#heart 								{}

#movie {
	text-align:center;
}

#footer {
	height: 10px ;
	width:100%;
	padding: 5px 5px 10px 10px;
	font-size:11px; 
	font-weight:bold;
}

p 									{text-indent:10px;}

a 									{color : #0076a8; text-decoration : none; font-weight:bold;}

img {
	border :none;
}

ul {						list-style-type:square;
						list-style-image:url("/images/list.jpg");
						list-style-position: inside;
						margin-left:20px;



}

a:hover {
	
	text-decoration : none;
	}
	
.menu a:hover {
	background-color: black;
	color: white ;
	}
	
.nav {
	background-color: black;
	color: white ;
	font-weight:bold;
}
