
/*****************************************************
********************** METEO *************************
******************************************************/

#meteo {
	z-index:1;
	position:relative;
	/*
	float:left;
	top:85px;
	left:720px;
	width:10px;
	*/
}

#meteo table, #meteo tr, #meteo td {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	width:10px;
}

/* les differents blocs meteo */
#meteo table tbody tr td table tbody tr td table {
	/* border: solid 1px #33FFFF; */
}
/* Ne pas avoir les caracteristiques demande ci dessus pour les sous blocs */
#meteo table tbody tr td table tbody tr td table tbody tr td table {
}

/* cacher les images */
#meteo table tbody tr td img{
  width:0px;
  height:0px;
  border:0;
	background-color: #FFFFFF;
}
#meteo table tbody tr td{
  width:0px;
  height:0px;
  border:0;
}
/* ne pas cacher les images decrivant le ciel*/
#meteo table tbody tr td table tbody tr td table tbody tr td table tbody tr td a img{
  position:relative;
  width:25px;
  height:20px;
	/*border: solid 1px #fbc900;*/
	left:70px;
}

/* nom de la commune */
#meteo table tbody tr td table tbody tr td a{
	visibility:hidden;
}
/* les dates */
#meteo table tbody tr td table tbody tr td table tbody tr td a{
}
/* les temperatures */
#meteo table tbody tr td table tbody tr td table tbody tr td table tbody tr td a{
  position:relative;
	color: #022e85;
	visibility:visible;	
  top:-30px;/* si date enlevee -15px; si nom commune enlevee -15px de plus */
}

/*
#################################################################################
########################		CONTENEURS		#########################
#################################################################################
*/

#div_recherche{
	position:relative;
	float:left;
	width:222px;
	height:27px;
	background: url(../images/decor/rechercher.png) top left no-repeat;
	/*background-color:#000;*/
}

#div_recherche form{
	position:relative;
	float:left;
	/*top:10px;*/
}
#decor_recherche{
	position: absolute;
	left:0px;
	width:20px;
	height:27px;
}

#sondage{
	position: relative;
	top: 10px;
	/*padding: 10px 10px 10px 10px;/*top right bottom left*/
}
/*
#################################################################################
##########################		NEWSLETTER		#################################
#################################################################################
*/

#div_newsletter{
	position:relative;
	float:left;
	width:185px;
	height:74px;
}

#texte_newsletter{
	position:relative;
	top:5px;
	left:10px;
	font-size:8pt;
	color:#fff;
}
#form_newsletter{
	position:relative;
	top:5px;
}


/*
#################################################################################
######################		NEWSLETTER && RECHERCHE		#########################
#################################################################################
*/
/*
.input{
	left:5px;
	width: 140px;
	font-size: 11px;
}

.validation{
	right:5px;
	width:7px;
	height:10px;
}
*/
.input{
	position:relative;
	float:left;
	width:150px;
	height:18px;
	left:40px;
	top:4px;
	font-size: 11px;
	border:0
}

.validation{
	position:relative;
	float:left;
	top:5px;
	left:7px;
	width:16px;
	height:17px;
}
