
/* Typography & Colors */

body {
	background-color: #000000;
	margin: 0; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
	font-size: 12pt;
	font-family: arial;
	color: #FFFFFF;
	}

#header {
	font-size: 11pt;
	font-family: georgia, Sans-Serif;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	}

#titre {
	font-size: 11pt;
	font-family: arial;
	font-weight: bold;
	color: #000000;
	text-align: left;
	}

#lefttop, #righttop, #leftbottom, #rightbottom {
	font-size: 10pt;
	font-family: arial;
	color: #FFFFFF;
	text-align: left;
	}

#footer p{
	font-size: 10pt;
	font-family: arial;
	color: #FFFFFF;
	text-align: center;
	}

.films {
	font-weight: bold;
	color: #7C8DFF;
	}

a {
	color: #7C8DFF;
	}

h2 {
	font-size: 18pt;
	font-family: georgia, Sans-Serif;
	color: #FFFFFF;
	text-align: center;
	}

h3 {
	font-size: 11pt;
	font-family: arial;
	color: #7C8DFF;
	text-align: left;
	}

h4 {
	font-size: 10pt;
	font-family: georgia, Sans-Serif;
	font-weight: bold;
	color: #000000;
	text-align: center;
	}

/* End Typography & Colors */



/* Structure */

#container {
	margin-left: auto;
    margin-right: auto;
    height: 100%;
	width: 750px;
	}

#header {
	margin-top: 75px;
	margin-left: 10px;
	height: 181px;
	width: 749px;
	}

#titre {
	margin-left: 450px;
	padding: 15px 0 0 25px;
	height: 140px;
	width: 260px;
	}

#barres {
	margin-top: 75px;
	height: 96em;
	width: 750px;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	}

#lefttop {
	margin-left: 10px;
	margin-top: 20px;
	float: left;
	width: 225px;
	}

#righttop {
	margin-right: 10px;
	float: right;
	width: 475px;
	}

#leftbottom {
	margin-left: 10px;
	float: left;
	width: 350px;
	}

#rightbottom {
	margin-right: 10px;
	float: right;
	width: 350px;
	}

#footer {
	height: 30px;
	width: 100%;
	border-top: 2px solid #FFFFFF;
	background-color: #7281A2;
	}

#footer p{
	margin: 4px;
	}


#camera {
	position: relative;
	left: 45px;
	}

.films {
	margin-left: 30px;
	}

.nav {
	margin-left: 35px;
	margin-top: 5px;
	height: 27px;
	width: 675px;
	float: left;
	}

img {
	border: 0px;
	}

/* End Structure */



/* Backgrounds */

#header {
	background: url('images/header2.jpg') no-repeat center center;
	}

#titre {
	background: transparent;
	}

.nav {
	background: url('images/nav2.jpg') no-repeat center center;
	}

/* End Backgrounds */



/* Menu */
/* End Menu */
