/*****************************************************************
**                        STYLES 2022                           **
******************************************************************/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;200;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');

html
{
 background-color: white;
}

body
{
 background-color: white;
 font-family: 'Roboto', sans-serif;
 font-size: 14px;
 /*width: 1280px;*/
 width: 1024px;
 margin: auto;
}

/*****************************************************************
                    BANNIÈRE
*****************************************************************/

div.banniere
{
 margin: 0;
 padding: 0;
 background-image: url("picts/bandeau1024.jpg");
 height: 250px;
 background-size: cover;
 font-family: 'Roboto Condensed', sans-serif;
}

div.banniere p.ap
{
 color: white;
 font-size: 50px;
 text-transform : uppercase;
 margin: 0;
 padding: 20px 0 20px 20px;
 width: 450px;
 text-align: center;
}

div.banniere p.lpi
{
 color: white;
 font-size: 30px;
 margin: 0;
 padding: 20px 0 20px 20px;
 width: 450px;
 text-align: center;
}

div.main
{
}

div.main p
{
 text-align: justify;
}

div.main div.ligne
{
}

div.ligne
{
 clear: both;
}

div.ligne p a
{
 color: black;
 text-decoration: none;
}

div.main div.ligne img
{
 width: 200px;
 float: left;
 border: solid 1px #999;
 margin: 0 10px 10px 0;
}