body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	color:#093E60;
	background-color:#65B5E8;
}
.content {
background-image:url(images/back-content.jpg);
background-repeat:repeat-y;
}
img {
border-color:#093E60;
}
.footer {
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
height:88px;
}
.mentions {
font-size:9px;
}

.titre {
font-size:14px;
font-weight:bold;
}

a:link { color:#093E60; font-weight:bold; text-decoration:none; }
a:hover { color:#093E60; font-weight:bold; text-decoration:underline; }
a:visited { color:#093E60; font-weight:bold; text-decoration:none; }

.vertical {
border-right:1px dotted #093E60;
}
.horizontal {
border-bottom:1px dotted #093E60;
}