/**
 * @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.contact 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;
}

/*info*/
div#top p.info {
   background: white url(img/top_contact_bg.png) top left repeat-y;
   width: 723px;
   padding-top: 25px;
   color: #4083C2;
   font-weight: bold;
}

form fieldset {
   background: white url(img/postit_contact.png) top right no-repeat;
}

form p.info {
   color: #3F83C2;
   text-align: left;
   padding-top: 15px;
   padding-left: 30px;
}

