/* BASES */
* 
{ 
	color: #000040;
} 

/* Corps de la page */
body
{
	background-color: #fefce0;
	background-image: url(http://wap.multilude.com/images/design_wap/design_2/fond.jpg);
	background-position: left top;
	background-repeat: repeat;
	text-align: left;
}

/* blocs principaux */
.jeu_grille
{
/*	width: 300px;
*/	position: relative;
	float: none;
}


.footer
{
	position: relative;
	float: none;
}


/* FORMULAIRES */
fieldset
{
	text-align: center;
	font-size: 95%; 
}

/* DIV */
.titre
{
	text-align: center;
	background-color: #191970;
	color: #eee5d3;
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
/*	border: 3px ridge #3C0071;
	margin: 2px;
*/	margin-left: auto;
	margin-right: auto;
/*	padding: 2px;
*/	width: 100%;
}

.alerte
{
	font-size: 100%; 
	font-weight: bold;
	text-align: center;
	border-width: 4px;
	color: #d45a00;
/*	border-style: double;
	border-color: #d45a00;
*/	margin: 4px;
	padding: 4px;

}


.GobeBK
{
	color: #006600;
}

.GobeCL
{
	color: #0000FF;
}


/* DIV */
.texte
{
	text-align: left;
/*	margin: 0px 5px 0px 5px;
	padding: 5px;
*/	position: relative;
	float: none;	
}

.soustitre
{
	font-size: 105%; 
	font-weight: bold;
	text-align: center;
	background-color: #fef2a0;
/*	border: 3px ridge #3C0071;
*/	width: 100%;
	margin: 4px 0px;
/*	padding: 4px;
*/}

.gauche
{
	text-align: left;
	margin: 0px 5px 0px 5px;
	padding: 5px;
	position: relative;
	float: none;	
}

.centre
{
	text-align: center;
	position: relative;
	float: none;
}

table
{
	margin-left: auto;
	margin-right: auto;
}

#small
{
	font-size: small;
}

#big
{
	font-size: large;
}

/* Liens */
a
{
	width: auto;
	font-weight: bold;
	text-decoration: none;
	color: #0000a0;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d45a00;
*/	margin: 1px auto;
	padding: 0px;
}
a:link
{

}
a:active
{
	color: #eee5d3;
	background: #0000a0;
/*	text-decoration: underline overline;*/
}
a:hover
{
	color: #eee5d3;
	background: #0000a0;
/*	text-decoration: underline overline;*/
}
