/**
 * Time-stamp: <2010-02-26 16:52:56 (dimitriarrigoni)> 
 * style.css
 */

html {
    _text-align: center;
    width: 100%;
    height: auto;
}

body {
    margin: 36px auto 0 auto;
    width: 800px;
    background-color: #333333;
    background-color: #F5F5F6;
}

input[type="submit"], label {
    cursor: pointer;
}

#content img {
    max-width: 472px;
}

#content p, #content div {
	/* http://my.opera.com/dbloom/blog/2009/03/11/css-hack-for-ie8-standards-mode */
	max-width: 472px\9
}

#content .article-shop img {
    border:1px solid #cdcdcd;
} 

a {
    color: #333;
}

a:hover, a:active {
    color: #CC0000;
}

#top {
    position: absolute;
    top: 0; right: 0;
    width: 49px; height: 51px;
    background-image:  url('/styles/default/img/beta.png');
    background-repeat: no-repeat; 
    background-align:  center; 
}

#head {
    background-image:  url('/styles/default/img/head-bg-800.png');
    background-repeat: no-repeat; 
    background-align:  center; 
    position: relative;
    width:  800px;
    height: 106px;
}

#head h1 {
    margin:  0;
    padding: 0;
    background-color: transparent;
    /* background-image:url(sbc800_beta.jpg); */
}

#head h1 a {
    display: block;
    width:  778px;
    height: 122px;
    position: absolute;
    top: 10px; right: 10px;
    text-decoration: none;
    
    color: #CC0000;
    font-family: Tahoma, sans-serif;
    font-weight: bold;
    font-size: 38px;
    
    background-image:  url('/styles/default/img/sbc-back-flip.png');
    background-color: transparent;
    background-repeat: no-repeat; 
    background-position: bottom right; 
    background-position: 99% 110%;
    z-index: 1000;
}

#head h1 a:hover {
    /* border: 1px solid red; */
    color: #CC0000;
}

#head h1 a b {
    color: #EEC900;
}

#head h1 span {
    background-color: transparent;
    display: block;
    position: absolute;
    top: 6px; left: 6px;
}

#head h2 {
    position: absolute;
    top: 40px; right: 222px;
    z-index: 1000;
    text-transform: uppercase;
    text-align: justify;
    font-size: 12px;
    border-bottom: 1px dashed #686868;
    border-left: 1px dashed #686868;
    padding-right: 20px; padding-left: 6px;
    padding: 20px 20px 6px 6px;
}

#head h2 span {
    display: block;
}

#head h2 a {
    text-decoration: none;
    color: #686868;
}

#topheader, div.spacer, div#content_container {
    width:  800px;
    height: 80px;
    background-image:  url('/styles/default/img/bg-wrap-800.png');
    background-repeat: repeat-y; 
    background-align:  center; 
    background-color: transparent;
}

div.spacer {
    height: 28px;
    /*border: 1px solid green;*/
}

div#content_container {
    height: auto;
}

#topheader {
    background-color: transparent;
    position: relative;
    height: 20px;
    /* border: 1px solid red; */
    z-index: 10;
}

#topheader #address {
    height:auto; 
    position: absolute;
    top: -36px; left: 20px;
    background-color: transparent;
}

#topheader #address h4, #topheader #address p {
    margin: 0; padding: 0;
    background-color: transparent;
}

#toplinks{
    position:absolute; 
    right: 12px; top: -118px;
    background-color: transparent;
}

/* menu 
*/

ul#menu {
    width: 778px;
    height: 43px;
    background: #FFF url("/styles/default/img/menu/menu-bg.png") top left repeat-x;
    font-size: 0.8em;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-weight: bold;
    list-style-type: none;
    margin: 0 auto 0 auto; padding: 0;
    border: 1px solid #CCC;
    border-top: none;
    border-bottom: 0;
}
ul#menu li {
    display: block;
    float: left;
    margin: 0 0 0 5px;
}
ul#menu li a {
    height: 43px;
    color: #777;
    text-decoration: none;
    display: block;
    float: left;
    line-height: 200%;
    padding: 8px 15px 0;
}

ul#menu li a:hover {
    color: #333;
}
ul#menu li a.current {
    color: #FFF;
    background: #FFF url("/styles/default/img/menu/current-bg.png") top left repeat-x;
    padding: 5px 15px 0;
    background-color: transparent;
}

/* submenu
*/

#submenu{
    width:  778px; height: 32px; 
    height: 12px; 
    background-image:url('/styles/default/img/bg_submenu.gif'); 
    background-position:top; 
    background-repeat:repeat-x;
    margin: 0 auto 0 auto;
}

#submenu .smallgraytext {
    display: none;
}



/* sidepanel
*/

#sidepanel {
    float:left; 
    width:272px;
    margin-top: -20px;
}

#sidepanel a {
    color:#CC0000;
    text-decoration: none;
}

#sidepanel div.block {
    border: solid 1px #666666; 
    background-color:#F7F7F7; 
    padding: 10px; margin:20px 0 0 20px;
}

#sidepanel div.block.cart ul, #sidepanel div.block.cart ul li {
    display: inline;
    list-style-type: none;
    margin: 0; padding: 0;
}

#sidepanel div.block.cart ul {
    display: block;
    width: 100%;
}

#sidepanel div.block.cart ul li {
    display: block;
    float: left;
    width: 40%;
    text-align: center;
}

#sidepanel div.block.cart ul li a, p.button a {
    border: 1px solid #a8a8a8;
    border-top: 0;
    display: block;
    color: #CC0000;
    font-weight: bold;
    background-image: url('/styles/default/img/input-bg.png');
    background-color: #cdcdcd;
    background-repeat: repeat-x;
    padding: 6px;
}

#sidepanel div.block.cart ul li a:hover, #sidepanel div.block.cart ul li a:focus,
p.button a:hover, p.button a:focus {
    border: 1px solid #CC0000;
    border-top: 0;
    display: block;
    color: #FFF;
    font-weight: bold;
    background-image: url('/styles/default/img/menu/current-bg.png');
    background-color: #cdcdcd;
    background-repeat: repeat-x;
    padding: 6px;
}

p.button a {
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}

form#shop-validate p.button {
    display: none;
    margin: 0;
    margin-top: 8px;
}

#sidepanel div.block.cart ul li.edit, #sidepanel div.block.cart ul li.order {
    margin-top: 6px;  
}

#sidepanel div.block.cart ul li.edit {
    float: right;
}

#sidepanel h3, #sidepanel h4 {
    font-family: Tahoma, sans-serif;
    font-weight: bold;
    color:#CC0000;
}

#sidepanel h3 {
    font-size: 20px;
    margin: 0; padding: 0 0 6px 0;
    margin-top: -6px;
}

#sidepanel h4 {
    font-size: 11px;
    margin: 0; padding: 0;
}

#sidepanel p {
    margin:  0; 
    padding: 6px 0 6px 0;
    text-align: justify;
}

#sidepanel .readmore p.link {
    display: block;
    border-bottom: 1px dashed #666666;
    width: 226px;
    text-align: right;
    margin-top: -8px; margin-bottom: 8px;
}

#sidepanel .readmore p.date {
    float: left;
    display: none;
}

#sidepanel .readmore p.link a {
    color: #999;
    background: transparent no-repeat center right;
    display: block;
    background-image: url('/styles/default/img/lm-li.png');
    vertical-align: bottom;  
    padding-right: 18px;
    text-decoration: none;
}

#sidepanel .readmore p.link a:hover {
    color:#CC0000;
}

#sidepanel p.readmore a:hover {
    color: #CC0000;
}

/* footer
*/
#footer .smallgraytext p#w3c_logo a {
    height: 31px; 
}

#footer .smallgraytext {
    width: 778px;
    margin: 0 auto 0 auto;
}

#footer {
    width: 800px; height: 106px;
    padding: 20px; margin: 0;
    background-image:  url('/styles/default/img/footer-bg-800.png');
    background-repeat: no-repeat; 
    background-align:  center; 
}

#footer .smallgraytext p {
    vertical-align: bottom;
    margin: 24px 0 0 0;
    /* border: 1px solid yellow; */
}

#footer .smallgraytext p#w3c_logo {
    margin: 0; padding: 0;
    margin: 12px 28px 12px 0;
    width: 88px;
    float: right;
    background-image: url('/styles/default/img/valid-xhtml10.png');
}

#footer .smallgraytext p#w3c_logo span {
    display: none;
}

#footer .smallgraytext p#w3c_logo a {
    display: block; width: 100%;
}

#footer #footer-presentation {
    font-weight: normal;
    font-size: 12px;
    
    float: left;
    width: 650px;
    text-align: justify;
    margin-left: -10px;
}

#footer #footer-presentation a, #footer #footer-presentation {
    font-size: 12px;
}

#footer #footer-presentation p {
    margin: 0; padding: 0;
}

/*GRAY PANEL*/

/*TEXT STYLES*/
.bodytext {
    font: 0.7em Tahoma, sans-serif;
    color: #666666;
    float: left;
}

.titletext {
    font: 0.7em Tahoma, sans-serif;
    font-size:36px;
    font-weight:bold;
    color:#CC0000;
}
.whitetitle {
    font: 0.7em Tahoma, sans-serif;
    font-size:36px;
    font-weight:bold;
    color:#FFFFFF;
}
.smalltitle {
    font: 0.7em Tahoma, sans-serif;
    font-size:20px;
    font-weight:bold;
    color:#CC0000;
}
.smallwhitetext {
    padding: 10px;
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    font-weight:bold;
    color: #FFFFFF;
}

.smallwhitetext a {
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    font-weight:bold;
    color: #FFFFFF;
    text-decoration:none;
}

.smallwhitetext a:hover{
    text-decoration:underline;
}
.smallgraytext {
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    font-weight:bold;
    color:#999999;
}
.smallgraytext a{
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    font-weight:bold;
    color:#999999;
    text-decoration:none;
}
.smallgraytext a:hover{
    text-decoration:underline;
}
.smallredtext {
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    font-weight:bold;
    color:#CC0000;
}
.smallredtext a{
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    font-weight:bold;
    color:#CC0000;
    text-decoration:none;
}
.smallredtext a:hover{
    text-decoration:underline;
}

/* Content
*/
.clear {
    clear: both;
    min-height: 1px;
}

#content .bodytext {
    font-size: 0.75em;
}

#content .bodytext sup {
    font-size: 75%;
    vertical-align: .45em;
}

#content .bodytext sup a {
    font-weight: bold;
}

#content h2 {
    margin:  0;
    padding: 0;
    margin-top: -6px;
    font: 0.7em Tahoma, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #CC0000;
}

p.breadcumb, p.breadcumb a {
    font: 0.7em Tahoma, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}

p.breadcumb {
    margin-top: 12px;
    clear: both;
}

p.breadcumb {
    margin: 0; padding: 0;
}

p.breadcumb.top {
    margin: 0; padding: 0 0 12px 0;
    margin-top: -12px;
}

p.breadcumb.bottom {
    margin: 0; padding: 12px 0 0 0;
}

#content {
    float:right; 
    padding: 10px;
    margin-right: 15px;
    
}

#content.adminbody {
    float:   none;
    width:   758px;
    padding: 0;
    margin:  0 10px 0 20px; 
}

#content, #content form {
    width: 480px;
}

#content p {
    text-align: justify;
}

/** Forms
*/

#content form fieldset {
    border: 0; margin: 0; padding: 0;
}

#content form {
    display: block;
}

#content form p {
}

#content form label, #content form input {
    margin: 0; padding: 0;
}

#content form label, #content form input, #content textarea {
    font-size: 14px;
}

#content form label {
    display: block;
    width: 22%;
    float: left;
    font-weight: bold;
}

#content form input, #content form select {
    display: block;
    width: 70%;
    float: right;
}

#content textarea {
    width: 100%;
}

#content form input.isub {
    float: none;
    width: 100%;
    height: 2em;
    margin-top: 10px;
}

#content fieldset.prestations, #content fieldset.bordered {
    border: 1px solid #B8B8B8;
    padding-bottom: 10px;
    margin-top: 10px;
}

#content fieldset.prestations legend, #content fieldset.bordered legend {
    color: #CC0000;
    font-family: Tahoma, sans-serif;
    font-weight: bold;
    font-size: 18px;
}

#content fieldset.prestations p, #content fieldset.bordered p {
    padding: 10px; 
    padding-top: 0;
}

#content fieldset.prestations span.price {
    width: auto;
    float: right; 
    text-align: right;
    display: block;
}

#content fieldset.prestations input {
    width: 10%;
}

#content fieldset.prestations label {
    width: 80%;
}

#content fieldset.prestations p.desc input {
    width: 70%;
}

#content fieldset.prestations p.desc label {
    width: 22%;
}

div.notice h4 {
    color: #CC0000;
    text-transform: uppercase;
    margin-bottom:  0;
    padding-bottom: 0;
}

div.error, div.message {
    border: 2px dashed #FF0000;
    background-color:  #FFCCCC;
    padding: 10px;
    width: 456px;
    max-width: 100%;
    margin-top: 10px;
}

div.error h3, div.message h3 {
    margin: 0; padding: 0;
}

div.error p, div.message p {
    margin: 0; padding: 0;
}

div.message {
    border-color: #4EA656;
    background-color:  #CCFFCC;
}

p.noscript {
    border:2px dashed #FF0033; 
    color:#FF0033;
    margin:  .65em 0; 
    padding: .65em; 
    background-color: #fff;
}

dl.table-display, .article-shop dl {
    width: 41.1em;
    width: 478px;
    margin: 2em 0;
    padding: 0;
}

.article-shop dl {
    margin-bottom: 2em;
    border: 1px solid #FFF;
}

.article-shop dl:after { 
    content: "."; display: block; 
    height: 0; clear: both; 
    visibility: hidden; 
} 

.table-display dt, .article-shop dl dt  {
    width: 15em;
    width: 150px;
    float: left;
    margin: 0 0 0 0;
    padding: .5em;
    border-top: 1px solid #999;
    font-weight: bold;
}

/* hack de commentaire avec un antislash pour ie5 mac \*/
dt, .article-shop dt { clear: both; }
/* end hack */

.table-display dd, .article-shop dl dd {
    float: left;
    width: 24em;
    width: 300px;
    margin: 0 0 0 0;
    padding: .5em;
    border-top: 1px solid #999;
}

#sidepanel .cart h4.clear {
    margin: 0 0 -2px 0;
}

#sidepanel .cart .table-display {
    width: 228px;
    margin-top: 6px;
    margin-bottom: 2px;
}

#sidepanel .cart dl dt  {
    width: 150px;
}

#sidepanel .cart dd {
    width: 50px;
}

/** SPPLUS **/
.spplus_state_message {
    font-weight: bold;
    font-size: 14px;
}

#content form p.spplus_decorator {
    display: block;
    background: #FFF url("/styles/default/img/spplus/decorator_cb.png") top left no-repeat;
    height: 87px;
    padding-top: 19px;
    margin-top: 20px;
    margin-bottom: -20px;
}

#content form p.spplus_decorator input.isub {
    background: #FFF url("/styles/default/img/spplus/tableau_cb_cut.png") top left no-repeat;
    margin: 0;
    margin-top: -3px;
    border: 2px solid #CCC;
    height: 68px;
    color: transparent;
    font-size: 0;
}

/*
*/
table.clean-table {
    border-collapse : collapse;
    width: 100%;
}

table.clean-table tr {
}

table.clean-table th {
    border : 1px solid #000;
    padding : 0.5em;
}

table.clean-table td {
    border : 1px solid #666;
    padding : 0.5em;
}

#content form table.clean-table td input {
    float: none;
    margin: 0; padding: 0;
    width: 2em;
}

input.isub {
    font-weight: bold;
    color: #CC0000;
    border: 1px solid #a8a8a8;
    border-top: 0;
    background-image: url('/styles/default/img/input-bg.png');
    background-color: #cdcdcd;
}

input.isub:hover, input.isub:focus, input.isub:active {
    color: #FFF;
    border: 1px solid #CC0000;
    border-top: 0;
    background-image: url('/styles/default/img/menu/current-bg.png');
    background-color: #CC0000;
}

ul.list-shop, ul.list-shop li, ul#posts_list {
    list-style-type: none;
    margin:  0;
    padding: 0;
}

ul.list-shop ul, ul#posts_list li {
    padding: 0;
    padding: 0 8px;
    margin-top: 8px;
    border: 1px dashed #999999;
}

ul.list-shop ul li, ul#posts_list li {
    position: relative;
}

ul.list-shop ul li .price, ul#posts_list li .price {
    margin: 0; padding: 0;
    position: absolute;
    display: block; top:-6px; right:6px;
}

ul#posts_list li .price {
    top: 0;
}

.price {
    font-weight: bold;
    color: #CC0000;
    font-size: 20px;
}

#content fieldset.prestations span.price {
    font-size: inherit;
}

.price span {
    font-size: 16px;
    color: #EEC900;
}

ul.list-shop ul li h4, ul#posts_list li h4 {
    margin: 0; padding: 0;
    margin-bottom: -8px; margin-top: 8px;
}

ul.list-shop h3 {
    font-size: 16px;
}

ul.list-shop h3 a {
    text-decoration: none;
}

form.art-form-shop {
    width: 99%;
    max-width: 98%;
    background: url("/styles/default/img/head-bg-small-corner.png") no-repeat 100% 0;
}

form.art-form-shop div.container {
    background: url("/styles/default/img/head-bg-small-corner-foot.png") no-repeat 0 100%;
    margin:  1em 0 1em 0;
    padding: 1.75em;
}

form.art-form-shop div .price {
    float: left;
}

form.art-form-shop div .status {
    float: right;
    font-size: 20px;
    color: #006400;
    font-weight: bold;
}

form.art-form-shop div p {
    margin: 0; padding: 0;
    
}

div.footnotes {
    border: 1px solid #C5C5C5;	
    font-size: 95%;
    padding: .5em 0 .7em 0;
    border-right: 0;
    border-left:  0;
}

div.footnotes p, div.footnotes h4 {
    margin: 0; padding: 0;	
}

.article-shop p img {
    padding: .25em;
    border: 1px solid #C5C5C5;	
}

pre.pre_error {
    float: left;
    border: 2px dashed #FF0000;
    background-color:  #FFCCCC;
    width: 748px;
    margin: -14px auto 14px 16px;
    padding: 8px; 
}
