/**********************************
 Les balises xhtml principales
**********************************/

h1	{	border-color : #0A51A1 ;
		border-top-width : 1px ;
		border-right-width : 0px ;
		border-bottom-width : 1px ;
		border-left-width : 0px ;
		border-style : dashed ;
		background : #BFCBE2 ;
		margin : 0px 10px 10px 10px ;
		padding-left : 15px ;
		font : bold 16px Arial, Helvetica, sans-serif ;
		line-height : 21px ;
		color : #0A51A1 ;
		text-align : center ;
	}

p	{	font : 12px Arial, Helvetica, sans-serif ;
		line-height : 14px ;
		color : #0A51A1 ;
		text-align : justify ;
		margin : 0px 10px 10px 10px ;
	}

h2	{	border-color : #0A51A1 ;
		border-top-width : 1px ;
		border-right-width : 0px ;
		border-bottom-width : 1px ;
		border-left-width : 0px ;
		border-style : dashed ;
		background : #BFCBE2 ;
		margin : 0px 10px 10px 10px ;
		padding-left : 15px ;
		font : bold 14px Arial, Helvetica, sans-serif ;
		line-height : 18px ;
		color : #0A51A1 ;
		text-align : left ;
	}

h3	{	margin : 0px 10px 10px 10px ;
		font : normal 12px Arial, Helvetica, sans-serif ;
		line-height : 14px ;
		color : #0A51A1 ;
		text-align : left ;

	}

/**********************************
 Les classes spécifiques à spip
**********************************/

.spip_bouton {	border: 2px dotted #FFFFFF ;
		padding: 3px ;
		background: #BFCBE2 ;
		font : bold 12px Arial, Helvetica, sans-serif ;
		color : #0A51A1 ;
	     }  .spip-admin { padding : 10px ; }

.formrecherche	{  border-width : 1px ;
		   border-color : #0A51A1 ;
		   background : #FFFFFF ;
		   vertical-align : middle ;
		} #submit { vertical-align : middle ; }

.spip_encadrer	{  font : 12px Arial, Helvetica, sans-serif ;
		   color : #0A51A1 ;
		   line-height : 14px ;
		   width : 95% ;
		   padding-left : 2% ;
		   padding-right : 2% ;
		}

.forml		{  margin : 5px 0px 10px 0px ;
		   padding : 2px ;
		   border : 1px solid #0A51A1 ;
		}
.spip_logos {	margin-right : 5px; }
/*
#styliser 	{ display : none ; }
*/
#replyer	{ border : 1px solid white ;  }

/**********************************
 Présentation des derniers articles
**********************************/

#spip_1	{	padding-top : 16px ;
		width : 221px ;
		background : #819CC9 url(../images/rubrique.gif) no-repeat ;
	}

#spip_2	{	text-decoration : none ;
		color : #0A51A1 ;
		
	}	#spip_2:hover { text-decoration : underline ; font-weight : bold ; }

#zone_g	{	float : left ;
		padding : 0px 5px 0px 5px ;
		width : 235px ;
		border : 1px solid black ;
	}

#zone_d	{	float : right ;
		padding : 0px 5px 0px 5px ;
		width : 235px ;
		border : 1px solid black ;
	}

#intro	{	background : #BFCBE2 ;
		font : normal 12px Arial, Helvetica, sans-serif ;
		color : #0A51A1 ;
		text-align : justify ;
		margin : 0px 5px 0px 5px ;
		padding : 10px ;
	}

/**********************************
 Styles spécifiques à la recherche
**********************************/

.liste-articles	{	border : 1px solid black ;

	}
	
/**********************************
 Styles spécifiques aux tableaux
**********************************/

table.spip	{
		margin: auto;
		margin-bottom: 10px; 
		font-size : 12px;
		color : #0A51A1;
	}
	
table.spip tr.row_first {
		background-color : #BFCBE2;

	}

table.spip tr.row_even {
		background-color : #819CC9;

	}

table.spip tr.row_odd {
		background-color : #BFCBE2;

	}
