/************************************/
/*           MAIN MENU				*/
/************************************/
.contact {
	border: 0px solid #0F6EF0;
	padding: 0px;
	width: 495px;
	height: 363px;
	background: #FFFFFF url("../images/menu/back.jpg") top left no-repeat;
}

/* bouton d'envoi du formulaire */
a.contact_btn {
	font-family: calibri, verdana, sans-serif;
	font-size: 14px;
	display: block;
	width: 150px;
	height: 21px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: white;
	background: #365F91;
	line-height: 21px;
	cursor: pointer;
}

a.contact_btn:hover {
	background: #404040;
	color: white;
}

/************************************/
/*           MAIN MENU				*/
/************************************/

.menu_item {
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
	display: block;
	height: 40px;
	text-decoration: none;
	text-align: center;
	/*vertical-align: middle;*/
	/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	/* Firefox */
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	/* W3C */
	display:box;
	box-pack:center;
	box-align:center;
	background-color: #e2e2e2;
	/*background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
	background-image:      -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
	background-image:         linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
            box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);*/
	line-height: 20px;
	color: #777777;
	margin-right: 0px;
}

.menu_item_selected {
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
	display: block;
	height: 40px;
	text-decoration: none;
	text-align: center;
	/*vertical-align: middle;*/
	/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	/* Firefox */
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	/* W3C */
	display:box;
	box-pack:center;
	box-align:center;
	background-color: #b6b6b6;
	/*background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
	background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
	background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);*/
	line-height: 20px;
	color: #555555;
	margin-right: 0px;
}

.menu_subitem {
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	display: block;
	text-decoration: none;
	text-align: center;
	height: 20px;
	padding: 10px;
	/*font-weight: bold;*/
	/*background-color: #63B2DE;*/
	background-color: #e2e2e2;
	line-height: 20px;
	/*vertical-align: middle;*/
	color: #777777;
	/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	/* Firefox 
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;*/
	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	/* W3C */
	display:box;
	box-pack:center;
	box-align:center;
}

.menu_subitem_meteosensors {
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	display: block;
	text-decoration: none;
	text-align: center;
	height: 143px;
	padding: 10px;
	/*font-weight: bold;*/
	/*background-color: #63B2DE;*/
	background-color: #e2e2e2;
	line-height: 20px;
	/*vertical-align: middle;*/
	color: #777777;
	/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	/* Firefox 
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;*/
	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	/* W3C */
	display:box;
	box-pack:center;
	box-align:center;
}

.menu_subitem_selected {
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	display: block;
	height: 20px;
	padding: 10px;
	text-decoration: none;
	text-align: center;
	/*font-weight: bold;*/
	background-color: #b6b6b6;
	line-height: 20px;
	/*vertical-align: middle;*/
	color: #555555;
	/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	/* Firefox 
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;*/
	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	/* W3C */
	display:box;
	box-pack:center;
	box-align:center;
}

.menu_subitem_meteosensors_selected {
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	display: block;
	height: 143px;
	padding: 10px;
	text-decoration: none;
	text-align: center;
	/*font-weight: bold;*/
	background-color: #b6b6b6;
	line-height: 20px;
	/*vertical-align: middle;*/
	color: #555555;
	/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	/* Firefox 
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;*/
	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	/* W3C */
	display:box;
	box-pack:center;
	box-align:center;
}

.menu_label {
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	/*font-weight: bold;*/
	vertical-align: middle;
	color: #777777;
	background-color: #e2e2e2;
	padding: 10px;
}

.double_menu_item{
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	display: block;
	height: 21px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	/*background: #5DACD9 url("../images/menu/btnoff.png") top left repeat-x;*/
	line-height: 20px;
	vertical-align: middle;
	color: white;
	margin-right: 2px;
}

.double_menu_item_selected{
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	display: block;	
	height: 21px;
	text-decoration:none;	
	text-align:center;
	font-weight:bold;
	/*background: #D55459 url("../images/menu/btnon.png") top left repeat-x;*/
	line-height: 20px;
	vertical-align: middle;
	color: white;
	margin-right: 2px;
}

.langselection {
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	display: block;
	height: 10px;
	text-decoration:none;
	text-align:right;
	line-height: 10px;
	color:	#b04c01;
	margin-right: 2px;
	margin-top: 2px;
}
