/* Conteneurs*/

html, body
{
	color: #eaeaea;
	background-color: #7478c8;
	font: 1.3em Calibri, "Helvetiva Neue", Arial, Helvetica, sans-serif;
	margin: 0;
}

header{
	display: block;
	clear: both;
	height: 80px;
	background: url(logo.png) no-repeat center;
}

toolbar
{
	display: block;
	float: right;
	text-align: right;
	font-size: 0.6em;
}

contents{
	margin-top: 20px;
	display: block;
	clear: both;
}

footer{
	
}

search{
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}

options{
	font-size: 0.6em;
}

/* Formulaires */

#searchfield
{
	font-size: 1.5em;
	background-color: #bfc1ef;
	border: none;
	color: #989abe;
	padding: 5px;
}

#searchbutton
{
	background: #7478c8;
	border: none;
	color: #bfc1ef;
	font-size: 2em;
}

/* Eléments d'interface */
#engines_table
{
	width: 90%;
	text-align: center;
	margin: auto;
}

ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

td
{
	vertical-align: top;
	text-align: center;
}

td.title
{
	border-bottom: 3px solid #eaeaea;
}

li
{
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
}

li:hover
{
	cursor: pointer;
}

.on
{
	color: #ff787a;
	background: url(checked.png) no-repeat left center;
}

.off
{
	color: #eaeaea;
	background-color: #7478c8;
}

a, a:hover, a:visited
{
	color: #eaeaea;
	text-decoration: none;
}
