/**
 * Theme Name: Structure
 * Theme URI: http://themehybrid.com/themes/structure
 * Description: A beautifully-crafted blogging theme that is <em>structurally</em> sound in both markup and design, making it a powerful enough tool for any blogger.
 * Version: 2.0
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Tags: threaded-comments, microformats, translation-ready, rtl-language-support, two-columns, fixed-width
 * Template: hybrid
 * Status: publish
 *
 * Copyright (c) 2007 - 2009 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Structure is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get base CSS */
@import url('../hybrid/library/css/22px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get tabs CSS (uncomment below line if using the Hybrid Tabs plugin) */
/* @import url('tabs.css'); */

/**
* Body
************************************************/
body {
	font: 15px/25px Trebuchet, Tahoma, Arial, sans-serif;
	color: #333;
	background: #eee;
    	text-align:justify;
	}

#body-container {
	overflow: hidden;
	width: 980px;
	margin: 20px auto;
	padding: 0px;
	background: #fff;
	border: 1px solid #666;
	-moz-border-radius: 20px; /* for Firefox */
	-webkit-border-radius: 20px; /* for Safari */
	}

/**
* Elements
************************************************/

/* Links */
a {
	color: #2200CC; /* #003366;*/
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

#primary a {
	color: #003366;*/
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet, Tahoma, Arial, sans-serif;
	font-weight: bold;
	text-align:left;
	}
h1, h2 {
	font-size: 20px;
	}
h3 {
	font-size: 18px;
	}
.hentry h3 {
	font: italic normal normal 18px/22px Trebuchet, Tahoma, Arial, sans-serif;
	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 16px;
	}
h6 {
	font-size: 15px;
	}

/* Lists */
ul {
	list-style: square;
	}

/* Blockquotes */
blockquote {
	padding: 20px 20px 0 20px;
	margin: 20px;
	font-family: Trebuchet, Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #333;
	background: #eee;
	border: 1px solid #ddd;
	}
blockquote blockquote {
	margin: 0 0 20px 0;
	background: #f7f7f7;
	border: 1px solid #ccc;
	}

/* Code */
code {
	padding: 2px 3px;
	font: normal normal normal 12px/22px Trebuchet, Tahoma, Arial, sans-serif;
	color: #444;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 20px;
	font: normal normal normal 12px/22px Trebuchet, Tahoma, Arial, sans-serif;
	color: #444;
	background: #eee;
	border: 1px solid #ddd;
	}
pre code {
	padding: 0;
	}

/* Tables */
table {
	width: 100%;
	background: #fff;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
caption {
	font: italic normal normal 12px/22px Trebuchet, Tahoma, Arial, sans-serif;
	text-align: right;
	color: #666;
	}
tr {
	margin: 1px;
	border-top: 1px solid #ddd;
	}
td {
	padding: 3px;
	font: normal normal normal 13px/22px Trebuchet, Tahoma, Arial, sans-serif;
	border-right: 1px solid #ddd;
	}
tr.alt td, tr.even td {
	background: #f7f7f7;
	}
th {
	padding: 3px;
	font-weight: normal;
	color: #444;
	background: #eee;
	border-right: 1px solid #ddd;
	}

/* Acronyms */
acronym {
	font-size: 13px;
	border: none;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px Trebuchet, Tahoma, Arial, sans-serif;
	color: #333;
	}

/* Notes, alerts, and such. */
.note, .warning, .alert, .error, .download {
	font: normal normal normal 13px/22px Trebuchet, Tahoma, Arial, sans-serif;
	color: #444;
	}

/* Notes */
.note {
	padding: 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 20px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}

/**
* Images
************************************************/

/* Thumbnails */
.thumbnail, .attachment-post-thumbnail {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 15px 10px 0;
	padding: 0px;
	border: 0px solid #ccc;
	background: #fff;
	}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 15px 10px 0;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	}

/* Captions */
.wp-caption {
	max-width: 576px;
	padding: 4px 0 4px 0;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-family: Trebuchet, Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: #454545;
	}
.wp-caption img {
	max-width: 566px;
	margin: 0;
	padding: 0;
	border: 1px solid #666;
	}

/**
* Page Navigation
************************************************/
#navigation {
	position: relative;
	width: 940px;
	height: 40px;
	padding: 15px 20px 0;
	background: #fff;
	}
#page-nav {
	float: left;
	width: 660px;
	padding: 0;
	}
#page-nav ul {
	list-style: none;
	margin-left: -10px;
	}
#page-nav li {
	float: left;
	margin: 0;
	padding: 0;
	}
#page-nav a {
	display: block;
	font: normal normal bold 14px/14px Trebuchet, Tahoma, Arial, sans-serif;
	color: #999;
	padding: 1px 15px;
	border-right: 1px solid #999;
	}
#page-nav a:hover {
	text-decoration: underline;
	}

/* Drop-down styles */
#page-nav li:hover ul, #page-nav li.sfHover ul  {
	top: 40px;
	}
#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul  {
	top: -1px;
	}
#page-nav ul ul {
	border-top: 1px solid #01192f;
	background: #003366;
	}
#page-nav li li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #01192f;
	}
#page-nav li li a {
	padding: 10px 10px;
	border: none;
	}

/* Search form in navigation bar. */
#navigation form {
	float: right;
	}
#navigation .search-text {
	width: 150px;
	padding: 5px 10px;
	font-style: italic;
	color: #333;
	background: #eee;
	border: 1px solid #333;
	-moz-border-radius: 5px; /* for Firefox */
	-webkit-border-radius: 5px; /* for Safari */
	}
#navigation .search-submit {
	display: none;
	}

/**
* Header
************************************************/
#header {
	overflow: hidden;
	height: 474px;
	padding: 30px 55px 30px 85px;
	background: #666;
	-moz-border-radius-topleft: 20px; /* for Firefox */
	-webkit-border-top-left-radius: 20px; /* for Safari */
	-moz-border-radius-topright: 20px; /* for Firefox */
	-webkit-border-top-right-radius: 20px; /* for Safari */ 
	background-image: url('images/entete13.jpg');
	background-repeat: no-repeat;
	background-position: 0 -30px;
	}
#site-title {
	clear: left;
	float: left;
	width: 840px;
	letter-spacing:0px;
	color: #fff;
	padding: 0;
	margin: 0;
	}

.site-title-1, .site-title-1 a {
width: 840px;	
font: 60px/60px Georgia, Times, 'Times New Roman', serif;
	font-style: italic;
	margin: 0;
	}
.site-title-2a, .site-title-2a a {
width: 800px;
	font: 58px/58px Trebuchet, Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	vertical-align: 15px;
	color: #fff;
	margin: 0;
	}
.site-title-2b, .site-title-2b a {
width: 800px;
	font: 81px/81px Trebuchet, Tahoma, Arial, sans-serif;
	text-transform:uppercase;
	color: #fff;
	margin: 0 0 0 5px;
	}

#site-title a {
	color: #fff;
	}
#site-title a:hover {
	text-decoration: none;
	}
#site-description {
clear: both;
	float: left;
	margin: 0;
	width: 840px;
	font: 42px/48px Georgia, Times, 'Times New Roman', serif;
	letter-spacing:0px;
	text-align: right;
	text-transform:lowercase;
	font-style: italic;
	color: #fff;
	}

/* Utility: Header widget area */
#utility-header {
	overflow: hidden;
	float: right;
	width: 468px;
	height: 60px;
	}
#utility-header .widget {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	}

/**
* Containers
************************************************/
#container {
	clear: both;
	overflow: hidden;
	float: left;
	width: 940px;
	margin-top: -1px;
	padding: 0 20px 20px;
	background: #fff;
	}
.content {
	overflow: hidden;
	float: left;
	}
.content, .no-widgets .content, .no-default-widgets .content  {
	width: 940px;
	}
.primary-active .content, .secondary-active .content {
	width: 660px;
	}

/**
* Content
************************************************/
.hentry {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 20px 20px;
	background: #eee;
	border: 1px solid #ccc;
	-moz-border-radius-bottomright: 20px; /* for Firefox */
	-webkit-border-bottom-right-radius: 20px; /* for Safari */
	-moz-border-radius-topright: 20px; /* for Firefox */
	-webkit-border-top-right-radius: 20px; /* for Safari */ 
	}

.hentry-single, .hentry-page {
	overflow: hidden;
	padding: 0px;
	background: #fff;
	border: 0px;
	}

/* Entry titles. */
.entry-title, .entry-title a {
	font-size: 20px;
	font-weight: bold;
	color: #FF9900;
	margin: 0 0 10px 0;
	text-transform:uppercase;
	text-align: left;
	}
.page-title, .singular-page-title {
	margin: 0 0 20px 0;
	text-transform:uppercase;
	color: #FF9900;
	}

/* Byline */
.byline {
	text-transform: lowercase;
	font-size: 14px;
	font-style: italic;
	color: #ccc;
	}
.blog .byline, .archive .byline, .search .byline {
	margin-bottom: 10px;
	}

.byline .author, .byline .published {
	font-size: 13px;
	font-style: normal;
	text-transform: uppercase;
	}
.byline a {
	color: #ccc;
	}

/* Entry meta */
.entry-meta {
	clear: both;
	font-size: 14px;
	font-style: italic;
	color: #ccc;
	}
.entry-meta a {
	font-style: normal;
	color: #333;
	}

.author-info, .category-info, .date-info, .tag-info, .search-info, .taxonomy-info {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 0;
	background: #fff;
	border: 0;
	}

.category-title {
	color: #003366;
	text-transform:uppercase;
	font:bold 24px/40px;
	}

.category-image {
	margin: 0 20px 0  0;
	float: left;
}

/* Page links <!--nextpage--> */
p.pages {
	font-style: italic;
	}
p.pages a {
	margin: 0 2px;
	padding: 4px 12px;
	color: #eee !important;
	background: #003366;
	border: 1px solid #eee;
	}

/* Navigation links */
.navigation-links {
	overflow: hidden;
	}
.next, .previous {
	max-width: 50%;
	font-size: 13px;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
#comments-template .paged-navigation {
	text-align: center;
	}
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	border: 1px solid #eee !important;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
	}

/**
* Widgets
************************************************/
#primary {
	position: relative;
	float: right;
	width: 260px;
	}

#secondary {
	position: relative;
	clear: right;
	float: right;
	width: 260px;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px;
	border: 1px solid #ccc;
	text-align: left;
	background: #fff;
	-moz-border-radius: 20px; /* for Firefox */
	-webkit-border-radius: 20px; /* for Safari */

	}
#primary .widget, #secondary .widget {
	padding: 20px;
	}

/* Widget titles */
.widget-title {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #003366;
	text-transform:uppercase;
	}

/* Widget content */
.widget ul {
	list-style: square outside url("./images/icone_flocon_bleu2.png");
	margin-left: 22px;
	}
.widget li {
	padding-bottom: 10px;
	}

/**
* Comments
************************************************/
#comments-template {
	overflow: hidden;
	padding: 20px 20px 0 20px;
	margin: 0 0 20px 0;
	border: 1px solid #ccc;
	background: #fff;
	}

.comments-header {
	font-size: 18px;
	font-weight: bold;
	}

/* Comment list */
.comment-list, .comment-list ol {
	list-style: none;
	margin: 0;
	}
.comment-list li, .comment-list li li li, .comment-list li li li li li {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	}
.comment-list li li, .comment-list li li li li, .comment-list li li li li li li {
	background: #fff;
	border: 1px solid #ddd;
	}

/* Comment avatar */
.comment-list li .avatar {
	float: left;
	width: 37px;
	height: 37px;
	margin: 5px 10px 0 0;
	padding: 2px;
	border: 1px solid #ccc;
	background: #eee;
	}

/* Comment meta */
#comments .comment-meta-data {
	margin: 5px 0 20px 0;
	font-style: italic;
	color: #666;
	}
#comments cite {
	font-weight: bold;
	font-style: normal;
	}

/* Comment text */
#comments .comment-text {
	clear: left;
	}

/* Comments form */
#respond {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	}
.text-input {
	display: block;
	padding: 5px;
	width: 300px;
	margin:  0 0 20px 0;
	background: #fff;
	border: 1px solid #ddd;
	}
#respond label {
	font-style: italic;
	}
#respond span.required {
	font-weight: bold;
	color: #003366;
	}
textarea {
	width: 98%;
	padding: 5px;
	margin: 0 0 20px 0;
	border: 1px solid #ddd;
	}
.button {
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	font-weight: bold;
	color: #fff;
	border: 1px double #333;
	background: #003366;
	}
.button:hover {
	cursor: pointer;
	background: #00162A;
	}

/**
* Footer
************************************************/

/* Footer container */
#footer-container {
	clear: both;
	overflow: hidden;
	background: #003366;
	text-align: center;
	color: #fff;
	padding-top:30px;
	}


/* Subsidiary */
#subsidiary {
	overflow: hidden;
	width: 940px;
	padding: 30px 20px 10px 20px;
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
#subsidiary .widget {
	float: left;
	width: 170px;
	margin: 0 18px 0 0;
	padding: 0;
	border: none;
	}

/* Footer */
#footer {
	clear: both;
	overflow: hidden;
	color: #fff;
	margin: 0 auto;
	padding: 0px 20px 0px 20px;
	}
#footer a {
	color: #ccc;
	}
#footer .copyright {
	clear: both;	
	display: inline;
	float: left;	
	margin-right: 9px;
	}
#footer .credit {
	clear: right;
	float: right;
	text-align: right;
	}



#header_language_list{
clear: right;
float: right;
width: 150px;
text-align: right;
}

#header_language_list ul{
  list-style: none;
  margin:0;
  padding:0;

}

#header_language_list ul li img{
  margin-right:5px;
}

#header_language_list ul li{
  display:inline;
  padding:0;
color: #ccc;
}

#header_language_list ul li a, #header_language_list ul li a:visited{
  color: #ccc;
}

#header_language_list ul li a:hover, #header_language_list ul li a:active{
  color: #ccc;
}




#footer_language_list{
  clear: right;
  margin: 20px 0;
  text-align: right;
}

#footer_language_list ul{
  list-style: none;
  margin:0;
  padding:0;
}

#footer_language_list ul li img{
  margin-right:5px;
}

#footer_language_list ul li{
  display:inline;
  padding:0;
}

#footer_language_list ul li a, #footer_language_list ul li a:visited{
  color: #fff;
}

#footer_language_list ul li a:hover, #footer_language_list ul li a:active{
  color: #fff;
}

/* Multilevelnav */
#suckerfishnav {
    font-size: 13px;
    font-family: Trebuchet, Tahoma, Arial, sans-serif;
    text-transform:uppercase;
    font-weight: bold;
    width:750px;
margin-left: -10px;
text-align:left;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    padding:0;
    border-left:1px solid #ccc;
    }
#suckerfishnav a {
    display:block;
    color:#666;
    text-decoration:none;
    padding:0 10px;
    }
#suckerfishnav li {
    float:left;
    border-right:1px solid #ccc;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:152px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
    }
#suckerfishnav li li {
    width:130px;
    padding:5px 10px;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:normal;
    font-family: Trebuchet, Tahoma, Arial, sans-serif;
margin: 0px;
background:#bbb;
    }
#suckerfishnav li li a {
    padding:0px;
    width:130px;
    font-size:13px;
    color:#fff;
    border:0px;
    }
#suckerfishnav li ul ul {
    margin:-20px 0 0 130px;
    }
#suckerfishnav li li:hover {
    background:#99CCFF;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#fff;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#fff;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#fff;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#bbb;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#99CCFF;
    }

#suckerfishnav_2 {
    font-size:13px;
    clear: both;
	float: left;
    font-family:Trebuchet, Tahoma, Arial, sans-serif;
    text-transform:uppercase;
    font-weight: bold;
    margin: 20px 0;
    overflow: hidden;
    height: 25px;
    }
#suckerfishnav_2, #suckerfishnav_2 ul {
    list-style:none;
    padding:0;
    border-left:1px solid #fff;
    }
#suckerfishnav_2 a {
    display: inline;
    color:#fff;
    text-decoration:none;
    padding:0px 10px;
    }
#suckerfishnav_2 li {
    padding:0px;
    float: left;
    border-right:1px solid #fff;
    }
#suckerfishnav_2 li li {
    display: none;
    }
	
	/* Sociable */
div.sociable { 
	clear: both;
	margin: 5px 0;
 }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	/*position: absolute; */
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.breadcrumb {
	overflow: hidden;
	width: 750px;
	margin: 0 0 20px 0;
	color: #ccc;
	}

.breadcrumb a {
	color: #ccc;
	}
	
	/* Logos */
#logos img {
	padding: 0 25px;
	test-align: center;
	}

#related {
	clear: both;
	border-top: 1px solid #ccc;
	margin-top: 20px;
}
#related ul {
	list-style: square outside url("./images/icone_flocon_bleu2.png");
	margin-left: 22px;
	}

.moretext {
	float: right;
}
.tags {
	clear: left;
	float: left;
}



/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	}
.wp-pagenavi span.pages, .wp-pagenavi a, .wp-pagenavi .extend, .wp-pagenavi .current {
	float: left;
	padding: 1px 5px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #333;
	background-color: #eee;
	}
.wp-pagenavi a:hover {	
	border: 1px solid #000;
	color: #000;
	background-color: #666;
}
.wp-pagenavi a:active {
	border: 1px solid #000;
	color: #000;
	background-color: #ccc;
}

/* Front page medium images */
.front-page img.medium {
	float: left;
	margin: -20px 15px 0 -20px;
	padding: 0px;
	border: 0px solid #ccc;
	background: #fff;
	}

.front-page .entry .post {
	padding: 20px 20px 0 20px;
	}

.wp-caption {
margin-bottom: 20px;
}
/*/////////////////////////////////////////////////////Les boutons d'Audace*/
.widget-widget_text {
	overflow: hidden;
	padding: 0px;
	text-align: left;
	-moz-border-radius: 0px; /* for Firefox */
	-webkit-border-radius: 0px; /* for Safari */
	background-color: transparent;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: -20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bntItineraire a{
	background-image: url(images/bntItineraire.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	display: block;
	padding: 0px;
	height: 39px;
	width: 142px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
