/*****************************************************************
CSS Document Biocivam Herault - 2009

texte noir : 232323
vert foncé (h1) : 435E22 - vert moyen 689857 - vert clair (fond menu) C6D96D

orange (onglet off, menuG niveau 2) FB6A31
rouge (onglet on) EE1F04

*******************************************************************/

bodu, #corp {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}


/* LIENS */ 

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

a:hover {	
	text-decoration:none;
	}
	

/* IMAGES */ 

#corps img {
	padding: 0px 8px 4px 8px;
	}

/* TEXTES */ 


h1 {	/*	Titre page 	*/
	font-weight:bold;
	font-size: 18px;
	color:#000000;
	margin: 20px 0 15px 0px;
	font-style: italic;
}
	
h2 {	/*	Titre paragraphes 	*/
	font-size: 13px;
	color:#FB6A31;
	margin: 8px 0 5px 0;
}

h3 {	/*	Chapeau page 	*/
	font-weight:bold;
	text-align: justify;
	font-size: 13px;
	margin: 10px 0 10px 0;
	color:#1B1828;
}
h4 {	/*	Titre mini-fiches 	*/
	font-size: 13px;
	padding: 0;
	margin: 5px 0;
}

h4 a {	/*	Titre mini-fiches 	*/
	text-decoration: none;
}

h4 a:hover {	/*	Titre mini-fiches 	*/
	color: #435E22;
	text-decoration: none;
}

h5 {	/*	fond */
	color:#000000;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	padding: 2px  2px 5px 2px;
	margin: 2px;
	border: 1px solid #FDB498;
}

p,  {	/*	Paragraphes page 	*/
	text-align: justify;
}

p, h6, td {	/*	Paragraphes page 	*/
	font-weight:normal;
	padding:0 0 3px 0;
	margin: 5px 0 0 0;
	color:#000000;
	font-size: 11px;
}




	
h6 {	/*	Texte non justif */
	font-weight: normal;
	}
	



/*LISTES */ 
	
ol {
	padding:0 0 0 70px;
	font-size: 12px;
	color: #000000;
}

ul {
	font-size: 11px;
	color: #000000;
	margin-left: 0;
	padding-left: 15px;
}

ul li{
	margin-bottom: 5px;
	color: #000000;
}

ul ul{
	padding-left: 20px;
	color: #000000;
}

ul ul li{
	margin-bottom: 5px;
	color: #000000;
}

ul ul ul{
	list-style-type: circle;
	color: #000000;
}


hr {
	margin: 7px 0;
	background-image: url(../../images/env/pointill_horiz.gif);
}


