html, body {  
/*
	padding:0;
	margin:0;
	font-family:Luxi Sans, Helvetica, Arial, sans-serif;
	font-size:14px;
	background-color:#f9f9f9;
	height:100%;
	color:#8b495d;
*/	
  	background-image: url('images/night.png');
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-size: 100% 100%;

	}

emph{
    color:#a00406;
    font-style:italic;
}



.clickable, a:link, a:visited {
	text-decoration:none; 
	/*color:#ffffff;*/
	font-weight:bold;
        cursor:pointer;
	}
.clickable:hover, a:hover{
	text-decoration:underline; 
	font-weight:bold;
	color:#503030;
	}

#center {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
	position:relative;
	min-height:100%;
	background:transparent url(images/back.png) repeat-y scroll left top;
/* 		#fff3e2; */
/* 		transparent url("images/back.png") top left repeat-y;  */

}
* html #center {
height:100%;
} 



.header img {
	float: left;
  width: 47px;
  height: 47px;
  background: navy;
}

.header h1 {
	font-size:12px; 
	padding-top:20px;
	background-color: navy;
	display: block;
    font-size: 1.5em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
	color:red;
	text-align:center;
	}
	
h2 {
    font-size: 12px;
    padding-top: 30px;
    display: block;
    font-size: 1.2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    color: purple;
}

h4 {
	font-size:10px; 
	font-weight:normal;
	margin-bottom:0px;
	margin-top:10px;
	}


/**************** menu coding *****************/




fonddecran {
 position: fixed;
 top: 0;
 left: 0;
}
.touteLaLargeur {
 width: 100%;
}
.touteLaHauteur {
 height: 100%;
}
	
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
cursor:pointer;
font-size:.9em;
color:white;
background-color: black;
}
/*
poulet-cru {
cursor:pointer;
font-size:.9em;
color:blue;
}
*/
.ui-accordion .ui-accordion-header a {
display:block;
font-size:0.8em;
padding:0.5em 0.5em 0.5em 2.2em;
color:#d3d3d3;
background-color: indigo;
}

element.style {
display:block;
height:0;
overflow-x:auto;
overflow-y:auto;
}
.ui-accordion .ui-accordion-content-active {
display:block;
height:400px;
padding-bottom:40px;


}

.ui-accordion .ui-accordion-content {

padding:.5em 1.5em

}

.ref {
border:1px solid #817D7D;
font-size:10px;
text-align:justify;
padding:5px;
margin:5px;
}


.newspaper {
/*border:1px solid #6699CC;*/
border-collapse:collapse;
font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
font-size:14px;
margin:10px;
text-align:justify;
width:99%;
}
.newspaper th {
background:#241C1C url(images/ui-bg_highlight-soft_75_241c1c_1x100.png) repeat-x scroll 50% 50%;
/* border:1px solid #AAAAAA; */
color:white;
font-weight:bold;
}



/*#newspaper tbody tr:hover td {
background:#D0DAFD none repeat scroll 0 0;
color:#333399;
font-size:9px;
}*/
.newspaper td {
color:#6c5353;
padding:7px 17px;
font-size:14px;
border:1px solid #AAAAAA
}



#bignewspaper {
border:1px solid #6699CC;
border-collapse:collapse;
font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
font-size:18px;
margin:20px;
text-align:left;
width:95%;
}
#bignewspaper th {
border-bottom:1px dashed #6699CC;
color:#003399;
font-size:18px;
font-weight:normal;
padding:12px 17px;
}
#bignewspaper tbody tr:hover td {
background:#D0DAFD none repeat scroll 0 0;
color:#333399;
}
#bignewspaper td {
color:#666699;
font-size:20px;
padding:7px 17px;
}