select
{
	width: 500px;
	padding: 2px 30px;
	border-radius: 4px;
	background-color: #88BBFF;
	font-family: "Comic Sans MS";
	font-size: 15px;  
	font-weight: bold;
}
span 
{
	overflow: hidden;
	display: inline-block;
}
h1 
{
	font-family: "Comic Sans MS";
	font-style: italic;	
	text-align: center;
	margin-right: 20px;		
	margin-top: 5px;	
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 28px;
	color: maroon;
}
h2 
{
	font-family: "Comic Sans MS";
	font-style: italic;	
	line-height: 17px;	
	margin-left: 20px;	
	font-weight: bold;
	font-size: 18px;
	color: maroon;	
}
h3 
{
	font-family: "Comic Sans MS";
	text-align: justify;
	line-height: 20px;
	font-size: 15px;
	margin-top: -1px;	
	margin-bottom: -1px;		
}
h4 
{
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 13px;
	margin-top: -2px;	
	margin-bottom: -2px;	
}
h5 
{
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-style: italic;	
	font-size: 13px;
	margin-top: -20px;	
	margin-bottom: 0px;	
	margin-left: -40px;
	color: #882222;
}
h6 
{
	font-family: "Trebuchet MS";
	text-align: justify;
	font-style: normal;	
	font-weight: normal;	
	margin-top: 20px;
	margin-left: 20px;	
	margin-right: 20px;		
	margin-bottom: 5px;
	font-size: 14px;
	color: black;
}
a 
{
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-style: italic;	
	font-size: 13px;
	margin-left: 87%;	
	color: blue;
}
p 
{
	font-family: "Comic Sans MS";
	font-size: 14px;
}
svg
{
	width: 25px;
	height: 25px;	
}
.bm
{
   position: absolute;
   bottom: 15px;
   left: 15px;
}
.tb
{
   position: relative;
   top: 0px;
}
.td
{
	overflow-y: scroll;
	overflow-x: hidden; 
	height:370px;	
	margin-left: 10px;	
	margin-top: 10px;	
	margin-right: 5px;		
	margin-bottom: 10px;
}
.gif
{
	position: relative;
	top: 80px;
}
button
{
	position: relative;
	margin-left: 500px;		
	top: -35px;	
	padding: 2px 30px;
	border-radius: 4px;
	background-color: #88BBFF;
}
.gauche 
{
	float:left;
	margin-left: 10px;	
	margin-top: 5px;	
	margin-right: 10px;		
	margin-bottom: 5px;
}

.droit 
{
	float:right;
	margin-left: 10px;	
	margin-top: 5px;	
	margin-right: 10px;		
	margin-bottom: 5px;
}