/* CSS Document */
#header{
background:url(images/bannier.jpg) #00CC00;
width:790px;
height:87px;}

/*Gestion du cha,p de recherche..*/
#search-box {
	color: #FFFFFF;
	position: relative;
	margin-top: 15px;
	margin-right: 50px;
	display: block;
	float: right;
	white-space: nowrap; /* For Opera */
}

#input {
    background:#CCCCCC;
    border         : 1px solid #065CB5;
    padding        : 0 4px;
    width          : 100px;
	color:#000000;
}
#submit{
background:#FFFFFF;
    border         : 1px solid #065CB5;
    padding        : 0 2px;
    width          : 30px;
	height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#000000;
}


