@charset "utf-8";

input{
	position:relative;
	float:left;
	margin:0; 
	height:15px;
	color:#707173;
	font-size:10px;
	border:solid 1px;
	border-color:#989898;
}

.go{
	position:relative;
	float:left;
	cursor:pointer;	
	height:15px;
	width:15px;
	margin-left:3px;
	background-color:#073686;
	background-image:url(../images/fleche_blanc_boutton.png);
	background-repeat: no-repeat;
	background-position: 6px 3px;
	border:solid 1px;
	border-color:#707173;
}

select {
	margin:0; 
	padding:0;
	height:20px;
	color:#707173;
	font-size:10px;
	border:solid 1px;
	border-color:#989898;
}


.cours_description select {
	margin-top:5px;
	margin-bottom:5px;
}

.buttonInsciption{
	height:30px;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 0px;
	display:block;
	float:none;
}

