/****************************************************
SELECTEURS PAR DEFAUT
****************************************************/
body {
	font-family		:	arial;
	font-size		:	11px;
	color			:	#333333;
	font-weight		:	lighter;
}

html * {
	font-size		:	11px;
	font-family		:	arial;
}

form {
	margin-top		:	20px;
	width			:	535px;
}

input[type='text'] {
	height			:	16px;
}

textarea {
	height:150px;
}

input, select, textarea {
	width			:	280px;
}

input[type='button'] {
	width			:	auto;
}

input[type='reset'] {
	width			:	auto;
}


label { 
	display			: 	inline ; 
	text-align		:	left;
	padding-top		:	3px;
	display:block
}

p#msginfo {
	color			:	#005DA2;
	padding-bottom  :	20px!important;
}

#form p {
	padding:0 0 5px 0;
	margin:0;
}

/****************************************************
CLASSES DIVERSES
****************************************************/
.error {
	color			:	#C00!important;		/*couleur du message d'erreur : à modifier selon toi*/
}

.clearfloat {
	clear			:	both;
	visibility		:	hidden;
}

.floatleft {
	float			:	left;
}

.floatright {
	float			:	right;
}

.bouton {
	width			:	auto!important;
	border			:	none;
	background-color:	#006ab2;
	color			:	#ffffff;
	padding-right	:	20px;
	padding-bottom	:	5px;
	/padding-bottom	:	0px;
	background-image:	url(../img/bouton.png);
	background-repeat:	no-repeat;
	background-position:right;
	cursor			:	pointer;
}
