@import url("http://www.developpez.com/template/kit/article.css");

#EspacePerso {
	text-align: center;
}
div.Bandeau {
	height: 120px;
  background-image: url(./images/fond_titre.png);
  background-repeat: repeat-x;
  background-position: left top;
  visibility: visible;
}

div.Contenu {
	width: 600px;
	margin: 20px auto 0 auto;
}

div.Article {
	text-align:justify;
	border-color: black;
	border-style: solid;
	border-width: 2px;
	margin-bottom: 10px;
	
	font-size: 11px;
	
	padding: 1px 1px 1px 1px;
}
div.ArticleEnTete {
	background: #fbd262;

	border-color: #706c60;
	border-style: solid;
	border-width: 1px;
	
	padding: 5px 2px 5px 2px;
	margin: 0px 0px 0px 0px;
}

div.ArticleBref {
	margin: 0px 0px 0px 0px;
}
p.ArticleLigne {
	padding: 1px 2px 1px 2px;
	margin: 0px 0px 0px 0px;

	border-color: #706c60;
	border-style: solid;
	border-width: 1px;

	border-top-width: 0px;

	color: #8a8a8a;
}

span.Item {
	float: left;
	width: 140px;
	text-align: left;
	
	font-weight: bold;
}

span.Ponctuation {
	
}

span.Element {
}

a.LienLire{
	color: #8a8a8a;
	font-size: 11px;
	font-weight: bold;
}

