/* styles pour le menu */ body { background-image: url('images/border.gif'); /* image d'arrière-plan */ background-position: center; /* centrage de l'image d'a-p */ background-repeat: repeat-y; /* répétition verticale de l'image d'a-p*/ } .conteneur { margin: 0px auto; width: 1024px; } ul, dl { list-style-image: url("images/bullet.gif"); list-style-position: outside; } .li1 { margin-left:50px; } .li2 { margin-left:65px; } h2 { font-family: Arial narrow, Arial; font-size: 13pt; font-weight: bold; color: #B36B1E; } .h3 { font-family: Arial narrow, Arial; font-size: 10pt; font-weight: bold; color: #B36B1E; } .layer_menu { font-family: Verdana; font-size: 10pt; text-align: center; text-decoration : none; line-height: 65%; position: relative; top: 0px; width: 155px; height: 150px; z-index: 1; } .layer_logos { font-size: 8pt; line-height:95%; color: #E3F6A2; } .layer_entete { position: relative; left: 170px; top: -140px; width: 830px; height: 50px; z-index: 1; } .layer_titre { font-family: Arial narrow, Arial; font-size: 36pt; font-weight: bold; text-shadow: 2px 2px 3px #000000; color: #B36B1E; } @-ms-keyframes pulsate { from { text-shadow: 0px 0px 0px yellow; } to { text-shadow: 3px 3px 10px #B36B1E; } } @-webkit-keyframes pulsate { from { text-shadow: 0px 0px 0px yellow; } to { text-shadow: 3px 3px 10px #B36B1E; } } @-moz-keyframes pulsate { from { text-shadow: 0px 0px 0px yellow; } to { text-shadow: 3px 3px 10px #B36B1E; } } @keyframes pulsate { from { text-shadow: 0px 0px 0px yellow; } to { text-shadow: 3px 3px 10px #B36B1E; } } .layer_promo { position: relative; width: 180px; top: -20px; left: 630px; padding: 0px; z-index: 1; text-align: center; font-family: Arial narrow, Arial; font-size: 14pt; font-weight: bold; color: yellow; text-shadow: 0px 0px 0px #B36B1E; -ms-animation: pulsate 0.8s infinite alternate; /* IE */ -webkit-animation: pulsate 0.8s infinite alternate; /* Safari et Chrome */ -moz-animation: pulsate 0.8s infinite alternate; /* Firefox */ -animation: pulsate 0.8s infinite alternate; } .layer_corps { position: relative; left: 170px; top: -70px; width: 830px; height: 500px; z-index: 1; font-family: Verdana; font-size: 8pt; color: #000000; } .font_corps { font-family: Verdana; font-size: 8pt; color: #000000; } .layer_form { background-color: #FFFFC0; color: #B36B1E; width: 90%; height: 100%; padding: 1px; font-family: Arial; font-size: 10pt; font-weight: bold; } .menu { font-family: Arial Black; font-size: 10pt; text-align: center; text-decoration : none; letter-spacing: normal; color: #E3F6A2; } .menu:hover { letter-spacing: 0.05em; color: brown; } .menuB { font-family: Arial Black; font-size: 10pt; text-align: center; text-decoration : none; letter-spacing: normal; color: #555555; } .menulivre { letter-spacing: normal; color: yellow; } .menulivre:hover { letter-spacing: 0.05em; color: brown; } .smalltext { font-family: Verdana; font-size: 8pt; text-align: center; text-decoration : none; color: #E3F6A2; } .smalltext:hover { color: brown; } .lien { font-family: Verdana; text-align: center; text-decoration : none; color: blue; } .lien:hover { text-decoration : underline; color: #B36B1E; } .enteteB { font-family: Arial; font-size: 9pt; font-weight: bold; text-align: center; text-decoration : none; color: #666666; } .entete { font-family: Arial; font-size: 9pt; font-weight: bold; text-align: center; text-decoration : none; color: #B36B1E; } .entete:hover { background-color: #B36B1E; color: #E3F6A2; } .texteColored { font-family: Arial; font-size: 9pt; font-weight: bold; text-align: center; text-decoration : none; color: #B36B1E; } .pied { font-family: Verdana; text-align: center; text-decoration : none; color: #B36B1E; } .pied:hover { background-color: #D09868; color: #000000; } .shadow {box-shadow: 5px 5px 5px #656565;} .geneaform { background-color: #85EAFF; font-family: Arial; font-size: 9pt; } .button { font-family: Arial; font-size: 9pt; font-weight: bold; background-color: #FFFFAE; color: #B36B1E; border-color: #C0C0C0; cursor:pointer; } .largebutton {width:130;} .mediumbutton {width:100;} .smallbutton {width:60;} .monobutton {width:40;} .minibutton {width:30;} .livrebandeau { /* bandeau du message */ background-color: #FFFFC0; font-family: Arial; color: #B36B1E; font-size: 9pt; } .livremessage { /* corps du message */ background-color: #FFFFE0; font-family: courier new; color: #000000; font-size: 9pt; } .bgform { /* fond formulaire */ background-color: #FFFFE0; color: brown; } .filet { /* filets de séparation/soulignement */ width: 30%; height: 1px; margin-left: auto; margin-right: auto; border-color: #B36B1E; background-color: #B36B1E; } .filetfull { align: center; width: 95%; height: 1px; border-color: #B36B1E; background-color: #B36B1E; } #imageLien { /* vignettes clicables */ border-width: 1; border-style: solid; border-color: transparent; } #idimage { /* layer images */ position: absolute; border: 4px ridge #E3F6A2; /* none, dotted, dashed, solid, double, groove, ridge, inset, outset */ display: none; } #comment { /* commentaire layer images */ position: absolute; width: 100%; font-family: Times New Roman; font-size: 9pt; font-style: italic; text-align: center; color: #B36B1E; } #postit { position: absolute; top: 0px; left: 0px; background-color: #ffff9f; padding: 5px; border: 1px solid brown; display: none; /* style="border:1px solid #000000;" */ //style pour border les cadres div }