	
#menu {
	position: relative;
	color: #ffffff;
	background-color: #000000;
	visibility: visible;
	text-align: center;
	height: 120px;
	border-color: #FF0000;
	border-style: ridge;
	border-width: 3px;
	}
	
#titre {
	position: relative;
	color: #FFFFFF;
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-color: #FF0000;
	border-style: ridge;
	border-width: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
#menu_ltsa {
	position: relative;
	color: #ffffff;
	background-color: #000000;
	visibility: visible;
	text-align: center;
	height: auto;
	border-color: #FF0000;
	border-style: ridge;
	border-width: 3px;
	}
	
#titre_ltsa {
	position: relative;
	color: #FFFFFF;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-color: #FF0000;
	border-style: ridge;
	border-width: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
#corps {
	position: relative;
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	text-align: justify;
	background-color: #000000;
	background-image: url(Graph/Logo40clairneg.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
	background-attachment: scroll;
	border-color: #FF0000;
	border-style: ridge;
	border-width: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	}
	
a:link { 
	text-decoration: none; 
	color: #FF0000;
	}
a:visited { 
	text-decoration: none; 
	color: #FF0000;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #FF0000;
	}

.Def {
	color: #ffffff;
	font-family: "Courier New", Courier, mono;
	font-size: medium;
	font-style: normal;
	text-align: justify;
	}
	
.Left {
	position: relative;
	float: left;
	}
	
.Right {
	position: relative;
	float: right;
	}
	
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 10px;
}
