﻿body {
	background: #f0f0f0;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #4F5688;
	text-align: center;
}
img { border:0; }

.titre {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	width: 600px;
	border: 1px solid #6eb0ff;
	background: #84b3ff;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.box  {
	font-size: 12px;
	text-align: center;
	width: 600px;
	border: 1px solid #6eb0ff;
	margin: auto;
	padding: 3px;
}
.box a:link, .box strong {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #4F5688;
	padding: 3px;
}
.box a:hover {
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	color: #4F5688;
	padding: 3px;
}

.box a:visited {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #4F5688;
	padding: 3px;
}


.thumb img { 
	margin: 2px;
}
.box strong { color:red; }

.link
{
font-size:12px;
color: black;
}

.link:hover
{
font-size:12px;
color: #1393ed;	
}
.link:visited
{
font-size:12px;
color: #4163af;	
}


