@import url("/skins/cicdi/radcombobox.css");
@import url("/skins/cicdi/radgrid.css");
@import url("/skins/cicdi/skin.css");
@import url("/css/background.css");
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);


meta.foundation-mq-small {
    font-family: "/only screen and (max-width: 40em)/";
    width: 0em;
}

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
    width: 40.063em;
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.063em)/";
    width: 64.063em;
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.063em)/";
    width: 90.063em;
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.063em)/";
    width: 120.063em;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 100%;
}

html, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
}


* {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-size: 13px;
}

html, body, form {
    font-family: Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

    form.gsc-search-box {
        height:auto;
    }

input,td, p{
    font-family: Arial, sans-serif;
}
sup {
    font-size: 0.5em;
    line-height:1;
}

#wrapper {
    background: repeat-x top left url("/images/nav2013/topBkg.png");
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 0 -400px;
}

#footer, #push {
    height: 400px;
}

#footer {
    background: #595959;
    color: #fff;
    font-size: 13px;
}

#footer ul {
    padding: 5px 0px 20px;
    list-style: none;
}

#footer li {
    line-height: normal;
    padding: 5px 0px;
    list-style: none;
}
    #footer td {
    line-height: normal;
    }
#footer a {
    text-decoration: none;
    color: #fff;
}

#footer .insiderow {
    padding: 20px 0 0 0;
}

#sitemapBox {
    padding: 20px 0 0 0;
}

#breadcrumbBox {
    border-top: 3px solid #fff;
    padding: 20px 0;
    border-bottom: 3px solid #fff;
}

#footnoteBox {
    border-top: 1px solid #fff;
    padding: 20px 0;
    color: #fff;
    text-align: center;
}

.break {
    clear: both;
}

.hide {
    display: none;
}

.closed {
    display: none;
}

.open {
    display: block;
}

.twisties {
    clear: both;
    margin: 20px 0 20px 0;
}

.twisties .twistieslink {
    cursor: pointer;
    background: #f7f7f7;
    text-decoration: none;
    display: block;
    color: #999;
    padding: 0.3em;
    line-height: 2em;
    font-size: 1.2em;
}

.twisties .twistieslink:hover {
    color: #f63;
}

.twisties .twistieslink:before {
    float: right;
    margin: 0 3px 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #999;
    font-family: FontAwesome;
    content: '\f107';
}

.twisties .twistieslink:hover:before {
    color: #f63;
}

.twisties.open .twistieslink:before {
    color: #999;
    font-family: FontAwesome;
    content: '\f106';
}

.twisties .content {
    padding: 15px 0 0 5px;
}

#loading {
    z-index: 999999;
    display: none;
}

#loading.show {
    position: fixed;
    left: 50%;
    top: 50%;
    font-family: FontAwesome;
    font-size: 4em;
    color: #828282;
    display: block;
    margin-top: -0.5em;
    margin-left: -0.5em;
    -webkit-animation: rotate 2s infinite linear;
    -moz-animation: rotate 2s infinite linear;
    -ms-animation: rotate 2s infinite linear;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

body {
    background: white;
    color: #222222;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-style: normal;
    position: relative;
    cursor: default;
}

p {
    text-indent: 0px;
    padding: 0 0 1em 0;
}

ul {
    padding-bottom: 1em;
}

.texte ul {
    padding: 0px;
    margin: 0px 0 1em 1em;
}

.texte li {
    padding: 0px;
    margin: 0px 0 0 10px;
}

a {
    color: #ff6633;
    text-decoration: none;
}

a:hover {
    color: #ff6633;
    cursor: pointer;
    text-decoration: underline;
}

.grey .texte img, .white .texte img, .texte object, .texte embed {
    width: 100%;
    max-width: 100%;
    height: auto;
}

object, embed {
    height: 100%;
}

img {
    border: 0px;
    -ms-interpolation-mode: bicubic;
}

.print {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    padding: 0 0 5px 10px;
}

.print i {
    font-style: normal;
    font-family: FontAwesome;
}

.print i:before {
    content: "\f02f";
}

.aaa {
    font-size: 13px;
    padding: 0 0 5px 10px;
    text-decoration: none;
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0px;
    padding: 0px;
    color: #ff6633;
    font-weight: normal;
    font-family: Montserrat, sans-serif;
}

h1 {
    font-size: 2.4em;
}

h1.occtitle {
    padding: 0 0 1em 0;
    color: #000;
    font-size: 2em;
}

h3.black {
    color: #000;
    padding: 0.8em 0 0.5em 0;
    font-size: 1.2em;
    text-transform: uppercase;
}
h4.black {
    color: #000;
    padding: 0em 0 0em 0;
    font-size: 1.2em;
}

h3.tab{
    padding: 0.4em;
    background:#b2b2b2;
    color: #000;
    text-transform:uppercase;
}


h4.highlight-title {
    padding: 6px 0;
    font-size: 1.2em;
    border-top: 3px solid #f63;
    text-transform: uppercase;
}

.circle {
    border: 0.15em solid #f63;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 0.2em 0 0;
    width: 2em;
    height: 2em;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.8em;
    text-align: center;
}

.indentBox {
    padding-left: 43px;
    box-sizing:content-box;
}

.orglist {
    clear:both;
}

.orglistitem {
}
.orglistitem-column {
    display: inline-block;
    float:left;
    width:49%;
    margin: 0 0 0 1%;
}
.orglistitem-column:first-of-type {
    display: inline-block;
    width:49%;
    margin: 0 1% 0 0;
}

.red {
    color: #900;
}

.green {
    color: #693;
}

.displayInfoBox {
    margin-top: 2em;
    border-top: 0.2em solid #f63;
}

.displayInfoBox h2 {
    padding-top: 1em;
    padding-bottom: 1em;
}

.occTable {
    border-collapse: collapse;
    border: 1px solid #ccc;
}

.occTable td {
    border: 1px solid #ccc;
    text-align: center;
    padding: 0.35em;
}

.occTable .even {
    background: #f7f7f7;
}

.occTable .odd {
    background: #fff;
}

.occTable .header1 {
}

.occTable .header1 td {
    color: #000;
    font-weight: bold;
    border-bottom: 3px solid #ccc;
    padding: 1.2em;
    text-transform: uppercase;
}

.occTable .header1 td.spacer {
    border-bottom: 0px;
    padding: 0px 0.3em;
}

.occTable .header2 {
}

.occTable .header2 td {
    color: #000;
    background: #f7f7f7;
    padding: 0.8em;
    text-transform: uppercase;
}

.occTable .header3 {
}

.occTable .header3 td {
    color: #000;
    background: #fff;
    padding: 0.8em;
    text-transform: uppercase;
    border-bottom: 3px solid #ccc;
}

.multipageContent {
    background: #fafafa;
}

.multipageContent h3, .multipageContent h4 {
    color: #000;
}

    .multipageContent .texte {
        padding: 1em;
    }

.row {
    clear: both;
}

.row.grey {
    background: #f3f3f3;
    padding: 20px 0;
}

.column .texte.grey {
    background: #f3f3f3;
    padding-left: 2em;
    padding-right: 2em;
}

.column.grey {
    background: #f3f3f3;
    padding-left: 2em;
    padding-right: 2em;
}

.row.white {
    padding: 20px 0;
}

.boxrow {
    margin-left: -13px;
}

.column {
    border: 0px solid rgba(0,0,0,0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    border-left-width: 13px;
    padding: 0 0px;
}

.span_1 {
    width: 20%;
}

.span_2 {
    width: 40%;
}

.span_25 {
    width: 25%;
}
.span_50 {
    width: 50%;
}
.span_75 {
    width: 75%;
}

.span_3 {
    width: 60%;
}

.span_4 {
    width: 80%;
}

.span_5 {
    margin-left: 0;
    width: 100%;
}

#contentArea .column.span_4, #contentArea .column.span_5 {
    min-height: 300px;
}

.column .texte {
    word-wrap: break-word;
    padding: 20px 0;
}

img.imgshadow {
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 3px 1px rgba(200,200,200,10);
    box-shadow: 0 0 3px 1px rgba(200,200,200,10);
}

#displayInfoBox {
}

.span_1_2 {
    width: 49.9%;
}

.span_1_3 {
    width: 33.3%;
}

.span_2_3 {
    width: 66.6%;
}

.displayMapBox {
    float: right;
}

.displayEduInfo {
    margin-left: 33.3%;
    display: block;
    width: 66.6%;
}

.col1 {
    float: left;
}

.h2Box {
    min-height: 30px;
    border-bottom: 1px solid #f63;
    padding-top: 45px;
    padding-bottom: 20px;
}

.rightSideLinks {
    float: right;
    width: auto;
    vertical-align: bottom;
}

.rightSideLinks a {
    display: inline-block;
    padding: 5px 0 0 30px;
    vertical-align: bottom;
}

.searchResultCount {
    border-bottom: 1px solid #f63;
    padding-top: 15px;
    padding-bottom: 10px;
}

#colRechercheHeader {
    height: 100px;
    border-bottom: 3px solid #f63;
}

#colResultatsRecherche {
    border-left-width: 0px;
}

#colResultatsRechercheHeader {
    position: relative;
    height: 100px;
    border-bottom: 3px solid #b2b2b2;
}

.rechercheTitre {
    padding: 20px 0 0px;
}

.displayTitre {
    padding: 20px 0 20px;
}

#filters {
    padding: 10px 0 0 0;
    margin: 0px;
}

.filterBox {
    margin: 0 0 20px 0;
}

.filterHeader {
    position: relative;
    background: #f63;
    cursor: pointer;
}

.filterHeader span {
    padding: 9px 20px 9px 14px;
    display: block;
    background: #f63;
    color: #fff;
    text-transform: uppercase;
}

.filterHeader span:after {
    position: absolute;
    vertical-align: middle;
    font-family: FontAwesome;
    right: 9px;
    margin-top: -0.5em;
    top: 50%;
    content: '\f0fe';
}

.filterHeader.on span:after {
    content: '\f146';
}

.subFilter {
    padding: 5px 5px 0 10px;
}

.subFilter ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.subFilter ul li {
    margin: 0px;
    padding: 0px 0 0 0px;
    list-style: none;
}

.subFilter input[type="checkbox"] {
    vertical-align:text-top;
    margin: 2px 3px 0px 0px;
    display:inline;

}

.subFilterItem {
    text-indent: -16px;
    color: #676767;
    padding: 5px 0 5px 14px;
}

.subFilterItem {
}

#mapExpand {
    display: none;
    width: auto;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 18px 13px;
    color: #b2b2b2;
    background-color: #b2b2b2;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

#mapExpand span:after {
    cursor: pointer;
    padding: 0 0 0 4px;
    font-family: FontAwesome;
    content: '\f065';
}

#mapExpand:hover {
    color: #f7f7f7;
}

#mapBox {
    background: #a2cf5f;
    width: 100%;
    height: 322px;
    border-bottom: 3px solid #b2b2b2;
}

#mapBox.fullscreen {
    position: fixed;
    top: 2%;
    left: 2%;
    width: 96%;
    height: 96%;
}

#map {
    width: 100%;
    height: 322px;
}

#mapBox.fullscreen #map {
    height: 100%;
}

#mapMinimize {
    color: #f7f7f7;
    cursor: pointer;
    font-size: 2em;
    position: fixed;
    top: 3%;
    right: 3%;
    font-family: FontAwesome;
}

#mapMinimize:hover {
    color: #fff;
}

.cluster {
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0.5em;
    background-color: #ff6633;
    text-align: center;
}

#map .cluster-0 {
    margin-left: -1.15em;
    margin-top: -1.15em;
    width: 2.3em;
    height: 2.3em;
    font-size: 1.3em;
    line-height: 1.3em;
}

#map .cluster-5 {
    margin-left: -1.25em;
    margin-top: -1.25em;
    width: 2.5em;
    height: 2.5em;
    font-size: 1.5em;
    line-height: 1.5em;
}

#map .cluster-10 {
    margin-left: -1.4em;
    margin-top: -1.4em;
    width: 2.8em;
    height: 2.8em;
    font-size: 1.8em;
    line-height: 1.8em;
}

#map .cluster-15 {
    margin-left: -1.5em;
    margin-top: -1.5em;
    width: 3em;
    height: 3em;
    font-size: 2em;
    line-height: 2em;
}

#map .cluster-20 {
    margin-left: -1.65em;
    margin-top: -1.65em;
    width: 3.3em;
    height: 3.3em;
    font-size: 2.3em;
    line-height: 2.3em;
}

#map .cluster-30 {
    margin-left: -1.75em;
    margin-top: -1.75em;
    width: 3.5em;
    height: 3.5em;
    font-size: 2.5em;
    line-height: 2.5em;
}



/* GRID - start */

.gridEvenRow {
    background: #f7f7f7;
}

.gridOddRow {
}

/* GRID - end  */


#top {
    position: relative;
    height: 100px;
}

#menuMobile {
    display: none;
}

#menuShare {
    display: none;
}

#top .insiderow {
    padding: 3px 0 0 0;
}

.insiderow {
    width: 980px;
    margin: 0px auto;
}

.column:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.column {
    float: left;
    *zoom: 1; /*for ie 5.5-7*/
}

.col12 {
    width: 74%;
}

.col4 {
    width: 25%;
}

.column.last {
    padding-right: 0%;
}
.snippet a{
padding:2px;
}
.fa-google-plus {
    display: inline-block;
    background: #d73d32;
    width: 24px;
    font-size: 14px;
    line-height: 20px;
    padding: 2px 0;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
	margin:2px;
}
.fa-instagram {
    display: inline-block;
    background: #d73d32;
    width: 24px;
    font-size: 14px;
    line-height: 20px;
    padding: 1px 0 3px 0;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
		margin:4px 2px 0 2px;
		background-color: #3f729b;
	/*	background: url('/images/instagram.png');
		 background-size:contain;
    background-repeat: no-repeat;*/
}
.fa-facebook {
    display: inline-block;
    background: #4a90de;
    width: 24px;
    font-size: 14px;
    line-height: 20px;
    padding: 2px 0;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
		margin:2px;
   
}

.fa-twitter {
    display: inline-block;
    background: #29ccf5;
    width: 24px;
    font-size: 14px;
    line-height: 20px;
    padding: 2px 0;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing:border-box;
		margin:2px;
}

.fa-linkedin {
    display: inline-block;
    background: #28c4db;
    text-align: center;
    width: 24px;
    font-size: 14px;
    line-height: 20px;
    padding: 2px 0;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing:border-box;
}
.fa-youtube {
    display: inline-block;
    background: #e62117;
    text-align: center;
    width: 24px;
    font-weight:normal;
    font-size: 18px;
    line-height: 20px;
    padding: 1px 0 2px 0;
    color: #fff;
    box-sizing:border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


#topmenu {
    vertical-align: middle;
    width: auto;
    float: right;
    height: 37px;
}

#topmenu .horizontalmenu {
    vertical-align: top;
    display: inline-block;
}

#topmenu .horizontalmenu span {
    line-height: 34px;
    display: inline-block;
    margin: 0px 10px 0 0;
    text-transform: uppercase;
    font-weight: bold;
}

#topmenu .horizontalmenu span .fa-facebook {
    display: inline-block;
    background: #4a90de;
    width: 24px;
    font-size: 14px;
    line-height: 20px;
    padding: 2px 0;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
}

#topmenu .horizontalmenu span .fa-twitter {
    display: inline-block;
    background: #29ccf5;
    width: 24px;
    font-size: 14px;
    line-height: 20px;
    padding: 2px 0;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#topmenu .horizontalmenu span .fa-linkedin {
    display: inline-block;
    background: #28c4db;
    text-align: center;
    width: 24px;
    font-size: 14px;
    line-height: 20px;
    padding: 2px 0;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


#searchBox {
    line-height: 34px;
    border-bottom: 1px solid #f63;
    display: inline-block;
    margin: 0px 10px 0 0;
}

#searchBox a {
    font-size: 16px;
    line-height: 18px;
    padding: 3px 0;
}

#searchBox input {
    color: #fff;
    background: transparent;
    border: 0px;
    line-height: 20px;
}

.searchBox {
    white-space: nowrap;
    border-bottom: 1px solid #f63;
    display: inline-block;
    margin: 0px 0px 0 0;
    width: 100%;
}

.searchBox a {
    float: right;
    font-size: 16px;
    line-height: 18px;
    padding: 3px 0;
}

.searchBox input, .searchBox .riTextBox {
    color: #333;
    background: transparent;
    border: 0px;
    width: 85%;
    line-height: 20px !important;
    height: 24px !important;
}

.langue {
    position: relative;
    top: 0px;
    display: inline-block;
}

.langue a, .langue a:hover, .langue a:visited {
    line-height: 34px;
    padding: 0 10px;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    background: #ff6633;
}

#cmeclogo {
    float: right;
    width: auto;
    clear: right;
}

#mainlogo {
    float: left;
    width: auto;
}

#quote {
    font-family: Montserrat, sans-serif;
    font-weight: normal;
    position: absolute;
    float: left;
    top: 64px;
    margin: 0px 0 0 0;
    padding: 0px;
    display: inline-block;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    vertical-align: text-top;
    height: 16px;
}

#quote span {
    height: 16px;
    line-height: 16px;
}

#printlogo {
    display:none;
}

#banner {
    background: transparent no-repeat center 3px url("/images/nav2013/banner.jpg");
}
#banner404 {
    background: transparent no-repeat center center url("/images/nav2013/banner404.jpg");
    background-size: cover;
    height: 24em;
}

#mainmenu {
    background: repeat-x center top url("/images/nav2013/mainmenubkg.png");
    min-height: 51px;
}

#isMobile {
    display: none;
}

/**/

#menuprinc, #menurapide {
    font-family: Montserrat, sans-serif;
    height: 51px;
}
#menurapide {
    float:right;
}

#menuprinc a, #menuprinc a:visited, #menuprinc a:hover {
    font-family: Montserrat, sans-serif;
    color: #fff;
    text-transform: uppercase;
    height: 51px;
    font-size: 14px;
    text-decoration: none;
}

#menurapide a, #menurapide a:visited, #menurapide a:hover {
    font-family: Montserrat, sans-serif;
    color: #fff;
    text-transform: uppercase;
    height: 51px;
    font-size: 14px;
    text-decoration: none;
}

#menurapide a.menu1:before {
    padding: 0 5px 0 0;
    content: "\f0e7";
    font-family: FontAwesome;
}
/* MENU */

#menu1 {
}

.tdmenu1 {
    vertical-align:middle;
    padding: 0 2px 0 0;
}

.tdmenu1Last {
    text-align: right;
    width: 100%;
    padding: 0 0px 0 0;
    background: transparent;
}

.tdmenu1:hover, .tdmenu1Last:hover, .tdmenu1.on, .tdmenu1Last.on {
    background: repeat-x center top url("/images/nav2013/mainmenubkgOn.png");
    cursor: pointer;
}

#menuprinc .tdmenu1:hover a.menu1, #menuprinc .tdmenu1:hover a.menu1_selected, #menuprinc .tdmenu1Last:hover a.menu1, #menuprinc .tdmenu1.on a.menu1, #menuprinc .tdmenu1.on a.menu1_selected, #menuprinc .tdmenu1Last.on a.menu1 {
    color: #a2cf5f;
}

#menurapide .tdmenu1:hover a.menu1, #menurapide .tdmenu1:hover a.menu1_selected, #menurapide .tdmenu1Last:hover a.menu1, #menurapide .tdmenu1.on a.menu1, #menurapide .tdmenu1Last.on a.menu1 {
    color: #a2cf5f;
}

.menu1Split {
    height: auto;
    padding: 0 0px 0 0;
    width: 100%;
}

.tdmenu1Last .menu1Split {
    padding: 0 0px 0 0;
    width: 100%;
    background: transparent;
}

.menuBiblioNiv2 {
    color: #fff;
}

.menu1, .menu1:visited {
    padding: 0 20px 0 20px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    color: #ffffff;
}

.menu1:after, .menu1_selected:after {
    font-family: FontAwesome;
    padding: 0 0 0 10px;
    content: "\f107";
}

.menu1:hover {
    position: relative;
    color: #ffffff;
}

.menu1_selected, .menu1_selected:visited, .menu1_selected:hover {
    padding: 0 20px 0 20px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    color: #ffffff;
}

.SousMenuMobileBox {
    display: none;
}

.SousMenu {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    display: none;
    background: transparent;
    padding: 0 5px 5px 0;
    z-index: 999;
}

.SousMenu:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.SousMenu {
    *zoom: 1; /*for ie 5.5-7*/
}


.SousMenuLast {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    display: none;
    background: transparent;
    padding: 0 0px 5px 0;
    z-index: 999;
}

.SousMenuBox {
    display: block;
    padding: 0px;
}

.SousMenuInsideBox {
    background: center top url("/images/nav2013/SousMenuBkg.png");
    display: inline-block;
    padding: 8px 8px 0px 0px;
}

.SousMenuLast .SousMenuInsideBox {
    float: right;
    padding: 8px 0px 0px 0px;
}

.mainColumn {
    float: left;
    width: auto;
}

.SousMenu .column {
    float: left;
    width: 240px; /*width of each menu column*/
    margin-right: 0px;
    border-left-width: 0px;
}

.columnTitle {
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.columnTitle span {
    margin: 3px 14px 3px 14px;
    display: block;
    border-bottom: 1px dotted #fff;
}
/*
.SousMenu
{
    float:left;
    padding: 8px;
	left: 0;
    background: #f1f1f1;
    position:absolute;
    text-align:left;
    font-weight:bold;
    }
*/
.SousMenu ul, .SousMenu ul li {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.SousMenu3 {
    width: 510px;
}

.SousMenu a, .SousMenu a:visited, .SousMenu a:hover {
    line-height: 16px;
    text-decoration: none;
    font-weight: normal;
    padding: 5px 14px 5px 14px;
    display: block;
    color: #fff;
}

.SousMenu .columnTitle a, .SousMenu .columnTitle a:visited, .SousMenu .columnTitle a:hover {
    padding: 5px 0px 5px 0px;
    background: none;
    font-weight: bold;
}

.SousMenu .columnTitle a:hover {
    color: #a2cf5f;
}

.SousMenu a:hover {
    text-decoration: none;
    background: #a2cf5f;
    color: #fff;
}


.SousMenu h1 {
    font-size: 1.7em;
    text-transform: uppercase;
}

.SousMenu h1 a, .SousMenu h1 a:visited {
    color: #a2cf5f;
}

.SousMenu h1 a:before {
    font-size: 0.8em;
    padding: 0 0.3em 0 0;
    content: '\f054';
    font-family: FontAwesome;
}

.SousMenu h1 a:hover {
    color: #fff;
}

.BoxMenuBiblio0, .BoxMenuBiblio1 {
    width: 165px;
}

.BoxMenuBiblio2 {
    width: 165px;
}

.BoxMenuBiblio3 {
    width: 165px;
    float: left;
}

.SousMenu .sousMenuTitre a, .SousMenu .sousMenuTitre a:hover, .SousMenu .sousMenuTitre a:visited {
    color: #fff;
    font-weight: bold;
    background: none;
    border: none;
    display: inline;
    padding: 0px;
}



/*  */

#outils {
    clear: right;
    float: right;
}

#at4-follow.at4-follow {
    top: 151px;
    right: 30px;
}

#at4-foc.at-follow-open-control {
    top: 151px;
    right: 40px;
}

#at4-soc {
    top: 161px;
}

#at4m-menu .at4m-listitem a {
    -moz-box-sizing: initial;
    -webkit-box-sizing: initial;
    box-sizing: initial;
}

#partage {
    padding: 25px 0 8px;
    white-space: nowrap;
    width: 150px;
    float: right;
}

#partageBox {
    height: 15px;
}

#partage .addthis_toolbox {
    height: 16px;
    text-align:left;
}

.addthis_default_style .at300b, .addthis_default_style .at300m {
    float: right;
}

.addthis_default_style .at15t_compact {
    margin-right: 0px;
}

#sectionTitreSection {
    padding: 20px 0px;
}

#subMenuBox {
    min-height: 3px;
    display: block;
    background: #f7f7f7 repeat-x left -397px url("/images/nav2013/SubMenuLine.png");
}

    #subMenuBox.orange {
    background-position: left top;
    }

#subMenuBox.on {
    background-color: #fff;
    background-position: left top;
}

.tablediv {
    display:table;
}
.tablerow {
    display:table-row;
}
.tablecell {
    display:table-cell;
}

.cellWidth33 {
    width: 33.33%;
}

.cellWidth50 {
    width: 50%;
}


#subMenuBox .tablediv {
    border-collapse: collapse;
    border: 0px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#subMenuBox .tablecell {
    background-image: url("/images/nav2013/SubMenuArrow.png"), url("/images/nav2013/SubMenuLine.png");
    background-position: -956px center, left -397px;
    background-repeat: no-repeat, repeat-x;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 200px;
    height: 80px;
    vertical-align: middle;
}

#subMenuBox .tablecell:hover, #subMenuBox .tablecell.selected {
    background-position: 4px center, top;
    background-repeat: no-repeat, repeat-x;
}

#subMenuBox a {
    font-size: 13px;
    display: block;
    vertical-align: middle;
    color: #999;
    text-decoration: none;
    margin: 0px;
    padding: 10px 10px 10px 50px;
}

#subMenuBox .tablecell:hover a, #subMenuBox .tablecell.selected a {
    color: #f63;
    text-decoration: none;
    background-position: 4px center;
}

.boutonHolder {
    text-align: center;
    height: 50px;
}

.bouton {
    display: inline-block;
    padding: 8px 10px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    border: 1px solid rgba(153, 153, 153, 0.4);
    background: #e8e5e5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.20), /*bottom internal shadow*/
    inset 0 1px 1px rgba(255,255,255,0.80); /*top internal highlight*/
    -webkit-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.20), /*bottom internal shadow*/
    inset 0 1px 1px rgba(255,255,255,0.80); /*top internal highlight*/
    box-shadow: inset 0 -1px 1px rgba(0,0,0,0.20), /*bottom internal shadow*/
    inset 0 1px 1px rgba(255,255,255,0.80); /*top internal highlight*/
}

.bouton:hover {
    padding: 8px 10px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    border: 1px solid rgba(153, 153, 153, 0.4);
    background: #e8e5e5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none; /*top internal highlight*/
}

input[type=button], input[type=text], input[type=password] {
    -webkit-appearance: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.wizardBouton {
    -webkit-appearance: none;
    margin-top: 1em;
    padding: 8px 20px;
    text-align:center;
    display:inline-block;
    border: none;
    text-transform:uppercase;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background:#ff6633;
    cursor:pointer;
    color:#fff;
    font-weight:bold;
    float:right;
    clear:both;
}

.RadioButtonList {
    line-height:1.4em;
}
    .RadioButtonList td {
        vertical-align:top;
    }
    .RadioButtonList input[type=radio] {
        margin-top: 0.2em;
    }

.RadioButtonList label{
    padding: 0 0 0 1em;
}
.RadioButtonList label ul{
    margin: 0 0 0 3em;
}

.tablePadding {
    padding: 0;
    margin:0;
}

.formDivPadding div {
    vertical-align:top;
    padding: 4px 0;
    margin:0;
    border-spacing:0;
    text-align:left;
    position:relative;
}

.tablePadding td {
    vertical-align:top;
    padding: 4px 0;
    margin:0;
    border-spacing:0;
    text-align:left;
    position:relative;
}
.tablePadding td:last-of-type {
    text-align:right;
}
.tablePadding td:first-of-type {
    text-align:left;
}

    .tablePadding .evenrow {
        background:#f3f3f3;
    }

.CheckBox {
    text-align:left;
    position:relative;
    padding-left: 1.5em;
}
.CheckBox input[type=checkbox] {
    position:absolute;
    left:0;
}
.tablePadding h2{
    padding-top: 0.5em;

}

.rcbInput  {
    font-family: Arial, sans-serif !important;
}
.riTextBox, .racInput  {
    line-height: 3em;
    height: 3em !important;
    font-family: Arial, sans-serif !important;
}

.rcbSlide {
    border:1px solid #ccc;
}

.requiredfieldcontainer {
    position:relative;
    display:inline-block;
}


.errormessage {
    position: absolute;
    top:105%;
    left: 50%;
    text-align: center;
    margin-left: -5em;
    width: 10em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  position: absolute;
  border: 1px solid #ff6633;
  background: #ff6633;
  color: #fff;
  padding: 0.5em 1em;
  z-index: 99999;
}
.errormessage:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 0.6em solid #ff6633;
  border-left: 0.6em solid transparent;
  border-right: 0.6em solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -0.6em;
  top: -0.6em;
}

.infotable {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

#searchArea {
    width: 300px;
}


#searchArea .searchAreaBox {
    padding: 5px 0;
}

.contentInput {
    border: 1px solid #999;
    line-height: 30px;
    background: transparent;
}
    .contentInput.noborder {
        border:0px;
    }
    .contentInput.noborder .racTokenList{
        background:transparent;
    }


html .RadAutoCompleteBox .racTokenList {
    border: 0px;
}

html .RadAutoCompleteBox .racTokenList .racInput {
    border: 0px solid #999;
}

.rcCalPopup {
    position:absolute;
    right: 30px;
    top: 25%;
}
html .RadImageGallery .rigThumbnailsBox {
    background: #f6f7f8;
}
.individuaccueil {
    height:468px;
}
.individuaccueil .tablecell {
    vertical-align: middle;
}
.individuaccueilbox {
    border-spacing: 10px;
}

.individuaccueilbox .tablecell{
    vertical-align:top;
    color: #fff;
    background: url("/images/contents/blk60percent.png");
    padding: 10px;
}

.individuaccueilbox .tablecell h3 {
    color: #fff;
}


.canadaaccueil {
    background: no-repeat center center url("/images/contents/parlementCrop.jpg");
    background-size: cover;
}

.canadaaccueilbox {
    border-spacing: 10px;
    background: url("/images/contents/blk70percent.png");
}

.canadaaccueilbox .tablecell {
    color: #fff;
    background: url("/images/contents/white15percent.png");
    padding: 10px;
}

.canadaaccueilbox .tablecell h1, .canadaaccueilbox .tablecell h2 {
    color: #fff;
}

.splashbox {
    border-spacing: 2em;
}

.splashbox .tablecell h2 {
    color: #fff;
}

.splashbox .tablecell{
    width: 33%;
    color: #fff;
    background: url("/images/contents/blk70percent.png");
    padding: 1em;
}

.addressBox {
    padding: 0.5em 0 0.5em 0;
}

.addressTitle {
    display: block;
}

.postaladdress {
    padding: 0 0 0.4em;
    margin-left:2em;
}

.mapIcon {
    float:left;
    font-size: 2.2em;
    padding: 0 0.1em;
}
.check {
    font-size: 2.2em;
}

.addressSpliter {
    margin: 0.5em 0;
    border-bottom: 1px solid #ccc;
}

span.off {
    color: #999;
}

.liLeft {
    float: left;
    clear: left;
    width: 48%;
    margin:  0.5em 0.5em;
    padding: 0px;
}
.liRight {
    float: left;
    width: 48%;
    margin:  0.5em 0.5em;
    padding: 0px;
}

.articlemenuhidden {
    display:none;
}

.articlemenu {
    width:50%;
    padding: 0.5em;
    position: relative;
}

    .articlemenu .circle i {
        line-height: 2em;
    }

    .articlemenu h4 {
        vertical-align:central;
        display:inline-block;
    }
    .articlemenu h4 span{
    }
.articlemenu table {
    margin: 0.5em 0;
    width: 98%;

}

    .articlemenu .articlemenuhidden {
        position:absolute;
        left: 100%;
        width:100%;
        top: 0px;
        box-sizing:border-box;
        background: url("/images/nav2013/articleMenuBkg.png");
    }

    .articlemenu .articlemenuhiddenBox{
        padding: 0.5em;
    }
.more {
    background: #fff;
    padding: 0.5em;
    text-align:right;
}

.individuCanadaEtudier {
    padding: 20px 0;
}

.articlesMenu {
    
    display:block;
    margin: 0;
    color: #fff;
    background: url("/images/contents/blk60percent.png");
    padding: 10px;
}

.snippet h3 {
    margin: 0.3em 0 0.3em 0;
}

.snippetaddress {
    border-bottom: 1px solid #ccc;
    padding: 0 0 0.5em;
    margin: 0 0 0.5em;
}

.tableform {
    width: 100%;

}

    .tableform .tablecell {
        padding: 0.3em 0.4em 0.1em 0em;
    }

.tableform input {
        width: 100%;
        border: 1px solid #999;
        padding: 0.2em;
        height:3em;
    }

.tableform textarea {
        font-family: Arial;
        width: 100%;
        border: 1px solid #999;
        padding: 0.2em;
    }

    .printonly{
        display:none;
    }

.assessordiscussion {
    background: #e9eaed;
}
.assessordiscussion .articlesMenu {
    background: #e9eaed;
    color:#222;
}

    .postlist {

}

.postlist .item {
    position:relative;
    margin-bottom: 0.5em;
    padding: 0.5em 0em 0em 0em;
    width: 100%;
    border: 1px solid #cccccc;
    background: #fff;
    -moz-box-shadow: 0 0 2px #cccccc;
    -webkit-box-shadow: 0 0 2px #cccccc;
    box-shadow: 0 0 2px #cccccc;
}

.postlist .item.mainpost {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none ;
    border: 0px solid #cccccc;
    margin-bottom: 0em;
}
.postlist .item.commentpost {
    padding-left: 6em;
    margin-bottom:0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none ;
    background: #f7f7f7;
    border: 0px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.postlist .item.commentpost:last-of-type {
    border: 0px solid #cccccc;
}

.commentsList {
    background:#f7f7f7;

}

.postWithComments {
    border: 1px solid #cccccc;
    -moz-box-shadow: 0 0 2px #cccccc;
    -webkit-box-shadow: 0 0 2px #cccccc;
    box-shadow: 0 0 2px #cccccc;
    background: #f7f7f7;
}


    .postlist .picture {
        position:absolute;
        left: 0.5em;
        top : 0.5em;
        width: 4em;
    }
.postlist .item.commentpost .picture {
        left: 5.5em;
}
    .postlist .item .content{
        margin-left: 4.5em;
        box-sizing:border-box;
        min-height: 6em;
    }
.postDate {
    line-height:1.5em;
    font-size: 0.8em;
    color: #999;
    display:block;
}
.postAuthor {
    font-weight: bold;
    color: #000;
    display:block;
}
.CredentialAdditionalNote .postAuthor {
    font-weight: bold;
    color: #000;
    padding: 0 0 0.5em 0.5em;
    display:inline-block;
}

.postDescription {
    padding: 0em 0.5em 0.5em 0.5em;
}

.postSector {
    color: #999;
}

.postDetails {
    color: #666;
  padding: 0.5em;
  background: #f6f7f8;
}
    .postDetails .nbLikes {
        font-size: 0.85em;
        line-height: 1.5em;
        color: #666;
    }

.commentLink {
    padding:0.5em;
    display:inline-block;
}

.moreresults {
    display:block;
    padding: 0.5em 0 1em;
}

.postlist .files {
}

        .postlist .files ul {
            list-style:none;
            margin:0px;
            padding: 0em 0.5em;
        }
        .postlist .files li {
            display:inline-block;
            list-style:none;
            margin:1px 1em 0em 0;
            padding:0px;
            position:relative;
            width: 10em;
            box-sizing:border-box;
        }
.filebox {
    display:inline-block;
    box-sizing:border-box;
    width: 1.6em;
    height: 1.6em;
    margin-right:0.4em;
    background-repeat: no-repeat;
    background-size:contain;
    background-color: #fff;
    background-position:center center;
    text-decoration:none;
    text-align:center;
}
.filebox.image {
    display:inline-block;
    box-sizing:border-box;
    width: 8em;
    height: 8em;
    background-repeat: no-repeat;
    background-size:contain;
    background-color: #fff;
    background-position:center center;
    border: 1px solid #ccc;
    text-decoration:none;
    text-align:center;
}

.filetitle {
  width:8em;
  vertical-align:bottom;
  line-height: 1.6em;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filebox:hover {
    text-decoration:none;
}
.filebox:before {
    font-family:FontAwesome;
    font-size: 1.5em;
    line-height: 1em;
}

.filebox.pdf:before {
    content: '\f1c1';
}
.filebox.doc:before {
    content: '\f1c2';
}
.filebox.xls:before {
    content: '\f1c3';
}
.filebox.ppt:before {
    content: '\f1c4';
}
.filebox.tiff:before {
    content: '\f1c5';
}
.filebox.txt:before {
    content: '\f0f6';
}
.filebox.htm:before {
    content: '\f1c9';
}

.filebox.zip:before {
    content: '\f1c6';
}


.loginbox {
    background: #f6f7f8;
    padding: 1em;
    width: 50%;
    margin: 0 auto;
}
    .loginbox table {
        margin: auto; 
    }


    /* MEMBER SECTION */

.profilepicture {
    float:left;
    width:7em;
}

.memberMainInfo {
    margin-left: 8em;
}

.panelpost {
    padding-top: 1em;
}

.greybox {
    background: #f6f7f8;
    margin-bottom: 1em;
}

.greybox h2{

    padding: 0.5em;
    background: #e9eaed;
}
.greyboxinfo {
    line-height: 1.4em;
    padding: 0.75em;
}

.greyboxinfo h3{
    padding: 0.5em 0 0;
}
.greyboxinfo h3:first-child{
    padding: 0em 0 0;
}

    .greyboxinfo .social {
        margin-right: 0.4em;

  width: 1.8em;
  font-size: 1.5em;
  line-height: 1.5em;
  padding: 2px 0;
}
.greyboxinfoLeft {
    float:left;
    width: 65%;
    padding: 0 1em 0 0;
    box-sizing: border-box;
}
.greyboxinfoRight {
    text-align:right;
    float:left;
    width: 35%;
}

.formCell {
    padding: 0.2em 0;
}
    .formCell:first-of-type {
        padding-top:0;
    }
    .formCell:last-of-type {
        padding-bottom:0;
    }


.loginMenu{  
    position: relative;
    top: 0em;
    display: inline-block;
}
.loginMenu a i{
    text-align:center;
    line-height: 34px;
    width:39px;
    font-size: 14px;
    color:#fff;
    background: #999;
    border-color: #999;
    display:inline-block;
}
.loginMenu a.loggedin i{
    text-align:center;
    line-height: 34px;
    width:39px;
    font-size: 14px;
    color:#fff;
    background: #ff6633;
    border-color: #f63;
    display:inline-block;
}

#top .insiderow {
    position:relative;
}

.loginbubble 
{
    top: 55px;
position: absolute;
width: 200px;
height: auto;
padding: 10px;
background: #FFFFFF;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
box-shadow: 0 0 2px 2px rgba(0,0,0,0.3)
}

.loginbubble:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 14px 15px;
border-color: #FFFFFF transparent;
display: block;
width: 0;
z-index: 1;
top: -15px;
left: 125px;
}

.loginbubble:before 
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 14px 15px;
border-color: #797F7F transparent;
display: block;
width: 0;
z-index: 0;
top: -16px;
left: 125px;
}

    .loginbubble ul {
        margin:0;
        padding:0 0 0 20px;
    }
#comparabilityToolbox {
    float:right;
    border: 0.15em solid #999;
    -moz-box-shadow: 0 0 2px #cccccc;
    -webkit-box-shadow: 0 0 2px #cccccc;
    box-shadow: 0 0 2px #cccccc;
    width: auto;
    margin: 0 0 0 10px;
    clear: both;
}

.versionLabel {
    cursor:pointer;
    display: inline-block;
    background: #fff;
    padding: 8px;
}
.printBasic {
    padding: 8px;
    display: inline-block;
    border-right: 1px solid #ccc;
}
    .printBasic:before {
        font-family:FontAwesome;
        content: '\f02f';
        padding-right: 4px;
    }
.historylink {
    padding: 8px;
    border-right: 1px solid #ccc;
    position:relative;
    display: inline-block;
}
    .historylink:hover {
    }

    .historylink:before {
        font-family:FontAwesome;
        content: '\f1da';
        padding-right: 4px;
    }

.historybubble 
{
position: absolute;
width: 250px;
height: auto;
padding: 10px;
background: #FFFFFF;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
box-shadow: 0 0 2px 2px rgba(0,0,0,0.3)
}

.historybubble:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 14px 15px;
border-color: #FFFFFF transparent;
display: block;
width: 0;
z-index: 1;
top: -15px;
left: 45%;
}

.historybubble:before 
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 14px 15px;
border-color: #797F7F transparent;
display: block;
width: 0;
z-index: 0;
top: -16px;
left: 45%;
}

    .historybubble ul {
        margin:0;
        padding:0 0 0 20px;
    }

.credentialTitle {
    padding-top: 0.5em;
    position:relative;
}
.credentialTitle .occtitle {
    margin-right: 7em;
}

.countrytopright {
    right:0;
    bottom:1.33em;
    position:absolute;
    vertical-align:bottom;
    padding-top:35px;
    width:10em;
    font-size: 1.5em;
    color: #f63;
}

    .countrytopright span {
        margin: 0px 5px 0 0;
    }

    .countrytopright img {
        clear:both;
        height:35px;
    }
	
	.email-content{
		white-space:pre-wrap;
	}

/*****************************************************************************/
/*                  PPPPP    RRRRR    II  N    N TTTTTTTT                    */
/*                  P    PP  R    RR  II  NN   N    TT                       */
/*                  P    PP  R    RR  II  N N  N    TT                       */
/*                  PPPPP    RRRRR    II  N  N N    TT                       */
/*                  P        R    RR  II  N   NN    TT                       */
/*                  P        R    RR  II  N    N    TT                       */
/*****************************************************************************/

@media print {
    .printonly{
        display:block;
    }
    .screenonly {
        display:none;
    }

    .qsf-demo-canvas {
        display:none;
    }

    #wrapper {
        min-height:initial;
        background:none;
        margin:0px;
        height:auto;
    }
    #push {
        display:none;
    }
    #top {
    }

    #topmenu {
        display:none;
    }
    #mainlogo, #cmeclogo {
        display:none;
    }

    #quote {
        width:100%;
        top:auto;
        position:relative;
        color: #000;
    }
    #quote span {
        display:inline-block;
        padding: 60px 0 0 0;
    }
    #CMECprintlogo {
        padding-top:30px;
        float:right;
        display:inline-block;
    }
    #printlogo {
        float:left;
        display:inline-block;
    }

    #mainmenuBox {
        display:none;
    }
    #titreSectionDroite {
        display:none;
    }

    .more {
        display:none;
    }

    #footer {
        background:transparent;
        color: #333;
        height:auto;
    }

    #breadcrumbBox {
        border-color: #333;
    }
        #footer a{
        color: #333;
    }


    #sitemapBox {
        display:none;
    }

    #footnoteBox {
        border:0px;
        color:#333;
    }

    /*Tab view print*/

    html .RadTabStrip_cicdi{
        display:none;
    }

    html .rmpHiddenView {
        display:block !important;
    }


}

.email-content table{
	display:none;
	
}

.aspNetDisabled{
	color:#c0c0c0;
}

.RadMultiPage .rmpView {
    height: auto !important;
    box-sizing: border-box;
}

.snippet a{
	 	/* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  
  word-break: break-all;
  
  word-break: break-word;

  
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}