/* Définition des styles globaux de la page */
body
{
	background-color: #FFECB1;
    background: linear-gradient(0deg,#ffffff, #FFECB1);
	font-family:  'Comic Sans MS', Arial, Verdana, sans-serif;
	font-size: 1em;
	color: #000000;	
}

a
{
	color:#004280;
    text-decoration:none;
}

a:hover, a:active
{
	color:#004280;
    text-decoration:none;
    background-color: #CBB162
}

a:visited
{
	color:#911b00;
    text-decoration:none;
    background-color: #CBB162
}


img{
	margin:0;
	padding:0;	
}


#main{
    margin-left: 50px;
}



.haut{
	width:700px;
	height:54px;
	margin:10px;
}


.flexible{
    display:flex;
    flex-wrap: wrap;
}

h1{
    height:70px;
    background:url("2024soustitre.png");
    background-repeat: no-repeat;
	background-position: top left;
    margin-left: 75px;
    padding-left:25px;
    font-weight: bold;
    font-size: 1.6em;
}

.boite{
    width: 250px;
    min-height: 120px;
    border: 3px double #8b0828;
    border-radius: 10px;
    padding: 5px;
    display:grid;
    grid-template-columns:75px 150px; 
    align-items: center;
}



.texteboite{
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
}

boite img{
  display: block;
    margin-left: auto;
    margin-right: auto;
}

.liens{
    border: 2px solid #8b0828;
    border-radius: 5px;
    padding:1px 1px 1px 2px;
    margin:2px;
    text-align: center;
    font-size: 0.8em;
}

a.liens2{
    padding:1px 1px 1px 2px;
    margin:2px;
    text-align: center;
    font-size: 0.8em;
    color: #3F6F9C;
    
}

