
body
	{background:#cbcbfa;
	font-family:Arial,Verdanasans-serif;
	}
h1
	{color : white;
	font-size : 200%;
	background : #fbb8f6;
	text-align : center;
	}
h2
	{color : black;
	font-size : 150%;
	background : #e3fdeb;
	text-align : center;
	}
h6
	{color : black;
	font-size : 150%;
	background : #8bf8e7;
	text-align : center;
	}
ul
	{color : black;
	list-style-type : circle;
	}
a
	{color:black;
	}

section
	{border-style : solid;
	border-width : 3px;
	border-color : black;
	}
sec
	{border-style : solid;
	border-width : 3px;
	border-color : black;
	}
table
	{width:25%;}
table, td, th
	{border: solid 2px black;
	border-collapse: collapse;
	border-spacing: 1px;
	}

#texte
	{ text-align : center;
	font-size : 150%;
	}
	
.diff
	{font-weight : bold;
	text-align : right;
	}
ol.niveau1
	{color : black;
	list-style-type : decimal;
	}	
ol.niveau2
	{color : gray;
	list-style-type : lower-latin;
	}

a:hover
	{color:white;
	background:gray;
	}
	        textarea {
            width: 100%;
            height: 200px;
            padding: 10px;
            font-size: 16px;
            border: 2px solid #333;
            border-radius: 5px;
            resize: none;
        }



	