a:link { 
	color : #000;
	text-decoration : none;
} 
a:visited { 
	color : #000;
	text-decoration : none;
} 
a:active { 
	color : #000;
	text-decoration : none;
} 
a:hover {
	color : #e41b5b;
	text-decoration : none;
} 
body { 
	margin-left : 0;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	background-color : #dcdcca;
} 
#index { 
	position : absolute;
	width : 300px;
	height : 460px;
	left : 50%;
	top : 50%;
	margin-left : -150px;
	margin-top : -230px;
} 
#logo { 
	position : absolute;
	width : 300px;
	height : 220px;
	left : 50%;
	top : 50%;
	border : 0;
	margin-left : -150px;
	margin-top : -110px;
} 
#texte { 
	position : absolute;
	width : 300px;
	height : 80px;
	left : 50%;
	top : 50%;
	margin-left : -150px;
	margin-top : -200px;
	font-family : verdana;
	font-size : 9px;
	color : #555555;
	text-align : center;
} 
#liens { 
	position : absolute;
	width : 300px;
	height : 20px;
	left : 50%;
	top : 50%;
	margin-left : -150px;
	margin-top : 180px;
	font-family : verdana;
	font-size : 10px;
	color : #666666;
	text-align : center;
} 
.titre { 
	font-family : verdana;
	font-size : 10px;
	color : #e41b5b;
}
.gras {
	font-weight:bold;
} 
#entrer { 
	position : absolute;
	width : 300px;
	height : 20px;
	left : 50%;
	top : 50%;
	margin-left : -150px;
	margin-top : 80px;
	font-family : verdana;
	font-size : 13px;
	color : #e41b5b;
	text-align : center;
	font-weight:bold;
} 
#light { 
	position : absolute;
	width : 300px;
	height : 40px;
	left : 50%;
	top : 50%;
	margin-left : -150px;
	margin-top : 130px;
	font-family : verdana;
	font-size : 10px;
	color : #666666;
	text-align : center;
} 
.sans { 
	border : 0;
} 
