/***************************************************************************************************/
/* COMMUN */
body
	{
		background:#FFFFFF;
	    margin:0px;
	    font-family:Trebuchet ms,Tahoma,verdana,Georgia,Arial,sans-serif;
	    color:#666666;
	    background-image:url(../Img/fond.gif);
	    background-repeat:no-repeat;
	    background-position:right 100px;
		scrollbar-face-color:#E9E9E9;
		scrollbar-arrow-color:#666666;
		scrollbar-track-color:#E0E0E0;
		scrollbar-shadow-color:#E9E9E9;
		scrollbar-highlight-color:#E9E9E9;
		scrollbar-3dlight-color:#E9E9E9;
		scrollbar-darkshadow-Color:#E9E9E9;
	}

h1
	{
	    font-family:Trebuchet ms,Tahoma,verdana,Georgia,Arial,sans-serif;
	    color:#666666;
	    font-size:20px; 
	    text-align:center;
	}

A, A:link, A:visited
	{
		color:#444444; 
		font-weight:normal; 
		text-decoration:none;
	}

A:active
	{
		color:#444444;
		font-weight:normal;
	}

A:hover
	{
		color:#444444; 
		font-weight:normal; 
		text-decoration:underline;
	}

p
	{
		margin:0px 0px 8px 0px; 
		padding:0px;
	}

blockquote
	{
		margin:8px 25px 8px 25px
	}

input
	{
		border:1px solid #E9E9E9;
		background-color:#FFFFFF;
		font-family:Trebuchet MS, Tahoma, Verdana, Georgia, Arial, Sans-Serif;
		color:#000000;
	}	    

.toprow
	{
		font-style:italic;
		text-align:center;
		background-color:#E9E9E9;
	}

.Login
	{
		border:thin dotted #E9E9E9;
	}

.imgbd 
	{
		display:block; 
		padding:2px 2px 2px 2px;
		color:Black;
	}
	
	/* LIST */

ul {
	list-style-type: none;
	list-style-image: url(../images/bullet-2.gif);
	list-style-position: inside;
	line-height: 2.1em;
	vertical-align: middle;
	margin-left: 0px;
}
.list_link {
	list-style-image: url(../images/bullet-1.gif);
}

.PictureFrame
	{
		border-width:1;
		border:thin dotted;
		border-color:#999999;
		border-style:solid;
		
	}


.PingPonged
	{
		/*background-color:#DEDEDE;*/
		background-image: url(../img/pingpong.gif);
		background-repeat:no-repeat;
	}

