@charset "utf-8";
/* CSS Document */
body{
	background-color: #8DB68E;
}
#titre{
	background-image: url(../jul_titre.svg);
}

/*Navigation 2*/
.imagespect{
	background-image: url(../jul.png);
}
.bt1{
  	background-color: #9FAB72;
  	border : 3px solid #5A662B;
}
body > section > nav a{
	color: #F1FFBF;
}
/*Contenu*/
.contenu{
	width: 90%;
	margin: 0 auto;
	color: rgba(90,102,43,1.00);
}
.logos{
	width: 80%;
	margin: 0 auto;
}
#dp{
	height: 100px;
	margin: 0px;
	background-image: url(../LDMidi.png);
	background-size: contain;
	background-repeat: no-repeat;
}
#nr{
	height: 100px;
	margin: 0px;
	background-image: url(../LDMidi.png);
	background-size: contain;
	background-repeat: no-repeat;
}
article{
	background-color: rgba(255,255,255,0.70);	
}
p{
	width: inherit;
	margin: 5%;
	padding: 10px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 1.1em;
	text-align: justify;
}
h2{
	width: 75%;
	margin: 0 auto;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: normal;
	font-size: 1.2em;
	
}
.conttof{
	display: flex;
	flex-flow: column wrap;
	margin: 0 auto;
}
.tof{
	flex: 1 1 auto;
	margin: 0 auto;
	width: 90%;
	min-height: 220px;
	background-image: url(../jul_press_01.gif);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media screen and (min-width: 980px){
	/*contenu*/
	.logos{
		width: 80%;
		margin-top: 150px;
	}
	.tof{
	width: 367px;
	height: 279px;
	}
}