body 
{
	background: #f0f0f0;
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	text-align: center;
}

h1 
{
	font-size: 16x;
	font-weight: bold;
	color: #4F5688;
	text-align: center;
}

h2 
{
	font-weight: bold;
	text-align: center;
}

img { border:0; }

.titre 
{
	font-size: 12x;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	border: 1px solid #FFFFFF;
	background: #4F5688;
	margin: auto;
}


div.box  
{
	font-size: 14x;
	text-align: center;
	width: 100%;
	border: 1px solid #FFFFFF;
	margin: auto;
	padding: 3px;
}
.box a:link, .box strong {
	font-size: 11x;
	font-weight: bold;
	text-decoration: none;
	color: #4F5688;
	padding: 3px;
}
.box a:visited {
	font-size: 11x;
	font-weight: bold;
	text-decoration: none;
	color: purple;
	padding: 3px;
}
.box a:hover {
	font-size: 11x;
	font-weight: bold;
	text-decoration: underline;
	color: #4F5688;
	padding: 3px;
}
.thumb img { 
	margin: 2px;
}
.box strong { color:red; }

a:link 
{
	font-size: 11x;
	font-weight: bold;
	text-decoration: underline;
	color: #4F5688;
	padding: 3px;
}

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


a:hover 
{
	font-size: 11x;
	font-weight: bold;
	text-decoration: none;
	color: #995688;
	padding: 3px;
}

.page
{
	background-color:#f0f0f0;
	width:100%;
	height:4000;
	border:0px solid #FF0000;
}

.corps
{
	padding:5px;
	margin:2px;
	background-color:#B3DCFF;
	border:2px solid #FF0000;
	width:75%;
	height:4000px;
	float : left;
}

.menu
{
	padding:5px;
	margin:2px;
	background-color:#B3DCFF;
	border:2px solid #0000FF;
	width:20%;
	height:4000px;
	text-align:left;
	line-height : 2.0 ;
	float : right;
}



