﻿@charset "UTF-8";
/* CSS General Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
	
/* define individual focus styles elsewhere */
:focus {outline: 0;}
ol, ul {list-style: none;}
strong {font-weight:bold;}
sup {font-size:0.65em; line-height:0.875em; }
em {font-style:italic;}
img{border:0;}
.clear{clear:both;}
.left{float:left;}
.right{float:right;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* DEFAULTS
----------------------------------------------------------*/
html, body
{
    height: 100%;
}

body
{
    color:#1c140c;
    font:1.125em 'Gudea';
}

h1
{
    font:1.667em 'Gudea';
    font-weight:bold;
    color:#22180c;
    margin-bottom:16px;
}

p
{
    margin-bottom:18px;
    font:1em 'Gudea';
}

a:link {color:#2078ca; text-decoration:none;}

/*  MASTERPAGE.MASTER   
--------------------------------------------------------------*/
.pageMaster
{
    margin:0;
    padding:0;
    margin:auto;
    position:relative;
    min-height:100%;
}

.pageMaster .pageMasterContenu
{
    position:relative;
    z-index:1;
}

.corpsMaster
{
    margin:0 auto;
    width: 917px;
}

.logoEntete
{
    width:359px;
    margin:24px 0 0 5px;
    float:left;
}

.menuEntete
{
    display:none;
}

.fondEntete
{
    display:none;
}

.intro
{
    font:1.333em 'Gudea';
    float:left;
    width:545px;
    padding-right:0;
    margin:30px 0 25px 0;
    background-image:none;
}

.telephone
{
    width:300px;
    float:right;
    text-align:right;
    font:2.4em 'Gudea';
    font-weight:bold;
    margin:32px 0 25px 0;
}

/* ----------------- PIED DE PAGE ----------------- */ 
.pageMaster .espaceMinimumFooter
{
    display:none;
}

.pageMaster .basPageMasterRepeat
{
    display:none;
}

/*  INDEX 
--------------------------------------------------------------*/
.pageCompleteIndex
{
    position:relative;
    padding-bottom:25px;
}

.pageCompleteIndex .listeEquipe ul
{
    margin:0;
    padding:0;
}

.pageCompleteIndex .listeEquipe li
{
    margin:0 11px 10px 0;
    padding:0;
    display:inline-block;
    float:left;
}

div.fadehover 
{
	position: relative;
	cursor:pointer;
    width:221px; 
    height:354px;
}
 
img.a 
{
	position: absolute;
	left: 0;
	top: 0;
    z-index: 10;
}
 
img.b 
{
	position: absolute;
	left: 0;
	top: 0;
}

.pageCompleteIndex .listeEquipe li.pasMargin
{
    margin-right:0px;
}

.pageCompleteIndex h1.services
{
    margin-top:0;
}

.pageCompleteIndex .listeServices
{
    position:relative;
    z-index:100;
}

.pageCompleteIndex .listeServices ul
{
    margin:0 5px 0 0;
    float:left;
}

.pageCompleteIndex .listeServices ul.colonneGauche
{
    width:335px;
}

.pageCompleteIndex .listeServices ul.colonneDroite
{
    width:270px;
}

.pageCompleteIndex .listeServices li
{
    margin:0 0 5px 0;
    padding:5px 5px 5px 22px;
    color:#292015;
    font:1.15em 'Gudea';
    background:#f0f0f0 url(/images/sprite/sprite_listePuces.png) no-repeat 0 0;
}

.pageCompleteIndex .listeServices li em
{
    font:0.867em 'Gudea';
}

.pageCompleteIndex .photoChantal
{
    display:none;
}

/*  NOUS JOINDRE   
--------------------------------------------------------------*/
.pageCompleteNousJoindre .contourGoogleMaps
{
    width:915px;
    height:431px;
    border:1px solid #c4c4c4;
}

.contourGoogleMaps .googleMaps
{
    width:893px;
    height:409px;
    border:1px solid #c4c4c4;
    margin:10px 0 0 10px;
}

/*  404  
--------------------------------------------------------------*/
.pageComplete404 h1
{
    margin-bottom:8px;
}

.pageComplete404 h2
{
    font:1.4em 'Gudea';
}

.pageComplete404 h3
{
    margin-top:25px;
}

.pageComplete404 ul
{
    margin:18px 0;
    padding:0px;
}

.pageComplete404 li
{
    margin:0 0 5px 0;
    padding: 0 0 0 14px;
    background:url(/images/sprite/sprite_listePuces.png) no-repeat 0 -125px;
}