
/*****************************************************
********************** RESUME FORUM ******************
******************************************************/

#resume_forum
{
	position:relative;
	float: left;
	width:255px;
	height:235px;
	color:#000000;
	background-color:#3D8EC4;
}

/*****************************************************
********************** EDITO *************************
******************************************************/
#edito{
	position:relative;
	float: left;
	width:100%;
	/*width: 200px;*/
	color:#000000;
	background-color:#CBD401;
}
/*
#titre_edito{
	position:relative;
	float: left;
	width:100%;
	left:20px;
}
*/
#contenu_edito{
	position:relative;
	float: left;
	width:90%;
}

/*****************************************************
********************** MESSAGES **********************
******************************************************/
.message{
	position:relative;
	width:100%;
}

.miniature{
	position:relative;
	float:left;
	margin-right:10px;
}
.miniature img{
	position:relative;
}

.resume{/*avec miniature accueil*/
	width:97%;
}

.lire{
	text-decoration:none;
	color:#fecc0b;
}
#message_actualite{
	position:relative;
	float:left;
	width:55%;
}
/*****************************************************
********************** METEO *************************
******************************************************/
#meteo_cadre_bd{
	bottom: -75px;
}

.cadre_bd{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.cadre_bg{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.cadre_hd{
	position: absolute;
	top: 0px;
	right: 0px;
}

.cadre_hg{
	position: absolute;
	top: 0px;
	left: 0px;
}

#meteo {
	z-index:1;
	position:relative;
	float:left;
	top:135px;
	left:820px;
	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 */
}

/*****************************************************
********************** HORAIRES ***********************
******************************************************/

#horaires_gauche {
	position:relative;
  width:10px;
	float:left;	
}
#horaires_centre {
	position:relative;
	float:left;
  width:170px;
}
#horaires_droite {
	position:relative;
	float:right;
  width:10px;	
}

#horaires{
	position:relative;
	float: left;
	background-color: #CBD401;
	color: #000000;
	width: 190px;
}
#titre_horaires{
	position:relative;
	float: left;
	width:100%;
	text-align:center;
}
#titre_horaires h1{
	font-size:12pt;
}
#contenu_horaires{
	position:relative;
	float: left;
	width:100%;
}

#horaires img{
	width:15px;
	height:15px;
}

#photo_horaires {
	position:relative;
	float:left;	
}
#virgule_horaires {
	position:relative;
	float:right;	
}
#virgule{
	width:76px;
	height:137px;
  background: url(../images/decor/virgule.png) top right no-repeat;
}

#bas_horaires{
	position:relative;
	float: left;
	width:100%;
}

