@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,500,300italic,400italic,500italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed);

body {
	margin: 0 !important;
	font-family: Calibri, Arial, sans-serif !important;
	font-size: 14px !important;
	line-height: 20px !important;
	color: #49494d /*#333*/ !important;
    text-align: left !important;
}
body#tinymce {
	padding: 0 10px;
}
/*
.itemid-101 {
	font-family: 'Ubuntu', Tahoma, sans-serif;
    font-weight: 300;
}
*/

p {
    margin: 2px 0px !important;
}

a {
	color: #f26a19;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #eea800;
	text-decoration: none;
}

a.sans-article {
	color: #FF9AC6;
	font-style: italic;
}

/* Listes */

/* Listes */
ul {
    list-style-type: none;
    margin: 0px 0 9px 25px;
}

div[itemprop="articleBody"] ul, div.blog ul, body#tinymce ul{
    margin-left: 20px;
}

div[itemprop="articleBody"] ul li, div.blog ul li, body#tinymce ul li {
    padding-left: 20px;
    line-height: 24px;
}

div[itemprop="articleBody"] ul li::before, div.blog ul li::before, body#tinymce ul li::before  {
    content: "\205E";
    font-size: 14px;
    position: relative;
    right: 20px;
    margin-right: -3px;
}

div[itemprop="articleBody"] ul ul li::before, div.blog ul ul li::before, body#tinymce ul ul li::before  {
    content: "\2261";
    font-size: 14px;
    position: relative;
    right: 20px;
    margin-right: -3px;
}

div[itemprop="articleBody"] ul ul ul li::before, div.blog ul ul ul li::before, body#tinymce ul ul ul li::before  {
    content: "\25e6";
    font-size: 14px;
    position: relative;
    right: 20px;
    margin-right: -3px;
}

div.blog ul.pagination-list li {
    background-image: none !important;
    line-height: 18px !important;
    padding-left: 0px !important;
}

div.btn-group > .dropdown-menu li {
    background-image: none;
}

/*
div.item-page li {
    list-style-type: none;
    line-height: 24px;
}

div.item-page li:before {
    content: "\205E";
    padding-right: 10px;
    clear: both;
}


div.item-page li li:before {
    content: "\2261";
    padding-right: 10px;
    clear: both;
}

div.item-page li li li:before {
    content: "\25E6";
    padding-right: 10px;
    clear: both;
}

ul.pager li:before, div.page-header li:before, div.icons li:before, div.autotoc li:before {
    content: "" !important; 
    padding-right: 0px;
    clear: none;
}
*/

/* Titres */

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 5px 0;
    font-family: Ubuntu, Calibri, sans-serif;
    text-align: left;
    letter-spacing: 1px;
    font-weight: normal;
}

main#content h1, #tinymce h1 {
	font-size: 28px !important;
	line-height: 30px !important;
    color: #555 !important;
    text-transform: uppercase !important;
}

main#content h2, #tinymce h2 {
    padding-top: 16px !important;
}

main#content h2, main#content h2 a, #tinymce h2, #tinymce h2 a {
	font-size: 24px !important;
	line-height: 26px !important;
    text-transform: uppercase !important;
    border-bottom: solid 2px #eee !important;
}

main#content h2 a:hover, #tinymce h2 a:hover {
    color: #ffcc02 !important;
}

main#content h3, #tinymce h3 {
    color: #555 !important;
	font-size: 28px !important;
    font-variant: small-caps !important;
	line-height: 30px !important;
    padding-top: 10px !important;
    text-transform: none !important;
    border-bottom: 0px !important;
}
main#content h4, #tinymce h4 {
	font-size: 16px !important;
	line-height: 18px !important;
    padding-top: 10px !important;
    text-transform: uppercase !important;
    color: #555 !important;
}
main#content h5, #tinymce h5 {
	font-size: 15px !important;
	line-height: 18px !important;
    padding-top: 10px !important;
    font-weight: 500 !important;
    color: #777 !important;
}
main#content h6, #tinymce h6 {
	font-size: 14px !important;
	line-height: 18px !important;
    padding-top: 10px !important;
    font-weight: 400 !important;
    font-style: italic !important;
    color: #777 !important;
}
/* Indentation version 1 */
/*
h3, h3 ~ p, h3 ~ ul, h3 ~ ol, h3 ~ div.note, h3 ~ code, h3 ~ img {
    margin-left: 30px;
}

h4, h4 ~ p, h4 ~ ul, h4 ~ ol, h4 ~ div.note, h4 ~ code, h4 ~ img{
    margin-left: 60px;
}

h5, h5 ~ p, h5 ~ ul, h5 ~ ol, h5 ~ div.note, h5 ~ code, h5 ~ img{
    margin-left: 90px;
}

h6, h6 ~ p, h6 ~ ul, h6 ~ ol, h6 ~ div.note, h6 ~ code, h6 ~ img{
    margin-left: 120px;
}

h7, h7 ~ p, h7 ~ ul, h7 ~ ol, h7 ~ div.note, h7 ~ code, h7 ~ img{
    margin-left: 150px;
}*/

/* Indentation version 1 */
/*
h3 + * {
    margin-left: 30px;
}

h4 + *{
    margin-left: 60px;
}

h5 + *{
    margin-left: 90px;
}

h6 + *{
    margin-left: 120px;
}

h7 + *{
    margin-left: 150px;
}

h3 ~ div.note {
    margin-left: 62px;
}

h4 ~ div.note {
    margin-left: 92px;
}

h5 ~ div.note {
    margin-left: 122px;
}

h6 ~ div.note {
    margin-left: 152px;
}

h7 ~ div.note {
    margin-left: 182px;
}
*/

/* Indentation - version 1 des listes avec alignement sur le texte */
/*
h3 ~ ul, h3 ~ ol {
    margin-left: 46px;
}

h4 ~ ul, h4 ~ ol{
    margin-left: 76px;
}

h5 ~ ul, h5 ~ ol{
    margin-left: 106px;
}

h6 ~ ul, h6 ~ ol{
    margin-left: 136px;
}

h7 ~ ul, h7 ~ ol{
    margin-left: 166px;
}
*/
img {
    margin: 10px 0;
    vertical-align: middle;
}

/* Citations */
blockquote {
    margin: 0px !important;
    padding: 0px !important;
    border-left: 0px !important;
}
blockquote > p {
    display : inline !important;
    position: relative;
    left: 14px;
    right: 0;
    border-bottom: solid 2px #eee;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 300;
    letter-spacing: 1px;
}

/* Notes */
.note {
    display: block;
    margin: 20px 0 20px 0;
    background: #f2f2f2;
    padding: 20px;
}

.note_note {
    background: #f2f2f2;
    border-left: 5px solid #AEADAC;
}

.note_note:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../images/editeur/note.png);
    background-repeat: no-repeat;
    position: absolute;
    margin-top: -10px;
    margin-left: -54px;
}

.note_tip {
    background: #FDF1BF;
    border-left: 5px solid #F2D047;
}

.note_tip:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../images/editeur/note_tip.png);
    background-repeat: no-repeat;
    position: absolute;
    margin-top: -10px;
    margin-left: -54px;
}

.note_warning {
    background: #FEDAB3;
    border-left: 5px solid #FCA446;
}

.note_warning:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../images/editeur/note_warning.png);
    background-repeat: no-repeat;
    position: absolute;
    margin-top: -10px;
    margin-left: -54px;
}

.note_important {
    background: #FCD1C6;
    border-left: 5px solid #F47353;
}

.note_important:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../images/editeur/note_important.png);
    background-repeat: no-repeat;
    position: absolute;
    margin-top: -10px;
    margin-left: -54px;
}

/* Code */
code,
pre {
	padding: 0 3px 2px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 11px;
	color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/*
code {
    height: 100%;
	padding: 2px 4px;
	color: #d14;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	white-space: nowrap;
}
*/
pre, code {
	display: block;
	padding: 8.5px;
	margin: 10px 0;
	font-size: 12px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: #f5f5f5;
	border: 1px dashed #9FC6D8;
	border-radius: 3px;
}
pre {
	display: block;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

div#mceu_83  {
	display: none !important;
}
/*
.sql, .plsql {
}
*/

/* Tableaux */

div.item-page table,div.item-page th,div.item-page td {
	border: solid 1px #777;
    padding: 5px;
}

@media (max-width: 768px) {
    .body {
        font-size: 13px !important;
    }   
}