﻿@charset "UTF-8";
/* CSS Document */

/*_________________________ HAUT DE PAGE */
#silhouette {
	position:absolute;
	left:85%;
	top:7px;
	width:84px;
	height:73px;
}

#divMenu {
	background:#FC0;
	height:80px;
	text-align:center;
	padding:0 10%;
	border-bottom:4px #FFF solid;
	min-width:680px;
	opacity:0.93;
}

.divBoutonMenu {
	float:left;
	margin:0 30px;
	line-height:68px;
}

#divMenu h2 {
	padding:0 10px;
}

#divMenu .actif {
	background:#FFF;
	border-top-left-radius:16px;
	border-top-right-radius:16px;
}

#logo {
	position:absolute;
	top:85px;
	left:12%;
}

#baseline {
	position:absolute;
	top:100px;
	left:12%;
	margin-left:285px;
}

#baseline img {
	width:579px;
	height:60px;
}

#bandeauPhotos {
	position:absolute;
	top:170px;
	width:50%;
	height:180px;
	left:12%;
	margin-left:300px;
	border:1px solid #FFF;
	background:#015101 url(../images/bandeau.jpg) no-repeat center;
}

@media screen and (max-width: 980px) {
	#baseline {
		left:50%;
		margin-left:-289px;
	}
}

@media screen and (max-width: 860px) {
	h2 {
		margin-top:0;
	}
	
	#divMenu {
		padding:0;
		width:100%;
		height:100%;
		min-width:0;
	}
	
	.divBoutonMenu {
		float:none;
		margin:0;
		line-height:28px;
		height:28px;
	}
	
	#divMenu .actif {
		border-radius:0px;
	}

	#bandeauPhotos {
		display:none;
	}

	#logo {
		position:relative;
		text-align:center;
		top:0px;
		left:0;
		width:100%;
	}
	
	#baseline {
		position:relative;
		text-align:center;
		top:-90px;
		left:0;
		width:100%;
		margin-left:0;
	}
	
	#baseline img {
		width:80%;
		height:80%;
	}
	
	.page {
		margin-top:-50px;
	}
}

/*_________________________ CONTENU */

.page h2 {
	border-top:1px solid #95327A;
	padding-top:7px;
	text-align:center;
	font-size:1.3em;
	text-transform:uppercase;
	width:100%;
	color:#95327A;
}

.page .paragraphe {
	margin-bottom:4px;
	background-color:rgba(255, 255, 255, 0.83);
	padding:0.2em 10% 1.8em 10%;
	border-top-left-radius:16px;
}

.page .paragraphe .texte {
	line-height:1.3em;
}

.page .paragraphe figure {
	text-align:center;
	margin-left:0;
	margin-right:0;
}

.page .paragraphe img {
	box-shadow:0 0 2px #909;
	border:1px solid #666;
	max-width:80%;
}

.page .paragraphe figcaption {
	margin-top:5px;
	font-style:italic;
}

.date {
	text-align:right;
	font-style:italic;
}

@media screen and (max-width: 560px) {
	.page .paragraphe img {
		max-width:100%;
	}
}
