html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, form, fieldset, table, th, tr, td {
	margin:0;
	padding:0;
} 
.texte, body, table, ul, ol, p, form {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	font-weight: normal;
	color: #ffffff;
}
a {color: #ffffff; text-decoration: underline; font-style: normal; font-weight: normal;}
a:visited{color: #ffffff; text-decoration: underline; font-style: normal; font-weight: normal;}
a:hover{color: #ffffff; text-decoration: none; font-style: normal; font-weight: normal;}

img {
	border:0;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #ffffff;
	font-weight:normal;
	text-align: left;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: left;
	font-weight: normal;
	color: #5a98c2;
}
.h2{
font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: left;
	font-weight: normal;
	color: #5a98c2;
}
body { 
	background-image: url('../images/fond-repeatx.jpg');
	background-repeat: repeat-x;
	background-color:#ffffff;
	width: 100%;
}
#body { 
	width:100%;
	background-image: url('../images/font-bulle.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}
#body2 { 
	width:980px;
	margin:auto;
}
/* ------- Fond tendus---------*/
#corps {
	width: 938px;
	min-height: 500px;
	background-image: url('../images/corps-repeatx.jpg');
	background-repeat: repeat-x;
	background-position: top;
}
#corps2 {
	width: 938px;
	background-image: url('../images/corps-norepeat.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}
	/* -------Menu ---------*/
#header{
	width: 980px;
	height: 378px;
	background-image: url('../images/header.jpg');
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
}
#menug
{
	position:absolute;
	margin-top:90px;
	margin-left:10px;
	widht:300px;
}
#menud
{
	position:absolute;
	margin-top:77px;
	margin-left:750px;
	widht:400px;
}
	/*---------- Contenu de la page----------- */
#corps {
	width: 980px;
	min-height: 417px;
	background-image: url('../images/body.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

	/*---------Bas de Page-------------*/
#footer {
	width: 980px;
	min-height: 105px;
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

#footer_lien {float: left; margin: 68px 0px 0px 20px;}
#footer_lien a{color: #97bed9; text-decoration: none; font-weight: normal; font-size:14px;}
#footer_lien a:visited{color: #97bed9; text-decoration: none; font-weight: normal;font-size:14px;}
#footer_lien a:hover{color: #0062a6; text-decoration: underline; font-weight: normal;font-size:14px;}
#footer_copyright {text-align: right; margin: 68px 20px 0px 0px; color: #0062a6;font-size:14px;}


.spacer{clear: both; height: 1px; font-size: 1px;}

/*-----------Page contact-----------*/
#form_contact label{float: left; margin-top: 5px;}
.form_contact_champ {display: block; margin: 5px 0px 5px 120px;}