/**
 * @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.references a {
   color: #4083C2;
}

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

/**
 * Liens graphisme et internet
 */
div#top1 {
   background: white url(img/top1_references.png) top left no-repeat;
   float: left;
   width: 324px !important;
   width: 359px;
   height: 134px !important;
   height: 159px;
   margin-left: 14px !important;
   margin-left: 7px;
   padding-top: 25px;
   padding-right: 15px;
   padding-left: 20px;
   /*overflow: hidden;*/
}

div#top2 {
   background: white url(img/top2_references.png) top left no-repeat;
   width: 308px !important;
   /*width: 363px;*/
   width: 364px;
   height: 144px !important;
   height: 159px;
   margin-right: 15px !important;
   margin-right: 7px;
   padding-top: 15px;
   padding-right: 30px;
   padding-left: 25px;
   overflow: hidden;
   float: right;
}

div#top2 p {
   text-align: justify;
   /*font-size: 0.8em;*/
   width: 90%;
   margin: 0 auto 0 auto;
}

div#top1 a {
   display: block;
   padding-top: 3px;
   text-align: center;
   text-transform: uppercase;
   font-size: 14px;
   line-height: 25px;
   /*font-weight: bold;*/
}


/**
 * Titre
 */
h2 {
   text-align: center;
   text-transform: uppercase;
   font-size: 18px;
   font-weight: normal;
   color: #4081C1;
   padding-top: 35px;
}

/**
 * Références
 */
div.ref {
   margin-top: 15px;
   clear: both;
}

div.ref img {
   display: block;
   margin: 0 auto 0 auto;
   clear: both;
}

div.ref div.bottom {
   background: white url(img/ref_bas-item.jpg) top left no-repeat;
   /*height: 61px;*/
   height: 51px;
   width: 643px;
   margin: 0 auto 0 auto;
   padding-top: 8px;
}

div.ref div.bottom p {
   padding-left: 15px;
   padding-top: 3px;
   text-align: left;
   /*font-size: 0.8em;*/
}

div.ref div.bottom p.link {
   float: right;
   padding: 10px 15px 0 0;
}

div.ref div.bottom p.link a {
   /*font-weight: bold;*/
   /*font-size: 1em;*/
}

div.ref div.bottom h4 {
   text-align: left;
   padding-left: 15px;
   color: #4081C1;
   font-size: 12px;
   font-weight: normal;
}

div.ref a.top span { display: none; }

div.ref a.top {
   display: block;
   background: url(img/ref_link-top.jpg) transparent top left no-repeat;
   width: 137px;
   height: 26px;
   float: right;
   margin-right: 80px;
   margin-bottom: 20px;
}

div.ref a.top:hover {
   background-position: bottom left;
}

