/**
 * Style sheet style
 */
body
{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color:#333;
}

a
{
	color:#9d214b;
}

a:hover
{
	color:#ef3b78;
}

h1
{
	width:100%;
	float:none;
	clear:both;
	margin:0;
	padding:10 0;
	font-weight:bold;
	font-size:24px;
	color:#9e1e4e;
}

h2
{
	width:100%;
	float:none;
	clear:both;
	padding:10 0;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	font-size:16px;
	color:#9e1e4e;
}

h3
{
	width:100%;
	float:none;
	clear:both;
	padding:5 0;
	font-weight:bold;
	font-size:14px;
	color:#666;
}

p
{
	line-height:20px;
}

p:first-letter
{
	font-weight:bold;
	font-size:15px;
	color:#9e1e4e;
}

ul
{
	margin:10px 80px 10px 30px;
	list-style-type:none;
}

ul li
{
	padding-left:16px;
	background:url(img/puce_li.gif) no-repeat 0 4px;
}

ul li ul
{
	margin:5px 40px 10px 5px;
	list-style-type:none;
}

ul li ul li
{
	padding-left:12px;
	background:url(img/puce_li_niv2.gif) no-repeat 0 5px;
}

a.fleche
{
	padding-left:12px;
	background:url(img/fleche.gif) no-repeat 0 4px;
}

a.plus
{
	padding-left:15px;
	background:url(img/plus.gif) no-repeat 0 2px;
}

a img
{
}

