/* DOCUMENT CSS */

h1{
    font-size: 25px;
}

h2{
    font-size: 20px;
}


header{  
	
    width: 99%;
    height: 11%;
    background-color: #58D68D;
	border: 3px red double;
	box-shadow: 3px 3px 0px red;
 }
#marge
{
	position: absolute;
	top: 0px;
	border: 3px red double;
	box-shadow: 3px 3px 0px red;	
	width: 25%;
    height: 11%;
    background-color: #85C1E9;
}

#titre
{
	position:absolute;
	right: 5px;
	top: 0px;
	width: 73%;
    height: 11%;
    background-color: #55B5F7;
	border: 3px red double;
	box-shadow: 3px 3px 0px red;
	overflow: auto;
}

/*#connexion
{
	position:absolute;
	right: 0px;
	top: 0px;
	float: right;
	width: 23%;
    height: 10%;
    background-color: #85C1E9;
	border: 3px red double;
	box-shadow: 3px 3px 0px red;
}*/

body{
    width:100%;
	height:100%; 
    position:absolute;
	font-family: Times, "Times New Roman", Georgia, serif;
	
	background-color: #229954;
}

nav { 
  position: absolute;
  height:73%;  
  width: 25%;
  left: 0%;
  border: 3px red double;
    box-shadow: 3px 3px 0px red;
	color: white;  	
  top: 13%;
  background-color:white;
  font-size: 20px;
  color: black;
  overflow: auto;
}

#x1,#x2,#y1,#y2 {
	width: 3em;
  }

section{
    width: 73%;
    height: 73%; 

	
    color: black;
	position:absolute;
    top: 13%;
	right: 5px;
    background-color: white;
	overflow: auto;
	word-wrap: break-word;
	border: 3px red double;
    box-shadow: 3px 3px 0px red;
    font-size: 20px;
}

#competences{
   width: 100%;
   border: 3px black double;
   margin-top: 0%;
   margin-bottom: 20%;
}

#formations{
    width: 100%;
    border: 3px black double;
    margin-top: 0%;
    margin-bottom: 20%;
 }

 #experiences{
    width: 100%;
    border: 3px black double;
    margin-top: 0%;
    margin-bottom: 20%;
 }
 
 

canvas{
	background-color:white;
	border: 3px red double;
	width: 100%;
}

/*aside{
    width: 23%;
    height: 73%;
	font-size: 20px;
	color: black;
	position:absolute;
    top: 13%;
    right: 0px;
    background-color: greenyellow; 
	border: 3px red double;
	box-shadow: 3px 3px 0px red;
	word-wrap: break-word;
	overflow: auto;
}*/

footer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: black;
    width: 99%;
    height: 11%;   
    background-color: #58D68D;
    border: 3px red double;
    box-shadow: 3px 3px 0px red;
    
    
}

#info
{
	position: absolute;
	top: 0px;
	
	right:0px;
	border: 3px red double;
	box-shadow: 3px 3px 0px red;	
	width: 73%;
    height: 87%;
    background-color: #DC7633;
    color: black;
    overflow: auto;
}
#contact
{
	position: absolute;
	top: 0px;
	left: 0px;
	color: black;
	border: 3px red double;
	box-shadow: 3px 3px 0px red;	
	width: 25%;
    height: 86%;
    background-color: white;
    overflow: auto;
    
}
#autre
{
	position:absolute;
	right: 5px;
	top: 0px;
	
	width: 73%;
    height: 86%;
    background-color: white;
    color: black;
	border: 3px red double;
	box-shadow: 3px 3px 0px red;
	overflow: auto;
}


/*table { 
  border: 1px solid black;
  color: black;
}*/
article
{
	margin: 20px;
}
table{
	margin: 1px;
	color: #000;
}
th, td {
  border: 1px solid black;
  color:blue;
  background: white;
}	
