@charset "utf-8";
#logo {
	background-color: #FFFFFF;
	height: 60px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/etoile.gif);
	background-repeat: no-repeat;
	background-position: 650px 17px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #733194;
	padding-top: 10px;
}
#sommaire {
	background-color: #BDADC6;
	height: 30px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6B218C;
}
#sommaire a:hover {
	color: #7B429C;
}
* {
	margin-top: 0px;
}
#sommaire a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#sommaire li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
}

#contenu {
	height: 460px;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 20px;
	position: relative;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #619E86;
	margin-top: 10px;
}
.bord {
	border: thin solid #9999CC;
}
.texte_accueil {
	font-size: 13px;
	font-weight: bold;
	color: #9999CC;
	background-color: #FCFCFE;
}
.titre {
	font-size: 14px;
	font-weight: bold;
	color: #619E86;
}
.lien {
	color: #7B6088;
}
.black {
	color: #000;
	background-color: #619E86;
}
