/* Ne modifiez pas ce document si vous n’avez pas les notions nécessaires. 
Votre kit risque de ne plus s’afficher correctement en cas de mauvaise manipulation
Dans tous les cas, faites une sauvegarde du document original avant toute modification ! */
body {
margin: 0;
background-color: #FFFFFF;
background-position: top left;
}
	 
#gauche {
	position:absolute;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	height: 600px;
	left: 0px;
	z-index: 1;
	visibility: visible;
}

#droite {
	position:absolute;
	width: 780px;
	height: 600px;
	left: 200px;
	visibility: visible;
	z-index: 1;
	border-color: #66CCFF;
}	 


A.menu:link,A.menu:visited{
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;	
text-decoration: none;
font-weight: bold;
color: #585768;
}
A.menu:hover{
color: #FF6600;
text-decoration: none;
}

A:link,A:visited{
text-decoration: none;
font-weight: bold;
color: #000000;
}
A:hover{
color: #FF6600;
text-decoration: none;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	text-align: center;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	text-align: center;
}
h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-style:italic;
}
