/* Les maires au nom de la loi SRU */
body {
	background-image: url(../pictos/logoPetit.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 700px;
	background-color: #FFFFFF;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Les indications de date d'actualisation */
#maj {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	float: right;
	margin-top: 0px;
	margin-bottom: 180px;
	padding: 0px;
}
/* Le retour haut */
#retourHaut	{
	clear:both;
	margin-left: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
/* Le retour bas */
#retourBas	{
	clear:both;
	margin-left: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#retourHaut a:link, #retourHaut a:visited, #retourBas a:link, #retourBas a:visited {
	color: #E30018;
	text-decoration: none;
}
#retourHaut a:hover, #retourHaut a:active, #retourBas a:hover, #retourBas a:active {
	color: #290074;
	text-decoration: underline;
}

/* La partie centrale */
#contenu	{
	clear:both;
	float: left;
	width: 470px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px 0px 10px 10px;
}
#contenu p	{
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}
/* Le menu */
#structure	{
	width: 180px;
	float:right;
}
#structure p {
	color: #E30018;
	background-color: #330066;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px 30px 0px 0px;
}
#structure .accent {
	color: #330066;
	background-color: #E30018;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px 30px 0px 0px;
}
/* Les liens du menu */
#structure a:link, #structure a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#structure a:active, #structure a:hover {
	text-decoration: none;
	color: #E30018;
}
#structure .accent a:active, #structure .accent a:hover {
	text-decoration: none;
	color: #330066;
}
/* Les blocs de la partie #contenu */
h1 {
	font-size: 24px;
	border-bottom-style: solid;
	border-bottom-color: #E30018;
	border-bottom-width: thin;
	color: #E30018;
}
h2 {
	font-size: 14px;
	color: #666666;
}
.rouge {
	border: 1px solid #E30018;
}
.rouge a:link, .rouge a:visited {
	color: #E30018;
	text-decoration: none;
}
.rouge a:hover, .rouge a:active {
	color: #290074;
	text-decoration: underline;
}
