/* plan d'ensemble */
/*////////////////////////////////////////////////////////////////ensemble////////////////////////////////////////////////////////////////*/
* {
	margin:0px;
	padding:0px;
}
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-attachment:fixed;
	overflow-x:hidden;
	background:#feef02;
	font-size:13px;
}
table {
	font-size:12px;
	table-layout:none;
	border:none;
	border-collapse:none;
	border-spacing:0px;
	display:table;
	margin-bottom:0;
	margin-top:0;
	text-indent:0;
}

tr {
	border:solid 1px black;
}
#ensembleTable {
	margin:0px auto;
	width:1024px;
	height:auto;
	background:url(../images/debugdayRepeat.jpg) left repeat-y;
}
#ensemble {
	height:auto;
	background:url(../images/debugdayEntete.jpg) no-repeat top left;
	width:1024px;
	display:block;
	margin:0px auto;
	text-align:left;
	overflow:none;
	float:left;
}
.ensembleRepeat {
	height:auto;
	background:url(../images/debugdayRepeat.jpg) left repeat-y;
	width:1024px;
	display:block;
	margin:0px auto;
	text-align:left;
	overflow:none;
	float:left;
}

#header {
	
	border:none;
	height:90px;

	width:700px;
	margin-left:250px;
	display:block;
	float:left;
	text-align:left;
	
}

#content {
	
	border:none;
	height:auto;
	width:700px;
	margin-left:250px;
	display:block;
	float:left;
	text-align:left;
	
}

#content table {
	font-size:12px;
	table-layout:none;
	border:none;
	border-collapse:none;
	border-spacing:0px;
	display:table;
	margin-bottom:0;
	margin-top:0;
	text-indent:0;
	width:100%;
}

#content table th {

font-size:15px;
font-weight:bold;
color:#FEDD02;
height:35px;



}

#content table td.heure {

font-weight:bold;
color:#EB6F0B;




}

#content table td.commentaires{
width:250px;
color:#333333;




}

#content table td.bug{
width:250px;
color:#333333;




}

#footer {
	
	border:none;
	height:105px;

	width:1011px;

	display:block;
	float:left;
	text-align:left;
		background:url(../images/debugdayBottom.jpg) no-repeat top;
	
}

a{

font-weight:bold;
color:#FEDD02;}
