﻿body {
  margin: 0;
  //overflow: hidden;
  width: 100%;
  height: 100%;
  //cursor: none;
  background:#B6D9DF;
  //background: linear-gradient(to bottom, #000 0%, #00FFFF 100%);
	font-family: 'Rajdhani', sans-serif;
}

#header{
	padding:10px;
	//background: linear-gradient( #D9EBEE,#fff);

}
#header h3{
	font-family: 'Rajdhani', sans-serif;
	font-size:1em;
	color: #FF3737;
	font-weight: normal;
}


#copyright{
	font-family: 'Rajdhani', sans-serif;
	position:absolute;
	bottom:0px;
	right:5px;
	z-index:0;
	font-size:0.7em;
}
#copyright a{
	color:#002626;
	text-decoration:none;
}
#contenu{
	background-color: #E1F0F2; 
	width:96%; 
	position:relative; 
	left:2%;	
	padding:3px; 
	border-radius: 10px;
	box-shadow: 5px 5px 5px gray;
	text-align:center;
}
#contenu h1{
	color: #D6E9ED;
	background-color: #029EB1;
}
#contenu h2{
	color: #029EB1;
	text-align:left;
	font-size:1em;
	font-weight:normal;
	padding-left:20px;
	text-decoration:underline;
	//background-color: #029EB1;
}