body {
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	margin-top: 0;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/fondrose.jpg);
	background-repeat: repeat;
    }


#container {
	width: 780px;  /*les marges automatiques (et dotées d'une largeur positive) centrent la page */
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index:0;
	background-color: #FFFFFF;
	margin-top: 0px;	/*border: 1px solid #FFFFFF;*/
	/*border: 1px solid #666666;*/	
    } 
#banner {
	display: inline;
	height: 279px;
	width: 780px;
	float: left;
	margin-top: 0px;
	z-index: 1;
	visibility: visible;
	background-color: #000000;
	text-align: center;
	background-image: url(../images/bannerpeaulis.jpg);
	background-repeat: no-repeat;
}

#sidebar {
	width: 180px;
	top: 0px;
	left: 0px;
	text-align: left;
	float: left;
	padding-top: 60px;
	padding-left: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 75%;
	letter-spacing: 0.05em;
	background-color: #FFFFFF;
	white-space: nowrap;
}
#email {
	padding-top: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content {
	width: 500px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #666666;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 40px;
	background-color: #FFFFFF;
	margin-top: 10px;	
}

#content p {
	padding-top: 20px;
	padding-left: 10px;
	background-attachment: fixed;
	padding-right: 50px;
	line-height: 20px;
	font-size: 90%;
	letter-spacing: 0.05em;
	padding-bottom: 10px;
}
#content a {
	color: #660033;
	font-size: 100%;
	text-decoration: underline;
	font-weight: bold;
}



#rights {
	
	margin-bottom: 20px;
	text-align: center;
}

#rights a {
	clear: both;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	color: #999999;
	letter-spacing: 0.2em;
	text-decoration: none;
}
#rights a:hover {
	clear: both;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	color: #660033;
	letter-spacing: 0.2em;
	text-decoration: none;
}
#footer {
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	
    } 
#tablecontent {
	width: 500px;
	font-size: 90%;
}


.p_top {
	padding-bottom: 20px;
	margin-top: -20px;
}




.strongtxt {
	font-size: 100%;
	font-weight: normal;
}
.smalltxt {
	font-size: 70%;
	font-weight: normal;
}


