/**
 * @file
 * Block Styling
 */


.block { /* Block wrapper */
  margin-bottom: 1.5em;
}

.block dl#quickcontact{
  color:#484747;
  font-family: Arial;
}
.block dl#quickcontact dt, .block dl#quickcontact dd {
  float: left;
}
.block dl#quickcontact dt{
  color: #7b1515;
  font-weight: bold;
  margin-right: 15px;
}
.block dl#quickcontact dd{
  font-size: 0.8em;
  margin:0;
  padding: 0 5px 0 27px;
}
.block dl#quickcontact dd.tel{
	background:transparent url(../images/sprite_contact.png) no-repeat 0 4px;
}
.block dl#quickcontact dd.fax{
	background:transparent url(../images/sprite_contact.png) no-repeat 0 -25px;
}
.block dl#quickcontact dd.email{
	background:transparent url(../images/sprite_contact.png) no-repeat 0 -54px;
}
.block dl#quickcontact dd a{
  color:#484747;
  text-decoration: none;
}
#footer .block.copyright{
  margin:0;
}
#footer .block.copyright p {
  font-size: 0.8em;
  padding: 0;
  margin-top:0;
  clear: left;
}
.block.first { /* The first block in the region */
}

.block.last { /* The last block in the region */
}

.block.odd { /* Zebra striping for each block in the region */
}

.block.even { /* Zebra striping for each block in the region */
}

h2.block-title { /* Block title */
}

#block-aggregator-category-1 { /* Block for the latest news items in the first category */
}

#block-aggregator-feed-1 { /* Block for the latest news items in the first feed */
}

#block-block-1 { /* First block created with "Add block" link */
}

#block-blog-recent { /* "Recent blog posts" block */
}

#block-book-navigation { /* "Book navigation" block for the current book's table of contents */
}

#block-comment-recent { /* "Recent comments" block */
}

#block-forum-active { /* "Active forum topics" block */
}

#block-forum-new { /* "New forum topics" block */
}

#block-locale-language { /* Language switcher block */
}

#block-menu-menu-NAME { /* Custom menu block */
}

#block-node-recent { /* "Recent content" block */
}

#block-node-syndicate { /* "Syndicate" block for primary RSS feed; see also page.css's .feed-icon */
}

#block-poll-recent { /* "Most recent poll" block */
}

#block-profile-author-information { /* "Author information" block for the profile of the page's author */
}

#block-search-form { /* "Search form" block */
}

#block-shortcut-shortcuts { /* "Shortcuts" block */
}

#block-statistics-popular { /* "Popular content" block */
}

#block-system-main-menu { /* "Main menu" block */
}

#block-system-management { /* "Management" block for Drupal management menu */
}

#block-system-navigation { /* "Navigation" block for Drupal navigation menu */
}

#block-system-user-menu { /* "User menu" block for Drupal user menu */
}

#block-system-help { /* "System help" block */
}

#block-system-main { /* "Main page content" block */
}

#block-system-powered-by { /* "Powered by Drupal" block */
}

#block-user-login { /* "User login form" block */
}

#block-user-new { /* "Who's new" block for a list of the newest users */
}

#block-user-online { /* "Who's online" block for a list of the online users */
}

/*block nav produit block-block-4*/
 .region-sidebar-first div#naviproduits h3, .region-sidebar-first div#naviproduits h3, #main .region-sidebar-first .naviproduits h3{
 list-style: none;
 color: #7B1515;
 font-weight: normal;
 margin:0;
 padding: 10px 0 10px 15px;
}
#naviproduits ul, .naviproduits ul, .navidocuments ul, .partners ul{
list-style: none;
margin: 0;
line-height: 1em;
padding: 0 0 0 20px;
}
#naviproduits ul  li, .naviproduits ul  li, .navidocuments ul  li, .partners ul li{
background: url(../images/menu-produits-puce.jpg) no-repeat center left;
padding: 0px 0 5px 10px;

}
#naviproduits ul  li a, .naviproduits ul  li a, .navidocuments ul  li a,  .partners ul li a{
 text-decoration: none;
}
.navidocuments {
  min-height: 110px;
  margin-bottom: 0;
}
.navidocuments img {
	float: right;
	margin-right: 50px;
}

.partners  {
  padding-bottom: 1em;
}

.partners h2 {
  margin: 0;
}
.region-sidebar-first .block.last{
margin-bottom:0;
}