@charset "utf-8";

/* @override 
	http://labuanderie.net/buanderie-style.css
*/

/* @group Master */
body { padding: 0 }

body,td, th {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 12px;
}

body {
    background-color: #FFFFFF;
    background-image: url(img/degrade.png);
    background-repeat: repeat-x;
    margin: 0px;
}

a:link {
    text-decoration: none;
    color: #FFFFFF;
}
a:visited {
    text-decoration: none;
    color: #FFFFFF;
}
a:hover {
    text-decoration: underline;
    color: #FFFFFF;
	font-weight: bold;
}
a:active {
    text-decoration: none;
    color: #FFFFFF;
}

.bande {
    background-color: #c31400;
    width: 100%;
    height: 5px;
    display: block;
}

.blog {
    width: 780px;
    height: 115px;
    list-style: none;
    text-decoration: none;
}
.lessive {
    position: relative;
    bottom: 0px;
    right: -150px;
}

.ico {
    float: left;
    width: 52px;
    height: 52px;
}

.comp { height: 180px }
.comp02 { width: 238px }
.pop02 {
    float: left;
    width: 154px;
    height: 180px;
    background-color: rgba(0,0,0,0.2);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.pop {
    float: left;
    width: 210px;
    height: 185px;
    background-color: rgba(0,0,0,0.2);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.espace {
    float: left;
    width: 10px;
    height: 180px;
}

/* UTILES ?? */

.barre {
    width: 780px;
    height: 35px;
}

.liens {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    list-style: none;
    font-size: 12px;
}
.liens a:link {
    text-decoration: none;
    color: #FFFFFF;
}
.liens a:visited {
    text-decoration: none;
    color: #FFFFFF;
}
.liens a:hover {
    color: #FFFFFF;
	font-weight: bold;
}
.liens a:active {
    text-decoration: none;
    color: #FFFFFF;
}

/* @end */

/* @group Panels */

.panel {
    width: 780px;
    height: 360px;
}
.accueil {
    background-image: url(img/corde_001.png);
    background-repeat: repeat-x;
    width: 780px;
    height: 360px;
}
#ind01 {
    background-image: url(img/corde_001-ind.png);
    width: 267px;
    height: 360px;
}
.competences {
    background-image: url(img/corde_002.png);
    background-repeat: repeat-x;
    width: 780px;
    height: 360px;
}
#ind02 {
    background-image: url(img/corde_002-ind.png);
    width: 500px;
    height: 360px;
}
.demo {
    background-image: url(img/corde_003.png);
    background-repeat: repeat-x;
    width: 780px;
    height: 360px;
}

#ind03 {
    background-image: url(img/corde_003-ind.png);
    width: 336px;
    height: 360px;
}
.references {
    background-image: url(img/corde_004.png);
    background-repeat: repeat-x;
    width: 780px;
    height: 360px;
}
#ind04 {
    background-image: url(img/corde_004-ind.png);
    width: 288px;
    height: 360px;
}

#ind05 {
    background-image: url(img/corde_005-ind.png);
    width: 54px;
    height: 360px;
}
.contact {
    background-image: url(img/corde_006.png);
    background-repeat: repeat-x;
    width: 780px;
    height: 360px;
}

.haut {
    height: 30px;
    width: 360px;
}
.haut2 {
    height: 80px;
    width: 360px;
}
.haut3 {
    height: 25px;
    width: 360px;
}
.haut4 {
    height: 100px;
    width: 360px;
}

/* @end */

/* @group Header */
/* Logo
----------------------------------*/
.logo {
    float: left;
    text-decoration: none;
    display: block;
    position: absolute;
}
/* Menu
----------------------------------*/
.navig {
    float: right;
    height: 40px;
    position: relative;
    display: block;
    
    background : #c31400;
    background : -webkit-gradient(linear, left top, left bottombottom, from(rgb(195,20,0)), to(rgb(215,26,0)));
    background : -moz-linear-gradient(top, rgb(195,20,0)), to(rgb(215,26,0));
    
    box-shadow: 1px 1px 8px #aaa;
    -webkit-box-shadow: 1px 1px 8px #aaa;
    -moz-box-shadow: 1px 1px 8px #aaa;
    
    border-radius: 0 0 17px 17px;
    -webkit-border-radius: 0 0 17px 17px;
    -moz-border-radius: 0 0 17px 17px;
    
    margin-left: 203px;
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;

}
.navi {
    font-size: 15px;
    list-style: none;
    padding: 0;
    padding-bottom: 0px;
}
.navi a {
    text-decoration: none;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}
.navi a.element {
    float: left;
    padding: 0 15px;
    border-left: 1px solid rgba(255,0,0,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
}
.navi a.element .middle {
    
}
.navi a.element.left {
    border-right: 1px solid rgba(0,0,0,0.1);

    border-radius: 0 0 0px 15px;
    -webkit-border-radius: 0 0 0px 15px;
    -moz-border-radius: 0 0 0px 15px;
}
.navi a.element.right {
    border-left: 1px solid rgba(255,255,255,0.1);

    border-radius: 0 0 15px 0;
    -webkit-border-radius: 0 0 15px 0;
    -moz-border-radius: 0 0 15px 0;
}
.navi a:visited {
    text-decoration: none;
    color: #ffffff;
}
.navi a.element:hover {
    color: #ff1400;
    background-color: #ffffff;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #EFEFEF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%, #EFEFEF));

}

/*Doesn't work
.navi a:active {
    text-decoration: none;
    color: #ff1400;
    background-color: #ffffff;
}*/

/* @end */

/* @group Home */

.titre00 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 35px;
}
.titre {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
}

.corptexte {
    width: 650px;
    margin-top: 25px;
}
.corptexte_B {
    width: 590px;
    float: right;
}
.corptexte_L {
    margin-top: 25px;
    float: left;
    width: 500px;
}
.corptexte_R {
    float: right;
    height: 100%;
    width: 280px;
}
.contenu_R {
    width: 280px;
    margin-top: 120px;
    margin-left: 15px;
}
.corptexte_end {
    width: 650px;
    position: relative;
}
.signature {
    width: 590px;
    position: relative;
}

/* @end */

/* @group Presta */

.link { width: 190px }

/* @end */

/* @group Démo */

.video {
    background-color: #FFFFFF;
    padding: 2px;
    width: 562px;
    height: 316px;
}

/* @end */

/* @group Nous suivre */

.social {
    background-image: url(img/corde_005.png);
    background-repeat: repeat-x;
    width: 780px;
    height: 360px;
}
.reseaux {
    width: 780px;
    height: 330px;
}
.reseau_droite {
    width: 540px;
    float: right;
}
.reseau_gauche {
    width: 240px;
    float: left;
}

.reseau_gauche img {
    margin: 4px;
} 

/* @group Twitter */

.twit_text { color: #c31400 }

#twitter_div {
    margin-left: 10px;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    float: left;
    width: 540px;
    overflow: auto;
}
ul#twitter_update_list { list-style: none }
ul#twitter_update_list li {
    margin-bottom: 10px;
    margin-right: 35px;
    padding: 10px;
    color: #000000;
    /*background: #FFFFFF;*/
    /*background-image: url(img/guillemets_d.png);*/
    list-style-image: url(img/guillemets_L.png);
}
#twitter_div a {
    color: #c31400;
    /*color: #ff1400;
    /*color: #B32C2C;*/
}
/* @end */

/* @end */

/* @group Contact */

.infos {
    width: 780px;
    height: 330px;
}
.infos_droite {
    width: 230px;
    float: right;
}
.coordonees { }
.infos_gauche {
    width: 520px;
    float: left;
}
.formulaire { }

/* Mailing */
#contactform {
    /*background: url(../img/bg_contact.jpg) no-repeat 0 0;*/
    padding: 20px 30px 45px;
}
#contactform label,
#contactform legend { display: none }
#contactform h3 { margin-bottom: 9px }
#success-message {
    background: #ededed;
    padding: 32px;
    font-size: .8em;
    color: #333333;
    text-align: center;
    position: absolute;
    top: 120px;
    z-index: 9999;
    width: 400px;
    margin-left: -200px;
    left: 50%;
    border: 7px solid #b6b6b6;
}
.field {
    background: #ededed ! important;
    border: none;
    padding: 4px 4px 4px 22px;
    font-size: 0.8em;
    color: #333333;
}
.field#user-name {
    background: #FFFFFF url(img/user-name.gif) 5px 4px no-repeat ! important;
    width: 158px;
    margin-right: 5px;
}
.field#user-name:focus { background: #dedede url(img/user-name.gif) 5px 4px no-repeat ! important }
.field#user-sujet:focus { background: #dedede url(img/user-sujet.gif) 5px 4px no-repeat ! important }
.field#user-sujet {
    background: #ffffff url(img/user-sujet.gif) 5px 4px no-repeat ! important;
    width: 158px;
}
.field#user-email {
    background: #ffffff url(img/user-email.gif) 5px 7px no-repeat ! important;
    width: 158px;
}
.field#user-email:focus { background: #dedede url(img/user-email.gif) 5px 7px no-repeat ! important }
.field#user-comment {
    background: #ffffff url(img/user-comment.gif) 5px 6px no-repeat ! important;
    width: 285px;
    height: 120px;
    margin-top: 8px;
}
.field#user-comment:focus { background: #dedede url(img/user-comment.gif) 5px 6px no-repeat ! important }
.field#user-url { background: #b6b6b6 url(img/user-url.gif) 4px 8px no-repeat ! important }
.field#user-url:focus { background: #dedede url(img/user-url.gif) 4px 8px no-repeat ! important }
/* @end */

/* @group Footer */

.text_credits {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    list-style: none;
    color: #c31400;
    font-size: 11px;
}

.footer {
    background-image: url(img/degrade02.png);
    background-position: bottom;
    background-repeat: repeat-x;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

/* @end */


/* @group Scrolling */

img { border: 0 }

.conteneur {
    background-image: url(img/ombre.png);
    background-position: bottom;
    background-repeat: no-repeat;
    width: 840px;
    height: 520px;
}
#scroll {
    position: relative;
    overflow: hidden;
    width: 780px;
    height: 490px;
}
#tools {
    margin-top: 120px;
    width: 9999em;
    position: relative;
    height: 400px;
}
.tool {
    float: left;
    width: 780px;
    height: 360px;
    text-align: center;
}
.toolind {
    float: left;
    height: 360px;
    text-align: center;
}
#thumbs { position: absolute }
.t {
    padding: 0 !important;
    border: 0 !important;
}
.t a {
    margin-left: 0px;
    cursor: pointer;
}
.t a.active { cursor: default !important }

/* @end */

/* @group Lightbox */
/* the overlayed element */
.apple_overlay {
    /* initially overlay is hidden */
    display: none;
    /* growing background image */
	background-size: auto;
	padding-bottom: 20px;
    /* : ;*/
    width: 640px;
    height: 540px;
    background-image: url(img/overlay/white.png);
    /* some padding to layout nested elements nicely  */
    padding: 35px;
    /* a little styling */
    font-size: 11px;
}
/* default close button positioned on upper right corner */
.apple_overlay .close {
    background-image: url(img/overlay/close.png);
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}
/* the overlay style */

div.details { color: #000; }
div.apple_overlay h2 {
    /*margin: 10px 0 -9px 0;*/
    font-weight: bold;
    font-size: 14px;
    color: #000;
    margin-bottom: 0px;
}
div.apple_overlay p {
	margin-top: 5px;
}
#triggers {
    /*margin-top: 10px;*/
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
}
#triggers img {
    /*background-color: #000;
    padding: 2px;
    border: 1px solid #ccc;
    margin: 2px 5px;*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}
.apple_overlay a { color: #000 }

/* @end */
