body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f7f9e3;
}

#centrer_index  {
	width:970px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#index_top {
	height:30px;
	background-image:url(../images/sce/index-top.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#index {
	background-image:url(../images/sce/fond_index.gif);
	background-repeat:repeat-y;
	height:100%;
	padding:10px 20px 10px 20px;
}
#header {
	background-image:url(../images/sce/index-bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:929px;
	height:247px;
}
#header h1 {
	display: none;
}
#header img {
	margin-top: 39px;
	margin-left: 22px;
}



#contenu {
	width:100%;
	height:auto;
	padding:20px 10px 20px 0px;
	text-align:justify;
}

#footer {
	width: 929px;
	height: 10px;
	background-color: #f6eddb;
	margin-top: 8px;
}

#index_bottom {
	background-image: url(../images/sce/index-bottom.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#index_bottom p {
	color: #999999;
	text-align: right;
	margin-right: 10px;
	margin-top: 5px;
	font-size: 10px;
}
#index_bottom p a {
	color: #999999;
	text-decoration: none;
}

/*
LES LIENS
*/
a { 
	color: #cd7257;
	text-decoration: none;
}
a:hover { 
	color: #cd7257;
	text-decoration: none;
}
#contenu a { 
	color: #cd7257;
	text-decoration: none;
}
#contenu a:hover { 
	color: #cd7257;
	text-decoration: none;
}

/*
LES BALISES H
*/
h2 {
	font-size: 18px;
	color: #cd7257;
	margin-top:0px;
}
h3 {
	font-size: 14px;
	color: #f6a78f;
}
