@charset "iso-8859-1";

@import url(gallery.css);
@import url(_elements.css);
@import url(structure.css);
@import url(navigation_elements.css);
@import url(form.css);
@import url(boxes.css);
@import url(account.css);
@import url(catalog.css);

@import url(publication_methods.css);
@import url(search.css);
@import url(board.css);

/* COMMON STYLES */

* {/*reset d'un certain nombre de styles css par defaut*/
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

body {
    background: white url(/media/backgroundx__041765700_1015_09052007.jpg) repeat-x top;
    font-family: Arial, Helvetica, sans-serif;
    font-size:65%; /* IE gère mal les tailles de texte en EM si aucune valeur en % ne les précèdes */
    line-height:160%; /*Opéra gère mal les hauteurs de lignes en EM*/
}

img {
    border:0;
    vertical-align: bottom;
}

.clear {
    clear: both;
    visibility: hidden;
    height:0;
    line-height:0;
    border:0;
}

/* -------------- */
/* PAGE D'ACCUEIL */
/* -------------- */

.accueil #conteneur{
    border-right: none;
    border-left: none;
}

.accueil #conteneur p {
    margin: 0px;
}

/* INTERNET EXPLORER */

* html .accueil #contents {
    margin-bottom: -13px;
    background: white;
}
*+html .accueil #contents {
    background: white;
}

* html .accueil #contents a {
    color: #0254A8;
}

* html .boxlastelements {
    width: 255px;
}

* html .boxlastelements img {
   width: 245px;
}

/* ------------------------------- */
/* PAGES AVEC UNE GALERIE A DROITE */
/* ------------------------------- */

* html .activites #not_nested .second_level li {
    width: 190px;
}

.activites #conteneur {
    height: auto;
    min-height: 700px;
}

* html .activites #conteneur {
    height: 700px;
}

.activites #conteneur p {
    width: 69%;
}

.activites .colleft, .activites .colright {
    width: 36%;
}

.cintrees #conteneur h1 {
    background: url(/media/h1menuiseriesalucintre__027560600_1148_11052007.gif) no-repeat 2px top;
    color: #5F6560;
}

.specif #conteneur h1 {
    background: url(/media/h1portesfenetres__041563700_1043_11052007.gif) no-repeat 2px top;
}

.brise #conteneur h1 {
    background: url(/media/h1brisesoleil__003021200_1344_11052007.gif) no-repeat 2px top;
    color: #F29300;
}

/* --------------------------------------------- */
/* AFFICHAGE AVEC LE SECOND NIVEAU DE NAVIGATION */
/* --------------------------------------------- */

.nd_on #main {
    padding-top: 35px;
}

/* --------------- */
/* GUIDE TECHNIQUE */
/* --------------- */

* html .guide #not_nested .second_level li {
    width: 190px;
}

.guide #main img {
    border: 1px dotted silver;
    margin: 0px 15px 0px 0px;
    padding: 15px;
    float: left;
}

.guide #main h3 {
    padding-top: 10px;
    clear: left;
}

/* --------------------------------------------------- */
/* PAGE AVEC FORMULAIRE // CONTACT ET DEMANDE DE TARIF */
/* --------------------------------------------------- */

.contact .formulaire {
    float: left;
    width: 615px;
}

.contact #view_more {
    width: 295px;
    float: right;
}

.contact #view_more h3 { display: none; }

.contact #view_more a { font-weight: bold; }

.contact #infos {
    width: 295px;
    background: url(/media/bggaleriedroite__004842400_0807_11052007.gif) repeat-y right;
    border: 0px !important;
    margin: 0px;
    padding: 0px;
}

.contact #infos p {
    border: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    line-height: 10px !important;
    background: white;
}

.contact #infos h4 {
    padding: 9px 0px 0px 10px;
    margin: 10px 0px 0px 52px;
    font-weight: bold;
    font-size: 1.6em;
    color: white;
    height: 38px;
    border: none;
    background: url(/media/boxheadertitrebleu__078885800_0841_11052007.gif) repeat-x;
}

.contact #infos h5 {
    margin: 0px 0px 0px 65px;
    font-weight: normal;
    font-size: 11px;
    border: none;
    color: white;
}

.contact #infos hr {
    width: 233px;
    margin: 5px 5px 5px 57px;
    border-bottom: 1px dotted gray;
}

/* --------------------------------- */
/* CAS SPECIFIQUES DANS LES ARTICLES */
/* --------------------------------- */

/* Le savoir faire Tellier */
#code_wiki_left_80 p img {
    margin-right: 15px;
    float: left;
}

/* Les hommes et les moyens */ 
#code_wiki_right_78 p img {
    float: left;
}

/* ------------------------------ */
/* ****************************** */
/* PAGE D'ATTENTE FENETRE SATURNE */
/* ****************************** */
/* ------------------------------ */

body.attente_saturne {
    background: #BAD733;
}

.attente_saturne h1 {
    background: none;
    font-size: 2em;
    color: white;
    padding: 0px;
    margin: 0px;
}

.attente_saturne h3 {
    font-weight: bold;
    background: none;
    font-size: 1.2em;
    color: #0053A4;
    border: none;
    padding: 0px;
    margin: 0px;
}

.attente_saturne img { padding-bottom: 10px; }

.attente_saturne #banner { display: none; }

.attente_saturne #page {
    background: none;
    border: none;
    width: 340px;
}

.attente_saturne #conteneur {
    text-align: center;
    color: white;
    border: none;
    width: auto;
}

.attente_saturne #footer { display: none; }