/**
 * @author        Jacques Bodin-Hullin <http://www.bodin-hullin.net>
 * @copyright     (C) 2008 Jacques Bodin-Hullin
 * @license       All rights reserved
 */

/**
 * Hover du menu
 */
ul#menu li.prestations a {
   color: #4083C2;
}

/**
 * Header
 */
div#header {
}

/**
 * Top
 */
div#top {
   background: white url(img/top_contact.png) bottom left no-repeat;
   /*height: 408px;*/
   width: 723px;
   margin: 0 auto 0 auto;
   padding-bottom: 77px;
}

div#news, div#top p {
   background: white url(img/top_contact_bg.png) top left repeat-y;
   width: 723px;
   padding-top: 25px;
}

h3 {
   color: #4081C1;
   border-bottom: 1px solid #4081C1;
   width: 600px;
   padding-left: 15px;
   text-align: left;
   margin: 0 auto 0 auto;
}

div#news p.date {
   text-align: left;
   font-size: 11px;
   color: #4081C1;
   padding-left: 70px;
   padding-bottom: 5px;
   padding-top: 4px;
}

div.content {
   text-align: left;
   padding: 0 55px 30px;
}

p.pagination {
   margin-top: 30px;
}

