body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background-color: white;
	overflow: hidden;
}

.rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.rounded-top {
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}


#contenu {
	padding: 10px;
}

#contenu h1 {
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 14px;
	color: #3c3c3c;
	text-transform: uppercase;
	margin-top: 20px;
}


#texte p {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	margin-bottom: 5px;
	margin-top: 0px;
	color: #555656;
}

#texte p {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	margin-bottom: 5px;
	margin-top: 0px;
	color: #555656;
}


