/*---------------------------------------------------------
/*      =TAGS
/*      =STRUCTURE
/*        @Header
/*          @blocSubHeader
/*        @Nav
/*        @Container
/*          @breadcrumb
/*          @blocSlider
/*          @blocQuote
/*        @Aside
/*        @Footer
/*      =MODULES
/*        @Forms
-------------------------------------------------------- */


/*---------------------------------------------------------
        =TAGS
-------------------------------------------------------- */

html, body {
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 100%;
}

body {
    color: #5d5d5d;
    font: 0.625em/1em arial, helvetica, sans-serif;
    text-align: left;
    background: url("/bundles/hnfront/images/Bleu.jpg") no-repeat center top #99c3dd;
    overflow-x: hidden;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: normal;
    line-height: 1.0em;
    margin: 0;
    padding: 0;
}

h1, .h1 {
    font-size: 1.8em;
}

h2, .h2 {
    font-size: 1.6em;
}

h3, .h3 {
    font-size: 1.4em;
}

h4, .h4 {
    font-size: 1.2em;
}

h5, .h5 {
    font-size: 1.2em;
}

h6, .h6 {
    font-size: 1.2em;
}

p {
    font-size: 1.0em;
    margin: 0;
    padding: 0;
}

ul {
    list-style-position: outside;
    list-style-type: disc;
    margin: 0;
    padding: 0;
} 

ol {
    list-style: decimal;
    list-style-position: outside;
    margin: 0;
    padding: 0;
}

li {
    font-size: 1.0em;
    margin: 0;
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: underline;
}

img {
    border: 0;
}

hr {
    background: #fff;
    border: none;
    border-bottom: 1px solid #000;
    color: #fff;
    height: 0;
    margin: 0;
}

form {
    margin: 0;
    padding: 0;
}

textarea {
    line-height: 1.2em;
}

label {
    cursor: pointer;
}

table {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

th, td {
    font-size: 1.0em;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 0.6em 1.8em;
    padding: 0;
}

small {
    font-size: 0.8em;
}

kbd {
    border: 1px solid #000;
    padding: 1px 2px;
}

sup {
    bottom: 0.3em;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.2em;
    position: relative;
    vertical-align: baseline;
}

acronym, abbr {
    border-bottom: 1px dashed;
    cursor: help;
    letter-spacing: 1px;
}

/*---------------------------------------------------------
        =STRUCTURE
-------------------------------------------------------- */

#global {
    min-height: 100%;
}

#site  {
    margin: 0 auto;
    width: 1000px;
    position: relative;
    z-index: 30;
}

#site  .logo {
    display: block;
}
#site  .logo img {
     margin: 40px 0 45px 266px;   
}

/*      @Header
------------------------------------ */

#header {
    background: url("/bundles/hnfront/images/bg-header.png") repeat-x scroll 0 0 transparent;
    height: 100px;
}

/*      @blocSubHeader
------------------------------------ */
#blocSubHeader {
    height: 40px;
    margin: 8px 0;
    position: relative;
}

#blocSubHeader a.home {
    background: url("/bundles/hnfront/images/sprite.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 23px;
    position: absolute;
    left: 20px;
    top: 11px;
    width: 25px;
}

#blocSubHeader a.contact {
    background: url("/bundles/hnfront/images/sprite.png") no-repeat scroll -26px 0 transparent;
    display: block;
    float: left;
    height: 23px;
    width: 32px;
    position: absolute;
    top: 11px;
    left: 61px;
}

#blocSubHeader form {
    background: url("/bundles/hnfront/images/sprite.png") no-repeat scroll -62px 0 transparent;
    display: block;
    float: left;
    height: 34px;
    padding: 8px;
    width: 255px;
    position: absolute;
    left: 111px;
    top: 0;
    margin: 0;
}

#blocSubHeader form input[type=text] {
    color: #9C9C9C;
    font-size: 14px;
    width: 204px;
}

#blocSubHeader form input[type=submit] {
    border: medium none;
    color: #800000;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
}

#blocSubHeader a.map {
    background: url("/bundles/hnfront/images/sprite.png") no-repeat scroll -334px 0 transparent;
    display: block;
    float: left;
    height: 35px;
    width: 50px;
    position: absolute;
    top: 4px;
    right: 103px;
}

#blocSubHeader a.facebook {
    background: url("/bundles/hnfront/images/sprite.png") no-repeat scroll -387px 0 transparent;
    display: block;
    float: left;
    height: 32px;
    width: 29px;
    position: absolute;
    top: 6px;
    right: 61px;    
}

#blocSubHeader a.twitter {
    background: url("/bundles/hnfront/images/sprite.png") no-repeat scroll -416px 0 transparent;
    display: block;
    float: left;
    height: 32px;
    width: 29px;
    position: absolute;
    top: 6px;
    right: 19px; 
}


/*      @Nav
------------------------------------ */
#mainNav ul:first-child {
    list-style: none outside;
    padding: 0;
    background: transparent;
    height: 40px;
}

#mainNav ul:first-child li {
    color: #800000;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 40px;
    position: relative;
}

#mainNav ul:first-child li a {
    border-left: 1px solid red;
    color: #800000;
    display: block;
    float: left;
    height: 23px;
    line-height: 20px;
    padding: 9px 15px;
    text-transform: uppercase;
}

#mainNav ul:first-child li:first-child a {
    background: 0;
    border: none;
}

#mainNav ul:first-child li.jHover a,
#mainNav ul:first-child li a.current,
#mainNav ul:first-child li a:active,
#mainNav ul:first-child li a:focus,
#mainNav ul:first-child li a:hover {
    color: #5b5b5b;
    text-decoration: none;
}

#mainNav ul:first-child li ul {
    display: none;
    list-style: none outside;
    position: absolute;
    z-index: 10;
    top: 40px;
    left: 0;
    background: #F7F6F2;
    border-top: 0;
    width: 180px;
}

/*
#mainNav li.jHover ul,
#mainNav li:hover ul {
    display: block;
}
*/

#mainNav ul:first-child ul li {
    font-size: 12px;
    height: 30px;
    border-top: 1px solid #d9d4d4 !important;
    clear: both;
    float: none;
    color: #800000;
}

#mainNav ul:first-child ul li.first {
    border: 0;
}

#mainNav ul:first-child li.jHover ul a,
#mainNav ul:first-child ul li a {
    background: 0;
    color: #800000;
    float: none;
    height: auto;
    padding: 6px;
    font-size: 9px;
}

#mainNav ul:first-child ul li a:focus,
#mainNav ul:first-child ul li a:hover {
    color: #666;
    background: 0;
}


/*      @Container
------------------------------------ */

#container {
    background: url("/bundles/hnfront/images/bg-container.png") repeat;
}

#content {
    padding: 15px 40px 1px;
    position: relative;
}

#content img:first-child {
    display: block;
    margin: 0 auto;
}

#content .pencil {
    position: absolute;
    right: 30px;
    top: 460px;
    z-index: 1;
}

@font-face{
  font-family: "Brisa";
  src: url('/bundles/hnfront/font/Brisa.eot'); /* here you go, IE */
}

@font-face {
    font-family: "Brisa";
    src: url('/bundles/hnfront/font/Brisa.otf') format('opentype');
}

#content h2 {
    background: url("/bundles/hnfront/images/bg-h2.png") repeat-x scroll 0 0 transparent;
    color: #800000;
    float: left;
    font-family: "Brisa",Arial,Helvetica,sans-serif;
    font-size: 35px;
    margin: 10px 0;
    padding: 0 20px;
    
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0 2px 5px #CCCCCC;
    -webkit-box-shadow: 0 2px 5px #CCCCCC;
    -o-box-shadow: 0 2px 5px #CCCCCC;
}

#mentions p, #credit p
{
    font-size : 12px !important;
}

#mentions a, #credit a
{
    font-size :12px !important;   
}

#mentions h4, #credit h4
{
    font-size : 17px;
    color :#800000;
    margin-top: 35px !important;
}

#formulaire
{
    float: left;
}

#information_contact
{
    background: url("/bundles/hnfront/images/bg-postit.png") no-repeat;
    float: right;
    min-height: 302px;
    padding: 35px 0 0 20px;
    width: 293px;
}

#information_contact li
{
    background: none !important;
}

.citation
{
    background : url('/bundles/hnfront/images/quote.png') no-repeat;
    padding: 15px 0 0 35px;
    display: block;
    margin-bottom: 10px;
}


#citation p
{
    margin: 20px 0 0 0 !important;
    color: #353535;
    font-size: 13px;
}

.auteur
{
    font-style : normal;
    font-size: 12px;
    margin : 0 0 0 36px;
}

#temoignage
{
    margin : 0 0 60px 0;
}

#temoignage h3
{
    color : #800000;
    margin : 25px 0 10px 0 !important;
    text-decoration : underline;
}

#temoignage p
{
    font-size: 12px !important; 
}

.auteur2
{
    display: block;
    font-size: 12px;
    font-style: italic;
}


#info_plan
{
    margin : 22px 0 0 110px;
}

#plan_site
{
    margin: 30px 0 0 105px;
    padding: 0 0 30px;
    color: #5D5D5D;
}

#plan_site li a
{
    color: #5D5D5D;
}

#plan_site ul li
{
    background: url("/bundles/hnfront/images/picto-list.png") no-repeat scroll 0 2px transparent;
    font-size: 15px;
    line-height: 16px;
    list-style: none outside none;
    padding: 2px 25px;
}

#tel
{
    background : url('/bundles/hnfront/images/tel.png') no-repeat;
    padding: 0px 0 0 15px;
    margin : 0 25px 0 0;
}


#content h3 {
    margin: 0 0 10px;
}

#content h4 {
    margin: 0 0 10px;
}

#content ul {
    margin: 0 0 10px;
    list-style-position: inside;
    clear: both;
}

#content ul.level2 {
    margin: 0;
}

#content ul li{
    background: url("/bundles/hnfront/images/picto-list.png") no-repeat scroll 0 2px transparent;
    font-size: 15px;
    line-height: 16px;
    list-style: none outside none;
    padding: 2px 25px;
}

#content p {
    font-size: 15px;
    line-height: 16px;
    margin: 0 0 10px;
    clear: both;
}

#content p strong{
    color: #800000;
}

#content a {
    color: #800000;
    font-size: 15px;
    font-style: italic;
    line-height: 16px;
}

/*      @breadcrumb
------------------------------------ */
.breadcrumb {
    color: #800000;
    font-size: 11px;
    font-weight: bold;
    margin: 0 20px;
    text-transform: uppercase;
}

.breadcrumb a {
    color: #5d5d5d;
    font-size: 11px;
    font-weight: normal;
}


/*      @blocSlider
------------------------------------ */
#blocSlider {
    background: url("/bundles/hnfront/images/bg-slider.png") no-repeat;
    height: 389px;
    margin: 0 auto;
    position: relative;
    width: 724px;
    z-index: 3;
}

.blocSlider {
    background: url("/bundles/hnfront/images/bg-slider.png") no-repeat;
    height: 389px;
    margin: 0 auto;
    position: relative;
    width: 724px;
    z-index: 3;
}

.nivoSlider {
    position: relative;
    width: 582px; /* Change this to your images width */
    height: 343px; /* Change this to your images height */
    background: url("/bundles/hnfront/images/loading.gif") no-repeat 50% 50%;
    left: 71px;
    top: 17px;
}
.nivoSlider img {
    height: 343px;
    left: 71px;
    position: absolute;
    top: 17px;
    width: 582px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

.nivo-nextNav {
    background: url("/bundles/hnfront/images/btn-next.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    color: transparent;
    height: 61px;
    position: absolute;
    right: -69px;
    top: 139px;
    width: 61px;
}

.nivo-prevNav {
    background: url("/bundles/hnfront/images/btn-prev.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    color: transparent;
    height: 61px;
    position: absolute;
    left: -69px;
    top: 139px;
    width: 61px;
}


/*      @blocIntro
------------------------------------ */
#blocIntro  {
    margin: 27px 0 0 130px;
    width: 326px;
}

#blocIntro h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 16px;
    margin: 0 0 2px;
}

#blocIntro p {
    font-size: 15px;
    line-height: 16px;
    margin: 0 0 13px;
}

/*      @blocQuote
------------------------------------ */
.blocQuote {
    background: url("/bundles/hnfront/images/picto-bloquote-top.png") no-repeat scroll 0 0 transparent;
    padding: 55px 0 0 100px;
}

.blocQuote p{
    font-size: 15px;
    line-height: 16px;
    margin: 0 0 13px;
}

.blocQuote .blocQuoteBottom {
    background: url("/bundles/hnfront/images/picto-bloquote-bottom.png") no-repeat scroll 0 bottom transparent;
    height: 78px;
    float: right;
    margin: -25px 0 0;
    width: 85px;
}

/*      @Footer
------------------------------------ */

#footer {
    background: url("/bundles/hnfront/images/bg-footer.png") no-repeat scroll center 0;
    background-color: white;
    color: #878787;
    font-size: 12px;
    height: 30px;
    padding: 28px 0 0;
    text-transform: uppercase;
}
#footer p,
#footer p a {
    color: #878787;
    font-size: 12px;
    padding: 0 10px;
    text-align: center;
}


/*---------------------------------------------------------
        =MODULES
-------------------------------------------------------- */
.clear {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

.center {
    margin: 0 auto;
    display: block;
    text-align: center;
}


/*      @Forms
------------------------------------ */

form input,
form select,
form textarea {
    font-family: arial, helvetica, sans-serif;
}

form p {
    font-size: 1.0em;
    line-height: 1.0em;
}
form {
    width: 392px;
    padding: 10px;
}

form p span.strong,
form p strong {
    display: block;
    font-size: 1.0em;
    line-height: 1.2em;
    width: 110px;
    float: left;
    padding: 2px 10px 0 0;
    text-align: right;
}

form p #submit {
    float: right;    
}

form p textarea,
form p select,
form p.text input {
    font-size: 1.2em;
    margin: 0;
    padding: 2px 4px;
    width: 260px;
}

form p input.petitText {
    width: 60px;
}

form p.cp input {
    width: 40px;
}

form p.radio {
    margin: 0 0 12px;
}

form p.radio span {
    float: left;
    text-align: right;
    padding: 2px 10px 0 0;
    width: 110px;
}

form p.radio input {
    float: left;
    margin: 0 5px 0 0;
}

form p.radio label {
    padding: 0 20px 0 0;
    width: 25px;
    text-align: left;
}

form p.radio span.error {
    padding: 0;
    width: 180px;    
}

form p.checkbox {
    margin: 0 0 30px;
}

form p.checkbox span {
    display: block;
    margin: 0 0 10px;
}

form p.checkbox input {
    float: left;
    margin: 2px 10px 0 0;
}
 
form p.checkbox label {
    text-align: left;
    width: 120px;
}

form p.checkbox span.error {
    padding: 0;
}

form p.submit {
    text-align: center;
    padding: 20px 0;
}

form p.submit input {
    border: 0;
    color: #000;
    cursor: pointer;
    font-weight: bold;
    padding: 0px 8px;
    margin: 0;
    font-size: 1.3em;
    line-height: 1.1em;
    text-transform: uppercase;
    height: 25px;
}

form p span.error {
    color: #f00;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: bold;
    padding: 0 0 15px 5px;
}

#hn_ressourcesbundle_configurationtype_name{
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    font-size: 14px;
    font-weight: bold;
    width: 100px;
}


.commune
{
    font-weight : bold;
    color: #800000;
}