/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h1{
}

h4{
	font-size: 14px;
	font-weight: bold;
}

p{
	font-size: 10px;
	margin: 0px;
	width: 700px;
}


a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: underline;
}

#barre {
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #cccccc;
	height: 20px;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}

#logo{
	text-align: center;
}

#haut{
	float: left;
}

#haut2{
	float: left;
	margin-left: 10px;
	margin-top: 23px;
}

#contenu{
	margin-top: 10px;
	margin-left: 10px;
}

#titre{
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#url{
	font-size: 10px;
	color: #666666;
	margin: 0px;
}

#bas {
	font-size: 12px;
	margin-top: 5px;
}

#basrecherche {
	font-size: 10px;
	margin-top: 5px;
	text-align: center;
}

.url{
	color: #cccccc;
}
#searchbar{
    height:41px;
    width:450px;
}

#searchbar #motcle{
    background:none;
    border:1px solid #000000;
    float:left;
    font-family:"Trebuchet MS";
    font-size:22px;
    height:25px;
    line-height:35px;
}

#searchbar #loupe{
    border:none;
    float:right;
    height:29px;
    margin-right:5px;
    width:90px;
}
