* {
	margin-top: 0px;
}


body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-color: #70154E;
	color: #2C215C;
}
#logo {
	height: 100px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#sommaire {
	height: 17px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 5px;
	background-image: url(images/barresommaire.jpg);
	background-repeat: no-repeat;
}


#contenu {
	height: 100%;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	min-height:500px;
	background-color: #FFF;
	background-image: url(images/carre.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 80px;
	
}

#pied {
	height: 20px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CD2B90;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
}
a {
	color: #2C215C;
}
.centre {
	text-align: center;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #70154E;
}
.justifier {
	text-align: justify;
}

.textegris {
	font-weight: bold;
	color: #776D6E;
}
fieldset legend {
	color: #CF2D92;
}
#navlist
{
	padding: 0 1px 1px;
	margin-left: 0;
	font-weight: bold;
}
#navlist li
{
	list-style: none;
	margin: 0;
	display: inline;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8C7DCF;
}
#navlist li a
{
	padding: 0.25em 0.5em 0.25em 0.75em;
	text-decoration: none;
	background-color: #FFF;
	border-left-width: 1.5em;
	border-left-style: solid;
	border-left-color: #8C7DCF;
	color: #70154E;
}

#navlist li a:link {
	color: #70154E;
}
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
	border-color: #70154E;
	color: #70154E;
	background-color: #FFF;
}
.bord {
	border: 1px solid #70154E;
}
.lien_blanc {
	color: #FFF;
}
.textegrand {
	font-size: 13px;
	font-weight: bold;
}
.texte_petit {
	font-size: 10px;
}
.textetresgrand {
	font-size: 16px;
	font-weight: bold;
	color: #70154E;
}

