/*informations diverses */
/*
	couleur bleu/violet clair: #0090C6
	couleur rouge: #A20044


/* Blocks prinicpaux */
html {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #0090C6;
}

body {
	
}

#page {
	width: 95%;
	min-width:800px;
	margin:0 auto;
	padding: 20px;	
}

/* Menu */
#menu {
	display: block;
    margin: 0 auto;
	width:1000px;
	text-align:center;
}

#menu ul{
	list-style: none;
	break-after
}

li.menu_titre{
	width: 100px;
	float: left;
	margin-left: -1px;
	text-align: center;
}

#menu a {
	border: none;
}

/*contenu */
#contenu {
	margin: 20px 10px 20px 10px ;
	border: 2px solid #A20044;
	padding: 20px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	
}

.temoignage {
  display: table-cell;
  padding: 25px;
	border: 2px solid #A20044;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
}


/*pied de page */
#pied_de_page{
	margin-top:100px;
	bottom:10px;
	text-align: center;
	font-size: 50%;
}

#pied_de_page a{
	color: #0090C6;
	text-decoration: none;
}

#formulaire_recherche, #formulaire_recherche label{
	display: inline;
	margin:  0 auto;
	text-align: center;
	margin-bottom:30px;
}


/* Balises HTML */
h1, h2, h3, h4 {
	color: #A20044;
}

a {
	text-decoration: none;
	color:inherit;
	border-bottom: 1px dotted;
}

a:hover {
	border-bottom: 1px solid;
}

a img {
	border:0; 
	text-decoration: none;
}
td, th {
	padding: 2px;
}

hr {
  color: #A20044;
  background-color: #A20044;
  height: 2px;
  border: 0;
  width: 75%;
}

/*Balises SPIP*/
.spip_doc_titre {
	width: auto !important;
}

.spip_documents {
	display: block;
}


.spip_documents dt {
	padding-left: 20px;
	display: table-cell;
}

.spip_documents dt:first-child {
}


.spip_documents dt:last-child {
}

