@charset "utf-8";
/* CSS Document */

body {
	font-family:"Trebuchet MS", Arial;
	background:url(../images/fond.png) repeat-x #202020;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a 
{
	color:#c0cad1;
}

a:hover
{
	text-decoration:none;
}

img
{
    border:0;
    text-decoration:none;
}

.imgText
{
	float:left;
	margin:20px 0 5px 50px;
	border:1px solid #FFF;
	
}

.conteneur
{
	width:750px;
	margin:auto;
	text-align: center;
}

#header
{
	position:relative;
	border:3px solid #000;
	width:750px;
	height:120px;
	margin-top:60px;
}

#imagePerso
{
	position:absolute;
	top:-52px;
	left:-65px;
}

#banner
{
	position:absolute;
	top:-57px;
	right:-40px;
}

#menu
{
	background:url(../images/menu_repeat.jpg) repeat-x;
	border:3px solid #000;
	border-top:none;
	width:750px;
	height:27px;
	text-align:left;
}

#button img
{
	margin:0 10px 0 10px;
}

.floatRight
{
	float:right;
}

.floatLeft
{
    float:left;    
}

#conteneur
{
	width:750px;
}

#hautContenu
{
	width:750px;
	background-color:#09141b;
	padding:0 0 10px 0;
}

.icon
{
	float:left;
	margin:20px 0 5px 40px;
}

.title
{
	float:left;
	margin:20px 0 5px 5px;
	width:600px;
	border:1px solid #FFF;
	height:32px;
	background:url(../images/fond_contenu.jpg) repeat-x;
	text-align:left;
	font-size:22px;
	font-weight:bold;
	padding:6px 0 0 15px;
}

.text, .movie
{
	float:left;
	width:600px;
	margin:0 0 0 70px;
	padding:0 15px;
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
	color:#736e5b;
	text-align:left;
}

.movie
{
	padding:0 0 0 60px;
	margin:0;
}

#footer
{
	font-size:10px;
	color:#888;
	margin:10px 0 10px 0;
}

.spacer
{
	clear:both;
}