@media screen and (max-width : 760px)

{
	
img {
	max-width: 100%;
	}
	
/* En-tête */
.header {
	display:table;
	padding: 10px 0;
	background-color: rgba(234, 234, 234, 1);
	height: auto;
	width: 100%;
}
.headergauche {
	display: table-cell;
	width: auto;
	vertical-align: middle;
	padding-left: 10px;
}
.logo {
	height: 110px;
	width: auto;
}
.headerl1 {
	width: 185px;
	padding-right: 5px;
	margin-left: auto;
}
.headerl2 {
	width: 185px;
	padding-right: 5px;
	margin-left: auto;
}
.headerl3 {
	width: 185px;
	padding-right: 5px;
	margin-left: auto;
}
.logod1img, .logod2img, .logod3img {
	display: table-cell;
	height: 35px;
	width: auto;
	vertical-align: middle;
}
.logod1txt, .logod2txt, .logod3txt {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	color: #555;
	font-style: oblique;
	font-size: 14px;
}

/* Ligne de boutons */
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
		max-height: 35px;
		line-height: 35px;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
#slideshow {
	position:relative;
	width: 0px;
	height: 0px;
	margin:  0px auto;
	overflow: hidden;
}

/* Description */
.contenu {
	display: block;
	width: 100%;
	margin: 0px 0px 10px 0px;
	}
.descrigauche {
	display: block;
	width: 300px;
	height: auto;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
}
.photoarticle {
	max-width: 100%;
	height: auto;
	margin: 10px 0;
}
.descridroit {
	display: block;
	vertical-align: middle;
	padding: 0 8px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
/* Pied de page 1 */
div#piedpage1 {
	height: 35px;
	width: 100%;
    background-color: #555;
    display: table;
	}
div#entetevideo {
	color: #fff;
    text-align: center;
    vertical-align: middle;
    display:table-cell;
    text-decoration: none;
	letter-spacing: 1px;
	}
/* Pied de page 2 */
.piedpage2 {
	display: table;
	width: 100%;
	height: auto;;
	padding-top: 30px;
	color: #555;
	background-color: #333333;
}
.colonne1, .colonne2, .colonne4 
{
	display: table-cell;
	text-align: center;
	width: 25%;
	height: auto;
}
.colonne3
{
	display: none;
}
.imgpiedpage {
	max-width: 70px;
	height: auto;
	padding-top: 10px;
}
.contact {
	padding: 10px 5px;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: #cccccc;
}
.entetepied {
	color: #cccccc;
	font-size: 14px;
	font-style: oblique;
}
}
