﻿.contenu{
	padding-right: 20px;
	margin-top: 0px;
	margin-left: 250px;
	margin-right:0px;
	background-image: url(../images/famille.jpg);
	background-position:center center;
	background-repeat: no-repeat;
	color: black;
	font-family: Verdana;
	font-size: 0.8em;
	text-align:center;
}

.contenu h2
{
	font-weight: bold;
	font-size: 1.8em;
	color: #c90e0e;
	font-family: Arial;
	padding-bottom: 15px;
	text-align:center;
}

.contenu h3
{
	font-weight: bold;
	font-size: 1.4em;
	font-family: Arial;
	padding-bottom: 35px;
	text-align:center;
}
.calc{
	text-align: left;
	border: 1px solid #c90e0e;
	width: 450px;
	margin: auto;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.calc .titre{
	background-color: #c90e0e;
	color: white;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
.calc label{
	font-weight: bold;
	display: inline;
	/*float: left;*/
	vertical-align: bottom;
	width: 200px;
	padding-left: 15px;
	/* background-color: orange; */
}
.calc input{
	width: 70px;
	font-size: 0.9em;
}
.calc .center{
	text-align: center;
	margin: 10px;
}

.bouton
{	font-weight: bold;
	color: #c90e0e;
}