section {
	overflow: hidden;
	color: rgb(102,102,102);
	margin: 0px;
	padding-left:0px;
	padding-right:1px;
	background-image: url("Images/background.jpg");
    background-repeat: no-repeat; /* Le fond ne sera pas répété */
	background-position: center bottom;
	/*background-size: cover;*/
}
div#colonne1 {
    float: left;
    width: 19%;
	overflow: hidden;
	list-style-type: none ;
	margin: 0 ;
	padding: 0 ;
	line-height:1.0;
}
div#colonne1 li{
	width: 100%;
	margin-right: 2px ;
	line-height: 2em;
	border-top: 1px dashed rgb(140,140,140); /*grisclair*/
}
div#colonne1 li a{
	display: block;
	line-height: 1.8em ;
	padding: 4px 0;
	text-decoration: none ;
	font-weight: normal;
	font-size: smaller;
}
div#colonne1 ul{
	list-style-type: none;
	margin-top: 5px;
	padding-left: 2px;
}
div#colonne1 li a:hover, div#colonne1 li a:focus, div#colonne1 li a:active {
	text-decoration: underline ;
	font-weight: bold;
}
div#colonne2 {
    float: right;
    width: 20%;
}
div#colonne2 img {
	max-width: 100%;
	height: auto;
}
div#centre {
	min-height: 450px; /*pour que le trait de gauche soit sur toute la hauteur de la page peu impotre le contenu du centre*/
    margin-left: 20%;
    margin-right: 21%;
	border-left: 1px solid rgb(140,140,140);
	text-align: center;
}
div#centre_et_col{
	min-height: 450px; /*pour que le trait de gauche soit sur toute la hauteur de la page peu impotre le contenu du centre*/
    margin-left: 20%;
    margin-right: 1%;
	border-left: 1px solid rgb(140,140,140);
	text-align: center;
}
.PremierMot {
    font-size: 1.2em;
	color: rgb(204,51,51);
}
h1{
	font-size: 1.1em;
	color: rgb(102,102,102); /*grey;  rgba(204,51,51);*/
	text-align: center;
}
div#centre p {
	text-align: center;
	margin-top: 80px;
	}
section a {font-weight: bold;color: rgb(204,51,51);}
section a:hover{color: rgb(102,102,102);}

@media (max-width: 767px) {
	div#colonne1{
		width:100%; /*permet de faire passer la colonne centre en dessous*/
	}
	div#colonne2{
		width:0; /*vue que non visible sur smartphone, largeur à zéro pour récupérer l'espace.*/
	}
	div#centre{
		margin-left : 0%; /*sans marge car en dessous de colonne1*/
		margin-right: 0px;
	}
	div#centre_et_col{
		margin-left : 0%; /*sans marge car en dessous de colonne1*/
		margin-right: 0px;
	}
}

@media (min-width: 768px) and (max-width:960px) {
	div#colonne1{
		width : 172px;
	}
	div#centre {
		margin-left: 173px;
	}
}