﻿/*BALISES*/
nav 
{
    margin-left: 30px;
    margin-top: 100px;
}

li a 
{
    color: #000;
    display: block;    
    font-family: DejaVu Sans Mono, monospace;
    font-size: 25px;
    height: 100px;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;

}
    li a:hover 
    {
        background-color: #555;
        color: white;
    }
    
ul 
{
    background-color: #f1f1f1;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
}

/*ID*/
#Body
{
    display: flex;
    justify-content: space-between;
}

#B_Sauvegarder 
{
    text-align: center;
}

    #B_Sauvegarder input 
    {
        height: 50px;
        width: 140px;
    }

#Classes {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

    #Classes input 
    {
        text-align: center;
    }

#College
{

}

#Cont 
{
    display: flex;
    justify-content: space-between;
}

#Con_3 
{
    display : flex;
    flex-direction: column;
    width : 190px;
    margin-top: 100px;
    margin-left: 30%;
}

#Lycee_General
{

}

#Mot_Non_C 
{
    background-color: #f8f8f8;
    border: 2px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    height: 75px;
    padding: 12px 20px;
    resize: none;
    width: 100%;
}

#Script 
{
    background-color: #f8f8f8;
    border: 2px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    height: 350px;
    padding: 12px 20px;
    resize: none;   
    width: 100%;
}

#Tab td 
{
    height: 50px;
}

#Text_Tab1 
{
    height: 100%;
    width: 100%;
}

#Text_Tab2 
{
    height: 100%;
    width: 100%;
}

#Titre_Act 
{
    font: bold 30px arial;
}

#Titre_Act_Con 
{    
    background-color: #f8f8f8;
    border: 2px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 12px 20px;
    width: 700px;

}

#T_Description
{
    background-color: #f8f8f8;  
    border: 2px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    height: 150px;
    padding: 12px 20px;
    resize: none;
    width: 100%;
}

#Titre_Menu 
{
    font: bold 30px arial;
    margin-left: 5%;
}

#Visibilite
{
}

#Con_2{
    float: left;

}



form{
    justify-content: center;
    width: 500px;
}
/*CLASSES*/
