/* FORMULAIRE */

fieldset {
	margin-top: 20px;
	padding: 20px;
	margin-bottom: 10px;
	border: 2px solid #FFFFFF;
    border-radius: 5px;
}
legend {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	/*color: #3D9BE9;*/
	/*color: #FF8819;*/
}
label {
	display: block;
	width: 200px;
	float: left;
}
#label_contact {
	display: block;
	width: 80px;
	float: left;
}
#input_inscr {
	margin-bottom: 5px;
	padding: 2px;
	padding-left: 5px;
	color: #3D9BE9;
	background-color: transparent;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
}
#input_contact {
	width: 370px;
	margin-bottom: 5px;
	padding: 5px;
	color: #3D9BE9;
	background-color: rgba(0, 0, 0, 0.5);
	border: none;
	border-radius: 5px;
}
select {
	cursor: pointer;
}
select option {
	background-color: #FFFFFF;
}
input[type="radio"] {
	margin-bottom: 5px;
	margin-right: 5px;
	vertical-align: middle;
	display: inline;
	cursor: pointer;
}
#textarea_inscr {
	width: 690px;
	height: 75px;
	min-width: 200px;
	max-width: 860px;
	max-height: 300px;
	margin-top: 5px;
	padding: 5px;
	color: #3D9BE9;
	background-color: transparent;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
}
#textarea_contact {
	width: 450px;
	height: 200px;
	resize: none;
	margin-top: 5px;
	padding: 5px;
	color: #3D9BE9;
	background-color: rgba(0, 0, 0, 0.5);
	border: none;
	border-radius: 5px;
}
#textarea_upload {
	width: 532px;
	height: 75px;
	min-width: 200px;
	max-width: 860px;
	max-height: 300px;
	margin-top: 5px;
	padding: 5px;
	color: #3D9BE9;
	background-color: transparent;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
}
#input_file {
	padding: 10px;
    border: dashed 2px #3D9BE9;
	background-color: transparent;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.5s;
}
#input_file:hover {
	background-color: #3D9BE9;
}
::-webkit-input-placeholder {
	color: #CCCCCC !important;
}
:-moz-placeholder  /* Firefox 18- */ {
	color: #CCCCCC !important;  
}
::-moz-placeholder  /* Firefox 19+ */ {
	color: #CCCCCC !important;  
}
:-ms-input-placeholder {
	color: #CCCCCC !important;  
}

.input_drapeau {
	height: 13px;
	width: 20px;
	margin-left: 10px;
	background-color: transparent;
	border: none;
	border-radius: 0px;
	cursor: pointer;
}
.fr {
	background-image: url(images/fr.png);
}
.de {
	background-image: url(images/de.png);
}