 /******** GENERAL STYLES ********/
html{
    height: 100%;
}
body{
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
	margin:0px;
    padding:0px;
    text-align: justify;
    height: 100%;
    background-color: white;
}
a {
	color: #0066FF ;
	font: 1em 'Century Gothic', CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
	line-height: 1em ;
	text-decoration: underline ;
}
a:hover {
	color: #f40 ;
	font: 1em 'Century Gothic', CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
	line-height: 1em ;
	text-decoration: underline ;
}
.mille{
width:1000px; 
margin: 0 auto;
position:relative; 
height:auto;
}
.mille .cellule{
	vertical-align: top;
	width:30%;
	padding: 15px;
	border-collapse: collapse;
	background-color: #005E8A;
	border-radius: 10px;
	font: 0.8em 'Century Gothic', CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
}
.mille .cell{
width:5%
border-collapse: collapse;
}
.milletab{
width:1000px; 
margin: 0 auto;
position:relative; 
height:auto;
border:0px solid;
border-collapse:collapse;
}
.milletab .cel1, .milletab .cel3, .milletab .cel4, .milletab .cel6{
width:300px;
}
.milletab .cel2{
width:400px;
margin-left:30%;
}
.milletab .cel5{
width:400px;
text-align: center;
}
.milletabprog1, .milletabprog2, .milletabprog3{
width: 1000px;
margin: 0 auto;
font: 1em 'Century Gothic', CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
border-collapse:collapse;
}
.milletabprog1 td{
border: 1px;
border-color: #333399;
border-style: solid;
font: 1em 'Century Gothic', CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
color: #333399;
}
.milletabprog2 td{
border: 1px;
border-color: #003300;
border-style: solid;
font: 1em 'Century Gothic', CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
color: #003300;
}
.milletabprog3 td{
border: 1px;
border-color: #550000;
border-style: solid;
font: 1em 'Century Gothic', CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
color: #550000;
}
caisse {
margin: 0px;
}
caisse:first-of-type {
width: 320px;
}
caisse:nth-of-type(2) {
width: 200px;
margin-top: auto;
margin-bottom: auto;
}
caisse:nth-of-type(3) {
width: auto;
margin-top: auto;
margin-bottom: auto;
font-family: 'Century Gothic', CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
	right:30px;
	font-size:35px;
	font-weight: normal;
	color: #e22;
}
@media screen and (max-width : 1150px){
caisse:first-of-type {
display: none;
}
caisse:nth-of-type(2) {
width: 200px;
margin: auto;
padding-top: 15px;
padding-bottom: 15px;
}
caisse:nth-of-type(3) {
display: none;
}
}
@media screen and (max-width : 1000px){
.mille, .milletab, .milletabprog1, .milletabprog2, .milletabprog3{
width:100%;
font: 0.9em 'Century Gothic', CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
}
.mille img{
width:100%;
height:auto;
}
.milletab img{
display:none;
}
.milletab .cel13, .milletab .cel5{
display:none;
}
.milletab .cel2{
width:70%;
margin-left:0%;
}
.mille .cellule, .mille .cell{
display:none;
}
}
/******** HEADER ********/
header{
    width: 100%;
}
.header{
    height:100px;
    background-color: white;
}
@media screen and (max-width : 1000px){
    .header img{
	display:block;
	margin: 0 auto;
    }
    .header h2, .header h3, .header h4, .header h5, .header h6, .header h7 {
	display: none;
    }
}
.header img{
    padding: 2px 0px 2px 15px;
    clear:both;
}
.header h2{
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
    position: absolute;
    top:-5px;
	right:30px;
	font-size:40px;
	font-weight: normal;
	color: #7B8FC5;
}
.header h3{
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
    position: absolute;
    top:10px;
	right:30px;
	font-weight: normal;
	font-size:25px;
	color: #000;
}
.header h4{
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
    position: absolute;
    top:2px;
    right:30px;
	font-weight: normal;
    font-size:25px;
	color: #ff6600;
}
.header h5{
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
    position: absolute;
    top:-6px;
    right:30px;
	font-weight: normal;
    font-size:25px;
	color: #009900;
}
.header h6{
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
    position: absolute;
    top:-22px;
    right:30px;
	font-weight: normal;
    font-size:25px;
	color: #e22;
}
.header h7{
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
    position: absolute;
    top:36px;
    right:30px;
	font-weight: normal;
    font-size:25px;
	color: #03a;
}
/*********************************/
/* petit menu horizontal jeux */
/*********************************/
			#nav {
			    width: 100% ;
				list-style: none ;
				margin: 0 ;
				padding: 0 ;
			}
			#nav li {
				float: left ;
				width: 110px ;
				border-bottom: 1px solid #aaa ;
				border-right: 1px solid #aaa ;
				color: #000 ;
				background-color: RGBa(230, 230, 230, 0.9);
				}
			#nav li a {
				display: block ;
				background-color: RGBa(230, 230, 230, 0.9);
				color: #000 ;
				font: 1em 'Century Gothic', CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
				line-height: 1em ;
				padding: 4px 0 ;
				text-align: center ;
				text-decoration: none ;
				}
			#nav li a:hover, #nav li a:focus, #nav li a:active {
				background-color: RGBa(130, 130, 130, 1);
				color: #fff ;
				}
			#nav #activ a {
				background-color: RGBa(138, 51, 225, 1);
				color: #fff ;
				}
/********* MENU ********/
nav{
    z-index: 1000;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, Verdana, Calibri, 'Source code pro', sans-serif;
    width: 100%;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
    background-color: RGBa(230, 230, 230, 0.9);
}
nav > ul{
    margin: 0px;
    padding: 0px;
}
nav > ul::after{
    content: "";
    display: block;
    clear: both
}
nav li{
    list-style-type: none;
}
nav > ul > li{
    float: left;
    position: relative;
}
nav a{
    display: inline-block;
	text-decoration: none;
}
nav > ul > li > a{
    padding: 20px 15px;
	color: #000;
}
.submenu{
    display: none; 
}
nav li:hover .submenu{
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 0px;
    padding: 0px;
    z-index: 100000;
}
.submenu li{
    border-bottom : 1px solid #CCC;
}
.submenu li a{
    padding: 15px 30px;
    font-size: 16px;
    color:#222538;
    width: 270px;
}
nav > ul > li:hover a{
    padding: 15px 15px 20px 15px;
    color: #FFF;
}
.accueil:hover{
    border-top: 5px solid #647CD2;
    background-color: RGBa(100, 124, 210, 0.55);
}
.gris:hover{
    border-top: 5px solid #444;
    background-color: RGBa(100, 100, 100, 0.55);
}
.orange{
	background-image: url("https://www.pccl.fr/images/globe.png");
	background-origin: padding-box;
    background-repeat: no-repeat;
    background-position: right;
	padding-right: 8px;
}
.orange:hover{
	background-origin: border-box;
    border-top: 5px solid #C89C73;
    background-color: RGBa(200, 156, 115, 0.55);
}
.vert{
	background-image: url("https://www.pccl.fr/images/fr.png");
	background-origin: padding-box;
    background-repeat: no-repeat;
    background-position: right;
	padding-right: 8px;
	}
.vert:hover{
	background-origin: border-box;
    border-top: 5px solid #090;
    background-color: RGBa(0, 160, 40, 0.55);
}
.rouge{
	background-image: url("https://www.pccl.fr/images/globe.png");
	background-origin: padding-box;
    background-repeat: no-repeat;
    background-position: right;
	padding-right: 8px;
}
.rouge:hover{
	background-origin: border-box;
    border-top: 5px solid #e22;
    background-color: RGBa(228, 77, 38, 0.55);
}
.bleu{
	background-image: url("https://www.pccl.fr/images/fr.png"); 
	background-origin: padding-box;
    background-repeat: no-repeat;
    background-position: right;
	padding-right: 8px;
}
.bleu:hover{
	background-origin: border-box;
	border-top: 5px solid #4B6EB4;
    background-color: RGBa(75, 110, 180, 0.55);
}
.submenu li:hover a{
    color:#EEE;
    font-weight: bold;
}
.accueil .submenu{
    background-color: RGB(230, 100, 40);
}
.accueil .submenu li:hover{
    background-color: RGB(210, 77, 60);
}
.gris .submenu{
    background-color: RGB(102, 102, 102);
}
.gris .submenu li:hover{
    background-color: RGB(68, 68, 68);
}
.orange .submenu{
    background-color: RGB(200, 156, 115);
}
.orange .submenu li:hover{
    background-color: RGB(171, 118, 67);
}
.vert .submenu{
    background-color: RGB(90, 170, 90);
}
.vert .submenu li:hover{
    background-color: RGB(73, 140, 73);
}
.rouge .submenu{
    background-color: RGB(213, 77, 77);
}
.rouge .submenu li:hover{
    background-color: RGB(192, 46, 46);
}
.bleu .submenu{
    background-color: RGB(75, 110, 180);
}
.bleu .submenu li:hover{
    background-color: RGB(62, 95, 142);
}
.langue{
float: right;
}
.langue:hover{
float: right;
    border-top: 5px solid #444;
    background-color: RGBa(100, 100, 100, 0.55);
}
.menu-mobile{
	color: #fff;
    background-color: rgba(29, 197, 151, 0.97);
	text-align: center;
	padding: 12px 0;
	display: none;
}
nav input[type=checkbox]{
    display: none;
}
nav input[type=checkbox]:checked ~ ul{
    display: block;
}
@media screen and (max-width : 1000px){
    .menu-mobile {
	display:block;
    }
    nav ul{
	display: none;
    }
    nav ul li, nav ul li a {
	width: 100%;
    text-align: center;
    }
    nav ul li a, nav ul li:hover a{
    padding: 10px 0px 10px 0px;
    }
    nav li:hover .submenu{
    display: block;
    position: static;
    }
	.bleu{
	background-image: url("");
	}
	.orange{
	background-image: url("");
	}
	.vert{
	background-image: url("");
	}
	.rouge{
	background-image: url("");
	}
}
@media screen and (max-width : 360px){
.header img{
	margin: 0 0 0 0;
    padding: 2px 0px 2px 0px;
    clear:both;
}
}