/* normaliser les marges */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

/* normaliser les tailles de polices */
h1, h2, h3, h4, h5, h6, p {
    font-size: 100%;
}

/* supprime list-style pour les listes */
ol, ul {
    list-style-type: none;
}

/* normaliser les styles et graisses de fontes */
address, caption, cite, code, dfn, em, strong, th, var, h1, h2, h3, h4, p {
    font-style: normal;
    font-weight: normal;
}

/*
 * Copyright Bene Facere 2008-2009
 */

html, body {
    height: 100%;
    width: 100%;
}
/*
 copyright 2008 Bene Facere
 http://www.benefacere.fr/
*/
.pa {
    display: none;
}

form label {
    float: left;
    width: 25%;
}
form input {
    float: left;
}
form img {
    float: left;
    zoom: 1; /*Pr IE*/
}
form textarea {
    float: left;
    margin-bottom: .5em;
}
form p {
    float: none;
    clear: both;
    display: block;
    margin-top: .5em;
    zoom: 1;
}
form p:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
form img:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
form hr {
    float: none;
    clear: both;
}
/* Form */




fieldset {

	margin: 0;

	padding: 0;

	border: none;

}


input, textarea, select {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 13px;

	color: #333333;

}

label {  
     width: 30%;  
     display: block;  
     float: left;  
     padding-top: 5px;  
}  
.errors {  
    border: .2em solid red;  
    background-color: antiquewhite;  
    color: darkred;  
    font-weight:bolder;  
    padding: 1em;  
}  
.col21, .col22 {
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 50%;
}
.col31, .col32, .col33 {
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 33%;
}
.col21, .col22 {
   /width: 49%;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
/*  
  Création artistique Eric Hardy
  Intégration CSS Vera Dicere
  copyright 2009 Vera Dicere
  http://www.veradicere.fr/  
 */
#cp {
    position: relative;
    min-height: 100%;
}
#page {
    position: relative;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-bottom: 118px;
}
* html #cp, *>html #cp {
    height: 100%;
}
#header {
    position: absolute;
    top: 8px;
    left: 0;
    width: 264px;
    height: 107px;
}
#site, #slogan {
    display: none;
}
#menu {
    position: absolute;
    top: 75px;
    right: 0px;
    height: 27px;
}
#menu li {
    display: block;
    float: left;
    line-height: 17px;
}
* html #menu a {
    display: block;
}
* html #menu1 a {width: 70px;}
* html #menu2 a {width: 119px;}
* html #menu3 a {width: 182px;}
* html #menu4 a {width: 132px;}
* html #menu5 a {width: 92px;}
#content {
    padding-top: 147px;
    overflow: auto;
}
#usercontent .col21 {
    width: 250px;
}
#usercontent .col22 {
    width: 675px;
    margin-left: 50px;
    margin-right: 25px;
}
* html .slideshow, *>html .slideshow {
    overflow: auto;
    zoom: 1;
}
#fc {
    position: absolute;
    bottom: 0;
    width: 100%;
}
#footer {
    padding-top: 23px;
    height: 75px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
/*  
  Création artistique Eric Hardy
  Intégration CSS Vera Dicere
  copyright 2009 Vera Dicere
  http://www.veradicere.fr/  
 */
body {
    color: #444444;
    background: #eaeade url(/static/themes/MenuiserieThireau/images/fondEntete.png) repeat-x;
/*    font-family: Lucida Grande, lucida Sans Unicode, Arial, Sans-Serif;*/
    font-family:Arial, Sans-Serif;
    font-size: 13px;
}
#menu {
    font-family: Lucida Grande, Lucida Sans Unicode, Lucida, sans-serif;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
}
#menu a, #menu a:visited {
    display: block;
    padding: 0 0 0 12px;
    height: 27px;
    color: white;
    text-decoration: none;
    vertical-align: baseline;
    background: url(/static/themes/MenuiserieThireau/images/menuL.png) no-repeat top left;
}
#menu a:focus, #menu a:hover, #menu a:active {
    color: #444141;
    background: url(/static/themes/MenuiserieThireau/images/menuL.png) no-repeat 0px -26px;
}
#menu a span {
    display: block;
    padding: 6px 12px 3px 0px;
}
#menu a span, #menu a:visited span {
    background: url(/static/themes/MenuiserieThireau/images/menuR.png) no-repeat top right;
}
#menu a:focus span, #menu a:hover span, #menu a:active span {
    background: url(/static/themes/MenuiserieThireau/images/menuR.png) no-repeat bottom right;
}
#menu a.selected {
    color: #444141;
    background: url(/static/themes/MenuiserieThireau/images/menuLA.png) no-repeat left 1px;
}
#menu a:hover.selected {
    background: url(/static/themes/MenuiserieThireau/images/menuLA.png) no-repeat 0px -26px;
}
#menu a.selected span {
    background: url(/static/themes/MenuiserieThireau/images/menuRA.png) no-repeat right 1px;
}
#menu a:hover.selected span {
    background: url(/static/themes/MenuiserieThireau/images/menuRA.png) no-repeat bottom right;
}
#menu a span.pa {
    display: none;
    padding: 0;
    height: 0;
    line-height: 0;
}
#usercontent h1 {
    text-transform: uppercase;
    font-size: 23px;
    text-align: center;
    margin-top: 35px;
}
#usercontent h2 {
    color: #61343C;
    font-size: 16px;
    margin-bottom: .75em;
}
#usercontent hr, #content div.hr {
    color: transparent;
    border: none;
    background: #333333;
    height: 4px;
    margin-top: 1em;
    margin-bottom: 1em;
    float: none;
    clear: both;
}
#usercontent div.hr hr {
    display: none;
}
form input, form textarea, form select {
    border: 1px solid #dcdcdc;
    margin-right: 30px;
    padding: 6px 5px;
    width: 150px;
}
form input, form select {
    width: 310px;
}
form textarea {
    width: 460px;
}
#fc {
    background-color: #301c20;
}
#footer {
    text-align: right;
    font-size: 13px;
    color: white;
}
#footer a {
    color: white;
    text-decoration: none;
}
#footer a:active, #footer a:hover, #footer a:focus, #footer a.selected {
    border-bottom: 1px dotted white;
}
/* Formulaires */
form li input {
    display: inline;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
}
form label input {
    display: inline;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
}
form .CheckBoxList {
    margin-left: 165px;
}
/*  
  Création artistique Eric Hardy
  Intégration CSS Vera Dicere
  copyright 2009 Vera Dicere
  http://www.veradicere.fr/  
 */
#boxCoordonnees {
    float: left;
    text-align: left;
    line-height: 20px;
    font-size: 15px;
}
#usercontent #boxVousEnvisagezDesTravaux a {
    border-bottom: 0;
}
#boxNavigationMenuiseriesExterieures ul, #boxNavigationMenuiseriesInterieures ul, #boxNavigationConstructionBois ul, #boxNavigationSavoir-faire ul {
    display: block;
    padding: 6px 0px 6px 3px;
    font-family: trebuchet ms, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #61343C;
}
#boxNavigationMenuiseriesExterieures li a, #boxNavigationMenuiseriesInterieures li a, #boxNavigationConstructionBois li a, #boxNavigationSavoir-faire li a {
    display: block;
    width: 247px;
    background: url( /static/themes/MenuiserieThireau/images/navi_top_right.png ) no-repeat 220px -6px;
}
#boxNavigationMenuiseriesExterieures li a.selected, #boxNavigationMenuiseriesInterieures li a.selected, #boxNavigationConstructionBois li a.selected, #boxNavigationSavoir-faire li a.selected, #boxNavigationMenuiseriesExterieures li a:hover, #boxNavigationMenuiseriesInterieures li a:hover, #boxNavigationConstructionBois li a:hover, #boxNavigationSavoir-faire li a:hover {
    background: url( /static/themes/MenuiserieThireau/images/navi_top_right.png ) no-repeat 220px -40px;    
}
#boxNavigationMenuiseriesExterieures li li a, #boxNavigationMenuiseriesInterieures li li a, #boxNavigationConstructionBois li li a, #boxNavigationSavoir-faire li li a {
    display: inline;
    width: auto;
    background: none;
}
#boxNavigationMenuiseriesExterieures li, #boxNavigationMenuiseriesInterieures li, #boxNavigationConstructionBois li, #boxNavigationSavoir-faire li {
    padding-top: 8px;
    padding-bottom: 8px;
}
#boxNavigationMenuiseriesExterieures li li, #boxNavigationMenuiseriesInterieures li li, #boxNavigationConstructionBois li li, #boxNavigationSavoir-faire li li {
    padding-top: 0;
    padding-bottom: 0;
}
#boxNavigationMenuiseriesExterieures ul ul, #boxNavigationMenuiseriesInterieures ul ul, #boxNavigationConstructionBois ul ul, #boxNavigationSavoir-faire ul ul {
    padding-left: 10px;
    font-size: 13px;
    font-family: Lucida Grande, Lucida Sans Unicode, Arial, Sans-Serif;
    text-transform: none;
    color: black;
    font-weight: bold;
}
#boxNavigationMenuiseriesExterieures ul ul ul, #boxNavigationMenuiseriesInterieures ul ul ul, #boxNavigationConstructionBois ul ul ul, #boxNavigationSavoir-faire ul ul ul {
    color: #666666;
    font-weight: normal;
    padding-top: 0;
    padding-bottom: 0;
}
#boxNavigationMenuiseriesExterieures li, #boxNavigationMenuiseriesInterieures li, #boxNavigationConstructionBois li, #boxNavigationSavoir-faire li {
    background: url(/static/themes/MenuiserieThireau/images/sub_back.gif) repeat-x bottom;
}
#boxNavigationMenuiseriesExterieures li li, #boxNavigationMenuiseriesInterieures li li, #boxNavigationConstructionBois li li, #boxNavigationSavoir-faire li li {
    background: none;
}
#boxNavigationMenuiseriesExterieures ul ul ul a, #boxNavigationMenuiseriesInterieures ul ul ul a, #boxNavigationConstructionBois ul ul ul a, #boxNavigationSavoir-faire ul ul ul a {
    padding-left: 10px;
    margin-left: -10px;
    color: #666666;
    border-bottom: none;
}
#boxNavigationMenuiseriesExterieures ul ul ul a:hover, #boxNavigationMenuiseriesExterieures ul ul ul a:active, #boxNavigationMenuiseriesExterieures ul ul ul a:focus, #boxNavigationMenuiseriesInterieures ul ul ul a:hover, #boxNavigationMenuiseriesInterieures ul ul ul a:active, #boxNavigationMenuiseriesInterieures ul ul ul a:focus, #boxNavigationConstructionBois ul ul ul a:hover, #boxNavigationConstructionBois ul ul ul a:active, #boxNavigationConstructionBois ul ul ul a:focus, #boxNavigationSavoir-faire ul ul ul a:hover, #boxNavigationSavoir-faire ul ul ul a:active, #boxNavigationSavoir-faire ul ul ul a:focus {
    color: black;
}
#boxNavigationMenuiseriesExterieures ul ul ul a.selected, #boxNavigationMenuiseriesInterieures ul ul ul a.selected, #boxNavigationConstructionBois ul ul ul a.selected {
    background: url(/static/themes/MenuiserieThireau/images/inner.png) no-repeat left center;
    _margin-left: 0;
    /margin-left: 0;
}

#usercontent #boxNavigationMenuiseriesExterieures a, #usercontent #boxNavigationMenuiseriesInterieures a, #usercontent #boxNavigationConstructionBois a, #usercontent #boxNavigationSavoir-faire a {
    border-bottom: 0;
}
#boxNavigationMenuiseriesExterieures li li li, #boxNavigationMenuiseriesInterieures li li li, #boxNavigationConstructionBois li li li, #boxNavigationSavoir-faire li li li {
    line-height: 17px;
}
#boxNotreSalleDExposition img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
#boxNotreSalleDExposition h3 {
    text-transform: uppercase;
    font-weight: bold;
}
#boxNotreSalleDExposition p {
    margin-bottom: 1.4em;
    line-height: 1.5em;
}
#usercontent #boxCoordonneesContact {
    text-align: center;
    background-color: #311c21;
    color: white;
    padding-top: 10px;
    padding-bottom: 15px;
}
#usercontent #boxCoordonneesContact a {
    color: white;
}
#usercontent #boxCoordonneesContact a:hover, #usercontent #boxCoordonneesContact a:focus, #usercontent #boxCoordonneesContact a:active {
    color: #ff9900;
}
#usercontent #boxCoordonneesContact p {
    margin-bottom: 1em;
}
/*  
  Création artistique Eric Hardy
  Intégration CSS Vera Dicere
  copyright 2009 Vera Dicere
  http://www.veradicere.fr/  
 */
#footer .alt1 {
    color: #717171;
    font-size: 13px;
}
#usercontent h1.alt1 {
    text-transform: none;
text-align:left;

}
#usercontent h1.titreNSF {
    display: block;
    width: 250px;
    text-indent: -9999px;
}
#usercontent h1.titreNSF {
    height: 50px;
    margin-top: 0px;
    background: url(/static/themes/MenuiserieThireau/images/titres-rubriques.png) no-repeat;
}
#usercontent h2.titreVEDT {
    height: 50px;
    background: url(/static/themes/MenuiserieThireau/images/titres-rubriques.png) no-repeat center -325px;
    text-indent: -9999px;
}
#usercontent .boutonDevis {
    display: block;
    margin-top: 10px;
    width: 250px;
    height: 62px;
    text-indent: -9999px;
    background: url(/static/themes/MenuiserieThireau/images/btn_devis.png) no-repeat top;
}
#usercontent a.boutonDevis:hover, #usercontent a.boutonDevis:focus, #usercontent a.boutonDevis:active {
    background: url(/static/themes/MenuiserieThireau/images/btn_devis.png) no-repeat center -63px;
}
#usercontent a, #usercontent a:visited {
    text-decoration: none;
    color: #301C20;
}
#usercontent a:hover, #usercontent a:active, #usercontent a:focus, #usercontent a.selected {
    border-bottom: 1px dotted #301C20;
}
#usercontent .cadre {
    border: 1px solid #CCCCCC;
    display: block;
    clear: both;
    font-size: 11px;
    line-height: 11px;
    margin-right: 20px;
    padding: 10px;
    margin-bottom: 40px;
    margin-top: 25px;
}
.scripts {
    display: none;
}
.obligatoire {
    color: #0099cc;
    font-weight: bold;
}

/*  
  Création artistique Eric Hardy
  Intégration CSS Vera Dicere
  copyright 2009 Vera Dicere
  http://www.veradicere.fr/  
 */
#usercontent .slideshow hr, #usercontent .slideshow .hr {
    visibility: hidden;
}
.CheckBoxList {
    overflow: auto; overflow-x: hidden; width: 200px; border: 0px solid #000;
    list-style-type: none; margin: 0; padding:0px
}
.CheckBoxList li { padding:2px }


