body {
    background-color: #222;
    color: #AAA;
    font-family: Arial,Helvetica,sans-serif;
}

img {
    border: none;
} 

#container {
  text-align: center;
}


#partage {
    
}

#partagez {
    margin-bottom: 10px;
}

#footer {
    position: absolute;
    bottom : 10px;
    width: 99%;
    font-size: 70%;
}

#footer a {
    color: #AAA;
}

/* home */
h1 {
    font-size: 400%;
    margin-top: 60px;
}

#slogan {
    font-style: italic;
    font-size: 200%;

    margin-bottom: 50px;
}

#social {
  width: 500px;
  margin: 0 auto;
  display: table;
}


#social #partage {
  display:table-cell;
  width: 250px
}

.st_class {
  color: #AAA;
  font-style: italic;
}

#create {
    margin: 0 auto;
    width: 800px;
    height: 200px;
    padding: 5px; 
    background-color: #1A1A1A;
    margin-top: 80px;
    margin-bottom: 60px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
#create-message {
    font-size: 140%;
    margin-bottom: 150px;
}

#create-message #message {
    font-size: 140%;
    margin-left: 5px;
    margin-right: 5px;
}

/* message page*/
#cestnul {
    height: 150px;
    font-size: 600%;
    margin-top: 100px;
    margin-bottom: 100px;
}

#cestnul a{
    text-decoration: none;
    color: #AAA;
}

#nul {
    display:none;
}

#link {
    margin-bottom: 20px;
}

#short_url {
    width: 115px
}
