/* Référence des couleurs à modifier
Faire des rechercher/remplacer sur les code couleur
Couleur 1 : #B83233
Variantes de dégradés pur affichage du forum :
#EB6566 - #FC7677 - #FD8788 - #FE9899 - #FFA9AA

Couleur 2 : #FFDB9D
Variantes de dégradés pur affichage du forum :
#FDDEAA - #FDE5BC - #FDEDD3 - #FCF7EF
Variante fond des formulaires : #FFE9C3
*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	/*scrollbar-face-color: #FFDB9D;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #B83233; 
	scrollbar-darkshadow-color: #B83233; 
	scrollbar-track-color: #FFE9C3; 
	scrollbar-arrow-color: #B83233;*/
}
a:link {
	color: #B83233;
	text-decoration: none;
}
a:visited {
	color: #B83233;
	text-decoration: none;

}
a:hover {
	color: #000000;
	text-decoration: underline;
}

a.lienblanc:link {
	color: #222222;
	text-decoration: none;
}

a.lienblanc:visited {
	color: #222222;
	text-decoration: none;
}
a.lienblanc:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
	/* *-*-*-*- *-*-*-*- *-*-*             CSS SPIPgen             *-*-*-*- *-*-*-*- *-*-*-*- 
 	 *                                _____________________                                 */

.baseline{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 120%;
	font-size: 16px;
}


.titre_article{
	background: url(images-interface/fond_titre.gif);
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	margin-bottom : 10px;
	font-size: 14px;
	padding: 0.5em;
}

.titre_article_accroche{
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	font-size: 16px;
}

.titre_article_contour{
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	font-size: 16px;
	vertical-align: middle;
}

.surtitre {
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
}

.chapo {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	font-size: 105%;
}

.texterub {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	font-size: 13px;
}

.texte, .texte p.spip {
	text-align: justify;
	font-size: 12px;
	line-height: 15px;
}	
	
.ps {
	font-family: Georgia, Garamond, Times, serif;
	text-align: justify;
	font-size: 12px;
}

.notes {
	font-family: Georgia, Garamond, Times, serif;
	text-align: left;
	font-size: 11px;
}

.mis_a_jour {
	color: #888888;
}

h3.spip {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	margin-top : 40px;
	margin-bottom : 40px;
	padding: 0;
}

.titre_tableau{
	text-align: center;
	color: #000000;
	font-size: 12px;
}

table.spip tr.row_first {
	background-color: #FCF4D0;
}

table.spip tr.row_odd {
	background-color: #C0C0C0;
}

table.spip tr.row_even {
	background-color: #F0F0F0;
}

div.smallcalev { 
	color:#000000;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 11px;
}


.dateminical{
	font-size: 10px;
}

.date{
	color: #FFDB9D;
}

.datecal{
	color: #B83233;
}

.chemin{
	font-size: 10px;
}

.motmenu{
	font-size: 10px;
}

.piedpage {
	font-size: 10px;
	text-align: center;
	padding-top: 5px;

}

.pieddate{
	color: #000000;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;

}
.rubform {
	border: 1px solid #B83233;
	height: 25px;
}

.tabform {
	border: 1px solid #B83233;
}


.forml {
	background-color: #FFE9C3;
	margin: 4px;
	padding: 1px;
	border: dashed 1px #B83233;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	width: 95%;
}

.formrecherche {
	margin-left: auto;
	margin-right: auto;
	width: 80% ;
	background-color: #FFDB9D;
	text-align: center;
}

.spip_bouton {
	border: 2px solid #B83233;
	padding: 3px;
	background-color: #FFE9C3;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.spip_surligne { background-color: #FFFF66; }

.margehaute{
	clear: both;
	margin-top: 1px;
}

.vignette_port {
	display: inline;
	position: absolute;
	background: none;
	text-align: center;
	color: black;
}

#imprimer {
	display: none;
}

.bloogletter-right {
	text-align:right
}
.bloogletter-center {
	text-align:center
}
.bloogletter-left {
	text-align:left
}

.blocmax {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.docflottante {
	margin: 2px 4px 2px 4px;
	text-align: center;
	width: 30%;
	float: left;
}

.doc {
	margin: 2px 4px 2px 4px;
	text-align: center;
}


	/* *-*-*-*- *-*-*-*- *-*-*      Mise en forme des forums       *-*-*-*- *-*-*-*- *-*-*-*- 
 	 *                                _____________________                                 */

ul.forum-total {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.forum-total li {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.forum-fil {
	margin-top: 3em;
}
.forum-fil ul {
	display: block;
	margin: 0;
	margin-left: 2em;
	padding: 0;
	list-style: none;
}
.forum-titre {
	font-weight: bold;
	font-size: 120%;
}
.forum-item {
	margin: 0;
	padding: 1em;
	padding-top: 0.5em;
	padding-bottom: 0em;
	text-align: justify;
	color: #303030;
	font-size: 100%;
}
.forum-repondre-message {
	text-align: right;
}

/* Boite d'un forum : eclaircissement progressif des bords */

ul .forum {
	border: 1px solid #909090;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}
ul ul .forum {
	border: 1px solid #a4a4a4;
}
ul ul ul .forum {
	border: 1px solid #b8b8b8;
}
ul ul ul ul .forum {
	border: 1px solid #cccccc;
}
ul ul ul ul ul .forum {
	border: 1px solid #e0e0e0;
}
ul ul ul ul ul ul .forum {
	border: 1px dashed #e0e0e0;
}

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */

ul .forum-chapo {
	border: 0;
	border-bottom: 1px dashed #b8b8b8;
	margin: 0;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 110%;
	background-color: #FFDB9D;
}
ul ul .forum-chapo {
	background-color: #FDDEAA;
}
ul ul ul .forum-chapo {
	background-color: #FDE5BC;
}
ul ul ul ul .forum-chapo {
	background-color: #FDEDD3;
}
ul ul ul ul ul .forum-chapo {
	background-color: #FCF7EF;
}


	/* *-*-*-*- *-*-*-*- *-*-*            Blocs arrondis           *-*-*-*- *-*-*-*- *-*-*-*- 
 	 *                                _____________________                                 */


				       /* Bloc arrondis Services */

.blocarrondis    { background: url(images-interface/pixel_couleur2.gif) repeat; }

.bashaut         { background: url(images-interface/cadre_services_02.gif) repeat-x; }
.bashaut div     { background: url(images-interface/cadre_services_01.gif) no-repeat top left; }
.bashaut div div { background: url(images-interface/cadre_services_03.gif) no-repeat top right; }

.basbas         { background: url(images-interface/cadre_services_08.gif) repeat-x; }
.basbas div     { background: url(images-interface/cadre_services_07.gif) no-repeat top left; }
.basbas div div { background: url(images-interface/cadre_services_09.gif) no-repeat top right; }

.bascontentwrap { background: url(images-interface/cadre_services_04.gif) repeat-y; }
.bascontent     { background: url(images-interface/cadre_services_06.gif) repeat-y right; }

 /* hauteur et largeur */
.bashaut div, .bashaut, .basbas div, .basbas {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.bascontent  { padding: 1px 2px; margin: 0;  }

.blocarrondis { 
	width: 100%;
	float:none;
	text-align: left;
	padding: 0;
}

       /* Gestion des listes et puces dans les blocs */
.blocarrondis ul.serv {
	display: block;
	padding: 1px 0 0 0;
	margin: 0;
	list-style: disc inside url("images-interface/puce_services.gif");
}

.blocarrondis ul.serv li {
	padding: 0 0 3px 4px;
	margin: 0;
}

				         /* Bloc arrondis menus */

.blocarrondim    { background: url(images-interface/pixel_couleur2.gif) repeat; }

.bamhaut         { background: url(images-interface/cadre_menus_02.gif) repeat-x; }
.bamhaut div     { background: url(images-interface/cadre_menus_01.gif) no-repeat top left; }
.bamhaut div div { background: url(images-interface/cadre_menus_03.gif) no-repeat top right; }

.bambas         { background: url(images-interface/cadre_menus_08.gif) repeat-x; }
.bambas div     { background: url(images-interface/cadre_menus_07.gif) no-repeat top left; }
.bambas div div { background: url(images-interface/cadre_menus_09.gif) no-repeat top right; }

.bamcontentwrap { background: url(images-interface/cadre_menus_04.gif) repeat-y; }
.bamcontent     { background: url(images-interface/cadre_menus_06.gif) repeat-y right; }

 
 /* hauteur et largeur */
.bamhaut div, .bamhaut, .bambas div, .bambas {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.bamcontent  { padding: 1px 2px; margin: 0;  }

.blocarrondim { 
	width: 90%;
	float:none;
	text-align: left;
	padding: 0;
}
       /* Gestion des listes et puces dans les blocs */
.blocarrondim ul.pave {
	display: block;
	padding: 8px 0 0 0;
	margin: 0;
	list-style: disc inside url("images-interface/close_menu.gif");
}

.blocarrondim ul.pave li {
	padding: 0 0 3px 4px;
	margin: 0;
}



				/*      Bloc arrondis     */


.blocarrondi    { background: url(images-interface/pixel_couleur3.gif) repeat; }

.bahaut         { background: url(images-interface/cadre02.gif) repeat-x; }
.bahaut div     { background: url(images-interface/cadre01.gif) no-repeat top left; }
.bahaut div div { background: url(images-interface/cadre03.gif) no-repeat top right; }

.babas         { background: url(images-interface/cadre08.gif) repeat-x; }
.babas div     { background: url(images-interface/cadre07.gif) no-repeat top left; }
.babas div div { background: url(images-interface/cadre09.gif) no-repeat top right; }

.bacontentwrap { background: url(images-interface/cadre04.gif) repeat-y; }
.bacontent     { background: url(images-interface/cadre06.gif) repeat-y right; }

       /* hauteur et largeur */
.bahaut div, .bahaut, .babas div, .babas {
	width: 100%;
	height: 13px;
	font-size: 1px;
}
.bacontent  { padding: 1px 6px; margin: 0;  }
.blocarrondi { 
	width: 100%;
	float:none;
	text-align: left;
	padding: 0;
}

       /* Gestion des listes et puces dans les blocs */
.blocarrondi ul.pave {
	display: block;
	padding: 8px 0 0 0;
	margin: 0;
	list-style: disc inside url("images-interface/puce2.gif");
}

.blocarrondi ul.pave li {
	padding: 0 0 5px 4px;
	margin: 0;
}


				/*      Bloc arrondis avec fond    */


.blocarrondicart    { background: url(images-interface/pixel_couleur2.gif) repeat; }

.bahautcart         { background: url(images-interface/cadre02cart.gif) repeat-x; }
.bahautcart div     { background: url(images-interface/cadre01cart.gif) no-repeat top left; }
.bahautcart div div { background: url(images-interface/cadre03cart.gif) no-repeat top right; }

.babascart         { background: url(images-interface/cadre08cart.gif) repeat-x; }
.babascart div     { background: url(images-interface/cadre07cart.gif) no-repeat top left; }
.babascart div div { background: url(images-interface/cadre09cart.gif) no-repeat top right; }

.bacontentwrapcart { background: url(images-interface/cadre04cart.gif) repeat-y; }
.bacontentcart     { background: url(images-interface/cadre06cart.gif) repeat-y right; }

       /* hauteur et largeur */
.bahautcart div, .bahautcart, .babascart div, .babascart {
	width: 100%;
	height: 13px;
	font-size: 1px;
}
.bacontentcart  { padding: 1px 6px; margin: 0;  }
.blocarrondicart { 
	width: 100%;
	float:none;
	text-align: left;
	padding: 0;
}

.cartouchemenu {
	vertical-align: top;
	padding: 2px;
	margin: 0;
}
.lignepointillee { 
	margin: 0 10% 0 10%;
	border-top: 1px dashed #B83233; 
	height: 0; 
	line-height: 0%;
	font-size: 0;
}
.lignedouble { 
	margin: 0;
	border-top: 2px solid #B83233; 
	height: 0; 
	line-height: 0%;
	font-size: 0;
	padding: 0 0 3px 0;
	float: none;
}
.espacebloc {
	margin: 0;
	padding-bottom: 10px;
	border: 0;
	font-size: 10px;
	line-height: 10px;
	height:10px;
}

.espaceligne {
	margin: 0;
	padding-bottom: 5px;
	border: 0;
	font-size: 5px;
	line-height: 5px;
	height:5px;
}

	/* *-*-*-*- *-*-*-*- *-*-*            Règles du Menu           *-*-*-*- *-*-*-*- *-*-*-*- 
 	 *                                _____________________                                 */
.button{
	/* may cause windows bug:
	   position: relative;
	*/
	color: #000000;
	z-index: 100000;
	cursor: pointer;
	font-family:  "Lucida Grande", "Times New Roman";
	font: menu;
	margin-bottom: 6px;
	margin-top: 6px;
	font-size: 11px;
	margin-left: 3px;
}

.buttonlabel{
	font-size: 11px;
	height: 14px;
	/* may cause windows bug:
	   position: relative;
	*/
	font-weight: 800;
	cursor: pointer;
	
	/** padding/margin Causes Freeze in
	 *  Windows IE6.
	 *  Bug discovered by 
	 *  Michael of 13thparallel.org
	 *
	 * padding: .05em .5em .05em .4em;
	 * margin: 1px 1px 0 1px;
	 */
	
	border-width: 1px;
	visibility: visible;
}

.buttonlabel img{
	margin: 0 0 -4px 0 !important;
	border: 0 !important;
	padding: 0 !important;
}

.level1label {
	font-size: 10px;
	font-weight: 700;
	cursor: default;
 	margin-bottom: 0;
 	margin-top:  .05em;
	border-left: 0 solid #BBBBBB !important;
	padding: 0 3px 1px 8px;
}

.labelOver {
	color: #00C;
}

/** .menuItem replaces .menuNode 
 * to open menus instantly. 
 * (see open-instantly.html source)
 */
.menuNode, .menuItem{
	border-bottom: 0 solid #BBBBBB;
	border-left: 0 solid #BBBBBB;
}


.menuNode a, .menuItem a{
	line-height: 16px;
	font-weight: 400;
	padding: 0 3px 1px 8px;
	text-decoration: none;
	width: auto;
 }
 
 .menuNode a:hover, .menuItem a:hover{
 	text-decoration: underline;
 }
 
.menu {
	padding-left: 13px;
	padding-bottom:  .6em;
	padding-top: 1px;
 	font-family: Trebuchet MS, Arial, sans-serif;
 	margin-bottom: -3px;
 	margin-left: 0;	
 }
 .menu .menu, .menu .menu .menu{ /* submenus & submenus' submenus  */
	border-left: 0 solid #BBBBBB;
	border-bottom: 0 solid #BBBBBB;
	padding-left: 23px;
 } 
 .menu .menu .menu{ /* submenus' submenus  */
 	height:1%;
 } 
/*#nav {
	overflow: hidden;
	position: absolute;
	margin: 5px;
	position: absolute;
	white-space: nowrap;
	-moz-user-select: none;
}

#navoriginal {
	border: 1px solid #ccc;
	background-color: #FCEEE0;
	color: #000;
	overflow: hidden;
	position: absolute;
	width: 188px;
	height: 600px;
	margin: 0;
	left: 0;
	top:0;
	position: absolute;
	white-space: nowrap;
	-moz-user-select: none;
}*/
		

	/* *-*-*-*- *-*-*-*- *-*-*-*         End Menu tree rules        *-*-*-*- *-*-*-*- *-*-*-*- 
 	 *                                   ___________________                                */
h1{
	color: #777;
	font-size: 18px;
	text-indent: 24px;
	padding: 10px;
}
	/* *-*-*-*- *-*-*-*- *-*-*-*-        @media print rules        *-*-*-*- *-*-*-*- *-*-*-*- 
 	 *                                   __________________                                 */
  @media print {

  	title { display: none }
	/*#nav {
		position: absolute;
		width: 0;
		height: 0;
		padding: 0px;
		margin: 0;
		display: none;
	}*/

}


	/* *-*-*-*- *-*-*-*- *-  Gestion des espaces de documents et logos  *- *-*-*-*- *-*-*-*- 
 	 *                                   __________________                                 */
.spip_documents{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size : 90%;
}

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

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

.spip_documents_right{
	float: right;
	margin-left: 15px; 
	text-align: center;
}
.spip_logos {
	margin: 3px;
	border-width: 0px;
}
hr.spip { }
b.spip { }
i.spip { 
	margin : 0;
	padding : 0;
}
.spip_code { }
.spip_puce {
	list-style-position: inside;
	border-width: 0px;
}