
/*
 * Feuille de style TEXTE des pages CERN91
 */

.newlink {
        color: #000000;
        background-color: #f9f9cf;
        text-decoration: none;
}
.newlink:hover {
        color: #ff0000;
         background-color: #f9f9cf;
        text-decoration: underline;
}
.newlink:visited {
        color: #c0c0c0;
        background-color: #f9f9cf;
        text-decoration: none;
}

.colors {
        color: #ffaa55;
        background-color: #f9f9cf;
        text-decoration: none;
}
.textcolor {
        color: #ffcc66;
        background-color: #f9f9cf;
        text-decoration: none;
}
.titlecolor {
        font-family: Helvetica, Arial, Verdana, sans-serif;
        font-size: 18px;
        font-weight: bold;
        color: blue;
}

.documents {
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size : 10pt;
	font-weight: bold;
}

.texte {
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size : 12pt;
	text-decoration: none;
        text-align: left;
}

.rubrique {
        font-size: 14pt;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        text-align:justify;
}

.info {
        font-family: helvetica, arial, verdana, sans-serif;
        font-size: 10pt;
        font-style: italic;
        text-decoration: none;
}

.inf-titre {
        font-family: Arial, Verdana, sans-serif;
        font-size: 14pt;
        font-style: italic;
        font-weight: bold;
        text-decoration: none;
}

.article {
        font-size: 12pt;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        text-align:justify;
}

.sub-article {
        font-size: 12pt;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        color: #109600;
        text-decoration: none;
        text-align: left;
}
.titre-article {
        background: #CDF8F4;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        color: #0A29A4;
        font-size:14pt;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
}

.sub-doc {
        background: #9999ff;
        color: #333399;
        font-size: 18pt;
        font-weight: bold;
        border-bottom: thin solid black;
        border-top: thin solid black;
}
.titre-doc {
        background: #9999ff;
        color: #333399;
        font-size: 14pt;
        font-weight: bold;
        padding: 2px;
        border-bottom: thin solid black;
        border-top: thin solid black;
}

.note {
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size : 10pt;
        color: #93001B;
}

.notegris {
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size : 10pt;
        font-weight: bold;
        color: #AAAAAA;
               }

.noterouge {
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size : 10pt;
        font-weight: bold;
        color: #333333;
        cursor: pointer;
               }

.rouge {
        position: relative;
        background-color: #FF6C4F;
        color: #0113B3;
        font-size : 12pt;
        font-weight: bold;
}
.verte {
        position: relative;
        background-color: #00ff00;
        color: #000000;
        width: 15em;
}
.jaune {
        position: absolute;
        top: 1em;
        right: 1em;
        background-color: #ffff00;
        color: #000000;
}

.centre {
        margin: 1em 25%;
}
.gauche {
        position: relative;
        top: 1em;
        left: 1%;
        width: 18%;
}
.droite {
        position: relative;
        top: 1em;
        right: 1%;
        width: 18%;
}

