/******************************************
* Découpe xHTML, CSS réalisé par
** Manuel Santisteban pour Addicted-Production
*** Contact : manuel.santisteban@orange.fr
**** http://www.xenero-developpement.com
******************************************/
html {
	background-color: #e5e5e5;
}
body {
	font-size: 12px;
	font-family: arial, sans serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	color: #248ec8;
	text-decoration: none;
}
a:hover {
	color: #020202;
	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;
}