@charset "utf-8";
/* CSS Document */

body,html {
	font-size:100%;
	margin: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	background-color: #fff;
}

/* Accueil */

.champsaccueil {
	margin-left: 3px;
	border:none;
	width:173px;
	background:none;
	text-align:center;
	font-weight:bold;
}

.tdbasaccueil {
	font-size:10px;
	text-align:center;
	font-weight:bold;
}


/* Fin Accueil */

/* Formulaire d'inscription */

.champinputprofil {
	margin-left: 3px;
	width:173px;
	background:none;
	text-align:center;
	/*border-bottom-color:#00CC00;
	border-top-color:#33FF66;
	border-left-color:#66FF00;
	border-right-color:#00CC00;*/
	background-color:#C8FDC9;
}

.champinputprofilselect {
	margin-left: 3px;
	width:173px;
	background:none;
	text-align:center;
	/*border-bottom-color:#00CC00;
	border-top-color:#33FF66;
	border-left-color:#66FF00;
	border-right-color:#00CC00;*/
	background-color:#C8FDC9;
}


.inscription{
	padding-left:40px;
	padding-right:40px;
	text-align:center;
}

.nomchamp{
	text-align:left;
	font-size:12px;
	width:250px;
	color:#000000;
}

.champinputs{
	text-align:left;
	width:250px;
}

.divphraseinsc{
	text-align:left;
	font-size:12px;
}

.erreurinsc{
	text-align:center;
	color:#990066;
	font-size:10px;
}

/* Fin Formulaire d'inscription */

.footer{
	text-align:center;
	font-size:11px;
}

img {
	border:none;
}