div.base {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: #171717;
	padding: 10px 45px;
	margin: 0;
/*	background-color: transparent; */
	background-color: white;
	line-height: 1.7em;
}
div.intro {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: #171717;
	padding: 10px 45px;
	margin: 5px;
/*	background-color: #EEEEEE; */
	line-height: 1.7em;
}
div.intro h2 {
	color: #171717;
}
div.activite {
	font-weight: normal;
	color: #171717;
	padding: 10px 45px;
	margin: 5px;
	background-color: #f9f4cf;
	line-height: 1.7em;
}
div.haraker {
	font-weight: normal;
	color: #171717;
	padding: 10px 45px;
	margin: 5px;
	background-color: #f9f4cf;
	line-height: 1.7em;
	width: 100%;
}
div.noteDeService {
	font-family: Courier, monospace;
	color: black;
	background-color: #f9f4cf;
	padding: 15px 60px;
	margin: 5px;
}
div.courrierJCB {
	font-family: 'Courgette', cursive;
	padding: 10px 45px;
	margin: 5px;
	background-color: LemonChiffon;
}
div.courrierGB {
	font-family: 'Courgette', cursive;
	padding: 10px 45px;
	margin: 5px;
	background-color: LemonChiffon;
}
div.courrierGC {
	font-family: 'Courgette', cursive;
	padding: 10px 45px;
	margin: 5px;
	background-color: LemonChiffon;
}
div.audioVideo {
	padding: 10px 45px;
	margin: 0;
	text-align: center;
	line-height: 1.7em;
}
div.carto {
	color: #171717;
	padding: 10px 45px;
	margin: 0;
	line-height: 1.7em;
}

/* Images et illustrations */
.illustration {
	display: block;
	margin: 0 auto;
}
.photo {
	display: block;
	margin: 0 auto;
	border: 2px solid #ddd;
	border-radius: 4px;
/*	vertical-align: top; */
}
.photo1H {
	display: block;
	margin: 0 auto;
	border: 2px solid #ddd;
	border-radius: 4px;
	width: 60%
}
.photo1V {
	display: block;
	margin: 0 auto;
	border: 2px solid #ddd;
	border-radius: 4px;
	width: 40%
}
.photo2H {
	display: block;
	margin: 0 auto;
	border: 2px solid #ddd;
	border-radius: 4px;
	width: 80%
}
.photoCommentaire {
	text-align: center;
	font-size: smaller;
	font-weight: normal;
}
p.photoCommentaire span {
	font-size: smaller;
	font-weight: normal;
	font-style: italic;
}


table.cadragePhotos {
	width: 100%;
/*	border: solid 1px red; */
}
table.cadragePhotos tr td {
	vertical-align: top;
	text-align: center;

}


table.sigles {
	border: solid 1px #000080;
	margin: auto;
}
table.sigles td li {
	font-size: smaller;
	color: #000080;
	text-align: left;
}


table.cinema {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-weight: normal;
	background-color: #DDDDDD;
	width: 100%;

}
table.cinema tr td {
	vertical-align: top;
}

table.cinema .col1 {
	text-align: center;
	white-space: nowrap;
	padding: 10px;
}

table.cinema .col2 {
	text-align: left;
	padding: 10px;
}

table.cinema tr:nth-child(even) {
	background: #f9f9c0;
}
table.cinema tr:nth-child(odd) {
	background: #FFFFCC;
}

.msg {
	font-family: Courier;
	font-weight: normal;
	font-size: small;
	background-color: #f9f4cf;
	padding: 15px;
	margin: 30px;
	border: solid 1px #AAA;
}










