/*
Name: Adfilm
URL: http://www.adfilm-valas.com/
Author: lor | http://lor.cubedeglace.com
Date: Juillet 2009
*/

* {
	outline: none;
}

html {
	font-size: 100.01%;
}

body {
	background-color: #0d0d0d;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 62.5%;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, address, blockquote, ol, p, ul {
	margin: 0 0 1em;
	padding: 0;
}


/* ----------------------------------
	LAYOUT
   ---------------------------------- */

#container {
	margin: 25px auto;
	text-align: center;
	width: 950px;
}	

#contact {
	text-align: left;
	width: 950px;
}

#address,
#producer,
#executive {
	border-top: #3d3d3d 1px solid;
	float: left;
	margin: 0 50px 0 0;
	padding: 10px 0 0;
	width: 250px;
}
	
		

/* ----------------------------------
	GENERAL TYPO
   ---------------------------------- */

p {
	color: #9e9e9e;
	font-size: 1.2em;
	line-height: 1.5em;
}

a {
	color: #9a6e08;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1{
	color: #e7e7e7;
	display: block
	font-size: 4.0em !important;
	font-weight: normal;
	line-height: 1.4em;
	margin: 50px 0 30px;
	text-align: left;
	width: 250px;
}

h2 {
	color: #e7e7e7;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
	text-transform: uppercase;
}


