body {
	margin : auto;
	padding : 0;
	font-size: 12px;
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF url('images/fond.png') repeat-x;
	text-align: center;
}

img {
	border: none;
}

td {
	font-size: 12px;
}

p , form {
	margin: 0;
	padding: 0;
}






/******************** LIENS ********************/ 

a {
	color : #000000;
	text-decoration: none;
}

a:hover { 
	color : #000000;
	text-decoration: underline;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
	text-decoration: none;
}

/******************** LIENS ********************/ 





/******************** DESIGN ********************/ 

#global {
	width: 980px;
	margin: auto;
	text-align:left;
}

#header_logo {
	height: 105px;
}

#header_gauche {
	float: left;
	width: 401px;
}

#header_droite {
	float: left;
	width: 579px;
}

#header_droite {
	float: left;
	width: 579px;
}

#header_newsletter {
	height: 99px;
	background: url('images/header_newsletter.png') no-repeat;
}

#header_newsletter p {
	color: #FFFFFF;
	padding: 24px 80px 0 230px;
	font-weight: bold;
}

#header_newsletter form {
	padding: 6px 80px 0 230px;
}

#header_texte {
	height: 66px;
	background: url('images/header_texte.png') no-repeat;
}

#header_texte p {
	color: #FFFFFF;
	padding: 38px 66px 0 18px;
	font-weight: bold;
}

#container_fond {
	background: url('images/container_fond.png') repeat-y;
	min-height: 155px;
}

#container_haut {
	background: url('images/container_haut.png') no-repeat top;
	min-height: 155px;
}

#container_gauche {
	float: left;
	width: 158px;
	padding: 14px 0 0 0;
	position: relative;
	left: 20px;
}

#container_gauche p {
	text-align:center;
	background: url('images/gauche_fond.png') repeat-y;
}

.gauche_haut {
	height: 11px;
}

.gauche_bas {
	height: 10px;
	background: url('images/gauche_bas.png') no-repeat;
	margin-bottom: 14px;
}

#container_droite {
	float: right;
	width: 759px;
	padding: 14px 0 0 0;
	position: relative;
	right: 28px;
}

.droite_haut {
	height: 11px;
}

.droite_fond {
	background: url('images/droite_fond.png') repeat-y;
	padding: 5px 20px 5px 20px;
}

.droite_bas {
	height: 11px;
	background: url('images/droite_bas.png') no-repeat;
	margin-bottom: 14px;
}

#footer {
	height: 41px;
	background: url('images/footer.png') no-repeat;
}

#footer p {
	color: #666666;
	text-align:center;
	padding: 5px 30px 0 25px;
	font-weight: bold;
}

/******************** DESIGN ********************/ 
