.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	padding-left: 10px;
}
.soustitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: bolder;
	color: #2EA7C4;
}
input {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-color: #D1F480;
	border-bottom-color: #D1F480;
}
textarea {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #D1F480;
	border-bottom-color: #D1F480;
}
input {
	border: 1px solid #999999;
}

.contenu {
    padding: 2em 3em;
}

.contenu ol li {
    padding-bottom: 1em;
}

.contenu h1 {
    margin: 2em 0 2em 0;
}

.contenu table {
    border-collapse: collapse;
    margin: 1em auto;
}

.contenu table th {
    border-bottom: 1px solid #666;
    text-align: center;
    font-weight: bold;
    padding: 2px 12px;
    color: #666666;
}

.contenu table td {
    text-align: center;
    padding: 2px 12px;
    color: #666666;
}

div.calc {
    height: 40px;
    margin: 2em 3em;
    padding: 5px 5px 5px 50px;
    background: #F0d09d url('../images/calc.png') no-repeat 0px 5px;
    border: 1px solid #d87718;
    border-radius: 8px;
}
