/* @override http://grogro.local:8888/~max/transrocheuses/www/vues/style/article.css */

html {
}

/*#conteneur {
	height: 100%;
}*/

/*body.b_article #conteneur {
	background: url(img/fond_article.jpg) repeat left center;
}*/

#article {
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;	
	padding: 1.5em;
	position: relative;
	display: table;
	margin: auto;
	top: 2em;
	background-color: #81bec9;
	/*background-color: #ddc68a;*/
	/*color: #ffead9;*/
	/*opacity: .82;*/
	/*color: #4d2a23;*/
	height: 50%;
	width: 80%;
	min-width: 40em;
	opacity: .9;
}

#article h2 {
	margin-top: 0;
	color: #856e46;
}

div#article a, #voyages article a {
	display: inline-block;
	white-space: nowrap;
	font-weight: bold;
	color: #b41616;
	text-decoration: none;
}
div#article a:hover, #voyages article a:hover {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 2em;
}

th, caption {
	padding: .5em;
	white-space: nowrap;
}

td, th {
	border: 1px solid #5f6557;
}

td {
	padding: 0.15em .5em;
	/*border: 1px solid black;
	border-width: 1px 0;*/
}

hr {
	clear: both;
	margin: .5em auto;
}
