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

/**
 * Fleche au dessus du menu
 */
body {
    padding-top: 20px;
}
div#body {
    padding-top: 60px;
    background: transparent url(img/fleche.gif) 370px 0 no-repeat;
}

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

/**
 * Liens graphisme et internet
 */
div#top1 {
   background: white url(img/top1_index.png) top left no-repeat;
   float: left;
   width: 199px !important;
   width: 359px;
   height: 144px !important;
   height: 159px;
   margin-left: 14px !important;
   margin-left: 7px;
   padding-top: 15px;
   padding-right: 40px;
   padding-left: 120px;
   /*overflow: hidden;*/
   cursor: pointer;
}

div#top2 {
   background: white url(img/top2_index.png) top left no-repeat;
   width: 210px !important;
   /*width: 363px;*/
   width: 364px;
   height: 144px !important;
   height: 159px;
   margin-right: 15px !important;
   margin-right: 7px;
   padding-top: 15px;
   padding-right: 40px;
   padding-left: 113px;
   overflow: hidden;
   float: right;
   cursor: pointer;
}

div#top1 h3, div#top2 h3 {
   color: #4283C3;
   text-transform: uppercase;
   font-size: 15px;
   font-weight: normal;
   text-align: left;
   padding-bottom: 5px;
}

div#top1 p, div#top2 p {
   text-align: left;
   width: 199px;
   /*font-size: 12px;*/
}

div#top1 p.link, div#top2 p.link {
   padding-top: 5px;
   text-align: right;
}


/**
 * Réalisations
 */
div#realisations {
   width: 347px;
   float: right;
   padding-top: 30px;
   text-align: left;
}

div#realisations h3, div#news h3 {
   text-transform: uppercase;
   padding-bottom: 5px;
   padding-left: 10px;
   font-weight: normal;
   color: #434343;
   font-size: 14px;
}


/**
 * News
 */
div#news {
   float: left;
   padding-top: 30px;
   text-align: left;
   margin-left: 25px;
}

div#news ul {
   color: #4081C1;
   /*padding-left: 40px;*/
}

div#news ul li.item {
   width: 270px;
   padding-left: 20px;
   list-style-type: none;
}

div#news ul li.item a {
   font-size: 14px;
}

div#news div.none {
   text-align: center;
   color: gray;
}

div#news ul li.item h5 {
   font-weight: bold;
   font-size: 13px;
   width: 300px;
   display: block;
}

div#news ul li.item h5 a {
   font-size: 13px;
}

div.news {
   color: black;
}
