/*
	2011 JPCW
	Service WebDesign
*/
#encart_coord{
	float:left;
	width:170px;
	padding:0px 20px 0px 0px;
}
#coord_entete{
	width:170px;
	height:23px;
	padding:7px 0px 0px 10px;
	background-image:url('https://www.alumni-ba.com/img/charte/fond_titre_encart_l.png');
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-transform:uppercase;
}
#coord_texte{
	width:160px;
	padding:10px 10px 20px 10px;
	background-color:#ECECEC;
	color:#333333;
}
#line{
	clear:both;
	margin:10px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	background-image: url('https://www.alumni-ba.com/img/charte/separateur_actu.png');
	background-position:right bottom;
	background-repeat: no-repeat;
}
#line.error{
	background-image: url('https://www.alumni-ba.com/img/charte/invalid.png');
	background-position:right top;
	background-repeat: no-repeat;
}
#obligatoire{
	text-align:right;
	font-size:12px;
	background-image:none;	
}
label{
	display:inline;
	margin:0px 20px 22px 0px;
	padding:0px;	
}
#lab_libelle{
	float:left;
	width:220px;
	text-transform:uppercase;
}
#lab_check{
	float:left;
	width:700px;
	text-transform:uppercase;
}
#lab_captchar{
	float:left;
	width:320px;
	font-size: 13px;
	color:#333333;
	text-transform:none;
}
#bouton{
	clear:both;
	width:750px;
	margin:30px auto 0px auto;
	padding:0px;
	text-align:center;
}
form input[type="text"]{
	display:inline;
	font-family: "tahoma";
	font-size:12px;
	width:300px;
	color:#333333;
	background-color:#ffffff;
	border:1px solid #C2C2C2;
}
form input[type="text"].captcha{
	display:inline;
	width:40px;
}
form textarea{
	font-family: "tahoma";
	font-size:12px;
	width:300px;
	color:#333333;
	background-color:#ffffff;
	border:1px solid #C2C2C2;
}
form input[type="checkbox"]{	
	width:20px;	
	border: #C2C2C2 1px solid;
	margin:0px;
	padding:0px;
}
form input[type="submit"]{
	width:175px;
	height:44px;
	border:none;
	color: #ffffff;
	margin:0px auto 0px auto;
	padding:0px;
	text-transform:uppercase;
	border:1px solid #ffffff;
	background-image: url('https://www.alumni-ba.com/img/charte/bt_off.png');
	background-repeat: no-repeat;
	cursor:pointer;
}
form input[type="submit"]:hover{
	background-image: url('https://www.alumni-ba.com/img/charte/bt_on.png');
	background-repeat: no-repeat;
}

a button[type="suivant"]{
	width:175px;
	height:44px;
	border:none;
	color: #ffffff;
	margin:0px auto 0px auto;
	padding:0px;
	text-transform:uppercase;
	border:1px solid #ffffff;
	background-image: url('https://www.alumni-ba.com/img/charte/bt_off.png');
	background-repeat: no-repeat;
	cursor:pointer;
}
a button[type="suivant"]:hover{
	background-image: url('https://www.alumni-ba.com/img/charte/bt_on.png');
	background-repeat: no-repeat;
}

#map_canvas, #file_canvas{
	float:left;
	margin:0px 20px 0px 0px;
	text-align:center;
	width:670px;
	height:400px;
}
#bulle{
	width:250px;
	font-family: Arial;
	font-size:10px;
	color: #063050;	
	text-align:center;
}
#bulle ul{
	width:200px;
	margin:0px;
	padding:0px;
	text-align:left;
}
#bulle ul li{
	list-style-type:none;
}
#bt_itineraire{
	width:170px;
	height:20px;
	cursor:pointer;
	padding:3px 0px 0px 0px;
	margin:0px auto 0px auto;
	font-size:12px;
	color:#ffffff;
	background-color:#063050;
	border:1px solid #063050;
}