/*Visiteur*/
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-image: url(logofond.gif);
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: rgb(204,153,102);
	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-weight: bold;
	text-decoration: none;
	color: #660000;
	font-size: 12px;
	font-style: normal;
}
a:hover, a:active {
	text-decoration: underline;
	color: #663399;
	font-size: 12px;
	font-style: normal;
}
/*Contenant principal*/
/*Visiteur*/

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

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

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

.sujet {
	clear: both;
	padding: 10px 0px 0px 0px;
	text-align: justify;
}

.sujet img{
	border: none;
	float: right;
	margin-left: 55px;
}
.lienfoot {
	clear: both;
	margin-top: 15px;
	text-align: right;
}

.imgauche {
	float: left;
	margin: 0px 10px 0px 0px;
}
.imgdroite {
	float: right;
	margin: 10px 0px 0px 10px;
}
.date {
	fo