/* NOUVEAU */

body {
	background: url(images/papier_fond.jpg);
}
img {
	border: 0;
}

a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

.cadregeneral {
	position: relative;
	width: 760px;
	background: url(images/papier_journal.jpg);
	border-right: 5px solid #666;
	border-bottom: 5px solid #666;
	left: 50%;
	margin-left: -385px;
}

.header {
	position: relative;
	left: 5px;
	width: 740px;
}

.LaDate {
	position: relative;
	left: 5px;
	width: 740px;
	font: 11px "Courier New";
}

.Titre {
	position: relative;
	left: 5px;
	width: 740px;
	border-top: 1px solid #666;
	border-bottom: 3px double #666;
	background: url(images/titre_mcm.gif) no-repeat center;
	height: 80px;
	font-size: 0px;
	padding-bottom: 3px;
}

.Description {
	position: relative;
	left: 5px;
	width: 740px;
	font: 11px "Courier New";
	border-bottom: 1px solid #666;
}

.Prix {
	position: relative;
	left: 5px;
	width: 740px;
	text-align: right;
	font: 11px "Courier New";
	border-bottom: 1px solid #666;
	margin-top: -1.4em;
}

.Prix a {
	font-weight: normal;
}

.Prix a:hover {
	font-weight: normal;
}

.manchette {
	position: relative;
	left: 8px;
	width: 740px;
	text-align: center;
	border: 3px solid #666;
	margin-top: 10px;
	padding: 2px 5px;
	letter-spacing: 3px;
	font: bold 16px "Courier New";
}

.menu {
	position: relative;
	left: 8px;
	width: 740px;
	text-align: center;
	font: bold 14px "Courier New";
	margin-top: 10px;
	margin-bottom: 5px;
	border: 1px solid #666;
}

.menuLink {
	font: bold 14px "Courier New";
	color: #000;
	text-decoration: none;
}

.menuLink:hover {
	font: bold 14px "Courier New";
	text-decoration: underline;
	color: #000;
}

.deco1 {
	background-image: url(images/deco1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
}

.ColonneGauche {
	float: left;
	margin-left: 3px;
	width: 240px;
	padding-right: 5px;
}

.ColonneCentre {
	float: left;
	width: 240px;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	padding-left: 5px;
	padding-right: 5px;
}

.ColonneDroite {
	float: left;
	width: 240px;
	padding-left: 5px;
}

.Article {
	position: relative;
	width: 240px;
	margin-top: 5px;
	margin-bottom: 5px;
	font: 12px "Courier New";
	text-align: justify;
	text-indent: 5pt;
}

.Article h1 {
	font: bold 12px "Courier New";
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
}

.Article li {
	margin-left: -2.3em;
	list-style: circle outside;
}

li.avoir {
	list-style: disc;	
}

.image {
	float: left;
	max-width: 240px;
}

.ArticleSignature {
	font: bold 12px "Courier New";
	text-align: right;
	border-top: 1px solid #666;
	border-bottom: 2px solid #666;
}

.pagination {
	clear: both;
	position: relative;
	left: 5px;
	width: 740px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	font: 11px "Courier New";
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

.copyright {
	position: relative;
	left: 5px;
	width: 740px;
	font: 11px "Courier New";
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
}

.highlight {
	background: #F00;
}

/* ANCIEN */

.deco2 {
	background-image: url(images/deco2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
}
