* {
	margin : 0;
	padding : 0;
}

body {
	background : #fff url(fond-inutiles.png) repeat-x top left;
	height : 100%;
	font : 62.5% sans-serif;
	color : #369;
	line-height : 1.5;
}

.corps {
	border : 1px solid #fff;
	width  : 760px;
	margin : 10px auto 5px auto;
	padding : 10px;
	-moz-border-radius : 10px;
	background-image : url(fond-60.png);
}

#answer {
	text-align : center;
	font-size : 1500%;
	line-height : 1;
	font-weight : normal;
}

#copyright {
	text-align : center;
}

#fact {
	text-align : center;
	margin-bottom : 30px;
	font-size : 130%;
}

h2 {
	font-size : 130%;
}

a {
	color : #036;
}


#defaut h1 {
	font-size : 160%;
	font-weight : normal;
	padding-bottom : 5px;
	margin-bottom : 10px;
	border-bottom : 1px solid #fff;
}

label, input {
	font-size : 140%;
	padding : 3px;
}

label {
	font-weight : bold;
}

a img {
	border : 0;
}

li {
	list-style-type : none;
	margin-left : 10px;
	font-size : 120%;
}

#detailsfact p {
	font-size : 120%;
}


#detailsfact h3 {
	font-size : 130%;
	border-bottom : 1px solid #fff;
	margin : 5px 0 3px 0;
	padding-bottom : 2px;
}

input {
	border : 1px solid #fff;
	width : 370px;
}

