body 
{
    background-color: #EAEAEA;
	margin-bottom:0px;
	margin-top:0px;
}

*{ font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px; line-height:1.3;}

A.partenaire {
font-size:11px;
color:#000000; 
text-decoration:none;
}

A:hover.partenaire {
font-size:11px;
color:#000000;
text-decoration:underline;
}

.motcle 
{
	font-size:10px;
	color:#EAEAEA;
}

.titre 
{
	font-size:2em;
	text-align:center;
}

input.searchfield
{
	height:30px;
	padding-left:5px;
	padding-right:5px;
	font-size:2em;
	border:1px solid #FF7301;
	background-color:white;
	vertical-align: middle;
}

input.searchfield:focus
{
	background-color: lightyellow;
}

input.searchimage
{
	vertical-align: middle;
}

a.boxjeu
{
	float: left;
	border: 1px dashed #666666;
	background-color: #F9F9F9;
	width:100px;
	height:100px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	margin:7px;
	color:black;
	padding-top:7px;
}

.boxpub
{
	float: left;
	width:650px;
	height:60px;
	text-align:center;
	margin:5px;
}

A:hover.boxjeu 
{
	border: 1px solid #666666;
	background-color: #EFEFEF;
}

.listejeux
{
	text-align:center;
	margin-top:7px;
	margin-left:auto;
	margin-right:auto;
	overflow: auto;
	width: 95%;
}

.redPanel
{
border: 1px solid #C91800;
BACKGROUND-COLOR: #F7E7E7;
font-family: Arial;
color: #C91800;
font-weight:bold;
padding:10px;
margin-top: 5px; 
margin-bottom: 5px; 
margin-left: auto; 
margin-right: auto;
text-align:center;
}


.greenPanel
{
border: 1px solid #0E6E1C;
BACKGROUND-COLOR: #E1F9C1;
font-family: Arial;
color: #0E6E1C;
font-weight:bold;
padding:10px;
margin-top:10px; 
margin-bottom:10px; 
margin-left: auto; 
margin-right: auto;
text-align:center;
}

/********************** Tableau principal de la page ********************************/

table.body
{
	border-collapse:collapse;
	width: 775px;
	margin:10px;
	margin-left:auto;
	margin-right:auto;
}

table.body td#header
{
	height:70px;
	width: 775px;
	padding:0px;
	background-image: url(logo2.gif); 
	background-repeat: no-repeat;
	border-width:0px; 
}

table.body td#header a
{
	float: left;
	width:460px;
	height:70px;
	text-decoration:none;
}

table.body td#moteur
{
	background-color:black;
	padding-top:5px;
	text-align:center;
	height:50px;
	border:1px solid black;
}

table.body td#contenu
{
	background-color:#FFFFFF;
	padding:10px;
	color:#000000;
	vertical-align:top;
	border:1px solid black;
}

table.body td#footer
{
	background-color:black;
	height:23px;
	color:white;
	text-align:center;
	font-weight:bold;
	border:1px solid black;
}

table.body td#footer a
{
	text-decoration:none;
	color:white;
	font-weight:bold;
}

table.body td#footer a:hover
{
text-decoration:underline;
}