body
	{
	background-color :white;
	color:#409140;
	font-family : arial;
	}

a
	{
	color:green;
	font-weight:normal;
	font-size:80%;
	}

p, h1, h2, h3, h4, h5, h6
	{
	
	color:black;
	
	}

img
	{
	float:left;
	margin:5px;
	border:none;
	}

p
	{
	
	margin-left:45px;
	
	}
h1
	{
	
	margin-left:15px;
	text-decoration : underline;
	
	}
h2
	{
	
	margin-left:30px;
	
	}

h1, h2
	{
	
	font-size:105%;
	
	}

hr
	{
	
	color:green;
	margin : 30px;
	
	}

.tinyText
	{
	
	font-size:80%;
	
	}


.formulaire
	{
	
	margin:auto;
	width:450px;
	text-align:center;
	padding-top:50px;
	
	}
    .formulaire form
	{
	
	width:450px;
	margin:auto;
	
	}
	.formulaire form fieldset
	{
	
	width:450px;
	margin:auto;
	border:none;
	
	}
	.formulaire form legend
	{
	
	color:black;
	font-size:110%;
	font-weight:bold;
	
	}
	.formulaire form .moteurRecherche
	{
	
	float:left;
	width:350px;
	height:24px;
	font-size:18px;
	
	}
	.formulaire form .boutonMoteurRecherche
	{
	
	float:right;
	width:90px;
	height:30px;
	font-size:18px;
	
	}

#disclaimeurz
	{
	
	margin:0;
	padding:0;
	text-align:right;
	font-weight:bold;
	
	}



#resultat
	{
	
	float:left;
	width:75%;
	padding:10px;
	
	}
#menu
	{
	
	float:right;
	width:20%;
	
	}
    #menu #google
	{
	
	float:right;
	padding-right:25px;
	width:125px;
	
	}

