/****************** feuille CSS la Ceinture **************/


/****************** Fond site **************/
html
{ background-color:  #91aa5b  ;
}
/****************** espace haut site **************/
body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
}
/****************** acceuil texte **************/
p.ceinture{
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;			
}
/****************** acceuil texte **************/
div.ceinture{
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;			
}

/****************** copyright  **************/
p.copy{
	font-size:9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #b55d0f;
	
}
/****************** liens copyright **************/
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
/************** liens menu *************/
#sectionLinks{
	margin: 50px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 5px 0px 2px 5px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #ffffff;
	text-align: center;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #b55d0f;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
