@charset "UTF-8";

body {
background: url("/img/bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
color : #FAA51A;
text-shadow :
	0.02em 0.01em 0 rgba(200, 200, 200, 0.6),
	-0.03em -0.04em 0 rgba(0, 0, 0, 0.5);
}
.titre {
	font-size : 50px;
	text-shadow :
	0.02em 0.01em 0 rgba(200, 200, 200, 0.6),
	-0.03em -0.04em 0 rgba(0, 0, 0, 0.5);
}

footer {
	text-align:center;
}

.center {
	text-align : center;
	/*
	margin : 0 auto;
	width :  1024px;;
	*/
}
.center>.alignment {
	display:inline-block;
}

.left {
	float:left;
}
.right {
	float : right;
}
.clear {
	clear : both;
}

.logo {
	background: url("/img/logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); /* image ratio 2.866 */
	background-size : cover;
	min-width:100px;
	min-height:37px;
	display: inline-block;
}

.tux {
	background: url("/img/tux.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); /* image ratio 1 */
	background-size : cover;
	min-width:50px;
	min-height:50px;
	display: inline-block;
}

