* {
padding: 0px;
margin: 0px;
}

body {
	background-image: url(./images/background.gif);
}

a img {
	border: none;
}

.drapeau {
	padding: 0px;
}

fieldset {
	border-style: solid;
	border-width: 1px;
	border-color: #839397;
	margin-bottom: 5px;
}

legend{
	font-weight: bold;
	margin-bottom: 5px;
}

#div_titre_general {
	position: absolute;
	width: 244px;
	height: 90px;
	background-image: url(./images/titre_general.jpg);
	right: 0px;
	top: -65px;
}

/* titre général pour IE*/
#div_titre_general {
	//position: absolute;
	//width: 250px;
	//height: 90px;
	//background-image: url(./images/titre_general2.jpg);
	//right: -5px;
	//top: -65px;
}
/*--------------------------*/

#div_general {
	position: absolute;
	width: 711px;
	//width: 712px;
	height: 550px;
	left: 50%;
	margin-left: -351px;
	top: 80px;
	background-image: url(./images/pix_ombre_droite.gif);
	background-repeat: repeat-y;
	background-position: 100% 0%;
}

#div_principal {
	width: 702px;
	height: 543px;
	padding: 0px;
	margin: 0px;
	background-color:#ffffff;
	border: 1px solid #ffffff;
}

#div_flash {
	position: absolute;
	width: 189px;
	height: 516px;
	background-image: url(./images/background_C.gif);
	background-position: 0% 100%;
	overflow: visible;
}

#div_menu {
	position: absolute;
	width: 180px;
	height: 491px;
	overflow: auto;
	background-image: url(./images/pix_motif_div_menu.gif);
	background-repeat: repeat-y;
	background-position: 0% 100%;
	padding-top: 25px;
	padding-left: 5px;
	padding-right: 5px;
	left: 189px;
}

#div_langage {
	position: absolute;
	width: 60px;
	height: 13px;
	padding: 0px;
	margin: 0px;
	top: 0px;
	left: 17px;
}

#div_contenu {
	position: absolute;
	width: 313px;
	height: 487px;
	right: 8px;
	padding-top: 25px;
	padding-left: 5px;
	padding-right: 5px;
	overflow: auto;
}

#div_mentions_legales {
	position: absolute;
	width: 692px;
	height: 23px;
	background-color: #839397;
	border-top: 1px solid #ffffff;
	padding-top: 3px;
	padding-left: 10px;
	bottom: 6px;
	font-size: 9px;
}

#div_formulaire_news {
	position: absolute;
	width: 180px;
	height: 25px;
	left: 167px;
}

#div_ombre_bas {
	position: absolute;
	width: 690px;
	height: 7px;
	background-image: url(./images/pix_ombre_bas.gif);
	background-repeat: repeat-x;
	right: 0px;
}

#div_footer {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: 12px;
	bottom: -19px;
	//bottom: -35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	font-size: 10px;
}

#div_footer img {
	margin-bottom: -4px;
}

input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
