﻿html, body, form {
    height: 100%;
    width: 100%;
}

body {
    background-color: #fff;
    background-image: url(/images/interface/master_bg.gif);
    background-repeat: repeat-y;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 77%;
    font-family: Verdana;
    color: #000;
}
div {
    text-align: left;
}
#sidebar-wrapper {
    width: 150px;
    float: left;
    overflow: hidden;
}
#sidebar-wrapper h1{
    font-size: 105%;
    text-align: center;
    border-bottom: 1px dotted gray;
    margin-top: 15px;
    padding:0px;
}

#sidebar-wrapper dl.news-list{
    margin:0; padding:5px;
    text-align: left;
    border-bottom: 1px dotted gray;
}
#sidebar-wrapper dl.news-list dt a{
    padding:5px;
    font-size: 100%;
    font-weight: bold;
}
#sidebar-wrapper dl.news-list dt a:hover{
    text-decoration: underline;
}
#sidebar-wrapper dl.news-list dd{
    
}

#content-wrapper {
    margin-left: 20px;
    width: 600px;
    float: left;
    padding: 10px 0px;
}


.Clear {
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 0%;
}


.SelectorLanguage {
    text-align: center;
    text-transform: uppercase;
}

h1 {
    font-size: 22px; /*font-family: Arial;*/
    color: #000;
    padding: 5px 0;
}
#content-wrapper h1 {
    color: #003399;
}

p {
    padding: 10px 0;
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p, fieldset, table, pre {
    margin-bottom: 0;
}

h1 {
    /*font-size:1.5em;*/
    text-transform: uppercase;
}


h2 {
    /*font-size:1.3em;*/
}


h3 {
    /*font-size:1.3em;*/
    text-decoration: underline;
}


p {
    text-align: left;
    padding-top: 5px;
    line-height: 20px;
}


p1 {
    text-align: left;
    font-size: 0.9em;
    line-height: 12px;
    font-weight: 100; /*font-size:0.8em;*/
    font-style: italic;
}


note {
    text-align: left;
    font-size: 0.8em;
    color: #003399;
}


a:link, a:visited, a:active {
    color: #003399;
    text-decoration: none;
    font-weight: bold;
}
#sidebar-wrapper dl.news-list dt a:hover {
    text-decoration: underline;
}


#DesignSelector {
    text-align: center;
}

div.CalendrierHeader {
    text-align:center !important;
}
table.CalendrierFormat {
    margin: 0 auto;
}
.MainCalendrier  {
    text-align: left;
}

/*cal
.MainCalendrier  {
padding:5px 0 5px 8%;
}
.Calendrier {
padding:0 0 15px;
}
.CalendrierHeader a, .CalendrierHeader a:visited {
color:#3C3C3C;
}
.CalendrierHeader {
background:url("/images/interface/FQ-Menu-top.gif") repeat-x scroll 0 0 transparent;
border-color:#FCC054 #FCC054 -moz-use-text-color;
border-style:solid solid none;
border-width:1px 1px medium;
height:25px;
position:relative;
text-align:center;
width:399px;
}
.CalendrierFormat {
margin:0 0 0 1px;
}
.EventsBox {
width:400px;
}
.EventsBoxTop {
background:url("/images/interface/FQ-Menu-top.gif") repeat-x scroll 0 0 transparent;
border-color:#FCC054 #FCC054 -moz-use-text-color;
border-style:solid solid none;
border-width:1px 1px medium;
height:20px;
padding:5px 0 0;
position:relative;
text-align:center;
width:400px;
}
.EventsBoxContent {
border-color:#FCC054 #FCC054 -moz-use-text-color;
border-style:solid solid none;
border-width:1px 1px medium;
width:400px;
}
ul.EventsList {
list-style-image:none;
margin:0;
}
ul.EventsList li {
border-bottom:1px solid #FCC054;
padding:5px;
}
ul.EventsList li a, ul.EventsList li a:visited {
color:#905907;
}*/