@import url(http://fonts.googleapis.com/css?family=Quattrocento+Sans:400,400italic,700,700italic);
html{
    min-height:100%;
    position: relative;
}
body{
    font-size: 14px;
    line-height: 1.3;
    font-family: 'Quattrocento Sans',Verdana, Arial, sans-serif;
    background-color: #efefef;
}
.canvas{
    width: 1024px;
    margin: 0 auto;
    padding: 0 12px;
}
/*header*/
#header{
    background-color: #fff;
    height: 206px;
    box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
#logo{
    float:left;
    width: 275px;
    padding-top: 15px;
}
#header-image{
    position: relative;
    float:right;
    width: 639px;
}
#header-image .overlay{
    position: absolute;
    top:0;left:0;
    width:100%;height: 206px;
    /*background-color: transparent;*/
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 90%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(90%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 90%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 90%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 90%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(left,  rgba(255,255,255,0) 90%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
}
/*container*/
#container{
    padding-bottom: 100px;
    position: relative;
    /*min-height: 600px;*/
}
#leftcol{
    width:265px;
    float:left;
    margin-right: 20px;
}
#content{
    width: 735px;
    float: right;
    padding-bottom: 20px;
}
/*footer*/
#footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #830628;
    color: #fff;
    box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    z-index: 1;
}
#footer p.links{
    text-align: center;
    padding: 0 20px;
    text-align: center;
    font-size: 10px;
}
/*lien contact*/
a#lien-contact{
    position: absolute;
    top: -10px;
    width: 101px;
    height: 227px;
    background: transparent url(media/contact-recurrent.png) no-repeat 0 0;
    text-indent: -9999px;
    z-index: 2;
    right: 0;
}
/*main menu*/
#mainmenu{
    list-style: none;
    margin: 0;
    padding: 0;
    /*font-family: Verdana, Arial, sans-serif;*/
}
#mainmenu li{
    
    /*height: 22px;*/
    line-height: 22px;
    height: auto;
    
}
#mainmenu>li{
    padding-left: 43px;
    margin-bottom: 22px;
    background: transparent url(media/menu.icons.png) no-repeat 0 0;
}
#mainmenu>li:hover{
    background: transparent url(media/menu.icons.png) no-repeat -43px 0;
}
#mainmenu li a{
    display: block;
    /*line-height: 22px;*/
    background-color: #efefef;
    text-decoration: none;
    color: #0e0e0e;
    font-size: 10px;
    text-transform: uppercase;
    text-shadow: 1px 1px #fff;
}
#mainmenu li a:hover,
#mainmenu li:hover>a{
    color: #555;
}
#mainmenu>li.parent{
    background-position: -86px 0;
}
#mainmenu li.parent>a{
    font-weight: bold;
    color: #0e0e0e;
}
#mainmenu li.active>a{
    color: #830628;
    font-weight: bold;
}
#mainmenu>li a{
    padding-left: 15px;
}
#mainmenu .submenu{
    list-style: none;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    position: relative;
    left: -43px;
    display: none;
}
#mainmenu .submenu .submenu{
    position: relative;
    left: 10px;
    margin-top: 0;
}
#mainmenu .submenu a{
    font-size: 10px;
    
}
/*typo*/
h1{
    font-size: 20px;
    font-weight: bold;
    color: #830628;
    background: transparent url(media/menu.icons.png) no-repeat -86px 0;
    padding-left: 50px;
    margin-bottom: 16px;
}
h2{ font-size: 18px;
    font-weight: bold;
    color: #868688;
    background: transparent url(media/menu.icons02.png) no-repeat -0px 0;
    padding-left: 50px;
    margin: 16px 0;
 }  
 .toggle{
     cursor: pointer;
 }
 h3{ font-size: 16px;
    font-weight: bold;
    color: #830628;
    background: transparent url(media/menu.icons03.png) no-repeat -0px 0;
    padding-left: 50px;
    margin: 10px 0 10px 50px;
 }  
p{
    margin: 16px 0;
    text-align: justify;
}
/*contact form*/
#contactform div.field{
    margin: 0 0 8px;
}
#contactform label{
    width: 220px;
    display: inline-block;
    float: left;
    text-align: right;
    margin: 0 10px 0 0;
}
#contactform textarea{
    width: 380px;
    height: 140px;
}
#contactform .field.submit{
    text-align: center;
}
/*other*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}