@charset "utf-8";

/*
Elements des articles
*/
#contenu .article{
	background:#FFFFFF url(../images/body/contenu/p_bas.png) repeat-x 0% 100%;
	padding-bottom:20px;
	margin:0 0px 30px 0;
	display:table;
	width:100%;
}
#contenu p {
	margin-right:10px;
	padding:0 10px 10px 0;
	display:block;
}
#contenu h1{
	font-size : 0.9em;
	margin-bottom:15px;
	border-bottom : 1px dotted #999;
	padding:15px 0 4px 15px;
	background:#FFFFFF url(../images/body/contenu/papillon1.png) no-repeat -1px 1px;
}
#contenu h1 em{
	text-align:right;
	font-size:9px;
	font-weight:normal;
}
#contenu h1 em a{
	color:#727eb8;
}
#contenu h1 em a{
	text-decoration:underline;
}
#contenu h2{
	font-size: 10pt;
	color:#3D424E;
}
#contenu ul{
	font-size:11px;
	margin:5px 10px 20px 25px;	
  	list-style-image: url(../images/body/contenu/puce1.png);
}
#contenu .icone {
	position:relative;
	top:2px;
}
/*
Elements des widgets
*/
#widgets .article{
	padding-bottom:5px;
	margin-left:8px;
}
#widgets p {
	margin-left:10px;
}
#widgets h1{
	font-size:13px;
	padding-left:5px;
	margin-left:1px;
	border:1px solid #e8e8e8;
}
#widgets h1 a{color:#444;}
#widgets h1 a:hover{color:#222;}
#widgets h2{
	font-size : 11px;
	padding-left:5px;
	margin-left:5px;
	margin-top:10px;
	text-indent:10px;
	background:#FFF url(../images/body/contenu/fleche1.png) no-repeat 2px 3px;
}
#widgets h2 a{
	color:#666;
}
#widgets h2 a:hover{
	color:#444;
}
#widgets h3{
	font-size: 9px;
	color:#727eb8;
	margin-bottom:10px;
	font-weight:normal;
	font-style:italic;
	padding-left:10px;
}
#widgets hr{
	height: 1px;
	margin-top:1px;
	color: #999;
	background-color: #999;
	border: 0;
}
#widgets .bas{
	position:relative;
	top:4px;
}
