/***********************
 * Structure des blocks *
 ***********************/

div#padder {
	padding-right: 15px;
	padding-left: 15px;
	text-align:left;
}

div.padder {
	padding-right: 5px;
	padding-left: 15px;
	text-align:left;
}

div.evenement_visuel {
	width: 250px;
	padding-top: 40px;
	text-align: center;
}

div.evenement_info {
	width:400px;
	padding : 10px;
	margin: 0;
}

h2 {
	border-bottom: solid 1px #000;
}

textarea.evenement_description {
	height: 300px;
}

