body {
	padding: 10px;
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #ececec;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #3300CC;
	text-decoration: underline overline;
	text-align: center;
	float: right;
	height: 100px;
	width: 400px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	background-color: #CCCCCC;
	padding-top: 15px;

}
.logo {
	float: left;
}
a.lien2 {
	color: blue;
	}
a.lien2:hover {
	color: black;
	text-decoration:none;
	background-color: #cccccc;
	}
.infos {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #dadada;
	width: 500px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #03c;
	border-right-color: #03c;
	border-bottom-color: #03c;
	border-left-color: #03c;
	padding: 3px;

}
.infos strong {
	color: #993300;
	}
.centrage {
	font-family: "Comic Sans MS";
	font-size: 1em;
	color: #0000cc;
	text-align: center;
	}
.encart {
	background-color: #F8F8F8;
	text-align: justify;
	padding: 5px;
	float: right;
	width: 200px;
	border-width: 1px 3px 3px 1px;
	border-top-style: solid;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: solid;
	border-color: #03c;
	margin: 5px;
	color: #000;
}
.encart h1 {
	font-size: 1.2em;
	}
a.lien4 {
	color: black;
	text-decoration: none;
	}
a.lien4:hover {
	color: black;
	text-decoration: none;
	} 
