body, td, th, p, a
{
  font-family: Verdana, Arial, Times, serif;
  font-size: 12px;
  color: #fff;
}

body
{
  margin: 0;
  padding: 0;
  background-color: #0198D1;
}

a
{
  text-decoration: none;
}

img
{
  border: none;
}

#conteneur_popup_portrait
{
  display: block;
  width: 680px;
  min-height: 628px;
  margin: 0;
  padding: 0;
  background-image: url(../images/habillage/bg.jpg);
  background-repeat: repeat-x;
}

#conteneur_popup_portrait #header img#logo
{
  float: left;
}

#conteneur_popup_portrait #header #banner
{
  display: block;
  float: right;
  height: 111px;
  overflow: hidden;
}

#barre
{
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  clear: both;
  border-top: 2px solid #74bbd7;
  border-bottom: 2px solid #74bbd7;
}

#barre #title
{
  font-size: 16px;
  padding: 0 20px 0 20px;
  float: left;
}

#barre #date
{
  float: left;
}

#barre #close
{
  float: right;
  padding: 0 20px 0 20px;
}

#content
{
  clear: both;
  padding-left:10px;
  padding-right:10px;
  width: 660px;
}

#illustration
{
  display: block;
  width: 157px;
}

#entete
{
  display: block;
  width: 467px;
  padding: 0 18px 0 18px;
}

#texte
{
  margin-top:20px;
  display:block;
  clear: both;
  font-size: 10px;
}

#liste
{
  clear: both;
  margin-top: 20px;
  padding: 0 10px 0 10px;
  border-top: 2px solid #74bbd7;
}

#liste .colonne
{
  display: block;
  width: 220px;
  float: left;
}

h1
{
  font-size: 20px;
}
.colonne a:hover
{
	text-decoration:underline;
}

