* {	margin: 0px;	padding: 0px;	border: 0px;	color: #FFFFFF;	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 	font-size: 14px;}				/* Mise en forme de la page */	html, body, #contenu {		text-align: justify;	}	html {		/*cursor: crosshair;*/		overflow: auto ;		background-color: #000000;	}	#page{		width: 700px;		margin: 0 auto;		z-index: 1;	}		#top{		width: 700px;		height: 138px;		padding-top: 20px;		padding-bottom: 20px;		background-image: url(../images/interface/logo_long_togo.png);		background-repeat: no-repeat;		background-position: center;	}	#contenu{		width: 700px;		height: 300px;		float: left;		position: relative;		padding: 20px;		padding-top: 10px;		background-color: #000000;		}	/* Textes specifiques*/	h1{		font-weight: bold;		font-size: 20px;		margin-top: 12px;		padding-bottom: 8px;		text-decoration: underline;	}	h2{		font-weight: bold;		font-size: 18px;		padding-top: 12px;		padding-bottom: 3px;	}	h3{		font-weight: bold;		font-size: 16px;		color: red;	}	.tab1{		padding-left: 15px;		}	.tab2{		padding-left: 30px;		}	.tab3{		padding-left: 45px;		}	a, mailto{		text-decoration: none;		cursor: pointer;		color: #3081DA;	}	a:hover{		text-decoration: underline;	}
