body {
    margin-top: 25px;
    font-family: Verdana, sans-serif;
    font-size: 12pt; 
    background: url(/media/images/body.jpg) repeat-x #e4e3de left 25px;
    color: black;
}


/* Style des Titres et sous-titres Hn*/
h1, h2 {
    font-weight: normal;
}

h3 {
    height: 30px;
    margin : 0px; 
    padding: 10px;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

h4 {
    margin: 0;
}

h5 {
    margin: 10px; 
    font-size: 0.9em; 
}


/* Style par defaut des liens et des liens sur les images */
a {
    color: #0d3258; 
    text-decoration: underline;
}

a:hover {
    color: #1c5591;
    text-decoration: none;
}

a img {
    border:none;
}


/* Style par defaut des séparateur */
hr {
    height: 0px;
    border:none;
    border-top: 1px solid #006091;
    box-shadow: 1px 1px 0 rgba(0,0,0,0.1);
} 


/* Style par defaut des elements de formulaire */
input, textarea {
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border-radius: 3px;
    border: 1px solid white;
    resize: none;
    width: 350px;
    color: rgb(90,90,90);
    font-family: Tahoma, sans-serif;
    font-size: 0.95em;
    padding: 5px 3px;
}

.formElement {
    min-height: 20px;
    padding: 5px 10px;
    margin-bottom: 3px;
    border-bottom: 1px solid rgb(190,190,190);
}

.formElement:last-child {
    border-bottom: none;
}

.formElement:nth-child(even) {
    background-color: rgba(200,200,200,0.1);
    border-sbottom: 1px solid rgba(235,235,235,0.1);
}

.formElement label{
    width: 200px;
    float: left;
    font-weight: bold;
    color: #565d62;
}

.formElement label.inline{
    width: auto;
    float: none;
    font-weight: bold;
    color: #565d62;
    margin-right: 15px;
}

.formElement input, .formElement textarea{
    background-color: white;
    border: 1px solid silver;
    padding: 5px;
    color: #52799a;
}

.formElement input{
    height: 20px;
}

.formElement input[type="radio"], .formElement input[type="checkbox"]{
    width: auto;
    height: auto;
    box-shadow: none;
}

.formElement input:hover, .formElement textarea:hover{
    background-color: #feffd8;
}

.formElement input:focus, .formElement textarea:focus{
    color: black;
    background-color: #feffd8;
}

.formElement input[type="submit"], .formElement input[type="reset"] {
    border: 1px solid;
    color: white;
    box-shadow: inset 0 5px 0 rgba(255,255,255,.4);
    width: 100px;
    height: 35px;  
    cursor: pointer; 
    text-shadow: 1px 1px 1px black;
}

.formElement input[type="submit"] {
    border-color: #59871c;
    background-color: #7da73a;
}

.formElement input[type="reset"] {
    border-color: #4e0000;
    background-color: #530008;
}

.formElement input.inputVerif {
    color: green;
    border-right: 3px solid green;
}

.formElement input.inputEchec {
    color: brown;
    border-right: 3px solid brown;
}

input[type="submit"]:hover {
    background-color: #577329;
}

input[type="reset"]:hover {
    background-color: #2d0004;
}

fieldset {
    border: none;
    padding: 10px;
    margin-bottom: 5px;
}

legend {
    color: gray;
    font-size: 0.95em;
    padding: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 99%;
}

input.date {
    text-align: center;
    width: 100px;
}


#Bookmarks {
    width: 60px;
    height: 235px;
    background: url(/media/images/bookmarks.png) no-repeat center bottom;
    position: absolute;
    top: 25px;
    z-index: -1;
    display: none;
}


#Page {
    width: 1000px; 
    margin: auto;
    padding-top: 20px;
    background-color: rgba(200,200,200,.1);
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    box-shadow: 0 0 10px rgba(100,100,100,.1);
}


#QuickLink {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    font-size: 0.8em;
    text-align: right;
    background-color: rgba(0,0,0,0.8);
    padding: 5px 0;
}

#QuickLink div {
    width: 900px;
    margin: auto;
    color : white;
}

#QuickLink a {
    color: rgb(210,210,210);
}

#QuickLink a:hover {
    color: white;  
}


#Header   {
    width: 1000px;
    height: 170px;
    margin: auto;
    margin-top: 30px;
}


#Search {
    height: 30px;
    padding: 15px 0;
    margin-top: 25px;
    margin-right: 35px;
    float: right;
}

#Search input[type="text"] {
    width: 225px;
    padding-left: 20px;
    padding-right: 55px;
    background: url(/media/images/search.png) white no-repeat center right;
}  

#Search input[type="submit"] {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 44px;
    padding-left: 0;
    background-color: transparent;
    margin-left: -54px;
    margin-top: 0;
    border:none;
    box-shadow: none;
    cursor: pointer;
}  

#Search input[type="submit"]:hover {
    box-shadow: none;
    border:none;
    background-color: rgba(255,255,255,0.1);
}  


#Logo {
    width: 236px;
    height: 154px;
    margin-left: 28px;
    margin-top: -28px;
    padding-top: 10px;
    float: left;
    background: url(/media/images/logoBack.png) no-repeat center; 
    text-align: center;
}

#Logo img.logo {
    width: 62px;
    height: 89px; 
    background: url(/media/images/logo.png) no-repeat right center;  
    margin-top: 5px;
} 

#Logo span.txtLogo {
    display: block;
    height: 55px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%);
    margin: 5px 10px 0;
    padding-top: 5px;
    font-size: 25pt;   
    font-family: 'Aldrich', sans-serif;
}

#Logo span.txtLogo a {
    color: rgb(60,60,60);
    text-decoration: none;
}

#Logo span.txtLogo a:hover {
    color: black;
    text-decoration: none;
}


#Menu {
    color: #53862d;  
    font-size: 0.9em;
    padding-top: 100px;
    margin-left: 305px;
    height: 108px;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    font-weight: bolder;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #f5f5f5;
}

#Menu ul {
    margin: 0;
    padding: 0;
    list-style: none;

}

#Menu li {
    float: left;
    padding: 10px 20px;
}

#Menu a {
    color: #53862d;
    text-decoration: none;
}

#Menu li:hover a {
    color: #243d13;
}

#Menu li.selected, #Menu li.selected a {
    color: #004287;
    text-decoration: none;
}


#Flacons {
    width: 128px;
    height: 85px;
    position: relative;
    top: -244px;
    left: 780px;
    display:none;
}


#Content {
    clear: both;
    width: 1000px;
    min-height: 300px;
    margin: auto;
    font-size: 0.8em;
    border-radius: 5px;

    text-shadow: 1px 1px 0 rgba(255,255,255,.5); 

    line-height: 1.6em;
    letter-spacing : 0.1em;
    font-weight: lighter;
}

#Content p {
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}


#LPage {
    width: 665px;
    min-height: 300px;
    margin-left: 50px;
    padding-top: 30px;   

}

#LPage div.section {
    width: 310px;
    float: left;
    padding: 9px; 
    -border: 1px solid;
}


#RPage {
    width: 220px;
    padding: 5px;
    float: right;
    min-height: 100px;
    margin-left: 0px;  
    background-color: rgba(0,0,0,.1);
    position: relative;
    text-shadow: none;
    box-shadow: inset 1px 0 0 rgba(0,0,0,.1), -3px 0 5px rgba(50,50,50,.1);
}

#RPage div.section {
    padding: 2px 20px;
    border-radius: 5px;
    margin-top: 10px;
    text-align: center;
    padding-bottom: 60px;
    margin-bottom: 20px;
    background: url(/media/images/separator.png) no-repeat center bottom;
}

#RPage h4 {
    margin: 0;
    padding: 5px 10px;
    text-shadow: none;
    text-align: center;
}

#RPage input {
    display: block;
    width: 150px;
    margin:  10px 0
}

#RPage input[type="submit"] {
    background-color: #7da73a;
    background-image: url(/media/images/key.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    border: 1px solid #59871c;
    color: white;
    box-shadow: inset 0 5px 0 #b2df6a;
    width: 185px;
    height: 35px;  
    cursor: pointer;    

}

#RPage input[type="submit"]:hover {
    background-color: #698c31;   
}

#RPage input.userCode {
    background: url(/media/images/user.gif) white no-repeat 10px center;
    padding-left: 30px;   
}

#RPage input.password {
    background: url(/media/images/password.gif) white no-repeat 10px center; 
    padding-left: 30px;   
}

#RPage ul {
    margin: 0;
    padding: 0;
    text-align: left;
    list-style: check;
    list-style-image: url(/media/images/checkList.png);
}

#RPage li {
    margin: 0;
    padding: 3px 0;
}


#Footer {
    margin:auto;

    font-size: 0.7em;
    text-shadow: 1px 1px 0 #ad0202;

    border-top: 10px solid white;
    padding: 20px;

    color: black;
    text-shadow: 1px 1px 0 white;
}


#MaskBackground {
    width: 100%;
    height:100%;
    display: none;
    position: fixed;
    top:0;
    left:0;
    background-color: rgba(0,0,0,0.7);
    z-index: 998;
}


.popupBtn {
    float: right;
    width: 197px;
    height: 19px;
    background: url(/media/images/popupBtn.png) no-repeat right;
    margin-bottom: -1px;
    margin-right: -1px;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 0 #831a12;
}


.fltR {
    float: right;
    margin-left: 10px;
}

.fltL {
    float: left;
    margin-right: 10px;
}

.small {
    font-size: 0.8em;
}

.xtraSmall {
    font-size: 0.6em;
}

.bigger {
    font-size: 1.1em;
}

.btnSpan {
    background-color: rgba(255,255,255,0.1);
    padding: 3px 10px;
    border-radius: 5px;
    color: white;
    text-shadow: 1px 1px 0 #750d00;
}

.btnSpan a{
    color: white;
    text-decoration: none;
    border-bottom:none;
    color: white;
    border: inherit;
}

.btnSpan:hover {
    background-color: rgb(230,230,230);
    background-color: #fa631b;
}

.btnImg {
    background: url(/media/images/btnImg.png) no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-left : 10px;
    opacity: .8;
}

.btnImg:hover {
    opacity: 1;
}

.btnImg.print {
    background-position: 0;
}

.btnImg.contrast {
    background-position: -24px 0;
}

.TextResize {
    margin-left: 10px;
    cursor: pointer;
    color: rgb(100,100,100);  
}

.TextResize.selected, .TextResize:hover {
    color: black; 
}

.TextResize.TextLarge {
    font-size: 11pt;
    margin-right: 20px;
}

.TextResize.TextMedium {
    font-size: 9pt;
}

.TextResize.TextSmall {
    font-size: 7pt;
}


.imgBrd {
    background-color: white;
    padding: 2px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 5px;
}


.txtRight {
    text-align: right;
}

.txtCenter {
    text-align: center;
}

.txtLeft {
    text-align: left;
}

.grayText {
    color: rgb(100,100,100) !important;
}

.noIndent {
    text-indent: 0px !important;
}


p.resume {
    text-indent: 0 !important;
    color: #101010;
    color: white;
    text-shadow: none;
    margin: 30px 0 !important; 
    border-radius: 5px;
    background-color: rgba(0,0,0,.1);
    background-color: #698c32;
    padding: 5px;
}

p.resume a {
    color: rgb(230,230,230);
}

p.resume a:hover {
    color: white;
}


#GMap {
    border-radius: 5px;
    border: 3px solid white;
    height: 200px;
    background-color: white;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}


#contactForm {
    width: 600px;
    float: letf;
}


ul.sitemap {
    margin: 0;
    padding: 0; 
}

ul.sitemap >li {
    margin-bottom: 2px;
    border-bottom: 1px solid silver;
    padding: 5px 20px;
    list-style: none;
    line-height: 2em;
    background-color: rgba(255,255,255,.3);
    font-weight: bold;
}

ul.sitemap >li>ul {
    font-weight: normal;
}

.socialBtn {
    background: url(/media/images/socialBtn.png) no-repeat;
    margin-left: 5px;
    width: 24px;
    height: 24px;

    width: 18px;
    height: 18px;

    opacity: .8; 
    cursor: pointer;
}

.socialBtn:hover {
    opacity: 1; 
}

.socialBtn.twitter {
    background-position: -18px 0;  
}

.socialBtn.facebook {
    background-position: 0 0;  
}


.pagination {
    background-color: rgba(240,240,240, 0.4); 
    padding: 10px;
    border-radius: 5px;
    font-size: 0.8em;
}

.pagination .btn {
    padding: 2px 10px;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid silver;
    font-weight: bold;
}

.pagination .btn:hover {
    border: 1px solid silver;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.2)
}

.pagination input {
    width: 22px;
    height: 15px;
    text-align: right;
}


.dottedLine {
    border: none;
    border-top: 1px dotted silver;
}


.listElement {
    list-style: none;
    margin: 10px 0;
    padding: 5px;

    background-color: rgba(255,255,255,0.1);
    border-radius: 3px;
}

.listElement li {
    list-style: none;
    padding: 10px 20px;
    background-color: rgba(250,250,250, 0.1);
    margin-bottom: 2px;
    border-bottom: 1px dotted silver;
}

.listElement li:nth-child(odd) {
    background-color: rgba(240,240,255, 0.7);
}

.listElement li:hover {
    background-color: #fdffd4;
    background-color: rgba(90,90,90, 0.1);
}

.listElement li h4 {
    margin: 0px;
    font-size: 1em;
    font-weight: normal;
    border-bottom: none;
    font-weight: bold;
}

.listElement h4 a {
    color: black !important;
}

.listElement li p {
    margin-left: 130px !important;
    color: rgb(90,90,90);
}


#Slideshow {
    width: 660px; 
    height: 330px; 
    border: 1px solid gray; 
    background: url(/media/images/ajax-loader.gif) transparent no-repeat center; 
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 0;
    margin-bottom: 25px; 
}


.imgBtn {
    width: 302px;
    height: 100px;
    background: url(/media/images/boutons.jpg);
    opacity: .9;
    cursor: pointer;
}

.imgBtn:hover {
    opacity: 1;
}

.imgBtn.analysis {
    background-position: 0 -100px;
    margin-left: 50px;
}  


.btn {
    display: inline-block;
    padding: 5px 10px;
    color: white !important;
    text-shadow: 1px 1px 0 navy;
    border-radius: 5px;
    box-shadow: inset 0 3px 0px rgba(255,255,255,.2);
    background-color: #004287;
    cursor: pointer;
}

.btn:hover {
    background-color: #004F9E;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.2)
}

a.btn {
    text-decoration: none !important;
} 

.fullWidth {
    display: block;
}

.btn:hover {
    -color: #ab0101 !important;
    text-shadow: none;
}


.closeBtn {
    display: inline-block;
    width: 24px;
    height: 14px;
    padding: 5px 0;
    border: 1px solid #e2e2e2;
    background-color: #f8f6f6;
    border-radius: 5px;
    font-size: 9pt;
    text-align: center;
    box-shadow: inset -1px -1px 5px rgba(0,0,0,0.1);

    margin-top: -15px;

    cursor: pointer;
}

.closeBtn:hover {
    color: #b80a07;
    background-color: #e4e4e4;
    box-shadow: inset 2px 2px 2px rgba(255,255,255,0.4);
}

.formElement.username {
    display: none;
}

#PlanFaq {
    list-style-image: url(/media/images/checkList.png);
    margin-bottom: 50px;
}

#PlanFaq > li {
    padding: 3px 0;
}

table.format {
    width: 100%;
    border-collapse : collapse;
    margin: 20px 0;
}

table.format thead >tr {
    background-color: #0a498c;
    color: white;
    text-shadow: 1px 1px 0 navy;
}

table.format th {
    padding: 5px 0;
}

table.format tbody >tr:nth-child(odd) {
    background-color: rgba(0,0,0,.1);
}

table.format tbody td {
    padding: 3px 5px;
}

table.format tbody tr:hover {
    background-color: #c8e3ff;
}

.designByItLink {
    display: inline-block;
    background-color: rgba(0,0,0,.1);
    padding: 5px 10px;
    border-radius: 3px;
    border-right: 3px solid brown;
    text-decoration: none;
}

.designByItLink:hover {
    background-color: rgba(0,0,0,.4);
    color: white;
    text-shadow: 1px 1px 0 black;
}

.ui-widget {
    font-size: 0.8em !important;
}

#CaptchaImg {
    border-radius: 5px;
    border: 3px solid white;
    background: url(/media/images/ajax-loader.gif) white no-repeat center;
}

a.unavailble {
    color: gray;
    text-decoration: none;
    cursor: not-allowed;
}

#BackViewer {
    background-color: rgba(0,0,0,.8);
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    text-align: center;
    display: none;
}

#gvHeader {
    color: white;
    text-align: right;
    width: 870px; 
    margin: auto;
    margin-top: 10px;
    margin-bottom: -2px;
    height: 25px;
    text-shadow: none;
}

#gvHeader .close {
    display: inline-block;
    cursor: pointer;
    background-color: brown;
    padding: 2px 10px;
    text-shadow: 1px 1px 0 black;
    border-radius: 3px;
    transition: all 0.5s ease;
}

#gvHeader .close:hover {
    background-color: #7F0000;
}

#pdfViewer {
    margin: auto;
    height: 99%; 
    width: 900px; 
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.6); 
}

#PDFLoading {
    background-color: rgba(255,255,255,.8);
    border-radius: 5px;
    position: fixed;
    top:0;
    left:0;
    width: auto;
    padding: 10px 20px;
    height: 30px;
    text-align: center;
    display: none;
}