body
{
	background-color: #fafafa;
	height: 100%;
	font-family: sans-serif;
	color: #333333;
	font-size: 15px;
	margin-top: 5px;
    	margin-bottom: 5px;
    	margin-right: 5px;
    	margin-left: 5px;
	font-size: 12px;
}



h1, h2
{
	color: #262626;
}

div ul
{
	line-height: 1.6;
}


.container-fluid
{
	display: block;
}

.stage
{
    font-weight: bold;
		color: navy;
}

.sans
{
	list-style-type: none;
}

.sans0
{
	padding: 0;
	list-style-type: none;
}

/* css de l'index */
#index {
	background-color: white;
	border-radius: 5px;
	position: static;
	width: 160px;
	margin-bottom: 25px;
}
@media (min-width: 1000px) {
	#index {
		position: fixed;
		border-color: #ecf0f1;
		border-right-style : solid;
		border-right-width: 0px;
		box-shadow: 0px 0px 10px grey;
	}
}
#index ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
}
#index li a{		
		display: block;
		color: #3a4888;
		padding: 10px;
}
#index li a:hover{
		text-decoration: none;
		color: black;
		background-color: white;
}
.nav-bar
{
	background-color: white;
}

.nav-bar:hover
{
	background-color: red;
}

.nav-bar:visited
{
	background-color: white;
}

.nav-bar:active
{
	
}



#contenu-page
{
	background-color: ;
	color: black;
	padding: 10px;
	
}
#texte-contact
{
	background-color: ;
	color: black;
	
}


#bordure-colonne-gauche
{
	border-color: #ecf0f1;
	border-left-style : solid;
	border-left-width: 1px;
	box-shadow: -1px 0px 0px black;
	
}
#bordure-colonne-droite
{
	border-color: #ecf0f1;
	border-right-style : solid;
	border-right-width: 1px;
	box-shadow: 1px 0px 0px black;
	
}



.bouton-langue
{
	margin-left: 500px
	
}

.separation-titre
{
	box-shadow: 0px 0.50px 2px black;
}


/* image */

.responsive-glow {
	left:0;
	right:0;
	width: 100%;
	box-shadow: 10px 10px 10px grey;
}




