/* Général */
body {
	
	color: #000;
	background: #FFF;
	font-family: Arial Unicode MS, Tahoma, Verdana, sans-serif;
}
a {color: #60A034;}

a:hover, a:focus {color: #52332C;}

strong {color: #A1B55D;}

blockquote {text-align: justify;}

dt {font-weight: bold;}

p {text-align: justify;}

dd {text-align: justify;}

/* Page */
body {padding: 0px 5px 5px 5px; }


/* Global */
#global {
	color: #000;
	background: #FFF; /* Voir -> Note 1 ci-dessous */
}
#global {
	width: 100%; 
	overflow: hidden; 
}


#nouveautes dd {
		font-size: 90%
}


/* article */
#article {
	width: 700px;
	font-size: 105%;
    margin: auto; 
    margin-top: 3px; 
    margin-bottom: 20px;
}
#article p {
	text-align: justify;
	line-height: 150%;
}

#ee {
	font-family: Arial Unicode MS, Tahoma, Verdana, sans-serif;
	text-align: center;
	font-weight: bolder;
	font-size: 270%;
	color: #000;
	margin-bottom:10px;
	}
#article h2 {
	font-family: Arial Unicode MS, Tahoma, Verdana, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #000;
	
	}
	
#article h3 {
	font-family: Arial Unicode MS, Tahoma, Verdana, sans-serif;
	font-size: 150%;
	text-decoration: underline;
	font-weight: bold;
	color: #000;
	
	}
	
#article h4 {
	font-family: Arial Unicode MS, Tahoma, Verdana, sans-serif;
	font-size: 120%;
	text-decoration: underline;
	font-weight: bold;
	color: #000;
	
	}	
	
#article h5 {
	font-family: Arial Unicode MS, Tahoma, Verdana, sans-serif;
	font-size: 120%;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	
	}		
	
#article h2 a {
	text-decoration:none;
	color: #337D0F;
}

#article a {
	text-decoration:none;
	color: #60A034;
}
#article a:hover, #article a:focus {color: #52332C;}

#article h2 a:hover, #article h3 a:focus {color: #52332C;}

#article dd em {text-align: justify;}

#article dt a {color: #0B610B;}

#article dl {font-size: 95%;}

#bodhi  a {color: #fff;}

#gloss a {color: #40B939;}
#gloss a:hover, #gloss a:focus {color: #52332C;}

#som a {color: #0B610B;}

#arbre a {color: #fff;}

#ptitarb {vertical-align: middle;}

#chainedeliens a {
	text-decoration:none;
	color: #084B8A;
}
#chainedeliens a:hover, #ptitarb a:focus {color: #DF7401;}

#droite {
	width: 225px; 
	float: right;
	
}

#droite a {text-decoration: none;}

#gauche {
	width: 215px; 
	float: left;
	
}




table { table-layout: fixed }
col.totals { width: 1em }


/* Navigation */
#navigation {
	font-family: Arial Unicode MS, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	background: #D0ED96;
	font-size: 100%;
	margin-top: 177px;
}



#navigation ul {
	margin: 0;
	padding: 20px 10px;
	list-style: none;
}
#navigation a {
	display: block;
	height: 1%; /* -> 5 */
	padding: 10px 0px 10px 0px;
	line-height: 1.5;
	font-size: 80%;
	color: navy;
	text-decoration: none;
	text-align: center;
	color: #0A2A0A;
}
#navigation a:hover, #navigation a:focus {
	background: #A5BF72;
	color: #fff;
}
#rapide a {color: #21621E;}
#rapide a:hover, #rapide a:focus {color: #52332C;}

#ptitarb a {color: #60A034;}
#ptitarb a:hover, #ptitarb a:focus {color: #52332C;}

#contenu dt a {color: #0B610B;}

.titre
{
	font-family: Arial Unicode MS, Tahoma, Verdana, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #000;
}

/* Contenu principal */
#contenu {
	color: #000;
	background: #fff;
}
#contenu {
	margin-left: 240px; 
	margin-right: 240px; 
	margin-bottom: 100px;
	
}
#contenu a {
	text-decoration:none;
	color: #337D0F;
}
#contenu a:hover, #contenu a:focus {
	color: #52332C;
}
#contenu strong {
	color: #181A12;
}
#contenu p {
	text-align: justify;
	
}
#contenu h1 {
	font-family: Geneva, Trebuchet MS, Georgia, verdana, serif;
	text-align: center;
	font-size: 370%;
	color: #337D0F;
	margin-bottom: 0px
	}

#contenu h2 {
	font-family: Arial Unicode MS, Tahoma, Verdana, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 270%;
	color: #000;
	}
#contenu h3 {
	font-family: Geneva, Trebuchet MS, Georgia, verdana, serif;
	font-size: 150%;
	font-weight: bold;
	color: #000;
	
	}

#contenu h3 a {
	color: #337D0F;
	
	}	
#contenu h3 a:hover, #contenu h3 a:focus {
	color: #52332C;
}
	

#contenu > :first-child {
	margin-top: 5px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}



