

body 
	{
	font-family: arial;
	color: navy;
	font-size: 10pt;
	font-style: normal;
	font: normal;
	background-image: url(images/fond_d2.jpg);
	margin: 10px;
	}
	
table 
	{ 
	font-family: arial; 
	color: navy; 
	font-size: 10pt; 
	font-style: normal; 
	font: normal; 
	}
	
table.menu_haut 
	{
	font-family: arial;
	color: navy;
	font-size: 10pt;
	font-style: normal;
	font: bold;
	background-color: #418CD3;
	border: thin solid black;
}
	
table.articles_sommaire {
	text-align: justify;
}

table.spip 
	{
	font-family: arial;
	color: Navy;
	font-size: 8pt;
	font-style: normal;
	font: normal;
	border: thin solid Green;
}

table.spip tr.row_first
	{
	background-color: #32CD81;
	font-size: 8pt;
	}

table.spip tr.row_odd
	{
	background-color: #FAF0E6;
	border: thin solid Green;
	font-size: 8pt;
	}
	
table.spip tr.row_even
	{
	background-color: Silver;
	border: thin solid Green;
	font-size: 8pt;
}
	
table.spip td
	{
	padding: 1px;
	text-align: center;
	vertical-align: middle;
	font-size: 8pt;
	width: 200px;
}	
	
table.photo {
	background-color: Black;
	font-family: arial;
	color: #cc9933;
	table-layout: fixed;
	}

h3 {
	font-family: arial;
	color: #DB2100;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

p 
	{
	font-family: arial;
	color: navy;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	}
	
.gras 
	{ 
	font: bold; 
	}

.center 
	{ 
	text-align: center;  
	}

p.justifier, p.spip 
	{
	text-align: justify;
}
	
div 
	{
	text-align: left;
	font-family: arial;
	color: navy;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	}

#fond_haut 
	{
	background-color: #418CD3;
	border-width: thin;
	border-color: Black;
	border-style: solid;
	margin: 0px;
	padding: 0px;
}

#titre_haut 
	{
	text-align: left;
	margin-top: 0px;
	padding: 0px;
}

#menu_haut 
	{
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	display: inline;
}

#ligne 
	{
	background-color: #DAA520;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#hierarchie 
	{
	text-align: left;
	background-color: red;
	padding-left: 10px;
}

#admin 
	{
	text-align: right;
	background-color: red;
	padding-left: 0px;
}
	
#repere 
	{
	text-align: left;
	margin: 0px;
	padding: 10px;
}	
	
#menu_gauche 
	{
	margin: 0px;
	border-width: thin;
	border-color: Black;
	border-style: solid;
	background-color: #418CD3;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#intro 
	{
	text-align: justify;
	padding: 10px;
}

#article 
	{
	text-align: justify;
	border-width: thin;
	border-color: Black;
	border-style: solid;
	padding: 10px;
}
		
	
li 
	{
	font-family: arial;
	color: navy;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}

li.menu 
	{
	font-family: arial;
	color: navy;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	list-style-image: url(images/arrow.gif);
	list-style-type: inherit;
}

a:link, a:visited 
	{
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: navy;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a:hover 
	{
   font-family: arial, sans-serif;
   font-size: 10pt;
   color: #DAA520;
   background-color: transparent;
   text-decoration: underline;
   font-weight: bold;
}

a:link.titre1, a:visited.titre1
	{
	background-color: #25B327;
}

 a:hover.titre1
	{
	color: #DB2100;
	background-color: #25B327;
}

