#top_middle
{
  width: 586px;
}

.module_flux img
{
  border: none;
}

.module_flux #colonne1,
.module_flux #colonne2,
.module_flux #colonne3,
.module_flux #colonne4
{
  /* Indispensable pour garder la colonne si elle est vide */
  padding-bottom: 50px;
}

.module_flux #colonne1,
.module_flux #colonne2
{
  display: block;
  width: 275px;
  margin-top: 5px;
  float: left;
}

.module_flux #colonne2
{
  float: right;
}

.module_flux ul.typesBoites
{
  margin: 10px;
  display: block;
  width: 170px;
  float: left;
}

.module_flux #biblio_flux
{
  float: left;
  display: block;
  width: 300px;
}

.module_flux #biblio_flux ul.rubrique li img
{
  vertical-align: middle;
}

.module_flux #biblio_flux ul.rubrique li a
{
  text-decoration: none;
}

.module_flux #biblio_flux ul.rubrique li
{
  padding-top: 0;
  padding-bottom: 0;
  list-style-type: none;
  line-height: 20px;
  height: 20px;
}

.module_flux #biblio_flux ul.rubrique li.flux
{
  list-style-type: square;
  height: auto;
  line-height: auto;
  margin-left: 20px;
}

.module_flux #biblio_flux ul.rubrique li.flux a
{
  text-decoration: underline;
}

.module_flux textarea.editor_field
{
  background: transparent;
  border: 1px solid red;
  width: 250px;
  font-family: Arial, Times, serif;
  font-size: 11px;
}

.module_flux .divConteneur, .module_flux .divConteneur2,
.module_flux .divConteneur_yellow, .module_flux .divConteneur_white,
.module_flux .divConteneur_red, .module_flux .divConteneur_blue
{
  display: block;
  background-image: url(../images/flux/bottom_left.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}

.module_flux .divConteneur_yellow
{
  background-image: url(../images/flux/webnote-bl-yellow.png);
}

.module_flux .divConteneur_red
{
  background-image: url(../images/flux/webnote-bl-red.png);
}

.module_flux .divConteneur_blue
{
  background-image: url(../images/flux/webnote-bl-blue.png);
}

.module_flux .contenu
{
  background-image: url(../images/flux/bottom_right.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  clear: both;
  text-align: center;
  padding: 5px;
}

.module_flux .divConteneur_yellow .contenu
{
  background-image: url(../images/flux/webnote-br-yellow.png);
}

.module_flux .divConteneur_red .contenu
{
  background-image: url(../images/flux/webnote-br-red.png);
}

.module_flux .divConteneur_blue .contenu
{
  background-image: url(../images/flux/webnote-br-blue.png);
}

.module_flux .divConteneur ul
{
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
}

.module_flux .divConteneur li
{
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 5px;
  margin: 0;
  list-style-type: square;
}

.module_flux .divConteneur2 .contenu
{
  display: block;
  text-align: center;
}

.module_flux .handle
{
  background-image: url(../images/flux/top_left.png);
  background-position: top left;
  background-repeat: no-repeat;
  height: 20px;
  line-height: 20px;
  cursor: move;
}

.module_flux .divConteneur_yellow .handle
{
  background-image: url(../images/flux/webnote-tl-yellow.png);
}

.module_flux .divConteneur_red .handle
{
  background-image: url(../images/flux/webnote-tl-red.png);
}

.module_flux .divConteneur_blue .handle
{
  background-image: url(../images/flux/webnote-tl-blue.png);
}

.module_flux .handle .title
{
  font-weight: bold;
  display: block;
  width: 185px;
  height: 20px;
  padding-left: 10px;
  margin-left: 1px;
  float: left;
  overflow: hidden;
}

.module_flux .handle .icons
{
  background-image: url(../images/flux/top_right.png);
  background-position: top right;
  background-repeat: no-repeat;
  padding-right: 5px;
  display: block;
  float: right;
  height: 20px;
}

.module_flux .divConteneur_yellow .handle .icons
{
  background-image: url(../images/flux/webnote-tr-yellow.png);
}

.module_flux .divConteneur_red .handle .icons
{
  background-image: url(../images/flux/webnote-tr-red.png);
}

.module_flux .divConteneur_blue .handle .icons
{
  background-image: url(../images/flux/webnote-tr-blue.png);
}

.module_flux .handle .icons img
{
  vertical-align: middle;
}

.module_flux .contenu li
{
  text-align: left;
}

.module_flux .meteo
{
  text-align: center;
}

.module_flux .meteo img
{
  width: 48px;
  height: 48px;
}

.module_flux .meteo .meteo_jour
{
  width: 66px;
  text-align: center;
  float: left;
}

/*** Les colonnes 3 et 4 dans les menus ***/
#colonne3, #colonne4
{
  width: 190px;
}

#colonne3 .divConteneur, #colonne3 .divConteneur2,
#colonne4 .divConteneur, #colonne4 .divConteneur2
{
  width: 191px;
  margin: 0 4px 0 4px; 
}

#colonne3 .handle .title,
#colonne4 .handle .title
{
  width: 100px;
}

.module_flux #colonne3 .meteo .meteo_jour,
.module_flux #colonne4 .meteo .meteo_jour
{
  margin-left: 12px;
  margin-right: 12px;
}

.module_flux .webnote
{
  text-align: left;
}

.module_flux #colonne3 textarea.editor_field,
.module_flux #colonne4 textarea.editor_field
{
  width: 170px;
}

#colonne1 input,
#colonne2 input,
#colonne3 input,
#colonne4 input
{
  width: auto;
  height: auto;
}




/**** ANCIENNE BOITE DE CONFIG ****/
#config
{
  position: absolute;
  width: 350px;
  top: 200px;
  left: 50%;
  margin-left: -175px;
  background: #fff;
  text-align: center;
  z-index: 2000;
  border-style: solid;
  border-width: 1px;
  border-color: #006574;
  color:#202C85;
}

#header_config
{
  display: block;
  color:#fff;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #006574;
  background-color: #006574;
  height: 20px;
  line-height: 20px;
}

#header_config a
{
  float: right;
}

#header_config img
{
  vertical-align: middle;
}

#contenu_config
{
  padding: 5px;
}

#contenu_config input,
#contenu_config select
{
  width: auto;
  height: auto;
}

#contenu_config tr
{
  text-align: left;
}

#contenu_config th
{
  height: 30px;
}

#contenu_config th,
#contenu_config td
{
  padding-top: 2px;
  padding-bottom: 2px;
}

#contenu_config .inputLong
{
  width: 250px;
}