@charset "utf-8";
/* CSS Document */
body{
	background-color: #4A6850;
}
#titre{
	background-image: url(../trot_titre.svg);
}

/*Navigation 2*/
.imagespect{
	background-image: url(../trot.png);
}
/*Contenu*/
.contenu{
	width: 90%;
	margin: 0 auto;
	color: rgba(24,46,29,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(../NR_Vienne.png);
	background-size: contain;
	background-repeat: no-repeat;
}
#so{
	margin: 10px;
	height: 150px;
	background-image: url(../SO_charente.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;
}

@media screen and (min-width: 980px){
	/*contenu*/
	.logos{
		width: 80%;
		margin-top: 150px;
	}
	#dp{
		width: 400px;
		height: 100px;
		margin: 0px;
		background-image: url(../LDMidi.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
	#nr{
		width: 400px;
		height: 100px;
		margin: 0px;
		background-image: url(../NR_Vienne.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
	#so{
		margin: 0px;
		width: 200px;
		height: 200px;
		background-image: url(../SO_charente.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
}