/* Page réalisée par L.boufflers - Novembre 2015 */


#title
{
    text-align: center;
    color: black;
    padding-top: 120px;
    font-family:"arial", fantasy;
    font-size: 32px;
}

body
{
    font-family:"arial", sans-serif; 
    font-size: 14px;
}

.content
{
    float: none;
    width: 950px;
    height: 1050px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    background-color: white;
}

#bulle1, #bulle2
{
    background-image: url(image/bulle.png);
    background-repeat: no-repeat; 
    width: 400px;
    height: 100px;
    text-align: center;
    vertical-align: text-top;
    visibility: hidden;
}


#sheldon
{
    width: 300px;
    position:relative;
    float:left;
    margin-left:auto;
    margin-right: auto;
}


#zonedefile
{ 
    position:relative; 
    width: 950px; 
    height:25px; 
    overflow:hidden;
} 

#textedefile 
{ 
    position:absolute; 
    margin-top:1px; 
    background-color:transparent;
}

button {
     width: 60%;
     height: 60%;
}

#nom
{
    text-align: left;
    padding-left: 50px;
    font-weight: bold;
    padding-bottom: 20px;
}

#systemesolaire
{
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 950px;
}

table, td, tr
{
    border-color: black;
    border-style: solid;
    border:10px;
    align-content: center;
    text-align: center;
    font-size: 16px;
}

#tablesheldon
{
   text-align: center; 
}

#popupaide
{
    width: 400px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 20px;
    text-align: center;
    background-color: bisque;
    visibility: hidden;
    border-style: solid;
    border-color: brown;
}

footer
{
	font-size: 10px;
    display:block;
    color:black;
    text-align: center;
}
	
