*{
	padding: 0px;
	margin: 0px;
}
html{
	width: 100%;
	/*height: 100%;*/
}
body{
	width: 100%;
	height: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	background-image:url(../img/fd_gauche.gif);
	background-repeat: repeat-y;
	/*border-top: 5px solid white;*/
	border-bottom: 5px solid white;
}
img{
	border: none;
}
div#global{
	/*margin-left: auto;
	margin-right: auto;*/
	margin-left: 10px;
	margin-right: 10px;
	/*margin-top: 5px;*/
	/*width: 981px;*/
	width: auto;
	height: auto;	
	/*background-color: #586365;*/
	/*background-color: #fff;*/
	/*background-image: url(../img/bot_droite.gif);*/
	background-image: url(../img/droite.gif);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
}
div#droite{
	width: 320px;
	/*height: 420px;*/
	height: 100%;
	background-color: #586365;
	/*height: auto;*/
	float: left;
	/*position: absolute;*/
	position: fixed;
	left: 10px;
	border-top: 5px solid white;
}
div#droite a {
	color: white;
	font-size: 10px;
}
div#top-middle{
	margin-left: 320px;
	top: 0px;
	width: 644px;
	height: 12px;
}
div#middle{
	margin-left: 320px;
	/*width: 661px;*/
	width: auto;
	height: auto;
	background-image: url(../img/gauche.gif);
	background-repeat: repeat-y;
	clear: none;
	border-top: 5px solid white;
}
#middle p{
	padding:20px;
	text-align: justify;
}
#middle p.titre {
	padding: 0px;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 10px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #f79f13;
}
#middle table{
	margin-left: 20px;
	margin-right: 20px;
}
td.txttablo, tr.txttablo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
}
#middle a {
	font-weight: bold;
	color: #990000;
}
#middle a:hover {
	color: #e7e1d8;
}
#middle ol, ul{
	margin-left: 50px;
}
#middle hr{
	text-align: center;
	width: 300px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	border-bottom: solid 1px #000;
	padding-top: 15px;
}
#middle p.critique {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #f79f13;
	text-align: right;
}
#middle label{
	width: 150px;
	text-align: right;
	margin-right: 8px;
	float: left;
}
#middle input{
	width: 300px;
	border: solid 1px #f79f13;
	background-color: transparent;
	padding: 2px;
	margin-bottom: 5px;
}
#middle input.bt{
	width: auto;
	margin-left: 158px;
	cursor: pointer;
}
#middle textarea{
	width: 300px;
	height: 150px;
	border: solid 1px #f79f13;
	background-color: transparent;
	padding: 2px;
	margin-bottom: 5px;
}
#middle td.fdcell {
	/*background-image: url(../img/fd_gal_17.gif);
	background-repeat: no-repeat;
	background-position: center;*/
	background-color: #000;
	/*border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;*/
	text-align: center;
	height: 120px;
	width: 120px;
}
td.legende {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	padding: 3px;
	text-align: center;
}
span.titre {
	color: #f79f13;
	font-weight: bold;
}
img.apercu {
	border: 1px solid #fff;
}
div#bot-middle{
	margin-left: 320px;
	width: 649px;
	height: 12px;
}