/****************************************************
SELECTEURS PAR DEFAUT
****************************************************/
body {
	font-family		:	arial;
	margin			:	0px;
	padding			:	0px;
	font-size		:	11px;
	color			:	#006ab2;
	font-weight		:	lighter;
	overflow: hidden;
}


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

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

input {
	width			:	133px;
}

select {
	width			:	136px;
}

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

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


label { 
	display			: 	inline ; 
   	float			: 	left ; 
	width			: 	55px ;
	text-align		:	right;
	padding-right	:	5px;
	padding-top		:	3px;
}

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

#form p {
	padding:0 0 3px 0;
	margin:0;
	width: 200px;
	float: left;
}

#form p img {
	margin-top: 10px;
}

/****************************************************
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;
}

input.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;
	margin-right: 20px;
}
