/* includes */

/* general */

body {
	margin: auto;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

img {
	border-width: 0px;
}

input, textarea {
	border-width: 1px;
	border-color: #666 #ccc #ccc #666;
	border-style: solid;
	padding: 0px 3px 0px 3px;
	background-color: #f9f9f9;
}

input:hover {
	border-color: #ccc #666 #666 #ccc;
}

input.spip_bouton {
	background-color: #0079a6;
	color: #fff;
	border-color: #ccc #666 #666 #ccc;
}

input.spip_bouton:hover {
	background-color: #f9f9f9;
	color: #000;
	border-color: #666 #ccc #ccc #666;
}

a {
	text-decoration: none;
	color: #0079a6;
}

a:hover {
	text-decoration: none;
	color: #000;
}

hr {
	border-width: 1px;
	border-color: #ccc;
}

ul.art-rel {
	margin: 0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	list-style-position: inside;
	list-style-type: square;
	text-align: left;
	color: #999;
}

/* ul.archive */
ul.archive {
	margin: 0px 10px 10px 0px;
	padding:0px 0px 0px 0px;
	list-style-position: inside;
	list-style-type: square;
	text-align: left;
	color: #999;
}

ul.archive li.year {
	list-style-type: none;
	font-size: 24px;
	color: #666;
	text-align: right;
	font-weight: bold;
}

ul.archive li.mon {
	list-style-type: none;
	font-size: 24px;
	color: #666;
	text-transform: capitalize;
	margin-bottom: 10px;
	border-width: 0px 0px 1px 0px;
	border-color: #999;
	border-style: solid;
}

h2.titre-extrait {
	margin: 0px;
}
h2.titre-extrait a {
	color: #333;
}

/* container */

#container {
	width: 700px;
	margin: auto;
	text-align: left;
	position: relative;
}

/* header */

#header {
	border-width: 0px 0px 1px 0px;
	border-color: #666;
	border-style: solid; 
}

#header .banner-sup {
	position:absolute;
    top: 15px;
    left: 350px;
}

/* footer */
#footer {
	margin-top: 20px;
	padding-top: 5px;
	clear: both;
	border-width: 1px 0px 0px 0px;
	border-color: #666;
	border-style: solid;
	color: #333;
}

/* buscar */

#buscar {
	margin-top: 5px;
	float: right;
}

#buscar form input {
	width: 150px;
}

/* menu */
#menu {
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
	width: 400px;
	float: left;
}

#menu ul {
	margin: 0px;
	padding:0px 0px 0px 0px;
	list-style-type: none;
	text-align: left;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	font-weight: bold;
	float: left;
	border-style: solid;
	border-right-color: white;
	border-width: 0px 1px 0px 0px;
}

#menu ul li a:hover {
	color: #000;
}

/* content */
#content {
	clear: both;
}

/* navright */
#navright {
	float: right;
	width: 190px;
	margin-top: 10px;
}

#navright img {
	display: block;
	margin: 0px auto 0px auto;
	text-align: center;
}

#navright h2 {
	text-align: right;
	margin-bottom: 3px;
	color: #999;
	/*font-family: Georgia, "Times New Roman", Garamond, Times, serif;*/
	font-size: 24px;
	font-weight: normal;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #ccc;
}

#navright ul {
	margin: 0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	list-style-position: inside;
	list-style-type: square;
	text-align: left;
	color: #ccc;
	font-size: 13px;
}

#navright h3 {
	margin: 3px 0px 3px 0px;
}

#navright ul.lista-noticias {
	font-size: 11px;
}

/* principal */
#principal {
	float: left;
	width: 500px;
}

/* text */

#text h1 {
	margin: 0px 0px 0px 0px;
}

#text .texte, #text .descr, #text .surtitre {
	font-family: Georgia, "Times New Roman", Garamond, Times, serif;
	font-size: 14px;
	text-align: justify;
}

#text .surtitre {
	margin-top: 10px;
	color: #999;
}

#text .texte h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

#text .descr {
	font-weight: bold;
	clear: both;
}

#text .descr img {
	display: block;
	margin: 0px 3px 0px 0px;
}

#text textarea {
	margin-right: 0px;
	width: 670px;
}

#text h2.titre-extrait {
	margin: 0px;
}

#text h2 a {
	margin: 0px;
	color: #333;
}

/* signatures */
#signatures {
	font-size: 13px;
	margin-bottom: 20px;
}

#signatures .signatures-titre {
	font-weight: bold;
}

#signatures table {
	width: 100%;
}

/* forum */
#forum .comment-text {
	font-family: Georgia, "Times New Roman", Garamond, Times, serif;
	font-size: 14px;
	text-align: justify;
}

#forum .item {
	margin-top: 10px;
	padding: 3px;
}

#forum .impar {
	background-color: #eee;
}

#forum .comment-autor {
	font-weight: bold;
}

/* agenda var */

#agenda li.mon {
	font-weight: bold;
	color: #666;
	/*text-align: right;*/
	font-size: 16px;
	list-style-type: none;
	text-transform: capitalize;
}

/* breves */

#breves {
	border-color: #eee;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	background-color: #f9f9f9;
	padding: 5px;
	margin-bottom: 10px;
}

#breves .item {
	margin-top: 3px;
}

#breves .date {
	color: #999;
}

#breves .texte {
	margin: 0px;
}

#breves a {
	font-weight: bold;
}

/* banners */

#banners ul {
	list-style-type: none;
}

#banners li {
	margin-top: 5px;
	*margin: 0px;
	*padding: 0px;
}

#banners li a {
	margin: 0px;
	padding: 0px;
}

#banners img.spip_logos {
	*margin: 0px;
	*padding: 0px;
}

/* hierarchie */

#hierarchie {
	margin-left: 5px;
}
/* banner superior */


/* others class */
.volver {
	font-weight: bold;
	text-align: right;
}

.spip_documents_center{
	margin: auto; 
	text-align: center;
	width: 80%;
}

.spip_documents_left{
	float: left;
	margin-right: 15px; 
	text-align: center;
}

.spip_documents_right{
	float: right;
	margin-left: 15px; 
	text-align: center;
}

.ant, .sig {
	width: 300px;
	color: #000;
}

.ant h2, .sig h2 {
	margin-bottom: 0px;
}

.ant {
	float: left;
	text-align: left;
}

.sig {
	float: right;
	text-align: right;
}

.reponse_formulaire {
	font-size: 13px;
}

.reponse_formulaire input {
	margin-bottom: 3px;
}

.reponse_formulaire label {
	margin-bottom: 3px;
	width: 100%;
}

.spip_encadrer {
}

.temas {
	font-size: 14px;
	margin: 10px 0px 10px 0px;
}

.texte {
	margin-top: 3px;
	text-align: justify;
}

.texte img {
	margin: 0px 3px 0px 0px;
}

.detail {
	color: #999;
}


