table
{
	margin:0px;
	padding:0px;	
}

body
{
	background-color:#F1F1F1;	
}

a {
	color:#993333;
	text-decoration:none;
}

a:hover
{
	color:#990000;
	text-decoration:underline;
}

.pub
 {
	border:1px solid #BCD0E3;
 }
 
 .overlay
 {	
	position: fixed;
	top: 0em;
	left: 0em;
	width: 100%;
	height: 100%;
	z-index: 7999;	
	background-image: url('images/overlay.png');
	background-attachment:scroll;
 }
 
 .modalPopup
 {	
	z-index:8000;
	position:absolute;
	left:50%;
	top:50%;
 }
 
 /*Gros liens*/
 .GrassLink
 {
	background-image:url("images/Grassfond.png");
	background-position:center left;
	background-repeat:no-repeat;
	margin-left:50px;
	padding:3px;
	font-size:20px;
	border:0px solid #990000;
	/*background-color:#C77272;*/
	width:502px;
	height:32px;
 }
 
 .GrassTxt
 {
	background-image:url("images/Suiv.png");
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:30px;	
 }
 
 h1, h2, h3{
	color:#004A95;
 }
 
 input, select, textarea
 {
	color:#004A95;
	border:#5284B7 1px solid;
 }