﻿@charset "utf-8";
/* CSS Document */
/* Feuille d'impression. */
@page {
 size:auto;
 margin:1cm;
}
h1, h2 { page-break-before: auto; }
p { page-break-inside: avoid; }
.header { display: none; }
.footerPrintBox { display: block; }
.footerBox, .headerBox, .LeftMenuTop, .Breadcrumb, .Tools, .mHtmlContentTools, .anythingSlider{ display: none; }
.footerPrint { display: block; font-size:10px; color:#999999}

.noPrint { display:none; }
.print { display:block; }


/***************** edit css *******************/
body {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10pt; color:#7c8489;background-color:#FFF; background-image:none; }
h1 span { color:#b7c000;font-size:20px;}
h1 { font-size:18px; font-weight:bold; margin:0 0 10px; color:#8da9b7;}
h2 { font-size:16px; font-weight:bold; margin:10px 0 5px; color:#8da9b7; border-bottom:1px solid;}
h3 { font-size:14px; font-weight:bold; margin:0 0 5px;  color:#8da9b7;}
h4 { font-size:12px; font-weight:bold; margin:0 0 5px;  color:#8da9b7;}
h5 { font-size:11px; font-weight:bold; margin:0 0 5px;  color:#8da9b7;}
h6 { font-size:11px; font-weight:bold; margin:0 0 5px; color:#8da9b7;}
span.typeface-js-selected-text { display:none; }
/* Tableaux */
table { }
table caption { }
table thead { background-color:#8da9b7;color:#FFFFFF;line-height:20px;}
table thead tr { }
table thead tr th { }
table tbody { }
table tbody tr { border-bottom:1px solid #CCCCCC;}
table tbody tr td {padding:2px; }
table tfoot { }
table tfoot tr { }
table tfoot tr td { }
/* Texte */
p {text-align:justify; margin-bottom:5px;}
a {color:#8da9b7; text-decoration:none; }
a strong {color:#8da9b7; text-decoration:none;}
strong a {color:#8da9b7; text-decoration:none;}
a:hover { color:#8da9b7;}
a:hover strong{ color:#8da9b7;}
strong a:hover{ color:#8da9b7;}
img { }
em { }
strong { }
hr { margin-bottom:5px;margin-top:5px;}
pre { }
blockquote { }
/* Listes */
ul { margin-left:30px;}
ul li {list-style:none; background:url("/image/Public/modelPuceList.gif") no-repeat;padding-left:10px;}
ul li ul li {list-style:none; background:url("/image/Public/modelPuceSousList.gif") no-repeat;padding-left:15px;}
ol { margin-left:30px;}
ol li {list-style:none; padding-left:10px; list-style-type:decimal;}
dl {float:left;}
dt {float:left; } 
dd {float:left;}
/***************** form *******************/
form fieldset {padding:5px;}
form fieldset legend {}
form fieldset, input, textarea {border:1px solid #8da9b7;}
form fieldset input#submit { background-color:#8da9b7; color:#FFFFFF; border:none}
