#contenu
{
  background:#fff;
  padding-bottom:10px;
}

#contenu h1
{
  width:100%;
  height:30px;
  line-height:30px;
  text-align:center;
  font-size:18px;
}

#contenu div.partenaire
{
   width:190px;
   height:120px;
   background:#fff;
   float:left;
   margin:10px;
}

#contenu div.logo
{
   width:190px;
   min-height:40px;
   height:auto !important;
   height:40px;
   text-align:center;
}

#contenu div.logo img
{
	border:none;
}

#contenu div.adresse_web
{
   width:190px;
   height:20px;
   text-align:center;
   background:#E7E8EC;
   line-height:20px;
   font-weight:bold;
}

#contenu div.descriptif
{
   width:180px;
   min-height:60px;
   height:auto !important;
   height:60px;
   background:#fff;
   padding:4px;
   border:1px solid #ddd;
}

