/* CSS Document */
h1
{
	font-size:14px;
	font-weight:bold;
	margin-top:0;
	padding-top:0;
	color:#A30A02;
	margin-bottom:20px;
}

h1 span
{
	font-weight:normal;	
}

.type
{
	font-weight:bold;
	font-size:14px;
	color: #8E1912;
	text-transform:uppercase;
}

.titre
{
	font-weight:bold;
	font-size:13px;
	color: #1F2966;
}
.sous_titre
{
	font-weight:bold;
	font-size:11px;
	color: #1F2966;
}

.date
{
	color: red;	
	font-size:11px;
}
h2
{
	font-weight:bold;
	font-size:13px;
	color: black;
	
	margin-top:0;
	padding-top:0;

}
.texte
{
	/*float:left;*/
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#actu_photo
{
	/*diplay:inline;*/
	float: right;
	padding-left:10px;
	padding-bottom:10px;
	
}

#auteur
{
	text-align:right;
	font-size:11px;
}






