/* --------------------------------------------------------------- */ /* --- CSS Page JFGG---------------------------------------------- */ /* --------------------------------------------------------------- */ body { /* background-color:#CEF6F5; */ background-color:#FFFFFF; font-size:11pt; text-align:left; } /* --- HREF ----------------------------------------------------- */ h1, h2, h3 { line-height:15pt; font-family: Arial, Helvetica, sans-serif; background-color:inherit } h1 {font-size:16pt; width:750px; background-color:#045FB4; } h2 {font-size:14pt} h3 {font-size:12pt} .lienhaut {text-decoration:underline; border-top:solid; border-width:1px; margin-top:12px; margin-bottom:12px; padding-top:5px; text-align:center} .center{text-align:center} .left{text-align:left} .right{text-align:right} /* -------------------------------------------- */ /* ------------------ MENU ------------------- */ /* -------------------------------------------- */ /* -http://html-color-codes.info/ - */ #haut { width:954px; height:50px; text-align:left; font-family: Arial, Helvetica, sans-serif; font-size:10pt; overflow:auto; background-color:White; } #haut h1 {font-size:16pt; texte-align:center;} #menu { /* haut droite bas gauche */ /* width : largeur */ /* height : longueur */ float:left; margin-top:14px; width:170px; height:400px; float:left; text-align:left; font-family: Arial, Helvetica, sans-serif; font-size:10pt; overflow:auto; /* background-color:#045FB4; */ } .titre_menu { /* border:solid;*/ border-width:1px; line-height:15pt; font-family: Arial, Helvetica, sans-serif; font-size:15pt; text-align:center; background-color:#045FB4; color:#000000; } .titre_menu a {text-decoration:none; color:Black;} .titre_menu a:hover {text-decoration:underline;} /* - categorie champ li - */ .menucourssel { /* border:solid; */ border-width:1px; font-size:10pt; font-family:Arial, Helvetica, sans-serif; line-height:15pt; list-style-type:square; text-decoration:none; } .menucourssel a {color:black;} .menucourssel a:active { background: Black; color:#848484;} .menucourssel a:visited {display:inline; text-decoration:none;} .menucourssel a:link {display:inline; text-decoration:none; color:black;} /* A:link Defines the style for normal unvisited links. A:visited Defines the style for visited links. A:active Defines the style for active links. A link becomes active once you click on it. A:hover Defines the style for hovered links. A link is hovered when the mouse moves over it. Note: Not supported by Netscape browsers prior to version 6. */ /* - Sous categorie champ li - */ .listeniv1 { line-height:10pt; font-size:10pt; font-family:Arial, Helvetica, sans-serif; list-style-type:square; color:#848484;} .listeniv1 a:visited {text-decoration:none; color:Blue;} .listeniv1 a:link {text-decoration:none; color:#4F4B4B;} .listeniv1 a:hover {text-decoration:underline; color:Blue;} /* -------------------------------------------- */ /* ------------------ PAGES ------------------- */ /* -------------------------------------------- */ /* ------ DIV principal des pages ---------------- */ #contenu { float:left; margin-left:5px; width:780px; height:420px; float:left; overflow:auto; background-color:#FFFFFF; font-size:10pt; font-family:Arial, Helvetica, sans-serif; } #contenu li { list-style-type:square; } #contenu a { text-decoration: none; color:#868A08; } #contenu a:visited { color:Blue; } #contenu a:link { text-decoration: none; color:#848484;} #contenu a:hover { text-decoration: underline; color:Blue;} /* --- Texte preformate pages ----------------------------------------------------- */ pre, tt, code {width:750px;font-size:9pt; font-family:Arial, Helvetica, sans-serif; } #pied_page { clear:both; width:900px; height:50px; background-color:#33FF99; }