@charset "utf-8";

/* CSS Document */

div#conteneur {
	margin:auto;
	width:1024px;
	border:2px solid #ffd200;
	background-color:#FFF;
}

/* === header === */
div#header {
	width:1024px;
	height:144px;
	background:url(../../fr/images/header-fond.jpg) no-repeat;
}

div#logo a {
	display:block;
	float:left;
	width:379px;
	height:98px;
	margin:15px 10px;
	background:url(../../fr/images/logo_home.png) no-repeat;
	text-indent:-10000px;
}

div#newsletter {
	float:right;
	width:235px;
	margin-top:20px;
	padding-top:20px;
	background:url(../../fr/images/newsletter-haut.png) no-repeat;
}

div#newsletter .content {
	text-align:right;
	background:url(../../fr/images/newsletter-fond.png) right repeat-y;
}
div#newsletter .content form { padding:0; margin:0;}
div#newsletter .newsletter-title {
	margin:0 6px 0 0;
	padding:0 57px 0 0;
	font-size:15px;
	text-align:right;
	background:url(../../fr/images/newsletter-icone.jpg) right no-repeat;
}

div#newsletter .newsletter-title span { font-size:16px; }

div#newsletter #input_newsletter {
	float:right;
	width:151px;
	height:18px;
	margin:5px 0 0;
	padding:0 3px 0;
	border:1px solid black;
	font-size:11px;
	color:#666;
}

div#newsletter .newsletter-submit {
	display:block;
	float:right;
	width:48px;
	height:20px;
	margin:5px 5px 0 0;
	padding:0 0 0;
	background:url(../../fr/images/newsletter-fond-btn.gif) no-repeat;
	font-size:11px;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	color:black;
	border:none;
}

div#newsletter .bottom {
	clear:both;
	height:20px;
	background:url(../../fr/images/newsletter-bas.png) no-repeat;
}
