.page {
	font-family: Arial;
	font-size: 0.924em;
}

.header {
	background: #AAA url(img/bando.jpg) no-repeat right top;
}

.nav {
	background-color: #AAA;
	overflow: hidden;
}

.hornav {
	border: 0 none;
}
.hornav .item a {
	padding: 1em 0.75em;
	color: #FFF;
	text-transform: uppercase;
}

.hornav .item a:hover {
	color: inherit;
	background-color: inherit;
}
.hornav .item:hover {
	color: #FFF;
	background-color: #2E2E2E;
}

.hornav .item.on a {
	color: #FFF;
	background-color: #2E2E2E;
}
.hornav .item ul {
	display: none;
	position: absolute;
	margin: 1px 0 0 -270px;
}
.hornav .item ul li {
	float: left;
}
.hornav .item ul a {
	display: block;
	padding: 0.4em 3em;
	font-weight: normal;
	text-transform: none;
}

.container {
	margin: 0;
	background: url(img/fond-container.png) repeat-y;
	border-top: 30px solid #2E2E2E;
	overflow: hidden;
}

.content {
	padding-top: 30px;
}
.content a {
	color: #000;
}
.content h1 {
	font-size: 1.667em;
}
.content h2 {
	color: #971C27;
	font-size: 1.167em;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #971C27;
}
.content h3 {
	padding-left: 10px;
	font-size: 1.167em;
	line-height: 1.3em;
	background: url(img/picto-titre.png) no-repeat 0 2px;
}
.content h3 a {
	color: #000;
	text-decoration: none;
}
#content h3 a:hover {
	text-decoration: underline;
}
.content .soustitre {
	font-size: 1.2em;
	font-weight: bold;
}
.content .chapo {
	font-weight: bold;
}
.content .sommaire {
	margin-bottom: 2em;
}
.content .sommaire li:first-child:before {
    content: "";
}
.content .sommaire li:before {
    content: " | ";
}
.content .sommaire li {
    display: inline;
}


.navsub {
	background-color: #E1E1E1;
}

.navsub .mots h2 {
	display: none;
}

.navsub .liste-items {
	font-size: 1.167em;
	text-align: center;
	text-transform: uppercase;
	background-color: #A6A6A6;
	border: 0 none;
}
.navsub .liste-items li {
	padding: 0;
	list-style: none;
	border: 0 none;
}
.navsub .liste-items a {
	display: block;
	padding: 1em 0;
	color: #FFF;
	text-decoration: none;
}
.navsub .liste-items a:hover,
.navsub .liste-items a:focus,
.navsub .liste-items a:active,
.navsub .liste-items a.on {
	background-color: #971C27;
}

.aside .formulaire_spip {
	margin: 0;
}
.aside .formulaire_spip label {
	text-transform: uppercase;
}

.aside input[type=text] {
	height: 1.75em;
	border: 1px solid #999;
}
.aside a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
.aside li {
	padding: 1em 0;
	border-bottom: 1px solid #000;
}
/*
.aside li:first-child {
	border-top: 1px solid #000;
}
*/
.aside .newsletter, .aside .espace-presse {
	margin-top: 10px;
	text-align: center;
	background: #971C27;
	border: 0 none;
}
.aside .newsletter a, .aside .espace-presse a {
	color:  #FFF;
}
/*
.aside .newsletter {
	background: #971C27 url(img/enveloppe.png) no-repeat 6px center;
}
*/
.aside .reseaux-sociaux {
    border-bottom: 0 none;
}
.reseaux-sociaux li {
	display: inline-block;
	margin-right: 4px;
    padding: 0;
	border: 0 none;
}

.footer {
	margin-top: 0;
	border: 0 none;
}

.footer .adresse {
	padding: 20px 0;
	color: #FFF;
	background: #2E2E2E url(img/logo-pied.png) no-repeat 520px;
}
.footer .adresse p {
	width:  200px;
	margin-left: 300px;
	margin-bottom: 0;
	padding-right: 5px;
	text-align: right;
	border-right: 1px solid #FFF;
}
.footer .soutiens {
	padding: 5px 0;
}
