*{
	margin:0;
	padding:0;
}
span.couleur{
	color:#FF14A9;
	background-color:inherit;
}
body{
	border-top:#FF14A9 3px solid;
	background-color:#FFFFFF;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1{
	text-align:center;
	margin-top:20px;
	color:#000000;
	background-color:inherit;
}
h2{
	font-weight:bold;
	font-size:14px;
	color:#000000;
	background-color:inherit;
}
#main{
	width:780px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	width:100%;
	height:35px;
	
}
#content{
	width:740px;
	padding:20px;
	margin-top:60px;
	background-color:#FCFCFC;
	color:inherit;
	border-top:#EFEFEF 1px solid;
	border-left:#CFCFCF 1px solid;
	border-right:#CFCFCF 1px solid;
	border-bottom:#CFCFCF 2px solid;
}

#footer{
	width:100%px;
	font-size:11px;
	text-align:center;
	margin-bottom:20px;
}
#resultat{
	font-size:11px;
	margin-top:20px;
	padding:10px;
	border:#EFEFEF 1px solid;
	background-color:FBFBFB;
	color:#555555;
}
.Infos {
	font-size: 11px;
	font-style: italic;
}
.exemple {
	font-size: 10px;
}

p.recherche{
	background-image:url(images/whois.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 35px;
	height:30px;
	line-height:30px;
}
p.google{
	text-align:center;
}