﻿@charset "UTF-8";
/* CSS Document */
/*Last edited 24 September, 2008 */

/* 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, sup, 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;}

/* 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: "" "";}

@font-face {
    font-family: 'hanshand_italic';
    src: url('../style/fonts/hanshand-webfont.eot');
    src: url('../style/fonts/hanshand-webfont.eot?.iefix') format('embedded-opentype'),
         url('../style/fonts/hanshand-webfont.woff') format('woff'),
         url('../style/fonts/hanshand-webfont.ttf') format('truetype'),
         url('../style/fonts/hanshand-webfont.svg.hanshand_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

*
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
}

body {
	height: 100%;
	font:14px 'Open Sans';
	color:#6c6c6c;
	background-image:none;
	border-top:none;
}

img {border:0;}
.clear {clear:both;}
p {margin:14px 0;}

a:link {color:#1a6696; text-decoration:none;}

.superglobal
{
	position : relative;
	min-height: 100%;
	border:1px solid .b0b0b1;
}

.global
{
	position: relative;
    min-height: 100%;
	margin: 0 auto;
	padding-bottom: 150px;
	width: 940px;
	background-image:none;
}

.global .logoEntete
{
    width:280px;
    float:left;
    margin-top:25px;
}

.global .menuEntete
{
    display:none;
}

.piedPage, .piedPageServices, .piedPageNousjoindre
{
    display:none;
}

/* Accueil
---------------------- */
#promoAccueil
{
    width:940px;
    height:530px;
    background-color:White;
    margin:30px 0;
    position:relative;
}

.slideshow {
    width: 925px;
    height: 516px;
    position:relative;
    top:0px;
    left:0px;
}

#nav 
{
    display:none;
}

/* Contenu
---------------------- */
.borderHautContenu
{
    margin-top:30px;
    border-top:none;
}

p.marginTop
{
    margin-top:30px;
}

#fondServices
{
    min-height:215px;
    background-image:none;
}

#fondNousjoindre
{
    padding-bottom:0px;
}

.piedPageNousjoindre #telephoneBas
{
    display:none;
}

#fondNousjoindre p.marginTop
{
    margin-top:40px;
}

#fondNousjoindre p.nom
{
    font:12px 'Open Sans';
    margin:20px 0 -10px 0;
}

#fondNousjoindre p.nom em
{
    font:17px hanshand_italic;
}

#fondNousjoindre p.courrielTel
{
    margin:8px 0 0 0;
}

#portfolio
{
    margin-top:30px;
}

ul.accordion,
ol.accordion {
    margin: 0;
    padding: 0;
}

.accordion li {
    list-style-type: none;
    margin: 0 0 15px 0;
    padding: 0;
}
.accordion li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    *zoom: 1;
}

.accordion a {
    color: inherit;
    text-decoration: inherit;
}

.accordion .loading {
    display: none;
}

.accordion li h3 a 
{
    border-top:1px solid #9e9e9e;
    border-bottom:1px solid #9e9e9e;
    padding:                5px 8px;
    color:#6c6c6c;
    background:url(../images/portfolio/haut.png) no-repeat right center;
    display:block;
    text-decoration:none;
}

.accordion li.active h3 a {
    background:url(../images/portfolio/bas.png) no-repeat right center;
}

.accordion li.locked h3 a {
}

.accordion li h3 {
    margin:         0;
    padding:        0;
}

.accordion .panel {
    padding:        10px 0;
}

div.fadehover {
position: relative;
}

img.a {
position: absolute;
left: 0;
top: 0;
z-index: 10;
}
	
img.b {
position: absolute;
left: 0;
top: 0;
}

ul.listeAccordeon
{
    margin:0;
    padding:0;
}

ul.listeAccordeon li
{
    float:left;
    display:inline-block;
    border:6px solid white;
    width:283px;
    height:221px;
    
    -moz-box-shadow: 4px 4px 4px #d7d7d7; 
    -webkit-box-shadow: 4px 4px 4px #d7d7d7; 
    box-shadow: 4px 4px 4px #d7d7d7; 
}

ul.listeAccordeon li.marginCentre
{
    margin:0 27px;
}

#portfolio .note
{
    float:right;
    font:12px 'Open Sans';
    margin-top:20px;
}

#portfolio .note img
{
    vertical-align:middle;
    position:relative;
    top:-1px;
}