@charset "utf-8";
/* CSS Document */
body {
	/*background-color:white;*/
	background-image:url(../img/bg.gif);
	background-repeat:no-repeat;
	background-position:center top;
	margin:0px 0px 0px 0px;
}
.bg2{
	/*position:absolute;*/
	/*top:500px;*/
	background-image:url(../img/bg_2.gif);
	background-repeat:repeat;
	background-position:center;
	
}
.blanc_bg {
	border-style:solid; 
	border-width:1px; 
	border-color:#D5D5D5; 
	/*BACKGROUND-COLOR:white;*/
}

.bg_une {
	border-style:solid; 
	border-width:1px; 
	border-color:#D5D5D5;
	BACKGROUND-COLOR:#f2f2f2;
	
}

.gris {
	border-style:solid; 
	border-width:1px; 
	border-color:#D5D5D5;
	BACKGROUND-COLOR:#f2f2f2;
	
}

.spacer_show {
	
	/*border-width:1px; */
	border-bottom-color:D5D5D5;
	border-bottom-style:solid;
	border-bottom-width:1px;
	BACKGROUND-COLOR:#ffffff;
	
}

p {
	font-family:verdana, sans-serif;
	font-size:70%;
	background-color:transparent;
	color:#686666;
	margin-left:0px;
	margin-right:0px;
	margin:0px; 
}

a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
