body {
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	color: #000;
	background-color: #fff;
}

hr {
	border-top: 1px solid #CCC;
	border-bottom: none;
}

a {
	text-decoration: none;
	color: #C06;
}

.buttonSuite {
	border: 1px solid #999;
	border-color: #000;
	background-color: #FCC;
	color: #000;
}

.buttonOther {
	border: 1px solid #999;
	border-color: #000;
	background-color: #FFF;
	color: #000;
}

a:Hover {
	text-decoration: underline;
	color: #C06;
}

.textfield {
	padding: 5;
	border: 1px solid #999;
}

.fieldset {
	padding: 10px 10px 10px 10px;
}

.grostitre {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000;
}

.titre {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #C06;
}

.prix {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000;
}

.livre {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
}

.prix-couleur {
	color: #C06;
}

.obligatoire {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #C06;
}

.erreur {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #F00;
}

/**** table ****/

.leftcol {
	width: 35%;
	vertical-align: top;
	text-align: right;
}

.rightcol {
	vertical-align: bottom;
	text-align: left;
}
