/*------------------------------------------------------*
  *-------------    ICARE-NET.COM ---  CSS DECO  ----*
  *------------------------------------------------------*/

body {
	scrollbar-face-color: #CCCCCC;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	margin: 0px;
	background-color: #FFF;
}



 /*------------------------------------------------------*
  *-----------------------------------     CSS PAGES     ----*
  *------------------------------------------------------*/


.page_centree{
	width: 100%;
	height: 100%;
	margin-right: 0;
	margin-left: 0;
	border: 0;
	background-attachment: fixed;
	background-image: url(../images/deco/fond.gif);
	background-repeat: repeat-x;
	background-position: left top;


}



 /*------------------------------------------------------*
  *-----------------------------------     CSS EFFETS     ----*
  *------------------------------------------------------*/

#zone_defilante {
	margin-top:5px;
	margin-left:5px;
	width: 370px;
	height: 250px;
	margin-bottom:5px;
	overflow: auto;
	}
.tableau {
	background-color: #FFFFFF;
	width: 800px;
	border: 2px solid #99cc00;
	background-attachment: fixed;
	background-image: url(../images/deco/fond_tableau.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;

}

 /*------------------------------------------------------*
  *-----------------------------------     CSS MENU HAUT     ----*
  *------------------------------------------------------*/
  
#navcontainer ul
{
	text-align: center;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
	background-color: #996699;
	color: white;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #a3d117;
color: white;
}

.tabloide {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    color: #666;
    background-color: #C5E26F;
    border-collapse: collapse;
}
.tabloide td {
	border: solid 1px #999;
	padding: 0.2em;
}

.tabloide th {
	border: solid 1px #999;
	background-color: #996699;
	color: #FFFFFF;
