/****************************************************
* HTML, CSS, JS, XML, AjaX, PHP et MySQL créé par	*
* Manuel SANTISTEBAN (manuel.santisteban@orange.fr)	*
* 	>>>	http://www.xenero-developpement.com			*
* Pour eXtensive 2009								*
*	>>>	http://www.team-extensive.com				*
****************************************************/
html {
	background-color: #2f4157;
}
body {
	background-image: url('../images/background.jpg');
	background-repeat: repeat-y;
	width: 1200px;
	margin: auto;
	padding: 0px;
	clear: both;
	font-family: Arial, Verdana, Sans Serif;
	font-size: 12px;
	color: #4d575f;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a {
	color: #4d575f;
	text-decoration: none;
}
a:hover {
	color: grey;
	text-decoration: none;
}
/************************************************************
COULEURS RESULTATS
************************************************************/
span.win {
	color: #0eb600;
}
span.loose {
	color: #fe0012;
}
span.draw {
	color: #4339cf;
}
div.msgErreur {
	background-color: #ff7f7f;
	border: 1px solid #ff0000;
	width: 398px;
	margin: auto;
	margin-top: 5px;
}
div.msgErreur div.texte {
	background-image: url('../images/cms/erreur.png');
	background-repeat: no-repeat;
	background-position: center left;
	width: 330px;
	height: 60px;
	line-height: 60px;
	text-align: left;
	padding-left: 60px;
	margin: auto;
}
div.msgSuccess {
	background-color: #88ff7f;
	border: 1px solid #36c33d;
	width: 398px;
	margin: auto;
	margin-top: 5px;
}
div.msgSuccess div.texte {
	background-image: url('../images/cms/ok.png');
	background-repeat: no-repeat;
	background-position: center left;
	width: 330px;
	height: 60px;
	line-height: 60px;
	text-align: left;
	padding-left: 60px;
	margin: auto;
}