@charset "UTF-8";
/* CSS Document */
body
{
	font-family:Arial, Helvetica, sans-serif;
}

a:link
{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
}

a:visited
{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a:active
{
	color:000000;
	font-weight:bold;
	text-decoration:none;
}

#general
{
	text-align:center;
	margin-bottom:50px;
	font-size:12px;
}

#footer
{
	text-align:center;
	font-size:12px;
	color:#333333;
}

#realisation
{
	list-style:none;
	margin:0;
	padding:0;
}

#realisation li
{
	margin-bottom:5px;
}

.disabled
{
	font-size:10px;
	color:#666;
}