h1.titre-sousdomaine-editorial {
    color: #3d5c81;
    font-size: 14px; font-weight: bold;
    margin: -10px 0 -5px 15px;
    text-align: center;
    width: 300px;
}

#left {
    text-align: justify;
    width: 670px;
}
#left p {
    color: #242424;
}

#left .pub {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

#left h1 {
    color: #525252;
    font-size: 20px;
    text-align: center;
    text-shadow: 1px 1px 1px white;
}

.texte {
/*    float: left;*/
}

#right {
    float: left;
    width: 300px;
    margin-left: 10px;
}


#desc_center h1 {
    font-size: x-large;
    text-align: center;
}

#left h2 {
    margin: 6px 0;
    padding: 0;
    color: #3D5C81;
    font-size: 14px;
    text-transform: uppercase;
}

.pub {
    clear: both;
}

.articleItem {
    clear: both;
    border: solid 2px #52667C;
    background-color: #DCE6F2;
    padding: 10px;
    min-height: 100px;
}
.articleItem img.illustration {
    float: left;
    margin: 0 10px 10px 0;
}
.articleItem .articleTexte {
    padding-left: 170px;
}
.articleItem h3 {
    display: inline;
    font-size: large;
}

.articleItem a {
    text-decoration: none;
    color: #444444;
}
.articleItem a:hover {text-decoration: underline;}

.articleItem p {
    margin: 10px 0 0 0;
}

.launchpopup {
    color: #444444;
    font-style: italic;
    margin: 10px 0;
    cursor: pointer;
}

.launchpopup:hover {
    text-decoration: underline;
}

#liste-modele ul{
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
#liste-modele li {
    clear: both;
    padding: 3px;
}
#liste-modele i {
    float: left;
    display: block;
    background: url('https://www.documentissime.fr/images/accueil-sprites-icons.png') no-repeat;
    background-position: 0 -230px;
    width: 16px;
    height: 20px;
    margin-right: 5px;
    margin-top: 5px;
}
#liste-modele a {
    width: 267px;
    display: inline-block;
    text-decoration: none;
    color: black;
    padding-left: 5px;
}

#liste-modele a:hover {
    text-decoration: underline;
}

#liste-definition li {
    list-style-image: url('https://www.documentissime.fr/images/information-9x14.png');
    margin: 0;
    padding: 0;
}

ul#liste-definition  {
    margin-left: 25px;
    padding: 3px 0;
}
#liste-definition li {
    padding: 4px 0;
}
#liste-definition a {
    font-size: 14px;
    padding: 0;
    width: 230px;
}
#docme-menu1 li a {
    margin-top: 5px;
    border-width: 5px 5px 0 5px;
}

#docme-menu1 li a:hover {
    color: yellow;
}

#docme-menu1 {
    background-color: white;
    padding: 5px 5px 0 5px;
}

.popup {
    max-height: 300px;
    /*width: 400px;*/
}

.popup ul {
    padding: 5px;
}

.popup i {
    float: left;
    display: inline-block;
    background: url('https://www.documentissime.fr/images/accueil-sprites-icons.png') no-repeat;
    background-position: 0 -230px;
    width: 16px;
    height: 20px;
    margin-right: 5px;
    margin-top: 5px;
}

.popup a {
    margin-top: 8px;
    float: left;
    text-decoration: none;
    color: black;
}
.popup a:hover {
    text-decoration: underline;
}

.popup li {
    clear: both;
    /*padding-bottom: 6px;*/
    /*margin-bottom: 6px*/
}
.popup_arrow {
    background-image: url('https://sarl.documentissime.fr/images/arrow.png');
    background-repeat: no-repeat;
    background-position: 75px 0px;
    height: 15px;
}
.popup_content ul {
    /*padding: 10px;*/
    margin: 0 5px;
    /*padding-left: 50px;*/
    /*list-style-image: url('https://sarl.documentissime.fr/images/puce-orange.png');*/
    list-style: none;
}
.popup_content {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #f2f2f2;
    border: gray solid 2px;
    box-shadow:1px 1px 5px #333333;
    
    background: #white;
    background: -moz-linear-gradient(top,#FFFFFF,#bfbfbf);
    background: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#bfbfbf));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff',EndColorStr='#bfbfbf',GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0
}


