body
{
	background-color: #20366b;
	height: 100%;
	font-family: sans-serif;
	color: #000000;
	font-size: 15px;
}


h1, h2, h3
{
	color: #2d095c;
}


#contenu-page
{
	max-width:1000px;
	margin-bottom:50px;
	background-color:white;
	padding:0px;
	padding-bottom:50px;
}

#nav-bar a
{
  background-color:#dd7777 ;
  border-color:#d65c5c;
}
#nav-bar a:hover{
 background-color:#e69999; 
}

#nav-bar a:active{
 background-color:#e69999; 
}




#lang-bar a 
{
  background-color:white;
  color:black;
}


#lang-bar .active{background-color:#2d095c;color:white;}

#photo
{
  border-left:2px solid black;
}


ul
{
  list-style-type:inherit;
}


.button-style {

    border-radius: 10px;
    display: inline-block;
    margin-top: 15px;
    padding: 5px 20px;
    background-color:#e69999;
    color:black;

}


