/**  #HEADER **/
#header h2 
{
	margin: 36px 0 10px 30px;
	font-weight: normal;
	font-size: 200%;
	color: #01B0A2;
}

#header p {
	width: 345px;
	margin-left: 30px;
	font-size: 100%;
	text-align: justify;
	color: #9A9A9A;
}

/**  #CONTENER #CONTENT #FLASH  **/
#flash 
{
	background: url(images/back-flash.jpg) no-repeat 15px top;
	padding: 0 20px;
	margin-top: -10px;
	margin-bottom: 30px;
	position: relative; /**  IE Bug  **/
	height : 75px;
}

#flash h3 {
	padding: 32px 0 0 30px;
	font-weight: normal;
	font-size: 140%;
}

#flash h3 span { text-transform: uppercase; }

#flash h4 
{
	padding-left: 30px;
	font-size: 85%;
	color: #737373;
}

#flash p {
	width: 320px;
	height : 38px;
	line-height: 95%;
	padding: 0 0 5px 180px;
	margin-top: -32px;
	font-size: 100%;
	text-align: justify;
	color: #666;
}

#flash hr {
	width: 93%;
	border: 0;
	border-bottom: 1px solid #D2D2D2;
	margin: 0 auto;
	text-align: center; /**  IE Bug  **/
}

#flash p a 
{
	text-decoration : none;
	color : #666;	
}

/**  END OF #CONTENER #CONTENT #FLASH  **/

/**  START OF #ARTICLES  **/
#articles h3 
{
	margin : 25px 0;
	padding-left : 15px;
	padding-top : 10px;
	font-weight: normal;
	font-size: 170%;
	color: #18849f;
	border-bottom : 1px solid #18849f;
	height : 35px;
	background : transparent url(images/puce-titre.png) no-repeat left center;
}

#articles h3 a
{
	text-decoration : none;
}

#articles h4 
{
	margin: 0 0 8px 5px;
	font-size: 100%;
	color: #666;
	text-align : right;
	padding-right : 10px;
	font-style : italic;
	text-decoration : underline;
}

