/* style.css */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	font-family: sans-serif;
	font-size: 10pt;
}
table {
	font-family: sans-serif;
	font-size: 10pt;
}
img {
	border: 0px;
}
input,textarea {
	border: 1px #000 solid;
	padding-left: 2px;
	padding-right: 2px;
	background: #fff;
	color: #000;
}
a:link {
	color: #003399;
	/*color: #990000;*/
	background-color: transparent;
	text-decoration: none;
}
a:active {
	color: #003399;
	/*color: #990000;*/
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: #115599;
	/*color: #995511;*/
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #1133aa;
	/*color: #aa6622;*/
	background-color: transparent;
	text-decoration: underline;
}
table.public_list {
	border-collapse: collapse;
	width: 747px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	/* hack pour ie */
	text-align: center;
}
td.line0 {
	background: #fff;
	color: #000;
	text-align: center;
}
td.line1 {
	background: #fff;
	color: #000;
	text-align: center;
}
td.line3 {
	background: #fff;
	color: #000;
	text-align: center;
}
td.public_line0 {
	background: #fff;
	color: #000;
	text-align: center;
	border-bottom: 2px #003399 solid;
}
td.public_line1 {
	background: #fff;
	color: #000;
	text-align: center;
	border-bottom: 2px #003399 solid;
}
span.imp {
	font-weight: bold;
	color: #660000;
}
span.prix_euro {
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
}
span.prix_franc {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
span.slogan {
	font-size: 9pt;
	text-align: left;
}
.footer a:link, .footer a:hover , .footer a:active, .footer a:visited{
	color:#3ba6ec;
	text-decoration:none;
}

.footer a:hover{
	text-decoration:underline;
}
