@import url('core_presentation.css');

div#contenu-principal
{
	margin-left: 0;
}

div#bloc-info
{
	padding: 20px;
}

div#bloc-info h1
{
	margin: 1em 0 2em;
}

div#bloc-info h2
{
	clear: left;
	margin: 2em 0 .4em;
}

div#bloc-info h3
{
	float: left;
	clear: left;
	font-weight: bold;
	margin: 0 0 .4em;
}

div#bloc-info h3,div#bloc-info ul.line
{
	/*line-height: 2em;*/
}

div#bloc-info ul
{
	background: none;
	float: none;
	height: auto;
	width: auto;
}

div#bloc-info ul.line
{
	
}

div#bloc-info ul.line li
{
	float: left;
	border-left: 1px solid #666;
	padding-left: .6em;
	margin-left: .6em;
}

div#bloc-info ul a:hover
{
	color: #c50538;
	/*font-weight: bold;*/
	text-decoration: underline;
}

div#bloc-info ul.raw
{
	clear: left;
	margin-top: 2em;
}

div#bloc-info  h3.last-child
{
	margin-bottom: 2em;
}