html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
	background:#7FB3CD url('../images/fond_bleu.jpg');
	background-repeat:repeat-y;
	font-family:arial,sans-serif;
}

img {
	max-width: 100%;
	height: auto;
    border : none;
}

#container{
	width:90%;
	height:auto;
	margin:auto;
	padding:5px;
	font-size: 10px;
}

#ad_720x90{
	width:720px;
	height:90px;
	border:1px solid #ff0000;
}
#logo_div{
	text-align:center;
	margin:auto;
}

#query{
	width:200px;
	/*height:14px; */
	margin-left:10px;
	/*border:none;
	background:none;*/
}

#resultsDivWeb{
	width:95%;
	margin:auto;
	height:auto;
	font-size:12px;
}

#resultsDivImage{
	width:95%;
	margin:auto;
	height:auto;
	border:1px dashed #8F8F8D;
	border-radius:5px;
	padding:10px;
	font-size:10px;
}
.imageResult{
	float:left;
	margin:5px;
	width:120px;
	height:120px;
	border:4px solid #DEDEDE;
}
.imageResult:hover{
	border:4px solid #CFDF79;
	cursor:pointer;
}
#more_results{
	width:120px;
	height:32px;
	background:url('../images/more.png') no-repeat;
	cursor:pointer;
	margin:15px auto;
}

.result_container{
	margin-bottom:5px;
	-moz-box-shadow:0 1px 0 #798e9c;
	-webkit-box-shadow:0 1px 0 #798e9c;5
}
.clear{
	clear:both;
}
span.notFound{
	color:#BE330E;
	text-align:center;
}

#footer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-family: arial;
	font-size: 0.5em;
}

#footer ul li { display: inline; }

#footer ul li a
{
	text-decoration: none;
	padding: .2em 1em;
	color: #fff;
}

#footer ul li a:hover
{
	color: #66C;
}