*	{box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	}	
	
body,th,td,p,h,li,dd{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:purple;} 
	
body {
  margin-bottom: 6%;
}

dl,ol,ul {
	line-height: 1.5em;
	}

/* pour centrer element */
#center {
	max-width: 680px;
	margin: 0 auto;
	}

/*styles for landing pages */
.navbar {
    overflow: hidden;
    background-color: purple;
    margin: 0px 0px 0px 0px;
    }
	
.navbar a {
    float: left;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    padding: 10px 15px; 
    text-decoration: none;
    }
    
.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: maroon;
    color: #FFFFCC;
    }
    
.active {
	  background-color: purple;
	  color: white;
	}
	
.navbar .icon {
	  display: none;
	}
	
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
    }
  
[class*="col-"] {
    float: left;
	padding: 15px;
    border: none;
    }
    
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
	}
	
@media only screen and (max-width: 768px) {
	div.hide {display: none;}
    } 
	
@media only screen and (max-width: 768px) {
	  [id|=blind] {display: none;}
	  .navbar a.icon {
	    float: right;
	    display: block;
	    }
	}    

@media only screen and (max-width: 768px) {
	  .navbar.responsive {position: relative;
		overflow: visible;}
	  .navbar.responsive .icon {
	    position: absolute;
	    right: 0;
	    top: 0;
	  }
	  .navbar.responsive a {
	    float: none;
	  }
	}	  

@media only screen and (max-width: 768px) {
	  #mynavbar.responsive {position: relative;}
	  #mynavbar.responsive .icon {
		background-color: purple;
	    position: absolute;
	    right: 0;
	    top: 0;
		}
	  #mynavbar.responsive button {
		background-color: purple;
	    float: none;
	    display: block;
		}
	}	  
	
.dropdown {
	float: left;
	overflow: hidden;
	}

	
.dropdown .dropbtn { 
    border: none;
    outline: none;
    padding: 20px 25px 20px 25px;
    background-color: purple;
    font-size: 14px; 
    color: #FFFFFF;
    font-family: inherit;
	margin: 0;
    }
		
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px;
	}
	
.dropdown-content a {
    float: none;
    color: purple;
    padding: 5px 10px;
    text-decoration: none;
    display: table;
    text-align: left;
    }
	
.dropdown-content a:hover {
	background-color: #d3d3d3;
	color: blue;
	}
	
.dropdown:hover .dropdown-content {
	display: block;
	}
	
.footyellow{
	text-align: center;
	background-color:#FFFFCC;
	color:#000000;
	padding:15px 0px 20px 0px;
	margin:0;
	}

.footpurple{
	text-align: center;
	background-color:purple;
	color:#FFFFFF;
	padding:10px 0px 25px 0px;
	margin:0;
	}
	
img {
	max-width: 100%;
	height: auto;
	border: 0;
	}
	
img:hover {
	border: 1px solid #DDA0DD;}
	
.main{
	background-color: #FFFFFF;
	text-align: justify;
	margin:0 0 1em 0;
	}
  
  
/* pour tables: qualifier table, th, td	-- attention: modifie les rangees en cas de largeur insuffisante */  
.noborder{
	border-style: none;
	border-width: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: inline;
	}

button.noscript {
	width:100%;
    background-color: #FFE4E1;
    border: outset #DDA0DD;
    color: #FFFFFF;
    font-size: 30px;
    padding: 25px 32px;
    margin: 20px;
    text-align: center;
    text-shadow: 2px 2px 4px #000000;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    box-shadow: 10px 10px 5px #DDA0DD;
    }
    
button.noscript:hover {
	color: #FFFFFF;
}
	    	
.overflowtable{
	overflow-x: auto;
    overflow-y: auto;
    }
    
.outline{
	color:purple;
	text-decoration:none;
	}
	
.row {
	background-color:purple;
	z-index: -1;
	}

.row_white {
	background-color:#FFFFFF;
	}
    
/* Clear floats (clearfix hack) */
.row::after {
    content: "";
    clear: both;
    display: block;
    }
    
.smil{
	vertical-align: middle;
	}
    
.tag{
	background-color: red;
	text-align: right;
	font-size: 20px;
	font-weight: 900;
	color: #FAFAD2;
    border: none;
    height: 36px;
    width: 100%;
	padding: 5px 5px;
	margin: 0px 0px 0px 0px;
    display: inline-block;
    cursor: pointer;
    }
    
.bcs{
	font-size:12px;
	font-family:verdana,arial,helvetica,"sans serif";
	color: #000000;
	width: 100%;
	display:inline;
	}

table {max-width: 100%;
	height: auto;
	}
	
table, th, td {
	border: 1px solid purple;
	border-collapse: collapse;
	}
	
th {height: 50px;
	}

th, td {padding: 5px;
	}

tr:hover {background-color: #FFFFE0;
	}
	
/*vertical-align of links in footer*/
.valign{
	vertical-align: text-bottom;
	}
  
/*links default*/	
	a.gen:link{color:blue;text-decoration:underline;}
	a.gen:visited{color:purple;}
	a.gen:hover{color:red;background-color:#FFFF99;text-decoration:none;}
	a.gen:active{color:navy;}

/*links in header*/	
	a.outline:hover{
		color: red;
		background-color: #FFFF99;
		text-decoration: none;
		}
		
/*links in footer*/
	a.foot:link{color:#FFFFFF;text-decoration:none;}
	a.foot:visited{color:yellow}
	a.foot:hover{color:red;background-color:purple;text-decoration:underline;}

/* styles for iframe pages */

iframe {
	border: none;
	overflow: auto;
	}
	
.tag_subject {
	background-color: red;
	text-align: right;
	font-size: 16px;
	font-weight: 900;
	color: #FAFAD2;
    border: none;
    height: 26px;
    width: 100%;
	padding: 5px 5px;
	margin: 0px 0px 0px 0px;
    display: inline-block;
    cursor: pointer;
    }	
    
.noborder_right {
	float:right;
	}
	   
@media only screen and (min-width: 768px) {
	.nav {
		float:left;
		clear: both;
		width: 25%;
		min-height: 450px;		/*height fixed */
		overflow: auto;
	}
	.section {
		margin-left: 25%;
		min-height: 450px;		/*height fixed */
		overflow: auto;
		}
	}
@media only screen and (max-width: 767px) {
	.nav a {
		display: table;
		overflow: auto;
		}
	}

.clearfix {
  overflow: auto;
  display: block;
	}
    
.dropbtn_left { 
    border: none;
    outline: none;
    padding: 5px 5px;
	background-color: #FFFFFF;
    font-size: 14px;
    font-weight: bold; 
    color: purple;
    font-family: inherit;
    margin-right: 50px;
    text-align: left;
    }
    
button:hover {
	color: maroon;
	}  

.red {
	color: red;
	} 
	
.white {
	color: #FFFFFF;
	} 
	
footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
} 

/* pour les listes */
ul.links {
  margin-left: 5px;
  list-style: square outside url('https://stats.areppim.com/ressources/red_arrow.png');
  line-height:150%;}

/* pour presentation alignee des boites */
.border {
	border: solid 1px white;
	display: block;
    padding: 10px;
    margin:10px;
    }	

.paddingbottom {
	padding-bottom: 20%;
}

.paddingextra {
	padding-bottom: 100%;
}

/* For mini graphs_charts to be displayed in iframes */
.minicharts {
	max-width: 100%;
	max-height: 100%;
	border-style: none;
	margin: auto;
	}
.minicharts:hover {
		border: 1px solid #DDA0DD;
		}

button.warning {
	width:100%;
    background-color: #FFE4E1;
    border: outset red;
    color: maroon;
    font-size: 16px;
    padding: 25px 32px;
    margin: 20px;
    text-align: center;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    box-shadow: 10px 10px 5px #DDA0DD;
    }	
    
/* Create two equal columns that float next to each other */
.column {
    float: left;
    width: 50%;
    padding: 10px;
}

.column img {
    margin-top: 12px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Definitions */
.definition {
	color: #FFFFFF;
	background-color: purple;
	font-size: 18px;
	font-weight: 600;
	padding: 4px 0 4px 12px;
	margin-bottom: 16px;
	}
	
/* formules */

.formula {
	position: relative;
	left: 4.5%;
	line-height: 1.5em;
	text-transform: uppercase;
	font-weight: 600;
	}
	
.variable {
	font-style: italic;
	text-transform: lowercase;
	}
	
/* sub-menu */
.submenu {
	color: #FFFFFF;
	background-color: red;
	font-size: 14px;
	font-weight: 600;
	padding: 2px 0 2px 10px;
	margin-bottom: 2px;
	}
