/*Vintage*/
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660000;
	background-image: url(logofond.gif);
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #FF99CC;
	text-align: center;
}

h1 {
	font-size: 5ex;
	font-style: italic;

}
a:link {
	font-size: 12px;
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
	font-style: normal;
}
a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #660000;
	font-style: normal;
}
a:hover, a:active {
	font-size: 12px;
	text-decoration: underline;
	color: #663399;
	font-style: normal;
}

/*Contenant principal*/
/*Vintage*/

.container { 
	width: 760px; 
	height: 100%; 
	margin: 10px 10px 10px 10px; 
	text-align: left;
}

.intro {
	float: left;
	width: 520px;
	font-size: 14px;
	text-align: justify;
}

.pinup {
	float: right;
	border: thin solid #FFFFFF;
	width: auto;
	height: auto;
}

.sujet {
	clear: both;
	padding: 10px 0px 0px 0px;
	text-align: justify;
}
.sujet hr {
	width: 60%;
	size: 3px;
	color: #990000;
}
.sujet img {
	float: left;
	border: none;
	padding-right: 15px;
}
.sujet p {
	clear: both;
}
.date {
	font-style: italic;
	font-size: 16px;
	text-decoration: underline;
}

.lienfoot {
	clear: both;
	margin-top: 15px;
	text-align: right;
}


/* Règle pour les nouvelles pages articles*/
/*Vintage*/

.matiere li {
	line-height: 4ex; 
	list-style-type: none;
}

.article {
	clear: both;
	text-align: justify;
}
.article img {
	float: left;
	border: none;
	padding-right: 15px;
}
.article p {
	clear: both;
	padding: 10px 0px 0px 0px;
}

