/*------------------------------------*/
/*-- Feuille de style Marc Lagrange --*/
/*------------------------------------*/

body {
	background-color:#7096E1;
	text-align:center;
	SCROLLBAR-FACE-COLOR: #7096E1;
	SCROLLBAR-HIGHLIGHT-COLOR: #7096E1;
	SCROLLBAR-SHADOW-COLOR: #7096E1;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR:  #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
}

#page {
	height:500px;
	width:740px;
	text-align:left;
	position:relative;
	margin:0px;
	border:0px;
	background-image:url(../img/wallpaper.jpg);
}

#menu {
	position:absolute;
	width:740px;
	height:20px;
	z-index:1;
	left: 0px;
	top: 91px;
	text-align:right;
	background-color:#FFFFFF;
	visibility: visible
}

#contenu {
	position:absolute;
	width:660px;
	height:310px;
	z-index:1;
	left: 29px;
	top: 140px;
	overflow:auto;
	border-style:none;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	visibility: visible
}

#bas_de_page {
	position:absolute;
	width:740px;
	height:90px;
	z-index:1;
	left: -10px;
	top: 504px;
	text-align:center;
	overflow:auto;
	border-style:none;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	visibility: visible
}


/*-- Styles généraux --*/
table {font-family: verdana; font-size: 11px; color: #000000}
p {font-family: verdana; font-size: 11px; color: #000000}
h1 {font-family: MS Trebuchet, Arial; font-size: 18px; color: #006699; font-weight: bold}
.art-chapeau {font-style: italic; text-align:justify}
.txtblanc {font-family: verdana; font-size: 10px; color: #ffffff}
.small {font-family: verdana; font-size: 10px; text-decoration: none }

/*-- lien hypertexte --*/
a {text-decoration: none; color: #000000}
a:hover {text-decoration: underline; color: #000000}

.underline {text-decoration: underline}

.lienbaspage {font-family: verdana; font-size: 10px; color: #ffffff}
.lienbaspage:hover {font-family: Verdana; font-size: 10px; color: #ffffff}
