/* CSS Document */

Body {
	background-color:#000000;  
	}
	
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: Impact;
	font-size: medium;
	font-style: normal;
	text-align: justify;
	}
	
.Left {
	position: relative;
	float: left;
	}
	
.Right {
	position: relative;
	float: right;
	}
	
.titre {
	font-family: Impact;
	color: #FFFFFF;
	font-size: 32px;
	text-align: center;
	}
.menu {
	font-family: Impact;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	}
		
#menu {
	position: relative;
	background-color: #000000;
	visibility: visible;
	text-align: center;
	border-color: #FFFFFF;
	border-style: ridge;
	border-width: 3px;
	}
	
#titre {
	position: relative;
	background-color: ;
	font-family: Impact;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-color: #FFFFFF;
	border-style: ridge;
	border-width: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	width: auto;
	visibility: visible;
	border-top-width: 0px;
	border-bottom-width: 0px;
	}

#corps {
	position: relative;
	background-color: ;
	font-family: Impact;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	border-color: #FFFFFF;
	border-style: ridge;
	border-width: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	width: auto;
	visibility: visible;
	border-top-width: 0px;
	}
