/* CSS Document */

body {
	color:#373838;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/*==================text================*/
p{
	line-height:16px;	
	margin:5px 0 15px 0;	
}
h1
{
    position:absolute;
    left:-9999px;
}
h2{
	color:#005189;
	font-size:16px;		
	font-weight:bold;
	margin-bottom:15px;
	text-transform:uppercase;
}
h3{
	color:#00adee;
	font-size:14px;		
	font-weight:bold;
	margin-bottom:15px;	
	text-transform:uppercase;	
}
h4{
	color:#373838;	
	font-size:13px;		
	font-weight:bold;	
	margin-bottom:15px;			
}
#text ul{
	list-style-image: url(../images/puce.gif);
	margin-left: 30px;
	margin-bottom:15px;		
}
i {
	font-style: italic;
}
em
{
    font-style:italic;
}
strong, b{
	font-weight: bold;
}
a{
	color:#095a99;	
	text-decoration: none;
}
.bleufonce {
	color:#005189;
}
.rouge {
	color:#EC1C24;
}
