/**
*
* @author Almeras Antoine (antoine.almeras@gmail.com)
* @lastmodified $Date: 2012-07-27
*
**/

div#logo{
	background-image : url('../img/image.jpg');
	width:250px;
	height:250px;
	float : left;
	margin-left : 2px;
}

h2{
	margin : 30px;
}

h3{
	margin : 20px;
}

h4{
	margin : 10px;
	text-decoration : underline;
}

h5{
	margin : 5px;
	font-style : italic;
	text-decoration : underline;
}

p{
	margin : 15px;
}

a{
	text-decoration : none;
	color : blue;
}

div#presentation{
	margin : 10px;
	text-align:justify;
	

}

div#nouvellefraiche{
	width : 200px;
	border : 2px solid orange;
	border-radius : 10px;
	float : right;
	margin-top : 30px;
	margin-left : 10px;
}

span#postee{
	float : left;
	margin : 10px;
}

div#titre{
	margin-left : 15px;
	font-size : 16px;

	
}
