		* {
		    font-family: Tahoma;
		    color: rgb(169, 26, 78);
		}

		h1 {
		    text-align: center;
		    font-size: 2.3em;
		    font-weight: 800;
		    text-shadow: 1px 1px 3px rgba(255, 204, 0, 0.804);
		}

		h3 {
		    text-align: center;
		    font-size: 1.8em;
		    font-weight: 500;
		    text-shadow: 1px 1px 3px rgba(255, 204, 0, 0.804);
		}

		body {
		    background-color: rgb(238, 243, 226);
		}

		a {
		    text-decoration: none;
		}

		a:hover {
		    background-color: #f3efef;
		    text-decoration: none;
		    font-weight: bold;
		}

		div[class*="col"] {
		    background-color: rgba(255, 0, 0, 0.2);
		    border-radius: 1em;
		    margin: 0.4em 0em;
		    border: none;
		    min-height: 16em;
		}

		div[class*="col"]:nth-child(2n) {
		    background-color: rgba(0, 255, 0, 0.2);
		    border: solid #ccc 2px;
		}

		div[class*="col"]:nth-child(2n+1) {
		    background-color: rgba(0, 0, 255, 0.2);
		    border: solid rgb(214, 241, 226) 2px;
		}

		.entete>div[class*="col"] {
		    min-height: 6em;
		}

		.right {
		    text-align: right;
		    padding-right: 40px;
		}