body{
	margin: 0;
	padding: 0;
	height: 100%;
	background-color:#f5f4f4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	background-image:url(../media/img/interface/logo_obs.png);
	background-repeat:no-repeat;
	background-position:center top;
	color:#666;
}
div#reponse {width:400px;
text-align:center}
div#reponse2 {width:400px;
text-align:center}

a {text-decoration:none;
filter : alpha(opacity=70);
    opacity : 0.7;
	color:#333;
	font-size:14px;}
a:hover {text-decoration:none;
filter : alpha(opacity=100);
    opacity : 1;}

.oui {color:#a0a600;
font-size:26px;
font-weight:bold;
line-height:40px;}

.non {color:#d40343;
font-size:26px;
font-weight:bold;
line-height:40px;}