#modal_titre {
	position : relative;
	color : #FFFFFF;
	width: 480px;
	padding : 5px 0;
	border-bottom: 2px solid #8BAA4A;
	text-align : left;
	font-size : 20px;
	font-family : Arial;
}
.choose_country_line {
	position : relative;
	color : #FFFFFF;
	width: 480px;
	padding : 5px 10px;
	float : left;
	font-family : Arial;
}	
.choose_country_button {
	width : 210px;
	position : relative;
	text-align : left;
	padding : 5px;
	border : 1px solid #FFFFFF;
	text-transform : uppercase;
	font-size : 14px;
	float : left;
	cursor : pointer;
}
.choose_country_button:hover{
	background : #FFFFFF;
	color : #8BAA4A;
}
.choose_country_liste {
	width : 230px;
	position : relative;
	text-align : left;
	margin-left : 10px;
	float : left;
}
.choose_country_liste  select {
	border : 1px solid #FFFFFF;
	background : #8BAA4A;
	height : 29px;
	padding : 2px;
	color : #FFFFFF;
	width : 210px
}
input#send_login_action, #modal button {
	padding : 5px 10px;
	margin : 15px 0;
	color : #FFFFFF;
	border : 1px solid #FFFFFF;
	background : #8BAA4A;
	text-transform : uppercase;
	cursor : pointer;
	width : 60px;
}
input#send_login_action:hover, #modal button:hover {
	background : #A85012;
}
.choose_country_line input[type=text], .choose_country_line input[type=password] {
	margin : 5px 0;
	height : 30px;
	width : 250px;
	border : 2px solid #4f6225
}
.selected_button {
	background : #FFFFFF!important;
	color : #8BAA4A;
}
@media (max-width: 600px) {
	#modal_titre {
		position : relative;
		color : #FFFFFF;
		width: 96%;
		padding : 5px 2%;
		border-bottom: 2px solid #8BAA4A;
		text-align : left;
		font-size : 20px;
		font-family : Arial;
		float : left;
	}
	.choose_country_line input[type=text], .choose_country_line input[type=password] {
		margin : 5px 5%;
		height : 30px;
		width : 90%;
		border : 2px solid #4f6225
	}
	.choose_country_liste {
		width : 40%;
		position : relative;
		text-align : left;
		margin : 0 2%;
		float : left;
	}
	.choose_country_liste  select {
		border : 1px solid #FFFFFF;
		background : #8BAA4A;
		height : 29px;
		padding : 1%;
		color : #FFFFFF;
		width : 98%;
		float : left
	}
	.choose_country_line {
		position : relative;
		color : #FFFFFF;
		width: 100%;
		padding : 10px 0;
		float : left;
		font-family : Arial;
	}	
	.choose_country_button {
		width : 38%;
		position : relative;
		text-align : left;
		margin : 0 5%;
		padding : 1%;
		border : 1px solid #FFFFFF;
		text-transform : uppercase;
		font-size : 14px;
		float : left;
		cursor : pointer;
	}
}