Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @font-face{
- font-family: "Justus";
- src: url('../Justus-Oldstyle/Justus-Roman.ttf');
- }
- #titre1{
- font-family: "Justus";
- margin-bottom: 3px;
- margin-left:auto;
- margin-right:auto;
- text-align:center;
- }
- body{
- background-image :url("../background.png");
- background-size: 100%;
- background-attachment:fixed;
- background-repeat: no-repeat;
- background-position:bottom;
- }
- #div1{
- color:#FFFFFF;
- background-color:rgba(128, 128, 128, 0.5);
- margin-left:20%;
- margin-right:20%;
- border-radius: 10px;
- position:relative;
- margin-top: -5%;
- z-index:5;
- }
- #hr1 {
- margin-top:20px;
- }
- h1 {
- margin-left:5%;
- margin-bottom:1%;
- }
- article{
- margin-left:5%;
- margin-right:5%;
- padding-bottom:10%;
- padding-top:10%;
- font-family: "Justus";
- }
- nav{
- padding-bottom:5%;
- }
- ul li{
- vertical-align:top;
- position:relative;
- }
- ul li a:hover {
- background-color:red;
- }
- ul li ul li a:hover {
- background-color:white;
- }
- ul > li > ul{
- display:none;
- }
- ul > li > ul:target{
- display:block;
- padding-left:1%;
- margin-right:50%;
- width:100px;
- position:absolute;
- }
- li {
- display:inline-block;
- }
- li:hover{
- }
- #lien {
- }
- ul li a:link{
- font-family: "Justus";
- color:black;
- text-decoration:none;
- }
- #image {
- width:10%;
- right:0;
- position:fixed;
- bottom:0;
- }
- #ul1 {
- margin-left:auto;
- margin-right:auto;
- text-align:center;
- }
- #barre {
- color:gray;
- width:25%;
- margin-top:10px;
- }
- #barre2 {
- color:gray;
- width:25%;
- }
- #bouton{
- border:none;
- background-color:white;
- top: 10%;
- }
- #bouton:selection {
- background-color:white;
- }
- #div2{
- color:#FFFFFF;
- background-color:rgba(128, 128, 128, 0.5);
- margin-left:80%;
- margin-right:5%;
- border-radius: 10px;
- position:absolute;
- z-index:2;
- top:6%;
- }
- h2 {
- margin-left: 5%;
- }
- #imagee:hover,
- #imagee:focus
- {
- transform: scale(1.2);
- }
- #imagee
- {
- margin-left:5%;
- width: 30%;
- }
- #barre3
- {
- margin-left: 5%;
- margin-right:8%;
- border-color: grey;
- }
- #tel
- {
- width: 10%;
- right:0;
- position: absolute;
- }
- #text
- {
- margin-right: 5%;
- margin-left: 5%;
- padding-bottom: 5%;
- }
- #imageso {
- margin-left: 10%;
- margin-bottom: 5%;
- }
- #text2
- {
- margin-left: 5%;
- }
- .imagesolitide
- {
- margin-left: 5%;
- margin-right: 50%;
- width: 83%;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement