
html, body {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    background: #D6D6D6 url(../templates/images/bg_01.jpg) repeat-x left top;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #999999;
}

h1, h2, h3 {
    margin: 0px;
    text-transform: lowercase;
    font-weight: normal;
    color: #696969;
}

h1 b, h2 b, h3 b {
    color: #8f4a80;
}

h1 {
    letter-spacing: -2px;
    font-size: 36px;
}

h2 {
    letter-spacing: -1px;
    font-size: 22px;
}

h2.h2-style1 {
    font-size: 18px;
    color: #C1C1C1;
}

h3 {
    font-weight: bold;
    font-size: 13px;
}

p, ol, ul {
    margin-top: 0px;
    margin-bottom: 1.5em;
    text-align: justify;
    /*line-height: -1.8;*/
}

ul.ul-style1 {
    margin: 0px;
    padding: 0px;
    list-style: none;
    line-height: 1;
}

ul.ul-style1 li {
    float: left;
    padding: 0px 0px 16px 16px;
}

ul.ul-style1 li.leftmost {
    padding-left: 0px;
}

strong {
    color: #787878;
}

a {
    color: #8f4a80;
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}

a.a-style1 {
    padding-left: 27px;
    background: url(../templates/images/homepage_09.gif) no-repeat left center;
}

a.comments {
    padding-left: 22px;
    background: url(../templates/images/homepage_05.gif) no-repeat left center;
}

a.more {
    padding-left: 19px;
    background: url(../templates/images/homepage_06.gif) no-repeat left center;
}

img.border {
}

img.alignleft {
    float: left;
    margin: 0px 23px 0px 0px;
}

img.alignright {
    float: right;
    margin: 0px 0px 0px 23px;
}

img.aligncenter {
    margin: 0px auto;
}

hr {
    display: none;
}

/** WRAPPER */

#wrapper {
}

.container {
    width: 850px;
    margin: 0px auto;
}

.clearfix {
    clear: both;
}

/** HEADER */

#header {
    height: 98px;
    padding-top: 98px;
    background: url(../templates/images/bg1_01.jpg) no-repeat center top;
}

#header .container {
    height: 98px;
}

/** MENU */

#menu {
    float: right;
    margin-top: 0px;
    width:580px;
}

#menu ul {
    margin: 0px;
    padding: 34px 0px 0px 10px;
    list-style: none;
    line-height: normal;
    margin-left: 10px;
    float: right;
}

#menu li {
    float: left;
    padding: 0px 0px 0px 13px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 10px;
    width: 197px;
    height: 30px;
    text-align: center;
}

#firstmenu:hover {
    background-color: #3E3229;
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-top: 2px solid white;
    z-index: 100;
}

#firstmenu ul{
    background-color: #3E3229;
    padding-bottom: 15px;
    margin-left: -15px;
}


#lastmenu{
    position: absolute;
    display: block;
    width: 200px;
    letter-spacing: 2px;
    z-index: 10;
    margin-left: -2px;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
}

#lastmenu li{
    display: block;
    width: 190px;
    margin-left: -10px;
    text-transform:  none;
    letter-spacing: normal;
}

#lastmenu li a{
    text-decoration: none;
    color: white;
}

#lastmenu li a:hover{
    text-decoration: underline;
}




/*#menu a {
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: -1px;
    font-size: 18px;
    color: #FFFFFF;
}

#menu a:hover {
    text-decoration: underline;
}*/

#menu li:hover {
    text-decoration: underline;
    background-color: #3E3229;
}

/** BANNER */

#banner {
    height: 185px;
    padding: 17px 0px;
    background: url(../templates/images/bg1_02.jpg) no-repeat center top;
    text-align: center;
}

/** PAGE */

#page {
}

#page .container {
    overflow: hidden;
    padding: 18px 0px 0px 0px;
}

/** HOMEPAGE */

.homepage #page {
    background: url(../templates/images/bg1_03.jpg) repeat-y center top;
}

.homepage #page-bgtop {
    background: url(../templates/images/bg1_04.jpg) no-repeat center top;
}

.homepage #page-bgbtm {
    background: url(../templates/images/bg1_05.jpg) no-repeat center bottom;
}

/** SUBPAGE 1 */

.subpage1 #page {
    background: url(../templates/images/bg1_03.jpg) repeat-y center top;
}

.subpage1 #page-bgtop {
    background: url(../templates/images/bg3_01.jpg) no-repeat center top;
}

.subpage1 #page-bgbtm {
    background: url(../templates/images/bg1_05.jpg) no-repeat center bottom;
}

/** SUBPAGE 2 */

.subpage2 #page {
    background: url(../templates/images/subpage2_01.jpg) repeat-y center top;
}

.subpage2 #page-bgtop {
    background: url(../templates/images/subpage2_02.jpg) no-repeat center top;
}

.subpage2 #page-bgbtm {
    background: url(templates/images/subpage2_03.html) no-repeat center bottom;
}

.subpage2 .title {
    padding: 30px 40px 0px 40px;
}

.subpage2 .entry {
    height: auto !important;
    height: 950px;
    min-height: 950px;
    padding: 20px 40px 0px 40px;
}

/** CONTENT */

#content {
    float: right;
    width: 555px;
    padding: 0px 0px 50px 0px;
}

/** SIDEBAR */

#sidebar {
    float: left;
    width: 275px;
    padding: 0px 0px 160px 0px;
}

/** FOOTER */

#footer {
    background: url(../templates/images/bg1_06.jpg) no-repeat center top;
}

#footer .container {
    width: 555px;
    padding: 40px 0px 40px 295px;
}

#footer p {
    margin: 0px;
    padding: 0px;
    text-transform: lowercase;
    text-align: center;
    color:black;
}

.subpage2 #footer {
    background-image: url(../templates/images/subpage2_04.jpg);
}

.subpage2 #footer .container {
    width: 850px;
    padding: 40px 0px;
}

/** BOX STYLE 1 */

.box-style1 {
}

.box-style1 .title {
    padding: 30px 40px 0px 40px;
    color: #8f4a80;
}

.box-style1 .entry {
    padding: 20px 25px 0px 20px;
}

.box-style1 .meta {
    height: 115px;
    background: url(../templates/images/bg2_03.jpg) no-repeat left top;
}

.box-style1 .meta p {
    margin: 0px;
    padding-top: 55px;
    line-height: 1;
}

.box-style1 .meta .tags {
    float: left;
    padding-left: 40px;
}

.box-style1 .meta .tags a {
    margin-left: 5px;
}

.box-style1 .meta .links {
    float: right;
    padding-right: 60px;
}

.box-style1 .meta .more {
    margin-left: 30px;
}

/** BOX STYLE 2 */

.box-style2 {
    background: url(../templates/images/bg2_04.jpg) no-repeat left top;
}

.box-style2 .title {
    height: 30px;
    padding: 26px 0px 0px 40px;
}

.box-style2 .entry {
    padding: 30px 40px 0px 40px;
    background: url(../templates/images/bg2_05.jpg) no-repeat left top;
}

.box-style2 .column1 {
    float: left;
    width: 215px;
}

.box-style2 .column2 {
    float: right;
    width: 215px;
}

/** BOX STYLE 3 */

.box-style3 {
    background: url(../templates/images/bg2_06.jpg) no-repeat left top;
}

.box-style3 .title {
    height: 30px;
    padding: 30px 40px 0px 40px;
}

.box-style3 .entry {
    padding: 30px 40px 20px 40px;
    background: url(../templates/images/bg2_07.jpg) no-repeat left bottom;
}

.subpage1 .box-style3 {
    background: url(../templates/images/bg2_07.jpg) no-repeat left bottom;
}

.subpage1 .box-style3 .entry {
    background: url(../templates/images/bg2_06.jpg) no-repeat 0px -60px;
}

/** BOX STYLE 4 */

.box-style4 {
    background: url(../templates/images/bg2_08.jpg) no-repeat left top;
}

.box-style4 .title {
    height: 30px;
    padding: 26px 40px 0px 40px;
}

.box-style4 .entry {
    padding: 30px 40px 0px 40px;
}

/** BOX STYLE 5 */

.box-style5 {
}

.box-style5 .title {
    padding: 26px 0px 0px 40px;
}

.box-style5 .entry {
    padding: 30px 40px 0px 40px;
}

/** BOX 1 */

#box1 {
    height: 150px;
    background: url(../templates/images/bg2_01.jpg) no-repeat left top;
}

/** BOX 2 */

#box2 {
    background: url(../templates/images/bg2_02.jpg) no-repeat left top;
}

/** BOX 3 */

#box3 {
}

/** BOX 4 */

#box4 {
}

/** BOX 5 */

#box5 {
}

#tabs  {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #999999;
    text-align: justify;
}


/** Formulaire **/
label span{
    display: block;
    width: 200px;
    color: black;
}