div.blocnotes
		{
		margin: 3%;
		padding: 1%;
		background-color:#C2D5FF;
		border:1px solid #000;
		border-radius:5px;
		-webkit-border-radius:30px;
		-moz-border-radius:30px;
		margin-bottom: 2em;
		}

p.blocnotes_titre
		{
		font-size: 30px;
		font-family: Apple Chancery, cursive;
		font-weight: bold;
		text-align: center;
		margin: 10px;
		}
		
p.blocnotes_corps
		{
		text-align: justify;
		margin-right: 10px;
		margin-left: 21px; /*62*/ /*43*/
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 16px;
		}

p.indent	{
		text-indent: -2em;
		}
		
p.blocnotes_corps_niv_6
		{
		text-align: left;
		margin-right: 10px;
		margin-left: 60px; /*100*/
		margin-top: 10px;
		margin-bottom: 10px;
		/*text-indent: -2em;*/
		}

p.blocnotes_osm
		{
		text-align: left;
		margin-right: 270px;
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		}

.h2blocnote
		{
		font : 100% georgia, palatino, serif;
		font-weight : bold;
		font-size : 30px;
		margin-left : 20px;
		}


h3.botw		{
		margin-left : 40px;
		padding : 0;
        		}

h4
		{
		}

		
img.article
		{
		width : 350px;
		margin-left : 3%;
		border-radius: 10px;
		}



		
p.liste_menu
		{
		margin-left : 0px;
		}

table.NoBorder
		{
		border : 0px;
		}
		
		
.logoFF
		{
		width : 100px;
		}

.TDcenter
		{
		text-align: center;
		border-left: 1px solid #000;
		padding : 5px;
		}
		
.TRBorder
		{
		border-bottom: 1px solid #000;
		}


img.petit
	
		{
		width : 150px;
		}
		
ol
		{
		list-style-type: none;
		counter-reset: compteur;
		}
ol li
		{
		counter-increment: compteur;
		}
ol li::before
		{
		margin-right: 1rem;
		content: "" counter(compteur) ")";
		color: green;
		}
		
li
		{
		padding-left: 10px;
		list-style-type: none;
		font-size : 16px; /*15pt;*/
		line-height: 1.6;
		}


ul
		{
		margin-left : 10px;
		padding-left: 10px;
		list-style-type: none;
		font-size : 16px;
		}
		
.menu		{
		padding-left : 10px;
		margin-left: 0px;
		}
		
ul.list
		{
		margin-left : 45px;
		margin-top : 0;
		padding-left: 10px;
		list-style-type: none;
		font-size : 15pt;
		}
		
#div_en_haut_a_droite
		{
		position : fixed;
		right : 32px;
		top : 22px;
		}
		
.adresse	{
		table-layout: fixed;
		width: 95%;
		}
		
.deuxcolonnes	{
		column-count: 2;
		column-rule: 1px solid rgb(75, 70, 74);
		}
		
#div_menu_contraste
		{
		position : fixed;
		padding-left : 0;
		bottom : 80px;
		}
		
.icon-handicap
		{
		font-family: 'Material Icons';
		}

.material-icons {
		font-family: 'Material Icons';
	        font-weight: normal;
	        font-style: normal;
	        font-size: 24px;
	        line-height: 1;
	        letter-spacing: normal;
	        text-transform: none;
	        display: inline-block;
	        white-space: nowrap;
	        word-wrap: normal;
	        direction: ltr;
	        -moz-font-feature-settings: 'liga';
	        -moz-osx-font-smoothing: grayscale;
		}
