/* Reset Eric Meyer */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,  th,  article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}


/* HTML5 display-role reset for older browsers em*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a{border:   ;width: ;color:#0eb0ef;}
li{border:   ;width: ;color:#000;
font-size: 20px;

line-height:1.25em;}
ul{}
td{border:   ;width: ;color:#000;
font-size: 20px;
line-height:1.25em;}
p{border:   ;width: ;color:#000;
font-size: 21px;
margin: 5px 0 10px 0px;
line-height:1.25em;}
h1, .h1{border:   ;width: ;    color:#000;
    margin: 0 0 25px 0;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: normal;
    padding: 0 0 15px 0;
    line-height: 1.3em;}
h2, .h2{border:   ;width: ;    color:#000;
    margin: 0 0 25px 0;
    text-transform: uppercase;
    font-size: 38px;
    font-weight: bold;
    padding: 0 0 15px 0;}
h3, .h3{border:   ;width: ;    color:#000;
    margin: 0 0 15px 0;
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 0px 0;}
h4, .h4{border:   ;width: ;font-weight: 200;
    font-size: 18px;
    margin: 0 0 15px 0;
    font-family: 'Oswald', sans-serif;}
/*special éditeur de texte,  inclue dans le site ET dans l'éditeur tinymce'*/

/*-------------------------------------------TABLE--*/
.style_table tr:first-child td {
    /*border-top:3px solid #0d4274;*/
    border-bottom:1px solid #0d4274;
	background: #0eb0ef;
	color:#fff;
}

.style_table{
    margin: 10px 0;
    border:1px solid #fff;
    background: #fff;
}
.style_table th{
    color:#fff;
    /*font-size: 14px;*/
    font-weight: bold;
    background: #114291;
    padding: 15px 10px;
}
.style_table tr:nth-child(odd){
    background: #fff;
    /*font-size: 13px;*/
    color: #333;
}
.style_table tr:nth-child(even){
    background: #f4f8fb;
    /*font-size: 13px;*/
    color: #333;
    
}
.style_table td {
    padding: 10px;
    font-weight: 200;
    /*font-size: 15px; */
    border-bottom: 1px solid #9b9a9a;
    border-left: solid 4px #fff;
}

/*.style_table td:nth-child(1) {
    border-left: none !important;
}*/

/*---------------------------------------------*/
#main_wrapper_interne a{
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #285783;
}
#main_wrapper_interne a:hover{
    text-decoration: none;
    color: #285783;
}

strong{
    font-weight: 600;
}
.bleu{
    color:#0d4274;
}
.vert{
    color:#2b9037;
}

#main_wrapper_interne ul {
  list-style: outside none;
  padding: 0;
}
#main_wrapper_interne li{
    padding-left: 2.5em;
    margin-left: 10px;
    list-style: outside none;
}
#main_wrapper_interne li:before {
    content: "\f111"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -2.5em; /* same as padding-left set on li */
    width: 2.5em; /* same as padding-left set on li */
    color:#646464;
    font-size: 0.8em;
}

.list_custom{
    list-style: outside none;
    padding: 0;
	margin-left: 40px;
}
.list_custom li{
	color:#0eb0ef !important;
}
.list_custom li:before, #main_wrapper_interne .list_custom li:before {
    content: "\f14a"; /* FontAwesome Unicode */
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-left: -2em; /* same as padding-left set on li */
    width: 2.3em; /* same as padding-left set on li */
    color:#0eb0ef;
    font-size: 1em;
}

.lien_externe{
    color:#0d4274 !important;
    font-weight: 600;
    display: inline-block;
    border: none !important;
}
.lien_externe::after{
    content: "\f0c1";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-left: 0.3em;
    width: 1em;
    color: #0d4274;
    font-size: 1em;
}
.lien_externe:hover, .lien_externe:hover::after{
    color:#2b9037 !important;
    text-decoration: none;
}

.lien_doc{
    color:#0d4274 !important;
    font-weight: 600;
    display: inline-block;
    border: none !important;
}
.lien_doc::after{
    content: "\f15c";
	font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-left: 0.3em;
    width: 1em;
    color: #0d4274;
    font-size: 1em;
}
.lien_doc:hover, .lien_doc:hover::after{
    color:#2b9037 !important;
    text-decoration: none;
}

.lien_standard{
    color:#0d4274 !important;
    font-weight: 600;
    display: inline-block;
    border: none !important;
}
.lien_standard::after{
    content: "\f0c1";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 0.3em;
    width: 1em;
    color: #0d4274;
    font-size: 1em;
}
.lien_standard:hover, .lien_standard:hover::after{
    color:#2b9037 !important;
    text-decoration: none;
}

hr{
    display: block;
    clear: both;
    margin: 20px 0;
}

.img_gauche{
    float: left;
    width: 40%;
    height: auto;
    margin: 0 15px 5px 0;
}
.img_droite{
    float: right !important;
    width: 35% !important;
    height: auto;
    margin: 0 0 5px 15px;
}<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Kreon:300,400,700" rel="stylesheet">
	body, p { font-family: "Kreon", serif;}
	h1, h2, h3, h4, h5, h6 {font-family: "Lato", sans-serif;}
	.quicklink_content{height: 300px !important;}
	#wrapper_titre_interne{text-align:right;}body{
	font-size:0.9em;
	line-height: 1.42857143;
	font-family: "Kreon", serif; ;
}
.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {
    border: 1px dashed #bbb;
}
a.mceItemAnchor {
    background: rgba(0, 0, 0, 0) url("../default/img/items.gif") no-repeat scroll 0 0;
    display: inline-block;
    height: 11px !important;
    width: 11px !important;
}
span.mceItemNbsp {
    background: #ddd none repeat scroll 0 0;
}
td.mceSelected, th.mceSelected {
    background-color: #3399ff !important;
}
img {
    border: 0 none;
}
table, img, hr, .mceItemAnchor {
    cursor: default;
}
table td, table th {
    cursor: text;
}
ins {
    border-bottom: 1px solid green;
    color: green;
    text-decoration: none;
}
del {
    color: red;
    text-decoration: line-through;
}
cite {
    border-bottom: 1px dashed blue;
}
acronym {
    border-bottom: 1px dotted #ccc;
    cursor: help;
}
abbr {
    border-bottom: 1px dashed #ccc;
    cursor: help;
}

.mceItemMedia {
    background-color: #ffffcc;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px dotted #cc0000;
}
.mceItemShockWave {
    background-image: url("../../img/shockwave.gif");
}
.mceItemFlash {
    background-image: url("../../img/flash.gif");
}
.mceItemQuickTime {
    background-image: url("../../img/quicktime.gif");
}
.mceItemWindowsMedia {
    background-image: url("../../img/windowsmedia.gif");
}
.mceItemRealMedia {
    background-image: url("../../img/realmedia.gif");
}
.mceItemVideo {
    background-image: url("../../img/video.gif");
}
.mceItemAudio {
    background-image: url("../../img/video.gif");
}
.mceItemIframe {
    background-image: url("../../img/iframe.gif");
}
.mcePageBreak {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff url("../../img/pagebreak.gif") no-repeat scroll center top;
    border-color: #ccc -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: dotted none none;
    border-width: 1px 0 0;
    display: block;
    height: 12px;
    margin-top: 15px;
    width: 100%;
}

ul{
    list-style: outside;
    margin: 5px 0 5px 15px;
}

.style_table, .responsive_style_table{
    margin: 10px 0;
    border:1px solid #fff;
    background: #fff;
}
.style_table tbody tr:first-child td, .style_table th,
.responsive_style_table tbody tr:first-child td, .responsive_style_table th {
    background: #000;
    color: #fff !important;
    font-weight: bold;
}
.style_table tr:nth-child(odd), .responsive_style_table tr:nth-child(odd){
    background: #e8e5e5;
    font-size: 18px;
    color: #333;
}
.style_table tr:nth-child(even), .responsive_style_table tr:nth-child(even){
    background: #fff;
    font-size: 22px;
    color: #333;

}
.style_table td, .style_table th, .responsive_style_table td, .responsive_style_table th{
    padding: 10px;
    font-size: 16px;
    border-bottom: 1px solid #ebebeb;
}
.style_table td p, .responsive_style_table td p{
    font-size: 16px !important;
}


