@charset "iso-8859-1";
body{
	z-index: 0;
	width: 1000px;
	margin: auto;
	padding-bottom: 12px;
	border: 1px solid black;
	background: url("../images/bandeau_welcome.jpg") no-repeat top white;
	color: #424191;
}

/* -----*/

#en_tete{
	padding-top: 15px;
	padding-left: 28px;
}

#tete{
	width: 1000px;
	height: 75px;
	margin: auto;
	background: url("../images/bg_nav.jpg") no-repeat top;
}

	/*-----*/

#corps{
	width: 1000px;
	background: url("../images/bg_corps.jpg") repeat-y;
}	

	#contenu{
		font-family: "Trebuchet MS";
		margin-left: 30px;
		margin-right: 30px;
	}

/*-----*/

#pied{
	width: 1000px;
	height: 100px;
	background: url("../images/bg_pied.jpg") no-repeat top;
	text-align: center;
	font-size: 10pt;
}

/*-----*/

a{
	text-decoration: none;
	color: rgb(38, 97, 193);
}

a:hover{
	color: orange;
	text-decoration: overline underline;
}