/* CSS Document */
/***********************************************/
/* flux.css                                    */
/* intranet asmeg                              */
/* auteur: Jerome Travers                      */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


/***********************************************/
/*              conteneur de flux              */
/***********************************************/

#flux {
	position: relative;
	/* correction d'un bug IE PC */
	font-family: Verdana, Arial, sans-serif;
	font-size: 62.5%; /*10*/ /*ATTENTION a utiliser si pas mention dans la balise body */
	padding: 5px;
	margin: 0px;
}

#flux p{
   font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em; 
	margin-left: 0.5px;
	margin-right: 10px;
	margin-bottom: 5px;
	color: #64566F;
	line-height: 1.4em;
}

#flux h1 h2 h3 h4 h5{
	font-family: 'MS Trebuchet', Trebuchet, Tahoma, Verdana, Georgia, Arial, sans-serif;
}

#flux h1{ /*titre*/
	font-size: 1.8em; 
	color: #554444;
	line-height: 1.3em;
}

#flux hr{ 
	font-size: 2em; 
	line-height: 2em;
	border: 1px dashed #D6DFDE;
	}


#flux h2{ /*domaine*/
	font-size: 2.5em; 
	line-height: 1.4em;
}


#flux h3{ /*theme*/
	font-size: 1em;
	font-weight: bold; 
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	}

#flux h4{/*region cmcas*/
	font-size: 1em;
	font-weight: normal; 
	letter-spacing: 0.1em;
	margin-bottom: 1px;
	line-height: 1.5em;
}

#flux h5{ /*date*/
	font-size: 1em;
	font-weight: bold; 
	line-height: 1.5em;
	margin-left: 0.5px;
	margin-right:  0.5px;
	text-align: left;
	border-top: 1px #D6DFDE solid;
	border-bottom: 1px #D6DFDE solid;
}


#flux a{
	color: #0878A6;
	text-decoration: none;
}

#flux a:link, a:visited {
	color: #0878A6;
	text-decoration: none;
}

#flux a:hover {
	color: #289BCA;
	text-decoration: underline;
}

#flux img{
border: 5px #FFFFFF solid;	
margin-top: 8px;
margin-bottom: 4px;
}


#flux ul{
	padding: 4px;
	list-style-type: none;
	list-style-type: none;
 	margin-bottom: 1em;
}

#flux ul li{
	color: #64566F;	
	margin-left: 5px;
	line-height: 1.2em;
	background-image: url("../images/flien1.gif");
	background-repeat: no-repeat;
	font-size: 1.2em;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 3px;
}


#flux dt, dl {
	margin: 0px;
	padding: 0px;
}

