/********************************/
/*	modif principal			*/
/********************************/
.feuille
{
	background-color: White;
}
.feuille .contenu
{
	position: relative;
	display: block;
	width: 1000px;
	height: 515px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url(../images/cox_noir.jpg) no-repeat bottom;
	border: none;
}
/********************************/
/* style de la page  			  */
/********************************/
.feuille .contenu p.haut
{
	position: relative;
	display: block;
	width: 1000px;
	height: 60px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	border: none;
	color: #C87E5B;
	font: normal normal bolder 16px/20px Arial;
	text-align:center;
}
.feuille .contenu .left
{
	position: relative;
	float:left;
	display: block;
	width: 320px;
	height: 400px;
	margin: 30px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	border:none;
}
.feuille .contenu .left p.gauche
{
	position: relative;
	display: block;
	width: 320px;
	height: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	border: none;
	color: #4f4f4f;
	font: normal normal normal 16px/20px Arial;
	text-align: left;
}
.feuille .contenu .left p.basleft
{
	position: relative;
	display: block;
	width: 320px;
	height: 150px;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	border: none;
	color: #4f4f4f;
	font: normal normal normal 16px/20px Arial;
	text-align:left;
}
.feuille .contenu .right
{
	position: relative;
	float:right;
	display: block;
	width: 320px;
	height: 400px;
	margin: 30px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	border: none;
}
.feuille .contenu .right p.droite
{
	position: relative;
	display: block;
	width: 320px;
	height: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	border: none;
	color: #4f4f4f;
	font: normal normal normal 16px/20px Arial;
	text-align:right;
}
.feuille .contenu .right p.basright
{
	position: relative;
	display: block;
	width: 320px;
	height: 150px;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	border: none;
	color: #4f4f4f;
	font: normal normal normal 16px/20px Arial;
	text-align:right;
}
.feuille .contenu p span
{
	color: #C87E5B;
	font-weight:bolder;
	font-size:12pt;
}
.feuille .contenu p a
{
	color: #C87E5B;
	font-size:12pt;
}
.feuille .contenu p a:hover
{
	color: #92786B;
	font-size:12pt;
}

.feuille .contenu p.codeur
{
	position: absolute;
	top:470px;
	left:420px;
	display: block;
	width: 80px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	border: none;
}
.feuille .contenu p.codeur img
{
	border: none;
}
