/* fr : Style de base*/
/* en : Basic style*/
body{
	background-color : #000000;
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
	font-size : 10pt;
	color : #FFFFFF;
}

#parent{
	width : 350px;
	margin-left : auto;
	margin-right : auto;
	text-align:center;
}
#title{
	height: 50px;	
}
#logo{
	background-image : url('/img/alinea3.net.png');
	background-repeat : no-repeat;
	height : 500px;
	margin-bottom: 80px;
}
#tm{
	color:#ff9933;
}
#small{
	font-size : 8pt;
	color :#FFFFFF;
}