/*
* Couleurs utilisees:
*************************
* Bleu #0089d0
* Orange #f08400
* Bleu clair #e9edee
* Police de caracteres
*************************
* Arial 14px, Arial 12px; 
*/

/* CSS Document */
h1, h2, h3, h4, h5, p, ul {
	margin: 0;
	padding: 0 0 8px 0;
	}

/* H1 - Generic */
	H1 {
		line-height: normal;
	   	color: #f08400;
		font-style: normal;
		font-weight: bold;
		font-size: 19px;
	}
	
	/* H2 - Generic */

		H2 {
        line-height: normal;
	   	color: #0089d0;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		
	}
	
	
	
	
#col2 .csc-bulletlist-1 li{
margin-left:5px;
padding-left:15px;
list-style-type:none;
background-image:url(../media/puceUpe06.gif) ;
background-repeat:no-repeat;
background-position:left;

}
	
#col2 .csc-bulletlist-2 li{
margin-left:5px;
padding-left:15px;
list-style-type:none;
background-image:url(../media/puceUpe06orange.gif) ;
background-repeat:no-repeat;
background-position:left;

}
/*
#col2 .box li{
padding-top:8px;
margin-left:25px;
margin-bottom:5px;
list-style-type:none;
list-style-image:url(../media/puceUpe06orange.gif) ;
}
*/
#col2 .box li{
margin-left:5px;
padding-left:15px;
list-style-type:none;
background-image:url(../media/puceUpe06.gif) ;
background-repeat:no-repeat;
background-position:top left;
}

.align-center {text-align:center;}