@charset "UTF-8";
/* CSS Document */

a img:link {border:none; background-color: transparent;} 
a img:visited {border:none; background-color: transparent;} 
a img:hover {border:none; background-color: transparent;} 
a img:hover {border:none; background-color: transparent;} 
a:link img {border: none; background-color: transparent;} 
a:visited img {border:none; background-color: transparent;} 
a:hover img {border:none; background-color: transparent;} 
a:hover img {border:none; background-color: transparent;}

p {
	margin-top: 0px;
	margin-bottom: 5px;
}

#header {
	width: 1000px;
	height: 50px;
	background-image: url(../images/accroche-header.png);
	background-repeat: no-repeat;
}

#search {
	width: 450px;
	height: 38px;
	float: right;
	margin-right: 30px;
	margin-top: 0px;
	position: relative;
	padding-top: 12px;
	text-align: right;
}

.search-input, .search-input:focus {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #b3b3b3;
	padding-left: 3px;
	border: thin solid #FFF;
}

.search-bouton, .search-bouton:focus {
	width: 19px;
	cursor: pointer;
	outline: none;
	background-image: url(../images/bouton-recherche.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	height: 22px;
}
