/**
 * NORMALIZE - assets/css/frontend/normalize.css
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/**
 * OUTILS - assets/css/frontend/tools.css
 */

/**
 * Reset Agoravita
 */
body, p, ul, li, h1, h2, h3, h4, h5, h6{
    margin: 0; padding: 0;
}
li{
    list-style-type: none;
}

/**
 * Outils Agoravita
 */

.dspNne{
    display: none;
}

/**
 * ClearFix
 */

.clearfix:after{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    line-height: 0;
}
.clearfix{
    display: inline-block;
}
html[xmlns] .clearfix{
    display: block;
}
* html .clearfix{
    height: 1%;
}
/**
 * Formulaire
 */
/* Accessible content hiding (cf. jQ mobile) */
.ui-hide-label label, .ui-hidden-accessible {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px,1px,1px,1px);
}

label b, .obligatoire { color: #c00; }
/**
 * Alerte / Message
 */
.alert {
    padding: 8px 35px 8px 14px; margin-bottom: 20px;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5; border-radius: 4px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}
.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}


/**
 * FONT - assets/css/frontend/font.css
 */

@font-face {
    font-family: 'linux_biolinum_oregular';
    src: url('../font/linbiolinum_r-webfont.eot');
    src: url('../font/linbiolinum_r-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/linbiolinum_r-webfont.woff') format('woff'),
         url('../font/linbiolinum_r-webfont.ttf') format('truetype'),
         url('../font/linbiolinum_r-webfont.svg#linux_biolinum_oregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'linux_biolinum_obold';
    src: url('../font/linbiolinum_rb-webfont.eot');
    src: url('../font/linbiolinum_rb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/linbiolinum_rb-webfont.woff') format('woff'),
         url('../font/linbiolinum_rb-webfont.ttf') format('truetype'),
         url('../font/linbiolinum_rb-webfont.svg#linux_biolinum_obold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/**
 * MAIN - assets/css/frontend/main.css
 */

body{background: url("../img/background/body.gif") repeat 0 0;}
/**
 * Structure
 */
div#header{
    position: relative;
    width: 100%; height: 180px;
    background: url("../img/background/header-wrapper.gif") repeat-x 0 0;
}
div#header div.wrapper{
    width: 100%; height: 130px;
    background: url("../img/background/header.jpg") no-repeat center top;
}
#backHome{
    position: absolute; top: 0; left: 50%; z-index: 8000;
    display: block;
    width: 296px; height: 140px;
    margin: 0 0 0 -490px;
}
p.tel{
    position: absolute; top: 0; right: 50%;
    font:bold 20px Arial, Helvetica, sans-serif; line-height: 32px; text-transform: uppercase;
    margin: 0 -490px 0 0; padding: 0 10px 0 0;
}
p.tel a{
    color: #000; text-decoration: none;
}
p.tel a:hover{
    color: #fff;
}
p.tel span{
    color: #f36105;
}
div#header div.nav{
    position: absolute; top: 130px; left: 0; right: 0;
    height: 50px;
    text-align: center;
    background: url("../img/background/nav.gif") repeat-x 0 0;
}
div#header div.nav>ul{
    width: 980px; height: 50px;
    margin: 0 auto;
}
div#header div.nav>ul>li{
    float: left;
}
div#header div.nav>ul>li>a{
    display: block;
    height: 50px;
    font: normal 18px "linux_biolinum_oregular", Arial, Helvetica, sans-serif; color: #fff; line-height: 50px; text-decoration: none;
    padding: 0 15px;
}
div#header div.nav>ul>li>a:hover,
div#header div.nav>ul>li:hover>a,
div#header div.nav>ul>li.over>a{
    color: #fc7309;
    opacity: 0.7;
}
div#header div.nav>ul>li>ul{
    display: none;
    position: absolute; z-index: 9999;
    background-color: #3d1347;
    padding: 5px 15px 5px 15px;
}
div#header div.nav>ul>li:hover>ul{
    display: block;
}
div#header div.nav>ul>li>ul>li{
    text-align: left;
    margin: 0 0 5px 0;
}
div#header div.nav>ul>li>ul>li>a{
    font: normal 16px "linux_biolinum_oregular", Arial, Helvetica, sans-serif; color: #fff; text-decoration: none;
}
div#header div.nav>ul>li>ul>li>a:hover{
    color: #fc7309;
    opacity: 0.7;
}
/**
 * Menu bas
 */
div#footer{
    clear: both;
    height: 150px;
    background: url("../img/background/footer.png") repeat 0 0;
}
div#footer div.wrapper{
    width: 980px;
    margin: 0 auto;
}
div#footer>div>ul{
    float: left;
    width: 653px;
    text-align: center;
}
div#footer>div>ul>li{
    float: left;
    display: block;
    font: normal 16px "linux_biolinum_oregular", Arial, Helvetica, sans-serif; line-height: 50px;
    padding: 0 0 0 32px;
}
div#footer>div>ul>li>a{
    color: #7e7e7e; text-decoration: none;
}
div#footer>div>ul>li>a:hover{
    text-decoration: underline;
}
div.adresse{
    float: right;
    width: 277px; height: 120px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 30px 0 0 50px;
}
div.adresse p{
    float: left;
    font: normal 12px "linux_biolinum_oregular", Arial, Helvetica, sans-serif; color: #8d8d8d; line-height: 16px; text-transform: uppercase;
}
div.adresse p strong{
    float: left;
    font-weight: normal; font-size: 16px; color: #f56106;
}
div.adresse p span {
    color: #fff; text-transform: uppercase; text-decoration: none; line-height: 25px;
}
div.adresse img{
    float: right;
    margin: -5px 50px 0 0;
}

/****** SOCIAL ******/

.socials{
    width: 100%;
    padding: 0!important;
    text-align: center;
}

.socials ul{
    padding-left: 0;
}

.social{
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

.social > a{
    display: block;
    width: 30px;
    height: 31px;
}

.social.social-facebook > a{
    background: url('../img/picto/picto-facebook.png') no-repeat center center;
}

.social.social-linkedin > a{
    background: url('../img/picto/picto-linkedin.png') no-repeat center center;
}

.social.social-viadeo > a{
    background: url('../img/picto/picto-viadeo.png') no-repeat center center;
}



/**
 * INTERIEUR - assets/css/frontend/inside.css
 */

/**
 * Structure
 */
div#section{
    width: 980px;
    margin: 0 auto;
    background: #de6826 url("../img/background/section.png") repeat-x 0 0;
    overflow: hidden;
}
div#content{
    float: left;
    width: 593px; min-height: 575px;
    background-color: #fff;
    padding: 30px;
}
div#aside{
    float: left;
    width: 327px;
}
/**
 * Réalisations
 */
div#realisations{
    margin-top: 0; padding-top: 10px;
    background-color: #43313e;
}
/**
 * Contact
 */
div.contact{
    clear: left;
    height: 232px;
    background-color: #303030;
    padding: 20px;
}
div#section div.contact>a{
    float: left;
    display: block;
    width: 150px;
    font: normal 20px "linux_biolinum_oregular", Arial, Helvetica, sans-serif; color: #fff; line-height: 22px; text-decoration: none; text-transform: uppercase;
}
div#section div.contact>a:hover{
    color: #f56106;
}
div#section div.contact p{
    float: left;
    font: normal 12px "linux_biolinum_oregular", Arial, Helvetica, sans-serif; color: #9b9b9b; line-height: 12px; text-transform: uppercase;
    margin-bottom: 20px;
}
div.contact p span{
    font: normal 20px "linux_biolinum_oregular", Arial, Helvetica, sans-serif; color: #f56106; line-height: 22px;
}
div#map{
    clear: left;
    width: 288px; height: 168px;
}
/**
 * Contenu
 */
h1{
    font: normal 25px "Times New Roman", Arial, Helvetica, sans-serif; color: #2d1626;
    margin: 0 0 15px 0;
}
h2{
    font: bold 18px "Times New Roman", Arial, Helvetica, sans-serif; color: #e95d13;
    margin: 0 0 10px 0;
}
div#section p{
    font: normal 12px Arial, Helvetica, sans-serif; color: #3f2e3a;
    margin: 0 0 10px 0;
}
div#section p a{
    font: normal 12px Arial, Helvetica, sans-serif; color: #e95d13;
}
div#section p a:hover{
    text-decoration: none;
}


/**
 * SLIDER REALISATION - assets/css/frontend/slider-realisation.css
 */

/**
 * Réalisations
 */
div#realisations{
    float: left;
    width: 327px; height: 353px;
}
div#sliderRea{
    position: relative; z-index: 2000;
    width: 280px; height: 278px;
    background: url("../img/background/slider-realisations.png") no-repeat 0 0;
    padding: 26px 0 0 19px; margin: 0 auto;
}
div#realisations img{
    border-radius: 160px;
}
div#realisations h2{
    font: normal 26px "linux_biolinum_oregular", Arial, Helvetica, sans-serif; color: #fff; line-height: 26px; text-transform: uppercase; text-align: center;
    margin: 15px 0 0 0;
}
div#sliderRea .bx-wrapper {
    position: static;
}
div#sliderRea .bx-wrapper .bx-prev,
div#sliderRea .bx-wrapper .bx-next{
    left: -10px;
    background: url("../img/background/sprite-slider-realisations-index.png") no-repeat 0 0;
}
div#sliderRea .bx-wrapper .bx-next{
    left: auto; right: -9px;
    background-position: -28px 0;
}
div#sliderRea .bx-wrapper .bx-prev:hover,
div#sliderRea .bx-wrapper .bx-next:hover{opacity: 0.5;}
div#sliderRea .bx-wrapper .bx-controls-direction a{
    position: absolute; top: 145px; z-index: 9999;
    outline: 0;
    width: 28px; height: 27px;
    text-indent: -9999px;
}
div#sliderRea .bx-wrapper .bx-controls-direction a.disabled{display: none;}


/**
 * COLORBOX - lib/colorbox/theme1/colorbox.css
 */

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../../lib/colorbox/theme1/images/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(../../lib/colorbox/theme1/images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../../lib/colorbox/theme1/images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../../lib/colorbox/theme1/images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../../lib/colorbox/theme1/images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../../lib/colorbox/theme1/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../../lib/colorbox/theme1/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../../lib/colorbox/theme1/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../../lib/colorbox/theme1/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(../../lib/colorbox/theme1/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../../lib/colorbox/theme1/images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../../lib/colorbox/theme1/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../../lib/colorbox/theme1/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../../lib/colorbox/theme1/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}


/**
 * LISTE - assets/css/frontend/page.css
 */

div#content{
    width: 653px;
    padding: 0;
}
div#content h1#titre_page {
    margin:0;
    padding: 15px 30px 15px 30px;
    background-color: #E95D13;
}


/**
 * BREADCRUMB - assets/css/frontend/breadcrumb.css
 */

ol#breadcrumb{
    background-color: #e95d13;
    margin: 0; padding: 10px 0 0 30px;
}
ol#breadcrumb li{
    display: inline;
    font: normal 10px Arial, Helvetica, sans-serif; color: #f4ae89;
}
ol#breadcrumb li:before{
    content: "-";
    margin: 0 5px 0 2px;
}
ol#breadcrumb li:first-child:before{
    content: "";
    margin: 0;
}
ol#breadcrumb li a{
    color: #ef864e; text-decoration: none;
}
ol#breadcrumb li a:hover{
    color: #3d1347;
}


/**
 * CONTACT - assets/css/frontend/contact.css
 */

div#content-form-contact {
    padding: 30px;
}
div#content p#pres{
    color: #ec6f28; line-height: 20px;
    margin: 0 0 20px 0;
}
div#content td p{
    color: #aaa;
}
div#content table{
    width: 100%;
}
div#content table th{
    width: 150px;
    font: normal 12px Arial, Helvetica, sans-serif; color: #2d1626; text-align: left;
    vertical-align: top;
    padding: 5px 0 5px 0;
}
div#content table td input{
    width: 100%;
    font: normal 12px Arial, Helvetica, sans-serif; color: #2d1626;
    text-align: left;
}
div#content table td textarea{
    width: 100%;
    font: normal 12px Arial, Helvetica, sans-serif; color: #2d1626;
    text-align: left;
}
div#content table td input[type=submit]{
    width: 150px; height: 30px;
    font: normal 15px "Times new Roman", Arial, Helvetica, sans-serif; color: #fff; text-align: center;
    border: 0;
    background: #e95d13;
    background: -moz-linear-gradient(left,  #e95d13 0%, #d70000 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e95d13), color-stop(100%,#d70000));
    background: -webkit-linear-gradient(left,  #e95d13 0%,#d70000 100%);
    background: -o-linear-gradient(left,  #e95d13 0%,#d70000 100%);
    background: -ms-linear-gradient(left,  #e95d13 0%,#d70000 100%);
    background: linear-gradient(to right,  #e95d13 0%,#d70000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e95d13', endColorstr='#d70000',GradientType=1 );
    margin: 10px 0;
}
div#content table td input[type=submit]:hover{
    background: #666;
}


/**
 * MODULES - lib/avgc_ce/style/module.inc.php
 */

<br />
<b>Warning</b>:  include(/home/www/www.com-energie.com/config/../lib/avgc/avgc-conf.inc.php) [<a href='function.include'>function.include</a>]: failed to open stream: Aucun fichier ou répertoire de ce type in <b>/home/www/www.com-energie.com/lib/avgc_ce/style/module.inc.php</b> on line <b>6</b><br />
<br />
<b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/www/www.com-energie.com/config/../lib/avgc/avgc-conf.inc.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in <b>/home/www/www.com-energie.com/lib/avgc_ce/style/module.inc.php</b> on line <b>6</b><br />
/***************************/
/* Général                 */
/* Titres                  */
/* Textes                  */
/* Liens                   */
/* Images                  */
/* Tableaux                */
/* Encarts graphiques      */
/***************************/

/* Général                 */
div.module{
    clear:both;
}

/* Titres                  */
h1.hCentre, h2.hCentre, h3.hCentre {
    text-align:center;
}
h1.hGauche, h2.hGauche, h3.hGauche{
    text-align:left;
}
h2.hStyleModule1, h2.hStyleModule2, h2.hStyleModule3, h2.hStyleModule4, h2.hStyleModule5{
 font:normal 25px Times New Roman, serif; margin:0 0 10px 0;}
h3.hStyleModule1, h3.hStyleModule2, h3.hStyleModule3, h3.hStyleModule4, h3.hStyleModule5{
 font:normal 20px Times New Roman, serif; margin:0 0 10px 0;}
h4.hStyleModule1, h4.hStyleModule2, h4.hStyleModule3, h4.hStyleModule4, h4.hStyleModule5{
 font:normal 16px Times New Roman, serif; margin:0 0 5px 0;}
h2.hStyleModule1, h3.hStyleModule1, h4.hStyleModule1{
 color:#3f2e3a;}
h2.hStyleModule2, h3.hStyleModule2, h4.hStyleModule2{
 color:#000000;}
h2.hStyleModule3, h3.hStyleModule3, h4.hStyleModule3{
color:#e95d13;}
h2.hStyleModule4, h3.hStyleModule4, h4.hStyleModule4{
 color:#ababab;}
h2.hStyleModule5, h3.hStyleModule5, h4.hStyleModule5{
 color:#FFFFFF;}
/* Textes */
p.pJustifie, div.pJustifie{
    text-align:justify;
}
p.pCentre, div.pCentre{
    text-align:center;
}
p.pGauche, div.pGauche{
    text-align:left;
}
p.pDroite, div.pDroite{
    text-align:right;
}
div.imgGauche{
    float:left;
    margin:0 10px 5px 0;
}
div.imgDroite{
    float:right;
    margin:0 0 5px 10px;
}
div.liste ul{
}
div.liste ul li{
    padding:5px 0;
}
div.liste ul li:before{
    content:"-";
    margin-right:5px;
}
div.liste ul li ul {
    margin-left:15px;
}
div.liste ul li ul li{
    padding:5px 0;
}
div.liste ul li ul li:before{
    content:"+";
}

img.imgGauche{
}
img.imgDroite{
}
p.pStyleModule1, div.pStyleModule1, p.pStyleModule2, div.pStyleModule2, p.pStyleModule3, div.pStyleModule3, p.pStyleModule4, div.pStyleModule4, p.pStyleModule5, div.pStyleModule5{
 font:normal 12px Arial, Helvetica, sans-serif; line-height:20px;}
p.pStyleModule1, div.pStyleModule1{
 color:#3f2e3a; font:normal 12px Arial, Helvetica, sans-serif; line-height:20px;}
p.pStyleModule2, div.pStyleModule2{
 color:#000000; font:normal 12px Arial, Helvetica, sans-serif; line-height:20px;}
p.pStyleModule3, div.pStyleModule3{
 color:#e95d13; font:normal 12px Arial, Helvetica, sans-serif; line-height:20px;}
p.pStyleModule4, div.pStyleModule4{
 color:#ababab; font:normal 12px Arial, Helvetica, sans-serif; line-height:20px;}
p.pStyleModule5, div.pStyleModule5{
 color:#FFFFFF; font:normal 12px Arial, Helvetica, sans-serif; line-height:20px;}
/* Liens                   */

 a.lienBlancSousligne, a.lienVioletSousligne, a.lienNoirSousligne, a.lienOrangeSousligne, a.lienGrisSousligne, a.lienBlanc, a.lienViolet, a.lienNoir, a.lienOrange, a.lienGris{
    font:bold 12px Times New Roman, serif; text-transform:uppercase; line-height:40px;
}
a.lienBlanc, a.lienBlancSousligne{
    color:#FFFFFF;
}
a.lienViolet, a.lienVioletSousligne{
    color:#3f2e3a;
}
a.lienNoir, a.lienNoirSousligne{
    color:#000000;
}
a.lienOrange, a.lienOrangeSousligne{
    color:#e95d13;
}
a.lienGris, a.lienGrisSousligne{
    color:#ababab;
}
a.lienBlanc:link, a.lienBlanc:visited, a.lienViolet:link, a.lienViolet:visited, a.lienNoir:link, a.lienNoir:visited, a.lienOrange:link, a.lienOrange:visited, a.lienGris:link, a.lienGris:visited {
    text-decoration:none;
}
a.lienBlanc:hover, a.lienBlanc:active, a.lienViolet:hover, a.lienViolet:active, a.lienNoir:hover, a.lienNoir:active, a.lienOrange:hover, a.lienOrange:active, a.lienGris:hover, a.lienGris:active {
    text-decoration:underline;
}
a.lienBlancSousligne:link, a.lienBlancSousligne:visited, a.lienVioletSousligne:link, a.lienVioletSousligne:visited, a.lienNoirSousligne:link, a.lienNoirSousligne:visited, a.lienOrangeSousligne:link, a.lienOrangeSousligne:visited, a.lienGrisSousligne:link, a.lienGrisSousligne:visited {
    text-decoration:underline;
}
a.lienBlancSousligne:hover, a.lienBlancSousligne:active, a.lienVioletSousligne:hover, a.lienVioletSousligne:active, a.lienNoirSousligne:hover, a.lienNoirSousligne:active, a.lienOrangeSousligne:hover, a.lienOrangeSousligne:active, a.lienVerSouslignet:hover, a.lienGrisSousligne:active {
    text-decoration:none;
}
/* Images */
a.lienImage img{
    border:0;
    vertical-align: bottom;
}
div.cadreImg{
    display:inline-block;
    padding:1px;
    /*background:url(../images/background/cadre-img.png) repeat 0 0;*/
    background-color: #EEE;
    border: 1px solid #CCC;
}
div.cadreImg div{
    padding:1px;
    background:url(../images/background/cadre-img.png) repeat 0 0;
}
div.cadreImg img{
    padding:2px;
    background:#fff;
}

/* Diaporama */
.bx-wrapper {
    position:relative;
}
.bx-next{
    position:absolute; top:40%; right:0px; z-index:999;
    width:27px; height:27px;
    text-indent:-999999px;
    background: url("../img/background/sprite-slider-realisations-index.png") no-repeat -28px 0;;
}
.bx-prev{
    position:absolute; top:40%; left:0px; z-index:999;
    width:27px; height:27px;
    text-indent:-999999px;
    background: url("../img/background/sprite-slider-realisations-index.png") no-repeat 0 0;
}


/* Tableaux  */
table.tableColonneEspace{
    width: 100%;
    table-layout: fixed;
}
table.tableColonneCollapse{
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}
table.tableColonneEspace td, table.tableColonneCollapse td{
    padding: 26px 30px;
    vertical-align:top;
}

td.tdStyleModule1, td.tdStyleModule2, td.tdStyleModule3, td.tdStyleModule4, td.tdStyleModule5, td.tdStyleModule6{
             margin:0; padding:4px; font:normal 12px Arial, Helvetica, sans-serif;            }
            td.tdStyleModule1{
             margin:0; padding:4px; font:normal 12px Arial, Helvetica, sans-serif; color:#43313e;            }
            td.tdStyleModule2{
             margin:0; padding:4px; font:normal 12px Arial, Helvetica, sans-serif; color:#000;            }
            td.tdStyleModule3{
             margin:0; padding:4px; font:normal 12px Arial, Helvetica, sans-serif; color:#e95d13;            }
            td.tdStyleModule4{
             margin:0; padding:4px; font:normal 12px Arial, Helvetica, sans-serif; color:#303030;            }
            td.tdStyleModule5{
             margin:0; padding:4px; font:normal 12px Arial, Helvetica, sans-serif; color:#eaeaea;            }
            td.tdStyleModule6{
             margin:0; padding:4px; font:normal 12px Arial, Helvetica, sans-serif; color:#FFFFFF;            }
            
/* Encarts graphiques      */
div.divEntBlocC1{
    width:798px; height:22px;
    background:url(http://www.com-energie.com/images/background/entete-bloc-c1.png) no-repeat 0 0;
    margin:10px 0 0 2px;
}
div.divBlocC1{
    width:798px;
    background:url(http://www.com-energie.com/images/background/bloc-c1.png) repeat-y 0 0;
    margin:0 0 0 2px;
}
div.divContBlocC1{
    width:743px;
    background:#eee url(http://www.com-energie.com/images/background/contenu-bloc-c1.png) repeat-x 0 0;
    margin:0 0 0 17px; padding:10px;
}
div.divBasBlocC1{
    width:798px; height:22px;
    background:url(http://www.com-energie.com/images/background/bas-bloc-c1.png) no-repeat 0 0;
    margin:0 0 10px 2px;
}
div.divEntBlocC2{
    width:373px; height:22px;
    background:url(http://www.com-energie.com/images/background/entete-bloc-c2.png) no-repeat 0 0;
    margin:10px 0 0 2px;
}
div.divBlocC2{
    width:373px;
    background:url(http://www.com-energie.com/images/background/bloc-c2.png) repeat-y 0 0;
    margin:0 0 0 2px;
}
div.divContBlocC2{
    width:318px;
    background:#eee url(http://www.com-energie.com/images/background/contenu-bloc-c2.png) repeat-x 0 0;
    margin:0 0 0 17px; padding:10px;
}
div.divBasBlocC2{
    width:373px; height:22px;
    background:url(http://www.com-energie.com/images/background/bas-bloc-c2.png) no-repeat 0 0;
    margin:0 0 10px 2px;
}
div.divEntBlocC3{
    width:237px; height:22px;
    background:url(http://www.com-energie.com/images/background/entete-bloc-c3.png) no-repeat 0 0;
    margin:10px 0 0 2px;
}
div.divBlocC3{
    width:237px;
    background:url(http://www.com-energie.com/images/background/bloc-c3.png) repeat-y 0 0;
    margin:0 0 0 2px;
}
div.divContBlocC3{
    width:182px;
    background:#eee url(http://www.com-energie.com/images/background/contenu-bloc-c3.png) repeat-x 0 0;
    margin:0 0 0 17px; padding:10px;
}
div.divBasBlocC3{
    width:237px; height:22px;
    background:url(http://www.com-energie.com/images/background/bas-bloc-c3.png) no-repeat 0 0;
    margin:0 0 10px 2px;
}
div.divEntBlocC4{
    width:173px; height:22px;
    background:url(http://www.com-energie.com/images/background/entete-bloc-c4.png) no-repeat 0 0;
    margin:10px 0 0 2px;
}
div.divBlocC4{
    width:173px;
    background:url(http://www.com-energie.com/images/background/bloc-c4.png) repeat-y 0 0;
    margin:0 0 0 2px;
}
div.divContBlocC4{
    width:118px;
    background:#eee url(http://www.com-energie.com/images/background/contenu-bloc-c4.png) repeat-x 0 0;
    margin:0 0 0 17px; padding:10px;
}
div.divBasBlocC4{
    width:173px; height:22px;
    background:url(http://www.com-energie.com/images/background/bas-bloc-c4.png) no-repeat 0 0;
    margin:0 0 10px 2px;
}
/* Read more */
div.blocReadMore {
    display:none;
}
div.divBlocBouton{
    margin:8px 0;
    padding:5px 10px;
    background-color:#E95D13;
    cursor:pointer;
}


