body {
	background-color: #FCECCB;
	font-family: "Times New Roman", Times, serif;
	color: #633100;
	font-style: italic;
	margin: 0; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
}

#boite {
	margin-left: auto;
	margin-right: auto;
	width: 1024;
	text-align: left; /* on rétablit l'alignement normal du texte */
     }

#envelop {
	 border: thin solid #462B16;
}

p, td.p {
	font-size: 12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 2px;
	margin-top: 0px;
	margin-bottom: 8px;
	font-style: italic;
}


.titre {
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	padding-top: 0px;
}
.ss-titre {
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	padding-top: 0px;
}

a {
	text-decoration: underline;
	color: #663333;
	font-weight: bold;
}

#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	background-image: url(images/plaquette_02.jpg);
	font-style: italic;
	line-height: 12px;
}
#navlist li {
	margin: 0;
}
#navlist a {
	/*/*/display: block;
	padding: 3px 2px 2px 10px;
	border: 0px solid #993300;
	width: 100px;
		 /* */
}
#navlist a:link, #navlist a:visited {
	
	/*/*/color: #FCECCB;
	text-decoration: none; /* */
}
#navlist a:hover {
	border: 1px solid #CCCC99;
	background-color: #993300;
        padding: 1px 2px 2px 10px; 
	color: #FFFFFF;
	}
#uberlink a:link, #uberlink a:visited, #uberlink a:hover {
	border: 1px solid #333;
	background-color: #993300; 
	color: #ffffff;
	font-weight: bold;
}
#signature a:link, #signature a:visited {
	text-decoration: none;
	text-align: center;
}
