body {
	font-size: 14px;
	font-family: Verdana;
	background-repeat: repeat;
	text-align: center;
	background-attachment: fixed;
	padding-left: 135px;
}
body.rose {
	background-image: url(/images/lamb01b.png);
}
body.bleu {
	background-image: url(/images/lamb01a.png);
}
div#pub {
	position: absolute;
	top: 10px;
	width: 120px;
	height: 600px;
	left: 10px;
}
h1 {
	font-size:20px;
	font-weight: bold;
	text-align: center;
}
table.livre_or {
	background-color : #DFEBFF;
	border: 1px solid #000000;
	width: 80%;
}
table.livre_or th {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #000000;
}
table.livre_or td {
	font-size: 10px;
	border: 1px solid #000000;
	padding: 3px;
}
table.form {
	border: 1px solid #000000;
	background-color : #DFEBFF;
	width: 60%;
	padding: 5px;
	margin-top: 10px;
}
table.form th {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
table.form td {
	font-size: 10px;
}
table.results {
	background-color : #DFEBFF;
	border: 1px solid #000000;
	width: 80%;
}
table.results th {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana;
	border: 1px solid #000000;
	padding : 5px;
}
table.results td {
	font-size: 10px;
	font-family: Verdana;
	text-align: center;
	border: 1px solid #000000;
}
table.results td.description {
	text-align: justify;
	text-indent: 15px;
	padding: 5px;
}
table.results td.noResult {
	font-size: 12px;
	font-weight: bold;
	padding: 25px;
}
table.results tr.impair {
	background-color : #CCD7EB;
}
table.results select {
	background-color : #DFEBFF;
	font-size: 10px;
}
table.results option {
	font-size: 10px;
}
.main-bleu {
	border: 1px solid #000000;
	width: 80%;
	background-color : #CCD7EB;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 5px;
}
.main-rose {
	border: 1px solid #000000;
	width: 80%;
	background-color : #FFCCFF;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 5px;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
a:link, a:visited, a:hover, a:active {
	color: #FF00FF;
}
.contactSpecial {
	display:none;
}