@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Damion&family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Galada&family=Lobster&family=Seaweed+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,400;0,800;1,400;1,800&display=swap');
html {
        font-size:100%;
}

body {
       background:#DFDFDF;
        font-family: Mulish,"Helvetica Neue",sans-serif;
        font-size:1em;
        line-height:1.4em;
        margin:0px;
        color:#333333;
		text-decoration:none;
}

a{
			outline:none;
}


ul.small, li.small {
font-size:0.9em;	
}

#global {
        width:1300px;
        margin-left:auto;
        margin-right:auto;
        background-color:#ffffff;
		

}
#entete {
        width:1260px;/* 1500 moins le padding */
		height:345px; /* 385 moins le padding */
		background: url("img/bandeau01.jpg") no-repeat scroll 0 0 ;
		color:#333333;
		padding: 20px;
	

}

#entete h1{
	font-weight:bold;
	font-size:1.1em;
	padding:0;
	margin:0;

}

.liensaccueil a {
	font-weight:bold;
	font-size:1.1em;
	color: #c55a9e;	
	
}




.liensaccueil a:hover {
	font-weight:bold;
	font-size:1.1em;
	color: #eeeeee;	
	text-decoration: underline;
	
}







#contenu {

	border-left:1px solid #D2D2D2;
	overflow:hidden;
	min-height: 1000px;
	background:url(img/contenu_fond.gif) repeat-x;
	background-position: bottom left;
	padding: 40px 80px 200px 80px;
	font-size: 1.2em;
	
}

#contenu h1
 {
	font-family: 'Courgette', cursive;
	color: #F39200;
	clear: both;
}

#contenu h2
 {
	font-family: 'Courgette', cursive;
	color: #7BAF38;
	clear: both;
}

#contenu p
 {
	line-height: 1.8em;
}

#contenu ul
 {
	padding:0 0 0 20px;
	margin:0;



}

#contenu img.gauche{
	float:left;
	border:0px;
	padding: 10px 40px 10px 0;
	clear:both;
}

#contenu img.droite{
	float:right;
	border:0px;
	padding: 10px 0 10px 40px;
	clear:both;
}





 .encadre{

	border: 1px solid #866DAE;
	background:#FFF;
	font-size:0.9em;
	line-height:1.4em;
	padding:15px;
	margin-bottom:20px;
	 color: #866DAE;


}


#piedpage{
 	clear:both;
	padding:10px 80px;
	margin: 0;
	background:#866dae;
	color:white;
	font-size:1.2em;
	line-height:1.4em;


}




#piedpage a{
	color:white;
	text-decoration:none;
}



#piedpage a:hover{
	color:white;
	text-decoration:underline;
}



.ligneorange{
	border-top: 1px dashed #F39200;
	border-bottom:none;
	border-left:none;
	border-right:none;
	margin-top:20px;

}

.ligneverte{
	border-top: 1px dashed #7BAF38;
	border-bottom:none;
	border-left:none;
	border-right:none;
	margin-top:20px;

}

.lignebleue{
	border-top: 1px dashed #009FE3;
	border-bottom:none;
	border-left:none;
	border-right:none;
	margin-top:20px;

}
.ligneviolette{
	border-top: 1px dashed #866DAE;
	border-bottom:none;
	border-left:none;
	border-right:none;
	margin-top:20px;

}


.disciplines {
	background-color:#009FE3;
	color:white;
	font-size:1.4em;
	font-weight:bold;
	padding:8px;
	margin-bottom:5px;
	font-family: 'Courgette', serif;
	display: inline;


}





#menu {
	background:#7baf38;
	border-top: 1px solid #FFFFFF;
	width: 1300px; /* 150 moins le padding gauche et droite */
 	display: flex;/* comportement visuel de cellule */
  	justify-content:center;
	/*padding-top: 1.8em;
	font-variant: small-caps;*/
	font-family: 'Courgette', cursive;


}
#menu ul, li {
	

}

ul.topnav {
	font-size:1.5em;

	list-style: none;
	padding:0 ;
	margin: 0;
	float: left;

	
}






ul.topnav li {
	
	float: left;
	margin: 0;

	position: relative;
	z-index:1;
	/*background-color: red;*/
}
ul.topnav li a{
		
	padding: 20px 20px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	


}
ul.topnav li a:hover{
	
		outline:none;
		background-color:#7baf38;;
}


#encadrevert {
	
	color: white;
	font-family: 'Courgette', cursive;
	background-color: #7baf38;
	line-height: 1.4em;
	font-size:1.7em;
	padding: 20px;
	text-align: center;
	border-radius: 30px;
	margin-top: 0;
	
	
}
