/* CSS Document */

body {
	padding:0;
	margin:20px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background-color: #FFFFFF;
	color:#660000;
	}
	
	a:link{ 
	text-decoration:none; 
	color:#660000; 
	font-weight:bold;
	}
	
	a:visited {
	color: #660000;
	text-decoration: none;
	font-weight:bold;
	}
	
	a:hover{ 
	color:#EA6524; 
	text-decoration:underline;
	font-weight:bold;
	}
	
	.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight: 200;
	color: #660000;
	padding-top: 100px;
	padding-right: 20px;
	}
	
	#content {
	padding:0 10px 0 10px
	}
	
	
	#mainTable {
	border: 6px solid #e7e1c9;
	line-height: 1.5;
	z-index: 1;
	}
	
	#leftContent {
	width:400px;
	}
	
	#rightContent { 
	width:400px
	}
	
	.Style1 {
	color: #EA6524;
	font-weight: bold;
	font-size: medium;
	}

	#menuHaut {
	background-color: #ece9de;
	position:absolute;
	height: 40px;
	width: 100%;
	top: 50px;
	margin: 0;
	border: 1px solid #ffffff;
	z-index: 10;
	left: 0px;
	}
.titre{
	font-size: large;
	color: #FFFFFF;
}
.Style3 {color: #EA6524; font-weight: bold; font-size: large; }

.erreur {
	padding: 10px;
	width: 400px;
	border: thin solid #660000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

