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


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

input[type='text'], input[type='radio'], textarea{
	margin-left		:	15px;
}

textarea {
	width			:	200px;
	height			:	70px!important;
}

input[type='text'] {
	width			:	200px;
}

select {
	width			:	200px;
	margin-left		:	15px;
}

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

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


label { 
	display			: 	block;
	margin-bottom	:	5px;
}

p.captcha {
	margin-left: 15px;
}
p.captcha label {
	float: left;
	width : 75px;
}

p.captcha img, p.captcha input {
	float: left;
	margin-left: 5px;
	padding-left: 0;
	display: block;
}

p.captcha input {
	width: 127px;
}

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

#form {
	padding			:	0;
}

#form  p {
	padding-bottom	:	20px;
	float: left;
	display: block;
	overflow: hidden;
	width: 800px;
}

label>span {
	background-color:	#006ab2;
	color			:	#ffffff;
	padding-left	:	3px;
	padding-right	:	3px;
}

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




