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

@import url("../xstandard/xstandard.css");

/* polices */


@font-face {
  font-family: "Persans";
  font-weight: normal;
  font-style: normal;
  src: url(ttf/persans.ttf) format("truetype");
}

@font-face {
  font-family: "Persans";
  font-weight: bold;
  font-style: normal;
  src: url(ttf/persansb.ttf) format("truetype");
}

/*@font-face {
  font-family: "Persans";
  font-weight: normal;
  font-style: italic;
  src: url(ttf/persansi.ttf) format("truetype");
}

@font-face {
  font-family: "Persans";
  font-weight: bold;
  font-style: italic;
  src: url(ttf/persanbi.ttf) format("truetype");
}*/

.ATR {
	font-family: Tahoma, Verdana, sans-serif;
}

p.erreur {
	/*font-size: .9em;*/
	font-family: Verdana;
	border: 1px solid red;
	background-color: #942224;
	color: #e5b971;
	text-align: center;
	padding: .3em;
}

table {
	font: .9em arial;
}

form {
	font: .95em Verdana;
}

/* blocs */

html {
}

#conteneur {
	height: 100%;
}

body.b_article #conteneur {
	background: url(../../img/article.jpg) no-repeat center center;
}

#article {
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;	
	padding: 1.5em;
	position: relative;
	top: 2em;
	/*display: table;*/
	background-color: #e5b971;
	color: #242621;
	text-align: justify;
	width: 80%;
	min-width: 40em;
	min-height: 50%;
	margin: auto;
	opacity: .85;
	overflow: auto;
}

.ATR {
	margin-top: 1em;
	padding: 1em;
	border: 1px solid #779051;
	clear: both;
	background-color: #d7a970;
}

p.frise_images {
	text-align: left;
	/*width: 78%; pour deco ci dessous*/
}

/*#deco {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	position: absolute;
	bottom: 1em;
	right: 1em;
	width: 20%;
	background-image: url(../img/deco.jpg);
}*/

/* formatage */

#article h2 {
	color: #7e150f;
	margin-top: 0;
}

/*, #voyages article a*/
div#article a {
	display: inline-block;
	white-space: nowrap;
	font-weight: bold;
	color: #7e150f;
	text-decoration: none;
}

div#article a:hover, #voyages article a:hover {
	text-decoration: underline;
}

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

th, caption {
	padding: .5em;
	/*white-space: nowrap;*/
	text-align: center;
	color: #441807;
	font-weight: bold;
}

tr.nombre {
	text-align: right;
}

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

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

td.euro {
	text-align: center;
}

.invisible {
	border: none;
}

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

ul {
	list-style-type: circle;
}

.ATR h3 {
	margin: 0;
	margin-bottom: 1em;
	font-size: 1em;
	color: #441807;
}

.ATR p {
	margin: 0;
	/*margin-left: 3em;*/
	font-style: italic;
}

.ATR dfn {
	font-style: italic;
	font-size: .9em;
}

p.frise_images img {
	/*height: 100px;
	width: auto;*/
	margin: 0 2px;
}

.deux_cols {
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
}

dt {
	font-weight: bold;
	margin-top: 1.5em;
	-webkit-column-break-after: avoid;
	color: #181a48;
}
	/*color: #d1e36f;*/

dd {
	margin-top: .5em;
}

blockquote {
	font-family: "Comic Sans MS", Tahoma;
	font-style: italic;
	-webkit-column-break-inside: avoid;

}

dd ul{
	padding-left: 0;
}

#gmap {
	margin: 1em 0;
}

form p {
	text-align: left;
}

legend {
	font-weight: bold;
	color: #441807;
}

label {
	display: -moz-inline-block;
	display: inline-block;
	width: 15em;
	margin-right: 1em;
}

label input[type=text] {
	width: 15em;
	font-size: .9em;
}
