#partie4{
		background-color: #f4dcbd;
}

#partie4a{
	background-color: white;
	padding-left:3em;
	padding-right:3em;
}
	#partie4a h3{
			padding-top:1em;
			margin-bottom:2em;
			font-size:1.6em;
			line-height:1.5em;
			text-align:left;
			color:#333;
		 text-transform:uppercase;
		  text-shadow: 0.05em 0.02em 0.07em gray;
		}
	#partie4a .signe{
		text-align:right; 
		line-height:1.4em;
		font-size:0.8em;
		padding-left:60%; 
	}
	#partie4a .effetexte{
		font-family:kreon, garamond, serif;
		font-weight:600;
	}
	.small{
		padding-top:4em;
		padding-left:-1.2em;
		margin-bottom:0.5em;
		font-size:0.8em;
		line-height:1.8em;
		text-align:left;
		color:#333;
		text-transform:uppercase;
		text-shadow: 0.01em 0.01em 0.01em gray;
	}
	.textright{
	padding-top:2%;
		padding-left:45%;
	}
	.textleft{
		padding-top:2%;
		padding-right:45%;
	}
	.textcenter{
		text-align:center;
		padding-top:2%;
		padding-left:20%;
		padding-right:20%;
	}
											/*//////////////////////
													PARTIE SUIVANTE
										//////////////////////*/
											.partiesuivante{
												float:right; 
												text-align:right; 
												padding-right:1em; 
												padding-top:0.7em;
											}
												.partiesuivante a{
													-webkit-transition: all 0.2s linear;
													-moz-transition: all 0.2s linear;			
													-o-transition: all 0.2s linear;
													-ms-transition: all 0.2s linear;
													transition: all 0.2s linear;
												}
												.partiesuivante a:hover{
													color:inherit;
												  text-shadow: 0.1em 0.02em 0.1em gray;		
												}
										/*//////////////////////
													PARTIE PRECEDENTE
										//////////////////////*/
											.partieprecedente{
												float:left; 
												text-align:left; 
												padding-left:1em; 
												padding-top:0.7em;
											}
												.partieprecedente a{
													-webkit-transition: all 0.2s linear;
													-moz-transition: all 0.2s linear;			
													-o-transition: all 0.2s linear;
													-ms-transition: all 0.2s linear;
													transition: all 0.2s linear;
												}
												.partieprecedente a:hover{
													color:inherit;
												  text-shadow: 0.1em 0.02em 0.1em gray;		
												}
@media only screen and (min-width: 400px) {
	img{
	
	}
	
}

@media only screen and (min-width: 700px) {
}

@media only screen and (min-width: 900px) {
	img{
		width:65%;
	}
}

@media only screen and (min-width: 1100px) {
	img{
		width:50%;
	}
}

@media only screen and (min-width: 1280px) {
	img{
		width:55%;
	}
}
