/* HTML TAGS */
/**************
 **  HTML
 ***************/
html {
    height: 100%;
    margin-bottom: 0.01em; /* force scrollbar */
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .75em;
    color: #666666;
    margin: 0px;
    padding: 0px;
    letter-spacing: .025em;
	background: #373737;
}

body.empty {
    background-image: none;
}

div#background{
	background-image: url(../images/body_bg.jpg);
    background-position: top;
    background-color: #EDF0EB;
}

acronym {
    cursor: help;
}

p {
    margin-bottom: 10px;
    text-align: justify;
    line-height: 1.5em;
}

h3 + p {
    margin-top: -3px;
}

/**************
 **  FORMs
 ***************/
form {
    margin: 0px;
    padding: 0px;
}

input, textarea, select, checkbox {
    background-color: #F6F6F6;
    font-family: arial;
    border: #333333 1px solid;
    font-size: 10px;
    color: #333333;
}

select.valueset {
    background-color: #FFFF99;
    color: #000000;
}

input.discret {
    border: none;
    background-color: #FFFFFF;
}

input.action {
    background-color: #666666;
    border: #000000 1px solid;
    color: #FFFFFF;
}

input.action:hover {
    background-color: #666666;
    border: #000000 1px solid;
    color: #999999;
}

input.disabled, select.disabled, textarea.disabled {
    background-color: #EFEFEF;
    border: #AAAAAA 1px solid;
    color: #AAAAAA;
}

input.disabledempty, textarea.disabledempty {
    background-color: #EFEFEF;
    border: #AAAAAA 1px solid;
    color: #EFEFEF;
}

input.actiondisabled, select.actiondisabled {
    background-color: #AAAAAA;
    border: #AAAAAA 1px solid;
    color: #FFFFFF;
}

input.white {
    background-color: #FFFFFF;
    border: #FFFFFF 1px solid;
    color: #666666
}

input.orange {
    border: #FFF1DD 0px solid;
    color: #FF6600;
}

input.orange2, textarea.orange2 {
    background-color: #FFF1DD;
    border: #FF6600 1px solid;
    color: #FF6600;
}

input.green, textarea.green {
    background-color: #00FF00;
}

input.black, select.black {
    background-color: #FFFFFF;
    border: #000000 1px solid;
    color: #000000;
}

input[type="image"], input[type="image"]:hover{ 
    border: none;
} 

textarea.red {
    background-color: #FFAAAA;
    border: #666666 1px solid;
    color: #666666;
}

optgroup {
    font-style: normal;
}

optgroup.firstLevel {
    padding-left: 0;
    background-color: #CCCCCC;
}

optgroup.firstLevel option {
    background-color: #FFFFFF;
}

optgroup.secondLevel {
    margin-left: 10px;
}

optgroup.secondLevel option {
    margin-left: -10px;
    margin-right: 10px;
}

optgroup option.hidden {
    display: none;
}

/**************
 **  TITLE
 ***************/
h2 {
    font-size: 20px;
    font-weight: bold;
    color: #00AA00;
    padding: 0px 0px 0px 0px;
    margin: 2px 0 20px 2px;
}

strong {
    font-size: 14px;
    color: #339900;
    padding: 20px 0px 10px 0px;
    margin: 0px;
}

h3 {
    margin-top: 30px;
    font-size: 14px;
    color: #339900;
    padding: 10px 0px 10px 13px;
    background-image: url(../images/h3_bg.gif);
    background-repeat: no-repeat;
}

.intro {
    font-size: 15px;
    font-weight: bold;
    color: #AAAAAA;
}

h4 {
    font-size: 13px;
    font-weight: bold;
    color: #40C600;
    margin: 30px 0 0 0;
}

/**************
 **  TABLE
 ***************/
table {
    font-size: 12px;
    border: none;
    border-spacing: 0px;
}

table caption{
  font-size: .9em;
  font-style: italic;
}

table.withborder {
    border: 1px solid #FFFFFF;
    border-collapse: collapse;
}

table.withborder td {
    border: 1px solid #FFFFFF;
    background-color: #ECECEC;
}

table.techinfo {
    color: #000000;
}

table.techinfo td {
    height: 20px;
    padding-top: 2px;
}

table.techinfo td.separator, table.techinfo td.separatorContinue {
    height: 1px;
    padding-top: 0px;
}

table.techinfo td.title {
    width: 220px;
    font-weight: normal;
    color: #666666;
}

table.techinfo td.section {
    font-weight: bold;
    color: #999999;
    font-size: 14px;
    padding-top: 20px;
}

th.noborder {
    border: 0px;
}

td.noborder {
    border: none !important;
}

table.noborder {
    border-collapse: collapse;
}

table.noborder td {
    border: none;
}

table.withpadding {
    padding: 2px;
    border-spacing: 1px;
}

/* table used for battery comparisons */
table.batteries {
    border-collapse: collapse;
}

table.batteries td, table.batteries th {
    border: 1px solid #FFFFFF;
}

table.batteries thead tr {
    background-image: url(../images/data_table_title.jpg);
    font-weight: normal;
    font-size: 10px;
    color: #000000;
}

table.batteries thead th {
    text-align: center;
}

table.batteries tbody tr {
    background-color: #DDDDDD;
    font-weight: normal;
    color: #000000;
    border-top: 2px solid #FFFFFF;
}

table.batteries tbody tr.light {
    background-color: #E6E6E6;
}

table.batteries tbody tr td {
    text-align: center;
    font-size: 16px;
}

table.batteries tbody tr td.title {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    padding-left: 4px;
}

table.batteries tbody tr td.title span.detail {
    font-size: 10px;
    font-weight: normal;
}

table.batteries tbody tr td.bilan {
    text-align: left;
    font-size: 10px;
    font-weight: normal;
}

table.batteries ul.plus {
    list-style-image: url(../images/puce_plus.gif);
}

table.batteries ul.moins {
    list-style-image: url(../images/puce_minus.gif);
}

table.batteries tfoot td {
    text-align: center;
    font-size: 11px;
}

.white {
    background-image: url(../images/blank.gif);
}

td {
    vertical-align: top;
}

td.withborder {
    background-color: #FFFFFF;
}

td.greenwithborder {
    color: #000000;
    background-color: #B1F47F;
    background-image: url(../images/data_table_title.jpg);
    text-align: center;
    font-weight: bold;
}

td.greenwithborderlight {
    color: #000000;
    background-color: #D4F4BD;
    background-image: url(../images/data_table_product_title_2_light.jpg);
    text-align: center;
    font-weight: bold;
}

/** Classes used for the display of the lists in the admin panel */
tr.adminlistdark {
    cursor: pointer;
    background-color: #F0F0F0;
}

tr.adminlistlight {
    cursor: pointer;
    background-color: #F6F6F6;
}

tr.adminlistlightlight {
    cursor: pointer;
    background-color: #FFFFFF;
}

tr.adminlistselected {
    cursor: pointer;
    background-image: url(../images/data_table_title_highlightedlight.gif);
}

tr.adminlisthighlighted {
    cursor: pointer;
    background-image: url(../images/data_table_title_selected.gif);
    /*background-image: url(../images/data_table_title_highlighted.gif);	*/
    background-color: #FBDEAD;
}

tr.adminlisthighlightedlight {
    cursor: pointer;
    background-image: url(../images/data_table_title_selected.gif);
    background-color: #FFFFFF;
}

tr.adminlisthighlightedlight2 {
    cursor: pointer;
    background-color: #FFFFE9;
}

/**************
 **  LISTS
 ***************/
ul {
    display: block;
    margin: 5px 5px 0px 15px;
    padding: 0px;
    list-style-image: url(../images/puce.gif);
}

ul.nobullet {
    list-style-image: none;
    list-style-type: none;
}

ul.nobullet li.nobullet {
    padding: 0px 0px 15px 10px
}

li {
    margin: 2px 2px 5px 2px;
    padding: 0px;
}

/* product_list_summary */
ul.productlistsummary {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: auto;
}

ul.productlistsummary li {
    margin: 0;
    list-style-position: outside;
    list-style-image: none;
    width: auto;
}

ul.productlistsummary a.category {
    font-size: 12px;
    color: #000000;
}

ul.productlistsummary a.category:hover {
    font-size: 12px;
    color: #FF6600;
}

ul.productlistsummary li ul {
    padding: 0px 0px 0px 10px;
    width: auto;
}

ul.productlistsummary li ul a {
    font-size: 11px;
    color: #666666;
}

ul.productlistsummary li ul a:hover {
    font-size: 11px;
    color: #FF6600;
}

ul.productlistsummary li ul li {
    list-style-type: none;
    width: auto;
}

ul.menu {
    list-style-image: url(../images/puce_light.gif);
    width: auto;
}

ul.menu a {
    font-size: 11px;
    color: #666666;
}

ul.menu a:hover {
    font-size: 11px;
    color: #FF6600;
}

ul.menu li {
    list-style-type: none;
    width: auto;
}

/** product list */
ul.productlist {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: auto;
    margin: 0px 0px 0px 0px;
}

ul.productlist li {
    list-style-position: outside;
    list-style-image: none;
    padding: 0;
    width: auto;
}

ul.productlist ul .highlighted {
    cursor: pointer;
    background-image: url(../images/data_table_title_highlighted.gif);
    background-color: #ABF376;
}

ul.productlist .highlighted {
    cursor: pointer;
    background-image: url(../images/data_table_title_highlighted.gif);
    background-color: #ABF376;
}

ul.productlist a, ul.productlist a:hover {
    color: #000000;
}

ul.productlist li ul {
    padding: 0px 0px 0px 10px;
    width: auto;
}

ul.productlist li ul li {
    list-style-type: none;
    width: auto;
}

/** product menu */
ul#domtabs {
    list-style-image: none;
    list-style-type: none;
    height: 32px;
    margin: 0;
    padding: 0;
    width: 100%; /* prÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½cision pour Opera */
}

ul#domtabs li {
    margin-left: 0px;
    margin-right: 4px;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    text-align: center;
}

ul#domtabs li a {
    display: block; /* On passe les liens en ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½lÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ments de type block pour leur donner des propriÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½tÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½s de taille */
    width: 100px;
    color: #000;
    height: 30px;
    padding-right: 20px;
    padding-top: 2px;
    text-decoration: none;
    background: url(../images/tab_bg.gif) no-repeat 0 0; /* On met une image de background, que l'on positionne ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ 0px du bord gauche et 0px du bord haut */
    border: 0px;
}

ul#domtabs li a:hover {
    background: url(../images/tab_bg.gif) no-repeat 0 0; /* Et ici on dÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½cale l'image du background de 30px vers le haut pour laisser apparaÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½tre la 2eme partie de l'image */
}

ul#domtabs li a.selected, ul#domtabs li a.selected:hover {
    background: url(../images/tab_bg_selected.gif) no-repeat 0 0;
}

ul#domtabs li.empty a, ul#domtabs li.empty a:hover, ul#domtabs li.empty a.selected, ul#domtabs li.empty a.selected:hover {
    color: #B6B6B6;
}

/** mainmenu */
ul#mainmenu {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding-top: 0;
    width: 100%; /* prÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½cision pour Opera */
}

ul#mainmenu li {
    margin-left: 0px;
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    text-align: center;
}

ul#mainmenu li a {
    display: block; /* On passe les liens en de taille */
    width: 100px;
    color: #000;
    height: 32px;
    text-decoration: none;
    background: url(../images/tab_bg.gif) no-repeat 0 0;
    /* On met une image de background, que l'on positionne ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ 0px du bord gauche et 0px du bord haut */
    border: 0px;
    padding-top: 6px;
}

ul#mainmenu li a:hover {
    background: url(../images/tab_bg.gif) no-repeat 0 -40px; /* Et ici on dÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½cale l'image du background de 30px vers le haut pour laisser apparaÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½tre la 2eme partie de l'image */
}

ul#mainmenu li a.selected, ul#mainmenu li a.selected:hover {
    background: url(../images/tab_bg_selected.gif) no-repeat 0 0;
}

#top {
    height: 260px;
}

#tabs {
    width: 510px;
    background: url(../images/tab_div_bg.gif) no-repeat 0 0;
}

div#t1, div#t2, div#t3, div#t4 {
    padding: 10px 0 0 0;
    top: 430px;
    width: 510px;
}

/**************
 **  LINKS
 ***************/
a {
    cursor: pointer;
    font-family: Tahoma, Sans-serif;
    text-decoration: none;
    color: #FF6600;
    font-size: 11px;
}

a:hover {
    color: #666666;
}

a.grey {
    color: #666666;
}

a.black {
    color: #000000;
}

a.grey:hover, a.black:hover {
    color: #FF6600;
}

a.underlined {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    color: #000000;
    font-size: 12px;
}

a.underlined:hover {
    color: #FF6600;
}

a.discret {
    font-weight: normal;
    font-family: Tahoma, Sans-serif;
    text-decoration: none;
    color: #666666;
    font-size: 11px;
}

a.discret:hover {
    color: #FF6600;
}

a.blackdiscret {
    font-weight: normal;
    color: #000000;
}

a.blackdiscret:hover {
    color: #FF6600;
}

a.linkwhite {
    color: #FFFFFF;
}

a.linkwhite:hover {
    color: #CCCCCC;
}

/**************
 **  IDs
 ***************/
img {
    border: none;
}

img.logo{
	float: left;
	margin: 0 5px 0 0;
}

img.floatright {
    float: right;
    border: none;
    margin: 5px 0 5px 5px !important;
}

img.floatleft {
    float: left;
    border: none;
}

/* product main page */
div.product_main_page_1, div.product_main_page_2, div.product_main_page_3, div.product_main_page_4 {
    background-repeat: no-repeat;
    clear: both;
    height: 360px;
    width: 510px;
}

div.product_main_page_1 {
    background-image: url(../images/product_top_img_1.jpg);
}

div.product_main_page_2 {
    background-image: url(../images/product_top_img_2.jpg);
}

div.product_main_page_3 {
    background-image: url(../images/product_top_img_3.jpg);
}

div.product_main_page_4 {
    background-image: url(../images/product_top_img_4.jpg);
}

div.product_main_page_1 .button_box, div.product_main_page_2 .button_box, div.product_main_page_3 .button_box, div.product_main_page_4 .button_box {
    font-weight: bold;
    float: left;
    width: 125px;
    height: 150px;
    margin-top: 234px;
    text-align: center;
    color: #999999;
    cursor: pointer;
}

div.product_main_page_1 .button_box:hover, div.product_main_page_2 .button_box:hover, div.product_main_page_3 .button_box:hover, div.product_main_page_4 .button_box:hover {
    color: #FF6600;
}

div.product_main_page_1 .button_box img, div.product_main_page_2 .button_box img, div.product_main_page_3 .button_box img, div.product_main_page_4 .button_box img {
    margin-top: 15px;
    border: 0;
}

div.quicklink_product select {
    width: 182px !important;
    margin: 0 0 10px 6px;
    border-color: #ccc;
    background-color: white;
}

/* choose bike */
.chooseSection {
    width: 510px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #808080;
}

.chooseSectionSmall {
    float: left;
    /*	font-weight: bold;*/
    font-size: 12px;
    width: 240px;
    margin-bottom: 20px;
    color: #808080;
}

.chooseSectionSmallSeparator {
    float: left;
    width: 20px;
}

.chooseSection .title, .chooseSectionSmall .title {
    background-image: url(../images/bien_choisir_section_bg.gif);
    background-repeat: no-repeat;
    color: #00AA00;
    height: 28px;
    font-weight: bold;
}

.chooseSection .title .number, .chooseSectionSmall .title .number {
    font-size: 21px;
    padding: 2px 10px 0 7px;
    float: left;
    height: 28px;
}

.chooseSection .title .text, .chooseSectionSmall .title .text {
    font-size: 14px;
    padding-top: 6px;
}

.chooseSection .content, .chooseSectionSmall .content {
    margin-left: 30px;
}

.chooseSection .content td, .chooseSectionSmall .content td {
    padding-bottom: 8px;
}

#chooseBikeResult {
    clear: both;
    height: 36px;
    width: 510px;
    background-image: url(../images/bien_choisir_resultat.jpg);
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: bold;
    color: #777777;
    padding: 6px;
}

#chooseBikeResult.highlighted {
    background-image: url(../images/bien_choisir_resultat_highlighted.jpg);
    cursor: pointer;
}

#chooseBikeResult.noResult {
    background-image: url(../images/bien_choisir_resultat_highlighted.jpg);
    cursor: default;
}

#chooseBikeResult.loading {
    background-image: url(../images/bien_choisir_resultat_loading.gif);
    cursor: default;
}

#chooseBikeResult span.resultNb {
    color: #000000;
    font-size: 18px;
}

#chooseBikeResult .left, #chooseBikeResult .right {
    width: 49%;
    float: left;
}

/* product highlighted */
div.product_highlighted {
    float: left;
    display: block;
    background-image: url(../images/product_highlighted_bg_2.jpg);
    background-repeat: no-repeat;
    height: 174px;
    width: 238px;
    padding: 6px;
    margin: 0 5px 0 0;
    text-align: left;
    cursor: pointer;
}

div.product_highlighted.yellow {
    background-image: url(../images/product_highlighted_bg_yellow_2.jpg);
}

div.product_highlighted img {
    margin: 0px 5px 0px 0px;
    border: 1px solid #CCCCCC;
    float: left;
}

div.product_highlighted img.noborder {
    border: none;
    margin: 0px;
    float: none;
}

div.product_highlighted b {
    color: #999999;
}

div.product_highlighted div.product_name {
    margin: 5px 10px 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #00AA00;
}

div.product_highlighted div.price {
    float: right;
    margin: 15px 10px 0px 0px;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

div.product_highlighted div.price {
    white-space: nowrap;
    float: right;
    margin: 15px 10px 0px 0px;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

div.product_highlighted div.actionprice {
    white-space: nowrap;
    clear: right;
    float: right;
    margin: 5px 10px 0px 0px;
    font-size: 17px;
    font-weight: bold;
    color: #FF6600;
}

div.product_highlighted div.oldprice {
    white-space: nowrap;
    float: right;
    margin: 15px 10px 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-decoration: line-through;
}

div.product_highlighted div.link_to_detail {
    clear: right;
    float: right;
    margin: 15px 10px 0px 0px;
    white-space: nowrap;
    font-size: 15px;
    font-weight: bold;
    color: #666666;
}

div#most_viewed_bykes {
    clear: both;
    /*background-color: #BBBBBB;*/
}

div#most_viewed_bykes td {
    vertical-align: middle;
}

div#most_viewed_bykes img.photo {
    border: 1px solid #CCCCCC;
    margin: 2px;
    padding: 1px;
}

div#most_viewed_bykes .top {
    background-image: url(../images/product_box_wide_bg_top.gif);
    background-repeat: no-repeat;
    height: 8px;
    font-size: 1px;
}

div#most_viewed_bykes .content {
    background-image: url(../images/product_box_wide_bg_center.gif);
    background-repeat: repeat-y;
    padding: 0 0 0 10px;
}

div#most_viewed_bykes .content .title {
    padding: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #999999;
}

div#most_viewed_bykes .bottom {
    background-image: url(../images/product_box_wide_bg_bottom.gif);
    background-repeat: no-repeat;
    height: 8px;
    font-size: 1px;
}

div#product_list_summary {
    float: left;
    width: 240px;
    margin: 0 !important;
    padding-left: 10px;
}

div#product_list_summary .contentbox {
    padding: 0;
    margin: 0 0 15px 0;
}

div#product_list_summary .contentbox .content a.function {
    font-size: 13px;
    font-weight: bold;
    color: #333333;
}

div#product_list_summary .contentbox .content a.function:hover {
    font-size: 13px;
    font-weight: bold;
    color: #FF6600;
}

div#category_brand_detail {
    float: right;
    padding: 0 18px 10px 0;
    width: 292px;
    text-align: left;
}

div#category_brand_detail div#content {
    padding: 5px 5px 5px 5px;
    background-image: url(../images/product_highlighted_bg_action.jpg);
    background-repeat: no-repeat;
    text-align: left;
}

div#category_brand_detail div#bottom {
    background-image: url(../images/product_highlighted_bg_action_bottom.jpg);
    background-repeat: no-repeat;
    height: 13px;
    width: 100%;
}

div#category_brand_detail #title {
    font-size: 14px;
    /*color: #339900;*/
    color: #000000;
    font-weight: bold;
}

div#category_brand_detail img#logo {
    float: right;
    border: 1px solid #F8F7B1;
}

div#category_brand_detail #productlist {
    padding: 10px 0 0 0;
    font-size: 11px;
    color: #AAAAAA;
}

.colsclear {
    clear: both;
    font-size: 1px;
    height: 1px;
    width: auto;
}

#sidebar {
    float: right;
    padding: 0px;
    margin-top: -2px;
    padding: 5px;
    padding-left: 3px;
    width: 190px;
}

#sidebar ul {
    width: 170px;
}

#wrapper {
    text-align: center;
    background: url('../images/body_bg_bike.png') 45% 80px no-repeat;
}

#contentWrapper {
    width: 740px;
    background: white url('../images/container-bg.png') repeat-y;
    margin: 0 auto;
    text-align: left;
    padding: 0px;
    border: 2px solid #373737;
    border-width: 0 2px;
}

html > body #contentWrapper {
    width: 730px;
}

#banner {
    display: block;
    background-image: url(../images/header/background01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 90px;
    margin-bottom: 0px;
    text-align: right;
}

#banner #easyLogo {
    float: left;
    margin: 2px;
    border: 0;
}

#banner #admin {
    padding: 55px 3px 0 0;
}

#evaluation {
    float: right;
    margin: 0 0 0 10px;
}

#footer {
    margin: 20px 0 0 0;
    padding: 2px 0 5px 0;
    text-align: center;
    border-top: 1px solid #eee;
    background-color: #FAFAFA;
}

#footer a {
    font-size: .8em;
    color: #999999;
    letter-spacing: .1em;
}

#footer a:hover {
    color: #333333;
}

/* navigation menu */
#menu {
    background-image: url(../images/menu_bg_3.jpg);
    background-repeat: repeat-x;
    padding: 8px 0px 3px 10px;
    margin-bottom: 2px;
    vertical-align: middle;
    height: 35px;
}

#menu a {
    font-weight: bold;
    color: #666666;
    text-decoration: none;
	display: block;
}

#menu a:hover {
    font-weight: bold;
    color: #222222;
    text-decoration: none;
}

#menu #sitemap {
    float: right;
    margin: 20px 8px 0 0;
    cursor: pointer;
}

#menu #sitemap a{
	width: 15px;
	height: 15px;
	background: url(../images/sitemap.png);
}

#menu #sitemap a:hover, #menu #sitemap.selected a{
	background: url(../images/sitemap_on.png);
}

/* breadscrumbs */
#breadscrumbs {
    padding: 7px 0px 3px 0px;
    margin-bottom: 15px;
	border-bottom: 2px solid #fafafa;
}

#breadscrumbs a {
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}

#breadscrumbs a:hover {
    font-weight: bold;
    color: #222222;
    text-decoration: none;
}

#breadscrumbs a.selected {
    font-weight: bold;
    color: #FF6600;
    text-decoration: none;
}

#breadscrumbs a.selected:hover {
    font-weight: bold;
    color: #222222;
    text-decoration: none;
}

#adminmenu {
    background-image: url(../images/menu_bg_3.jpg);
    background-repeat: repeat-x;
    padding: 8px 0px 3px 10px;
    background-color: #ccc;
    margin-bottom: 3px;
    vertical-align: middle;
    height: 35px;
}

#adminmenu a {
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}

#adminmenu a:hover {
    font-weight: bold;
    color: #222222;
    text-decoration: none;
}

#submenu {
    background-image: url(../images/sub_menu_bg.gif);
    background-repeat: repeat-x;
    padding: 2px 0px 3px 10px;
    font-size: .9em;
    vertical-align: middle;
    height: 40px;
}

#submenu a {
    font-weight: bold;
    color: #999999;
    text-decoration: none;
}

#submenu a:hover {
    font-weight: bold;
    color: #00BB00;
    text-decoration: none;
}

/* main section of the window */
#maincontent, #maincontentFirstPage {
    float: left;
    padding: 5px;
    margin: 5px;
    width: 510px;
}

#maincontentFirstPage .presEasycycle {
    cursor: pointer;
    background: url(../images/accueil_presentation_easycycle.jpg) no-repeat bottom;
    height: 232px;
}

#maincontentFirstPage .presGeneve {
    background: url(../images/accueil_presentation_geneve.png) no-repeat bottom;
    margin-top: 30px;
    height: 250px;
}

#maincontentFirstPage #movie {
    width: 480px;
    margin: 30px auto 10px auto;
    border: 1px solid #CCC;
    height: 270px;
}

#maincontentFirstPage #movie img {
    cursor: pointer;
}

#maincontentFirstPage .encadre div {
    float: left;
    width: 126px;
    height: 110px;
    background: url(../images/accueil_gilly_geneve_indivi.png) no-repeat;
    padding: 5px 0 0 10px;
    cursor: pointer;
    margin: 30px 0
}

#maincontentFirstPage .encadre .cadreGilly {
    margin-left: 80px;
}

#maincontentFirstPage .encadre .cadreGeneve {
    margin-left: 65px;
}

#maincontentFirstPage .presEasycycle .topText {
    color: #999999;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

#maincontentFirstPage .presGeneve .topText {
    color: #999999;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    width: 390px;
}

#maincontentFirstPage .presGeneve .text {
    margin-top: 30px;
    width: 95%;
}

#maincontentFirstPage .presGeneve .text .first {
    width: 80%;
}

#maincontentFirstPage .presGeneve .text p {
    margin-left: 10px;
}

#maincontentFirstPage .presEasycycle .items {
    margin-top: 30px;
}

#maincontentFirstPage .presEasycycle .item {
    color: #666666;
    font-weight: bold;
    height: 29px;
    width: 251px;
    margin: 10px 0 0 1px;
}

#maincontentFirstPage .presEasycycle .item .nb {
    font-size: 24px;
    float: left;
    width: 30px;
    margin: 0 5px 0 5px;
    text-align: center;
}

#maincontentFirstPage .presEasycycle .item .text {
    padding-top: 5px;
    font-size: 15px;
}

#maincontentFirstPage .presEasycycle .adresse {
    clear: both;
    font-size: 15px;
    font-weight: bold;
    width: 251px;
    margin: 12px 5px 0 5px;
}

#maincontentFirstPage .presGeneve .adresse {
    clear: both;
    font-size: 15px;
    font-weight: bold;
    width: 350px;
    margin: 15px 5px 0px 10px;
}

#maincontentFirstPage .mainLinks {
    margin: 30px 0 0 0;
}

#maincontentFirstPage .mainLinks .item, #maincontentFirstPage .mainLinks .itemHighlighted {
    cursor: pointer;
    padding: 0 0 10px 0;
    clear: both;
    height: 46px;
    margin-bottom: 2px;
}

#maincontentFirstPage .mainLinks .item .icon, #maincontentFirstPage .mainLinks .itemHighlighted .icon {
    float: left;
}

#maincontentFirstPage .mainLinks .item .text, #maincontentFirstPage .mainLinks .itemHighlighted .text {
    margin-left: 10px;
    float: left;
    width: 442px;
    height: 46px;
    font-weight: bold;
    padding: 6px 0 0 10px;
}

#maincontentFirstPage .mainLinks .item .text {
    background: url(../images/accueil_prive_section.png) no-repeat top;
}

#maincontentFirstPage .mainLinks .itemHighlighted .text {
    background: url(../images/accueil_prive_section_highlighted.png) no-repeat top;
}

#maincontentFirstPage .mainLinks .item .text .title, #maincontentFirstPage .mainLinks .itemHighlighted .text .title {
    font-size: 15px;
    color: #333333;
}

#maincontentFirstPage .mainLinks .item .text .description, #maincontentFirstPage .mainLinks .itemHighlighted .text .description {
    font-weight: normal;
    font-size: 12px;
    color: #373737;
}

/*MIKADADDY*/
#maincontent .mainLinks {
    margin: 30px 0 0 0;
}

#maincontent .mainLinks .item, #maincontent .mainLinks .itemHighlighted {
    cursor: pointer;
    padding: 0 0 10px 0;
    clear: both;
    height: 46px;
    margin-bottom: 2px;
    width: 494px;
}

#maincontent .mainLinks .item .icon, #maincontent .mainLinks .itemHighlighted .icon {
    float: left;
}

#maincontent .mainLinks .item .text, #maincontent .mainLinks .itemHighlighted .text {
    margin-left: 10px;
    float: left;
    width: 426px;
    height: 46px;
    font-weight: bold;
    padding: 6px 0 0 10px;
}

#maincontent .mainLinks .item .text {
    background: url(../images/accueil_prive_section.png) no-repeat top;
}

#maincontent .mainLinks .itemHighlighted .text {
    background: url(../images/accueil_prive_section_highlighted.png) no-repeat top;
}

#maincontent .mainLinks .item .text .title, #maincontent .mainLinks .itemHighlighted .text .title {
    font-size: 15px;
    color: #333333;
}

#maincontent .mainLinks .item .text .description, #maincontent .mainLinks .itemHighlighted .text .description {
    font-weight: normal;
    font-size: 12px;
    color: #999999;
}

/*FIN MIKADADDY*/
#maincontentFirstPage .entreprises, #maincontentFirstPage .entreprisesHighlighted {
    cursor: pointer;
    clear: both;
    float: left;
    margin-top: 25px;
    margin-bottom: 30px;
    width: 266px;
    height: 186px;
    background: url(../images/accueil_plan_mobilite_douce.png) no-repeat top;
}

#maincontentFirstPage .entreprisesHighlighted {
    background: url(../images/accueil_plan_mobilite_douce_highlighted.png) no-repeat top;
}

#maincontentFirstPage .dossierEasycycle, #maincontentFirstPage .dossierEasycycleHighlighted {
    cursor: pointer;
    margin-left: 5px;
    float: left;
    margin-top: 25px;
    width: 239px;
    height: 186px;
    background: url(../images/accueil_dossier_easycycle.png) no-repeat top;
}

#maincontentFirstPage .dossierEasycycleHighlighted {
    background: url(../images/accueil_dossier_easycycle_highlighted.png) no-repeat top;
}

#maincontentFirstPage .dossierEasycycle .title, #maincontentFirstPage .entreprises .title, #maincontentFirstPage .dossierEasycycleHighlighted .title, #maincontentFirstPage .entreprisesHighlighted .title {
    padding-top: 6px;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    text-align: center;
}

#maincontentFirstPage .entreprises .title2, #maincontentFirstPage .entreprisesHighlighted .title2 {
    padding-top: 12px;
    font-size: 17px;
    font-weight: bold;
    color: #62C11C;
    text-align: center;
}

#maincontentFirstPage .entreprises .text, #maincontentFirstPage .entreprisesHighlighted .text {
    padding: 6px 0 0 55px;
    font-size: 15px;
    font-weight: bold;
    color: #999999;
}

#maincontentFirstPage .entreprises .images, #maincontentFirstPage .entreprisesHighlighted .images {
    padding: 6px 0 0 55px;
}

#maincontentFirstPage .entreprises .images img, #maincontentFirstPage .entreprisesHighlighted .images img {
    padding-right: 20px;
}

#maincontentFirstPage .events {
    clear: both;
    width: 479px;
    padding: 7px;
    background: url(../images/accueil_events_bg.jpg) no-repeat top;
}

#maincontentFirstPage .events .title {
    padding-top: 6px;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    text-align: center;
}

#maincontentFirstPage .events .intro {
    margin: 15px 0 15px 0;
    text-align: justify;
    font-size: 12px;
}

#maincontentFirstPage .events .content .yearBlock {
    margin-bottom: 40px;
}

#maincontentFirstPage .events .content .yearBlock .year {
    color: #62C11C;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

#maincontentFirstPage .events .content .yearBlock .elements {
    margin: 0 20px 0 20px;
    /*border-right: 1px solid #999999;
     border-left: 1px solid #999999;
     border-bottom: 1px solid #999999;*/
}

#maincontentFirstPage .events .content .yearBlock .elements .element {
    padding: 5px;
    /*padding-bottom: 10px;	*/
    /*	border-top: 1px solid #999999;*/
}

#maincontentFirstPage .events .content .yearBlock .elements .element .date {
    font-weight: bold;
    float: left;
    width: 160px;
    color: #777777;
}

#maincontentFirstPage .events .content .yearBlock .elements .element .location {
    font-weight: bold;
    float: left;
    color: #777777;
}

#maincontentFirstPage .events .content .yearBlock .elements .element .description {
    clear: both;
    /*border-top: 1px solid #CCCCCC;*/
    color: #888888;
    margin: 0;
    margin-left: 20px;
    font-size: 11px;
}

/* min height */
div#maincontent {
    height: 520px;
}

html > body div#maincontent {
    height: auto;
    min-height: 520px;
}

#maincontentRight, maincontentRightWithoutBg {
    float: right;
    padding: 5px;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 15px;
    width: 510px;
}

/* min height */
div#maincontentRight, div#maincontentRightWithoutBg {
    height: 520px;
}

html > body div#maincontentRight, html > body div#maincontentRightWithoutBg {
    height: auto;
    min-height: 520px;
}

/**************
 **  CLASSES
 ***************/
.filter_top_title {
    font-size: 13px;
    color: #000000;
    font-weight: bold;
    height: 18px;
    background-image: url(../images/filter_box_top.png);
    background-repeat: no-repeat;
    padding: 2px 0 0 5px;
    margin: 0;
}

.filter_title {
    font-size: 13px;
    color: #000000;
    font-weight: bold;
    height: 18px;
    background-image: url(../images/filter_box_title.png);
    background-repeat: no-repeat;
    padding: 2px 0 0 5px;
    margin: 0;
}

.filter_bottom {
    height: 9px;
    background-image: url(../images/filter_box_bottom.png);
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
}

.filter_content {
    background: #e8e8e8;
	border: 1px solid #b9b9b9;
	border-width: 0px 1px;
    padding: 3px 0 3px 3px;
    margin: 0;
	width: 505px;
}

.help {
    cursor: help;
}

.separator {
    height: 1px;
    border: none;
    background-image: url(../images/dashed_line.gif);
    background-repeat: repeat-x;
    padding: 0;
    margin: 0;
}

.separatorContinue {
    height: 1px;
    border: none;
    background-image: url(../images/continue_line.gif);
    background-repeat: repeat-x;
    padding: 0;
    margin: 0;
}

.boxtitle {
    background-image: url(../images/fleche.gif);
    background-repeat: no-repeat;
    margin: 2px 0px 3px 0px;
    padding: 0px 0px 0px 35px;
    font-size: 14px;
    color: #339900;
    font-weight: bold;
}

.firstpagelink {
    background-image: url(../images/fleche.gif);
    background-repeat: no-repeat;
    margin: 5px 0px 3px 0px;
    padding: 0px 0px 0px 35px;
}

.firstpagelink a {
    font-size: 13px;
    color: #298000;
    font-weight: bold;
}

.firstpagelink a:hover {
    color: #FF6600;
}

.sectiontitle {
    height: 20px;
    background-image: url(../images/section_title_1.gif);
    background-repeat: repeat-x;
    padding: 2px 0 0 4px;
}

.sectiontitle.highlighted {
    background-image: url(../images/section_title_1_highlighted.gif);
}

.sectioncontent {
    width: 100%;
    padding: 5px 5px 5px 5px;
}

.sectionbottom {
    width: 100%;
    height: 20px;
}

.defaultcursor {
    cursor: default;
}

.justified {
    text-align: justify;
}

.bike_image_container {
    width: 100px;
    padding: 5px 1px 0px 1px;
    background-image: url(../images/bike_image_container.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.bike_image_container_bottom {
    width: 100px;
    height: 5px;
    padding: 0px 1px 0px 1px;
    background-image: url(../images/bike_image_container.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-bottom: 5px
}

.box {
    padding: 5px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.citation {
    padding: 18px 5px 5px 20px;
    background-image: url(../images/citation_bg.gif);
    background-repeat: no-repeat;
}

.ingress {
    font-size: 16px;
    font-weight: bold;
    font-family: verdana;
    color: #52594A;
    margin-bottom: 18px;
}

.txt10 {
    font-size: 10px;
}

.txt11 {
    font-size: 11px;
}

.txt12 {
    font-size: 12px;
}

.txt14 {
    font-size: 14px;
}

.txt16 {
    font-size: 16px;
}

.ingresslight {
    font-size: 16px;
    font-weight: bold;
    font-family: verdana;
    color: #959595;
    margin-bottom: 20px;
}

.formNoBorder {
    background-color: #FFFFFF;
    font-family: arial;
    border: none;
    font-size: 10px;
    color: #FFFFFF
}

.txtwhite {
    color: #FFFFFF;
}

.txtgrey {
    color: #CCCCCC;
}

.txtgrey2 {
    color: #BBBBBB;
}

.txtblack {
    color: #000000;
}

.txtorange {
    color: #FF6600;
}

.txtred {
    color: #FF0000;
}

.txtgreen {
    color: #00AA00;
}

.txtblue {
    color: #3333CC;
}

.txtlightgreen {
    color: #5FC712;
}

.smallfont {
    font-size: 10px;
}

/*PHOTO MARQUE*/
.photo-sm-off {
    border: #FFFFFF solid 2px;
    padding: 2px;
}

.photo-sm-on {
    border: #00aa00 solid 2px;
    padding: 2px;
}

.cache {
    display: none;
}

.affiche {
    display: inline;
}

area {
    border: #D90000 solid 1px;
    background-color: #5B5B5B;
}

img#equipe {
    border: 1px solid #595959;
    padding: 1px;
    margin: 10px 0 0 0;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

div.video {
    width: 255px;
    float: left;
    overflow: hidden;
    margin: 0 5px 0 0;
    padding: 0;
}

div.video ~ div.video{
    margin: 0;
    width: 250px;
}
div.video h2
{
    font-size: 1.2em;
}
div.video object{
    margin: 0!important;
    display: block;
}
/*** visit to BionX factory ***/
div#maincontent.visitBionx p
{
    line-height: 1.5em;
}
div#maincontent.visitBionx p strong, div#maincontent.visitBionx p a, div#maincontent.visitBionx p em
{
    font-size: 1em;
}
div#maincontent.visitBionx div.table.gallery div
{
    float: left;
    text-align: justify;
    line-height: 1.5em;
}
div#maincontent.visitBionx div.table.gallery div a
{
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
}
div#maincontent.visitBionx div.table.gallery div a img
{
    border: 1px solid #ccc;
    padding: 1px;
}
/*************** credits section **********************/
div#credits
{
    background: #373737;
    margin: 0;
}
div#credits #innerCredits
{
    width: 720px;
    margin: 0 auto;
    padding: 10px 5px;
    background-image: url(../images/logo_white_transparent_medi.png);
    background-position: 635px 20px ;
    background-repeat: no-repeat;
}
div#credits ul
{
    margin: 0;
    list-style: none;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    color: #ddd;
    text-align: left;
}
div#credits ul li, div#credits ul li a
{
    font-size: .9em!important;
}
div#credits ul a
{
    color: #ddd;
}
div#credits ul a:hover, div#credits ul li.selected a
{
    color: #FF6600;
}
div#credits li.section
{
    font-weight: bold;
    color: #FF6600;
}
div#credits ul.brands
{
    width: 210px;
}
div#credits ul.brands li
{
    float: left;
    display: block;
    width: 63px;
}
div#credits ul.brands li.section
{
    width: auto;
}
div#searchbox {
    margin: 5px 2px 10px 1px;
}
form#searchform input[type="text"] {
    border: 1px solid #ccc;
    width: 141px;    
    background-color: white;
    padding: 1px 3px;
    font-style: italic;
    height: 23px;
	line-height: 23px;
    margin: 0 0 0 5px;
    float: left;
    border-radius-bottomleft: 2px;
    border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-radius-bottomleft: 2px;
	-webkit-border-radius-topleft: 2px;
}
form#searchform .submitContainer{
	border: 1px solid #272727;
	background-color: #373737;
	background-image: webkit gradient(linear,left top,left bottom, from(#373737),to(#474747));
	background-image: -webkit-linear-gradient(top,#373737,#474747);
	background-image: -moz-linear-gradient(top,#373737,#474747);
	background-image: -ms-linear-gradient(top,#373737,#474747);
	background-image: -o-linear-gradient(top,#373737,#474747);
	background-image: linear-gradient(top,#373737,#474747);
	border-radius-bottomright: 2px;
	border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-radius-bottomright: 2px;
	-webkit-border-radius-topright: 2px;
    display: block;
    float: left;
}
form#searchform input[type="submit"]{
    background: url(../images/magnifier-white.png) 50% 50% no-repeat;
    width: 30px;
    height: 25px; 
    border: none;   
	cursor: pointer;            
}
/** Pretty Photo Home Effect */
div#prettyDivInline {
	display:none;
	min-width:500px;
	min-height:300px;
}
div#innerHomeFlashText  {
    line-height: 1.5em!important;
    letter-spacing: .05em!important;
    text-align: justify!important;
}
div.pp_content h1, div.pp_content h2, div.pp_content h3, div.pp_content h4, div.pp_content h5 {
    margin-top: 0;
}
img.prettyHomePicture {
	float: right; 
	margin: 2px 2px 2px 5px; 
	padding: 2px; 
	border: 1px solid #ccc;
	margin-left: 15px;	
}
