@charset "iso-8859-1";
/*------------------------------------------------------------*/
/* Tests de positionnement                                    */
/*------------------------------------------------------------*/
/*
#entete     { background-color:#999999;}
#logo       { background-color:#33FF99;}
#adresse    { background-color:#FFFF66;}
#menus_hauts{ background-color:green;}
.menu_haut  { background-color:#FFF9EF;}
*/
/*------------------------------------------------------------*/
/* Styles principaux                                          */
/*------------------------------------------------------------*/

* {
	padding:0px;
	margin:0px;
}

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 80%;
	background-color:#eeeeee;
}
img{
	border:none;
	margin:0px;
}
a:link {
	color:#FF7B00;
	text-decoration:none;
}
a:visited {
	color:#FF7B00;
	text-decoration:none;
}
a:hover {
	color:#ff7b00;
	text-decoration:underline;
}


input {
	border: 1px solid;
	color:#00418F;
}

#formulaire_recherche input {
	border: none;
}

#formulaire_recherche #recherche {
	border: 1px solid;
}

#page {
	margin:auto;
	padding-top:5px;
	width:760px;
	background-color:#FFF9EF;
	z-index:1;
}


/*------------------------------------------------------------*/
/*  Entete                                                    */
/*------------------------------------------------------------*/
#entete {
	height:200px;
	/height:207px;
	width:100%;
	color:#004AA5;
}
/* dans container, contient le titre+ la fonction recherche*/
#logo {
	width:250px;
	height:105px;  /* Important car ca determine la position en y du bandeau d'images */
	/height:113px; /* A regler avec la hauteur de l'entete ci-dessus                  */
	float:left;
	text-align:center;
}

#logo h1{
	padding-top:2px;
	font-size:1.1em;
	font-weight:bold;
}

#adresse{
	width:200px;
	text-align:left;
	font-size:11px;
	float:left;
	margin:5px 0 0 10px;
	color:red;
}
#adresse p{
	margin-top:0em;
	padding-bottom:0em;
	margin-bottom:0em;
}
#adresse a{
	color:red;
	text-decoration:none;
}
#adresse a:hover{
	text-decoration:underline;
}


/*contient la zone de recherche+ "recherche"*/
#formulaire_recherche{
	margin-top:10px;
	text-align:left;
	width:210px;
	color:#004AA5;
}
#recherche{
	border:none;
	background-color:#FFF9EF;
	border:1px dotted gray;
	width:100px;
}
.noajax {
	margin-left:0;
}
.noajax div{
	width:200px;
}
.noajax .bouton {
	border:none;
	margin-bottom:-4px;
}

/*------------------------------------------------------------*/
/* Sommaires secondaires                                      */
/*------------------------------------------------------------*/
#menus_hauts{
	float:left;
	margin-left:20px;
	_margin-left:15px;  /*IE6 */
}
.menu_haut{
	float:left;
}
.menu_haut a{
	text-decoration:none;
	color:#004AA5;
	font-size:.85em;
}
.menu_haut li{
	list-style-type: none;
}

/*------------------------------------------------------------*/
/* Image aleatoire                                            */
/*------------------------------------------------------------*/

#listeImgAlea .imgAlea{
	margin:auto;
	z-index:0;
	margin-top:-14px;
	margin-left:-5px;
	display:none;
}
.imgAlea img{
	margin:5px;
}

/*------------------------------------------------------------*/
/* Menu Horizontal                                            */
/*------------------------------------------------------------*/
#sommaire {
	font-weight: normal;
	width:100%;
	margin-top:-20px;
	height:35px;
}
#sommaire a {
	color: black;
	font-size:.85em;
}
#sommaire a:hover {
	color:white;
	text-decoration:none;
}
.on {
	font-weight:bold;
}

/*------------------------------------------------------------*/
/* Contenu                                                    */
/*------------------------------------------------------------*/

#contenu {
	width:100%;
	min-height:500px;
	margin-top:0px;
	/*background-color:white;*/
	background-color:#FFF9EF;
	/*color:#004AA5;*/
	padding-top:18px;
}
#contenu h2 a{
	color:#6F6F6F;
	font-size:0.9em;
	padding-left:10px;
	color:#004AA5;
}
#contenu h2{
	margin-left:20px;
	font-size:1.2em;
	margin-top:20px;
}
#contenu ul li a{
	color:#FF7B00;
	font-size:14px;
	list-style-type:none;
}
#contenu ul{
	margin:10px 0 ;
	padding-left:30px;
}

#contenu p {
	margin:10px 0;
}
.surtitre {
	font-weight:bold;
	font-size: larger;
}
.chapo {
	font-style: italic;
}
.soustitre {
	font-weight:bold;
}
.ps {
	margin-top:35px;
	font-style:italic;
}
p.spip_note {
	margin-top: 35px;
	padding-top:5px;
	border-top: 1px solid #004AA5;
}

.sousrub {
	font-size:100%;
	font-weight: bold;
	margin-top:5px;
	margin-bottom:0px;
}
.date {
	font-size:90%;
	margin-bottom:10px;
}

/*liste des articles d'une rubrique */
#titresAccueil li{
	list-style-type:none;
	width:280px;
	margin-bottom:-10px;
}
#titresAccueil{
	width:300px;
	padding-left:10px;
	padding-top:10px;
}
#titresAccueil li h3{
	margin-top:0px;
	font-size:11px;
	color:#FFA64F;
}
#titresAccueil li h3 a{
	color:#FF7B00;
	text-decoration:none;
	font-weight:lighter;
}
#titresAccueil ul{
	padding-top:10px;
}

/*chemin de l'article*/
#hierarchie{
	padding-top:10px;
	color:#004AA5;
	margin-left:7px;
}
#hierarchie p{
	margin-bottom:10px;
}
#hierarchie a{
	color:#8F8F8F;
	font-size:12px;
}
	
/*liste des sous rubriques dans une rubrique*/
.menuRubriques li{
	list-style-type:none;
	color:#77AEEF;
	font-size:10px;
}
.menuRubriques ul li a{
	color:#FF831F!important;
}
.menuRubriques ul{
	padding-bottom:40px;
	padding-top:0px;
	height:20px;
	max-width:600px;
	margin-left:30px;
}
.menuRubriques {
	width:680px;
	margin:auto;
	margin-left:30px;
}

.published{
	text-align:left;
}
	
#sommaire_texte{
	float:left;
	width:540px;
}
.contenu_texte{
	width:100%;
	margin-left:7px;
}
.contenu_texte h1{
	color:#00418F;
	padding-top:10px;
	padding-bottom:10px;
	font-size:1.2em;
}
.contenu_texte h3{
	font-size:1em;
	padding-bottom:10px;
	padding-top:5px;
}
.contenu_texte .titre{
	font-size:1.7em;
}

.contenu_texte ol{
	margin-bottom:10px;
	margin-left:40px;
}

.menu_articles ul, .menu_rubriques ul, .menu{
	width:740px;
}

/*pour faire des lignes de couleur diffrentes sur un tableau*/
.row_first{
	max-width:740px;
	background-color:#FFCC00;
	color: #000000;
}
table.spip{
	max-width:740px;
}
thead{
	max-width:740px;
}

.spip tbody{
	max-width:740px;
}
tr.row_even{
	max-width:740px;
	background-color:#FFF;
}
tr.row_odd{
	max-width:740px;
	background-color:#CCC;
}


/*menu de la rubrique membres*/
#membres a{
	color:#FF7B00;
	font-size:13px;
	font-family:Tahoma;
	margin-right:300px;
}

#membres, #albums {
	margin:30px 0 0 60px;
}

#membres li, #albums li {
	margin: 15px 0;
	list-style-image: url(images/puce_triangle.png);
	font-weight:bold;
}

/*documents joints*/
#documents_joints h2{
	font-size:12px;
}
#documents_joints li{
	list-style-type:none;
}
.doc_joint{
	float:left;
	margin: 10px;
	text-align:center;
	padding:5px;
	width:140px;
}

#documents_portfolio {
	margin: 30px 0 0 8px;
}

.doc_video{
	margin-top:30px;
}
/*------------------------------------------------------------*/
/* Cadres                                                     */
/*------------------------------------------------------------*/

#cadre{
	width:200px;
	margin-right:5px;
}
#cadreHaut{
	background:url(images/hautCadre.png) no-repeat;
	width:200px;
	height:41px;

}
#cadreHaut h3{
	font-size:1em;
	padding-top:18px;
	text-align:center;
}
#cadreCentre{
	background:url(images/centreCadre.png) repeat;
	width:200px;
	margin:0;
	padding:0;
}
#cadreCentre ul{
	width:170px;
	padding-left:15px;
	margin: 0px;
}
#cadreCentre ul li{
	width:170px;
	padding:0px;
	margin:0px;
	padding-top:5px;
	padding-right:10px;
	font-size:.8em;
	list-style-type:none;
}
#cadreCentre ul li h4{
	margin-top:3px;
}
#cadreCentre ul li h4 a{
	font-size:11px;
	color:#004AA5;
	margin-top:15px;
	margin-bottom:0px;
}
#cadreBas{
	background:url(images/basCadre.png) no-repeat;
	width:200px;
	height:31px;
	padding-bottom:5px;
}
#cadre2{
	width:200px;
	margin-right:5px;
}
#cadreHaut2{
	background:url(images/hautCadre.png) no-repeat;
	width:200px;
	height:41px;
}
#cadreHaut2 h3{
	font-size:1em;
	padding-top:18px;
	text-align:center;
}
#cadreCentre2{
	background:url(images/centreCadre.png) repeat;
	width:200px;
	margin:0;
}
#cadreCentre2 ul{
	width:170px;
	padding-left:15px;
	margin:0;
}
#cadreCentre2 ul li{
	width:170px;
	padding:0px;
	margin:0px;
	padding-top:5px;
	padding-right:10px;
	font-size:.8em;
	list-style-type:none;
}
#cadreCentre2 ul li h3{
	margin-bottom:3px;
	margin-top:3px;
}
#cadreCentre2 h4{
	padding-top:15px;
	margin-bottom:0px;
	padding-left:15px;
	padding-right:10px;
	font-size:10px;
}
#cadreCentre2 ul li a{
	font-size:.9em;
	color:#004AA5;
}
#cadreBas2{
	background:url(images/basCadre.png) no-repeat;
	width:200px;
	height:31px;
	padding-bottom:5px;
}
#cadres{
	float:right;
}


/*------------------------------------------------------------*/
/* Pied                                                       */
/*------------------------------------------------------------*/
#up{
	width:100%;
	text-align:right;
}
#pied{
	width:100%;
	text-align:center;
	margin-top:10px;
	height:auto;
}


/*------------------------------------------------------------*/
/* Formulaires
/*------------------------------------------------------------*/
form{
	margin-left:20px;
}
#spiplistes-formabo{
	margin:50px 0 0 7px;
}
.formulaire_spip fieldset legend {
	margin-bottom:10px;
}
#formulaire_login{
	width:auto;
	margin-left:20px;
	margin-right:20px;
}
#formulaire_login li{
	margin-bottom:10px;
}

#formulaire_login .choix{
	display:none;
}

.connexion_membres #formulaire_login .details {
	display:none;
}

fieldset li {
	list-style-type:none;
}

fieldset{
	padding:5px;
}


/*------------------------------------------------------------*/
/* Divers                                                     */
/*------------------------------------------------------------*/
/* Espaceur de blocs */
.nettoyeur { 
	clear: both; 
	margin: 0; 
	padding: 0; 
	border: none; 
	height: 0; 
	line-height: 1px; 
	font-size: 1px; 
}
.inscription2{
	width:80%;
	margin:auto;
}
small{
	font-size:0.75em;
}
.erreur404 h1{
	padding-left:20px;
	font-size:1.3em;
}

#trou{
	height:500px;
}
.spip_surligne{ 
	background-color:yellow ;
}

.spip_logos{
	height:auto;
	border:none;
}
#session {
	float:right;
	width:250px;
	border: thin solid #000000;
	padding:10px;
	margin-right:7px;
}

.video{
	padding-top:30px;
}
/*------------------------------------------------------------*/
/* Gre les balises center, right et left de spip             */
/*------------------------------------------------------------*/
.spip_documents_center {  clear: both; width: 100%; margin: auto; text-align:center;display:block;}
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
.spip_doc_titre { font-weight: bold; font-size: 0.90em; margin-right: auto; margin-left: auto; }
.spip_doc_descriptif { clear: both; font-size: 0.90em; margin-right: auto; margin-left: auto; }

/*------------------------------------------------------------*/
/* suppression lien spip-listes dans pied de mail             */
/*------------------------------------------------------------*/
.spiplistes-cdt {
display:none;
}
