/* Style alainandre.com */
html, body {
	width: 			100%;
	height: 		100%;
	margin: 		0px;
	padding: 		0px;
	text-align:		center;
	background-color: #1C365C;
}

html, body, table, input {
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		10px;
	color:			#FFFFFF;
}

img {border: 0px;}

a { color: #FFFFFF; text-decoration: underline;}
a:hover { color: #FFFFFF; text-decoration: none;}

.title {
	font-size: 11px;
	font-weight: bold;
}

#flashcontent {
	width:			100%;
	height: 		100%;
}
#flashcontent embed, #flashcontent object {
	display: block;
}

#noflash {
	width: 			200px;
	height: 		200px;
	position: 		absolute;
	top: 			50%;
	left: 			50%;
	margin-left: 	-100px;
	margin-top: 	-100px;
}

