/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #A2CDFD;
	background-image: url(images/storesplaisance_v2_fond.gif);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #84817d;
}

p {
	font-size: 11px;
	color: #84817d;
	font-style:normal;
	text-align:left;
}

.titre, h1 {
	font-size: 15px;
	color: #84817d;
	font-weight:bold;
}
h2 {
	font-size: 14px;
	color: #84817d;
}

.texteOrange {
	color: #F4C31E;
}

.menuBas {
	font-size: 9px;
}
.copyright {
	font-size: 10px;
	font-weight:bold;
	color:#555555;
	text-align:right;
}

a:link {
	color: #84817d;
}
a:visited {
	color: #84817d;
}
a:hover {
	color: #84817D;
}
a:active {
	color: #84817d;
}
table.tableau {
	border:1px solid #00388C;
	border-collapse:collapse;
	margin-bottom:10px;

}
table.tableau td {
	border: 1px solid #00388C;
	padding:3px;
}
table.tableau th {
	border: 1px solid #00388C;
	background-color:#CEE3FD;
	padding:3px;
	font-size:13px;
	color:#00388C;
}
table.tableau td table td {
	border:0px;
}
.erreur{
	color:#F00;
	font-weight:bold;
}
