﻿body{
	font-family: Arial,Sans-Serif;
	font-size: 11px;
	color: #403E37;
	background-color:#ABABAB;

}

.alternative {
	font: Arial,Sans-Serif;
	color: #403E37;
	background-image: url(fond.jpg);
	background-color: #ffffff;
	margin-top:10px;
	padding: 40px 5px 5px 5px;
	height: 500px;
	width: 800px;
	
}
.alternative h1 {
	display:inline;
	background-color:#ABABAB;
	font: Arial,Sans-Serif;
	color: #E00E0F;
	margin-left:10px;
	padding: 2px 8px 0px 5px;
	
	}
.alternative h2 {
	float:left;
	background-color:#ABABAB;
	display:inline;
	margin-left:10px;
	padding: 2px 0px 2px 5px;
	font-size: 13px;
	
	}


.alternative a {
	display:inline;
	line-height:20px;
	text-decoration:underline;
	font-weight:bold;
	color: #E00E0F;
}

.alternative .pied {

	display:block;
	padding: 0px 15px 5px 15px;
	margin-left: 20px;
	float:left;
	background-color:#ABABAB;
}
.alternative .pied  a{
	margin-right:15px;
	line-height:25px;
	text-decoration:underline;
	font-weight:bold;
	color: #E00E0F;
	
}

.texte {
	font-family: Arial,Sans-Serif;
	font-size: 13px;
	float:left;
	display:block;
	padding: 10px 10px 0px 25px;
	height : 350px;
	width : 765px;
	overflow: auto;
	background-color: #ffffff;
	
}

