* {
	margin: 0;
	padding: 0;
}

html {}

body {
	text-align: center;
	background: #555758;
	color: #7b7f80;
	font-family: Verdana, Arial, sans-serif;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

p.spip {
	margin: 5px 0;
}

/* Espaceur de blocs */
.nettoyeur {
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}

/* Non visible a l'ecran */
.invisible {
	position: absolute;
	top: -3000em;
	height: 1%;
}

#page {
	/* 1014px - margin 10px */
	width: 1000px;
	margin: 0 auto;
	border-left: 5px solid #808080;
	border-right: 5px solid #808080;
	background: white;
	color: black;
}

#entete {
	text-align: left;
	background: transparent url('images/bandeau_gris.png') repeat-x center -1px;
}

#logo_site_spip {
	float: right;
	margin: 20px 20px 0 0;
}

#nom_site_spip {
	margin: 0 0 0 25px;
	padding-top: 20px;
	font-size: 230%;
}

#nom_site_spip a,
#nom_site_spip a:hover,
#nom_site_spip a:visited {
	color: #bc4153;
	background: transparent;
	text-decoration: none;
	font-style: italic;
}

#desc_site_spip {
	font-size: 75%;
	font-style: italic;
	margin: 0 0 0 25px;
	color: #5a99ab;
}

#url_site_spip {
	margin: 0 0 0 30px;
}

#url_site_spip a,
#url_site_spip a:hover
#url_site_spip a:visited {
	font-size: 70%;
	font-weight: bold;
	color: #666;
	text-decoration: underline;
}

#date {
	text-align: right;
	background: #dbdbdb;
	/*marche pas : background: transparent url('images/ombre_200x25.png') repeat-x;*/
	font-size: 80%;
	color: white;
	padding: 4px 20px 0 0;
	height: 20px;
}

#hierarchie {
	text-align: left;
	font-size: 70%;
	margin: 4px 0 4px 25px;
	color: #c54057;
}

#hierarchie a,
#hierarchie a:hover,
#hierarchie a:visited {
	color: #c54057;
	/*text-decoration: none;*/
}

#navigation {
	text-align: left;
	float: left;
	width: 180px;
	padding: 0 5px;
	margin-bottom: 50px;
}

#navigation_bienvenu {
	margin-top: 0px;
	background: url('images/ombre_8x20.png') repeat-x bottom;
}

#navigation_bienvenu img {
	/*position: relative;
	top: 5px;*/
	margin: 5px 0 -5px 0;
}

#navigation_bienvenu span {
	/*position: relative;
	bottom: 5px;*/
	vertical-align: 5px;
	color: #444;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 95%;
}
#navigation_bienvenu span.bold {
	vertical-align: 0;
	font-size: 110%;
}

#navigation_recherche {
	margin-top: 15px;
}

#navigation_recherche_titre {
	background: url('images/ombre_8x20.png') repeat-x bottom;
}

#navigation_recherche_titre img {
	margin: 5px 0 -5px 0;
}

#navigation_recherche_titre label {
	vertical-align: 5px;
	text-transform: uppercase;
	font-size: 95%;
	font-weight: bold;
	color: #444;
}

#navigation_recherche_input {
	background: #dbdbdb;
	padding: 5px 0 35px 5px;
}

#navigation_recherche_input input {
	width: 155px;
}

#navigation_recherche_input input.forms {
	border: 0 none;
	background: transparent;
	font-size: 65%;
	color: white;
	font-weight: bold;
	width: auto;
	float: right;
	margin-right: 3px;
}

#navigation_calendrier {
	margin: 10px 0 0 0;
}

.calendar a {
	color: black;
	text-decoration: none;
}

.calendar_prev {
	text-align: left;
}

.calendar_title {
	font-size: 90%;
	text-align: center;
}

.calendar_next {
	text-align: right;
}

.calendar_dayname {
	font-weight: normal;
	font-size: 75%;
}

.calendar_before,
.calendar_after,
.calendar_day {
	font-size: 75%;
}

.calendar_before a,
.calendar_before a:hover,
.calendar_before a:visited,
.calendar_after a,
.calendar_after a:hover,
.calendar_after a:visited {
	color: gray;
}

.calendar_current a,
.calendar_current a:hover,
.calendar_current a:visited {
	color: #c54057;
	font-size: 80%;
	font-weight: bold;
	vertical-align: 1px;
}

#navigation_newsletter_titre {
	margin-top: 10px;
	background: url('images/ombre_8x20.png') repeat-x bottom;
}

#navigation_newsletter_titre img {
	margin: 5px 0 -5px 0;
}

#navigation_newsletter_titre label {
	vertical-align: 5px;
	color: #444;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 95%;
}

#navigation_newsletter_input {
	background: #dbdbdb;
	padding: 5px 0 35px 5px;
}

#navigation_newsletter_input input {
	width: 155px;
}

#navigation_newsletter_input input.forms {
	border: 0 none;
	background: transparent;
	font-size: 65%;
	color: white;
	font-weight: bold;
	width: auto;
	float: right;
	margin-right: 3px;
}

#navigation_siege {
	color: #444;
	font-size: 60%;
	padding: 0 8px;
	margin-top: 20px;
}

#conteneur {
	margin-left: 180px;
	text-align: left;
}

.article {
	margin: 14px 0 0 10px;
	color: #6a99ab;
}

.article_date {
	/*background: #6a99ab url('images/bandeau_bleu.png') repeat-x;*/
	background: transparent url('images/bandeau_bleu.png') repeat-x;
	text-align: right;
	color: white;
	padding: 5px 20px 0 0;
	font-size: 80%;
	height: 30px;
}

.article_surtitre {
}

.article_titre {
	margin: 10px 0 5px 0px;
	padding-left: 15px;
	background: url('images/puce.png') no-repeat left -6px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	font-size: 90%;
}
#auteur .article_titre,
#recherche .article_titre,
#rubrique .article_titre {
	margin: 0 0 0 5px;
}


.article_titre a,
.article_titre a:hover,
.article_titre a:visited {
	color: #6a99ab;
	text-decoration: none;
}

.article_soustitre {
	margin: 10px 0 5px 15px;
	font-style: italic;
	font-weight: bold;
	font-size: 80%;
}

.article_logo {
	float: left;
	width: 200px;
	margin: 10px 5px 0 15px;
}

.page_agenda .article_logo,
.page_sommaire .article_logo {
	width: 100px;
}

.article_introduction {
	margin: 10px 15px 25px 15px;
	font-size: 75%;
}

.article_texte {
	margin: 10px 15px 0 15px;
	font-size: 75%;
}

.article_pied {
	text-align: right;
	padding: 5px 5px 5px 0;
	background: #dbdbdb;
}

.article_pied_suite,
.article_pied_imprimer {
	font-size: 70%;
	line-height: 105%;
}

.article_pied_suite a,
.article_pied_suite a:hover,
.article_pied_suite a:visited,
.article_pied_imprimer a,
.article_pied_imprimer a:hover,
.article_pied_imprimer a:visited {
	text-decoration: none;
	color: #6a99ab;
}

.article_pied_message {
	color: #c54057;
	font-size: 70%;
}

.article_pied_message a,
.article_pied_message a:hover,
.article_pied_message a:visited {
	color: #c54057;
}

.contact_titre,
.auteur_titre,
.recherche_titre,
.rubrique_titre {
	background: transparent url('images/bandeau_bleu.png') repeat-x;
	color: white;
	margin: 14px 0 0 15px;
	padding: 5px 0 0 20px;
	font-size: 80%;
	height: 30px;
}

.contact_titre a,
.contact_titre a:hover,
.contact_titre a:visited,
.auteur_titre a,
.auteur_titre a:hover,
.auteur_titre a:visited,
.recherche_titre a,
.recherche_titre a:hover,
.recherche_titre a:visited,
.rubrique_titre a:hover,
.rubrique_titre a:visited,
.rubrique_titre a {
	color: white;
	text-decoration: none;
}

#auteur .article,
#recherche .article,
#rubrique .article {
	margin: 5px 0 10px 15px;
}

#auteur .article_titre a,
#auteur .article_titre a:hover,
#auteur .article_titre a:visited,
#recherche .article_titre a,
#recherche .article_titre a:hover,
#recherche .article_titre a:visited,
#rubrique .article_titre a:hover,
#rubrique .article_titre a:visited,
#rubrique .article_titre a {
	color: #c54057;
}
#auteur .article_soustitre,
#recherche .article_soustitre,
#rubrique .article_soustitre {
	margin: 0 0 0 20px;
}

#auteur .article_desc,
#recherche .article_desc,
#rubrique .article_desc {
	margin: 0 0 0 20px;
	font-size: 80%;
}

#auteur .article_desc a,
#auteur .article_desc a:hover,
#auteur .article_desc a:visited,
#recherche .article_desc a,
#recherche .article_desc a:hover,
#recherche .article_desc a:visited,
#rubrique .article_desc a:hover,
#rubrique .article_desc a:visited,
#rubrique .article_desc a {
	color: #6a99ab;
}

#contact {
	margin-top: 20px;
	text-align: center;
}

#contact div {
	width: 700px;
	margin: 0 auto;
	text-align: center;
}

#contact dl {
	margin: 10px 0;
}

#contact dl.contact_centre {
	width: 500px;
	margin: 0 auto;
}

#contact dl.contact_textarea {
	/* Jump under the previous fields */
	clear: right;
	/* Allow label to be at correct location */
	padding-top: 10px;
}

#contact dl.contact_gauche {
	float: left;
	width: 360px;
	height: 28px;
	text-align: left;
}

#contact dl.contact_droite {
	float: right;
	width: 330px;
	height: 28px;
	text-align: left;
}

#contact dl input,
#contact dl select,
#contact dl textarea {
	border: 1px solid #6a99ab;
	font-size: 70%;
	color: #666;
}

#contact dl input.checkbox {
	border: none;
}

#contact dl label {
	color: #6a99ab;
	font-size: 70%;
}

#contact dl span.contact_required {
	font-size: 80%;
	color: #c54057;
	background: transparent;
}

#contact dl dt {
	float: left;
	width: 110px;
}

#contact dl.contact_centre dt {
	margin: 5px 15px 0 110px;
	width: auto;
}

#contact dl.contact_textarea dt {
	margin-left: 125px;
	margin-right: 15px;
	width: auto;
}

#contact dl.contact_checkbox dt {
	width: auto;
	margin-left: 225px;
	margin-right: 15px;
}

#contact dl dd {
}

#contact dl.contact_gauche dd input,
#contact dl.contact_droite dd input {
	margin-top: 2px;
}

#contact dl.contact_centre dd,
#contact dl.contact_textarea dd,
#contact dl.contact_checkbox dd {
	text-align: left;
}

#contact dl dd.contact_required {
	margin-top: 10px;
	font-size: 70%;
	color: #6a99ab;
}

#contact dl dd.contact_required span.contact_required {
	font-size: 100%;
}

.pagination {
	text-align: center;
	font-size: 75%;
	margin: 0 0 0 15px;
	padding: 5px 0;
	height: 20px;
	/*background: #dbdbdb;*/
}
.pagination_suivant {
	float: right;
	margin-right: 5px;
}
.pagination_precedent {
	float: left;
	margin-left: 5px;
}
/*
 * bleu : #6a99ab
 * red : #c54057
 * red alt : #8d646b
*/
