/***************************************************************************** /
/  _   _       _            _____  _____                _   _                  /
/ | \ | |     | |          / ____|/ ____|              | | (_)                 /
/ |  \| | __ _| |_ ___ _ _| (___ | |     _ __ ___  __ _| |_ _  ___  _ __  ___  /
/ | . ` |/ _` | __/ _ \ '__\___ \| |    | '__/ _ \/ _` | __| |/ _ \| '_ \/ __| /
/ | |\  | (_| | ||  __/ |  ____) | |____| | |  __/ (_| | |_| | (_) | | | \__ \ /
/ |_| \_|\__,_|\__\___|_| |_____/ \_____|_|  \___|\__,_|\__|_|\___/|_| |_|___/ /
/																			   /
/******************************************************************************/

body
{
    text-align 				: justify;
    margin : 2;

    
}
main
{
        float: left;
    width : 50%;
}
.login_img
{
    float: right;
}

table
{
	text-align 				: justify;

}

h1, a, h2, h3
{
   font-family     : monospace; 
}

tr, td, th
{
    font-family     : monospace;
    text-align 		: justify;
    padding-right   : 10px;
    padding-left   : 10px;
}

td:nth-child(2)
{
    padding-right   : 30px;
}
.repeat
{
	text-align 				: center;
	margin-left				: 45%;
}

a
{
    color                   : #87CEFA;
}
a:checked
{
    color                   : #87CEFA;
}
a:visited
{
    color                   : #87CEFA;
}

@media screen and (max-width: 1000px)
{
    main
    {
        width: 100%;
        float :left;
		margin-right : 5%;
    }
    .login_img
    {
        float: left;
    }
    
    body
    {
        width: 100%;
		padding-right : 50px;
    }
    table
    {
        font-size: 13px;
    }
    .descriptiontaille
    {
        max-width: 73px;
    }
	h3
	{
		margin-right : 5%;
		margin-right : 50px;
	}
}