body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

img {
	border:none;
}

.formError {
	display:block;
	color:red;
}

.error {
	background-color: #FAEAEA;
}

.titre {
	font-size:13px;
	color:#93550C;
	font-weight:bold;
}

.warn {
	color: #D47C24;
	font-weight: bold;
	font-size:10px;
}

table.formule td
{
	font-size: 11px;
	vertical-align: top;
	background-color: transparent;
	background-image: url(images/bg_tableau_contenu.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
}

table.formule th
{
	height:20px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	background-color: #D87B00;
	background-image: url(images/bg_tableau.gif);
	background-repeat: repeat-x;
}

table.formule .sousTitre
{
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

table.frac td
{
	font-size: 11px;
	vertical-align: top;
	text-align:center;
	background-color: transparent;
	background-image: url(images/bg_tableau_contenu.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
}

table.frac th
{
	height:20px;
	font-size: 12px;
	text-align:center;
	color: #FFF;
	font-weight: bold;
	background-color: #D87B00;
	background-image: url(images/bg_tableau.gif);
	background-repeat: repeat-x;
}

table.recap th {
	font-size:13px;
	color:#93550C;
	font-weight:bold;
	text-align:left;
}

table.recap td.prime {
	height:20px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	background-color: #D87B00;
	background-image: url(images/bg_tableau.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.valid input {
	border:none;
	background:none;
	background-image: url(images/boutonSuite.gif);
	background-repeat: no-repeat;
	width:32px;
	height:32px;
	cursor:pointer;
}

.valid {
	font-size: 16px;
	color: #93550c;
	font-weight: bold;
}

.popup {
	margin: 10px;
	background-color: #E6E8DC;
}

.popup-titre {
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #D87B00;
	text-align: center;
	line-height: 18px;
	font-weight: bold;
	background-image: url(images/bg_tableau.gif);
	background-repeat: repeat-x;
}
.popup-sstitre {
	text-decoration: underline;
	font-size: 10px;
}
a.popup-fermer {
	background-color: #D87B00;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 10px;
	text-decoration: none;
}
a.popup-fermer:hover {
	text-decoration: underline;
}