* {
	margin:0;
	padding:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#000000;
}
img {
	border:0;
}

h2 {
	list-style:none;
	color:#ffffff;
	text-decoration:none;
}
h3 {
	list-style:none;
	color:#626161;
	text-decoration:none;
}
a{
	text-decoration:none;
	color:#626161;
}
a:visited{
	text-decoration:none;
	color:#626161;
}
a:hover{
	color:#ffffff;
	text-decoration:underline;
}


.input_email{
	height: 38px;
	width: 573px;
	color:#ffffff;
	font-size:18px;
	background-color:#222222;
	border: solid #3f3f3f 1px; 
}

/************************************************************************************************/
/* CONTENEURS */
/************************************************************************************************/

#conteneur_couteau {
	width:1176px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background:#000000;
}
#conteneur_header{
	background:transparent url(/charte/images/logo.png) no-repeat top left;
	width:1176px;
	height:237px;
	position:relative;
}
#conteneur_body{
	background:transparent url(/charte/images/fond_degrade_img.png) no-repeat top center;
	width:1176px;
	position:relative;
}
#conteneur_footer{
	position:relative;
	height:60px;
}

/************************************************************************************************/
/* HEADER */
/************************************************************************************************/

#titre{
	width:1176px;
	height:83px;
	position:absolute;
	bottom:0;
	text-align:center;
}
#menu{
	background:transparent url(/charte/images/trait_horizontal.png) no-repeat top left;
	width:857px;
	height:83px;
	position:absolute;
	bottom:83px;
	right:0;
}
#header{
	text-align:right;
	width:1176px;
	height:83px;
	position:absolute;
	bottom:166px;
	right:0;
}
#slogan{
	margin-right:140px;
	margin-top:50px;
}

/************************************************************************************************/
/* CONTENU */
/************************************************************************************************/
#contenu{
	margin-bottom:50px;
	
}
#contenu_bas{
	text-align:center;
	height:375px;
	vertical-align:top;
	color:#ffffff;
	text-decoration:none;
}

/************************************************************************************************/
/* FOOTER */
/************************************************************************************************/
#footer_img{
	background:transparent url(/charte/images/trait_footer.png) no-repeat top left;
	width:1034px;
	height:20px;
	position:absolute;
	right:0;
}
#footer{
	margin-left:140px;
	margin-right:135px;
	color:#626161;
	font-size:10px;
}
