	body {
		margin : 80px 0 0 0;
		font-size: 10px;
		color: #FFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #141414;
	}
	fieldset {
		border: 1px solid #CCCCCC;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFF;
		width: 450px;
		margin:0;
		padding:10px;
		width: 450px
		}
	
	legend {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #FFF;
		margin: 0;
		padding: 0;
text-align:left;
	}

	input {
		padding : 2px;
		border : 1px solid #bbb;
		color: #333333;
	}
	a{
		color:#999999;
		text-decoration: none;
	}
	
	a:hover{
		text-decoration: underline;
	}
	
	.erreur{
		color:#e40218;
		font-size: 12px;
	font-weight: bold;
	}
	
/**
 * BOUTON ROUGE
 */
.btnRedLeft
{
	float:left;
	background: url("img/btn_redbk_left.jpg") no-repeat left top;
	height: 42px;
	width: 8px;
}


.btnRedContent
{
	float:left;
	background: url("img/btn_redbk_content.jpg") repeat-x left top;
	height: 31px;
	padding : 11px 10px 0 10px;
	text-align: center;
	font-size:16px;
}


.btnRedContent a
{
	color: #FFF;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
}

.btnRedContent a:hover
{
	color: #000;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
}

.btnRedRight
{
	float:left;
	background: url("img/btn_redbk_right.jpg") no-repeat left top;
	height: 42px;
	width: 8px;
}
