
.BoxMeteo{
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
    border-style: solid;
    width: 355px;
    height: 200px;
    left: 26px;
    Background: url('../images/fond_meteo.gif') no-repeat top left;
    text-align: justify;
    z-index: 7;
}

.BoxMeteoDate{
    position: absolute;
    font: 14px "Verdana";
    font-weight: bolder;
    margin: 0;
    padding: 0;
    top: 5px;
    left: 0;
    width: 240px;
    height: 20px;
    Background: url('../images/meteo/stabiloc.gif') no-repeat top center;
    text-align: center;
    z-index: 8;
}

.BoxMeteoTemp{
    position: absolute;
    font: 30px "Arial";
    font-weight: bold;
    margin: 0;
    padding: 0;
    top: 42px;
    left: 240px;
    width: 100px;
    text-align: center;
    z-index: 9;
}

.BoxMeteotexte{
    position: absolute;
    font: 11px "Lucida sans";
    font-weight: bold;
    padding:0;
    margin:0;
    top: 0;
    left: 0;
    Background: transparent;
    text-align: left;
    z-index: 8;
}

.BoxMeteoIcone{
    position: absolute;
    padding:0;
    margin:0;
    border: 0px;
    border-style: solid;
    width: 100px;
    height: 100px;
    top: 7px;
    left: 240px;
    Background: transparent;
    z-index: 8;
}

.BoxMeteoDay{
    position: absolute;
    padding:0;
    margin:0;
    border: 1px;
    border-style: solid;
    width: 50px;
    height: 65px;
    top: 118px;
    left: 0px;
    Background: transparent;
    z-index: 8;
}

.BoxMeteoIconeDay{
    position: absolute;
    padding:0;
    margin:0;
    border: 0px;
    top: 0px;
    left: 7px;
    border-style: solid;
    width: 35px;
    Background: transparent;
    z-index: 9;
}

.TextMeteoDay{
    position: absolute;
    padding:0;
    margin:0;
    border: 0px;
    top: 37px;
    border-style: solid;
    width: 100%;
    font: 10px "Lucida sans";
    font-weight: bold;
    text-align: center;
    Background: transparent;
    z-index: 10;
}

.TextMeteoTemp{
    position: absolute;
    padding:0;
    margin:0;
    border: 0px;
    top: 50px;
    border-style: solid;
    width: 100%;
    font: 12px "Arial";
    font-weight: bold;
    text-align: center;
    Background: transparent;
    z-index: 10;
}

.XLForm{
	position: absolute;
	padding:0;
	margin:0;
	/* border: 1px solid red; */
        top: 81px;
    	left: 78px;
    	z-index: 11;
}

.XLSelect{
	position: absolute;
	padding:0;
	margin:0;
	width: 100%;
/*	height: 100%;*/
	font: 9px "Lucida sans";
	font-weight: bold;
	background: #C7DBFF;
	border:0;
}

.validation{
	position: absolute;
	padding:0;
	margin:0;
	width: 100%;
	background:inherit;
	border:0;
}

#formu{
	position: absolute;
	padding:0;
	margin:0;
	width:100px;
	height:15px;
	background:inherit;
	border:0;
}

.XLInput{
	position: absolute;
	padding:0;
	margin:0;
	left:105px;
	width:50px;
	height:15px;
	font: 9px "Lucida sans";
	font-weight: bold;
	text-align: center;
}