


a {
	text-decoration: none;
	color : #9565d4;
	font-size:14px;
	
	}
	a:hover {
	text-decoration: underline;
	
	
	}
img {
	border: 0;
	
	}
body {
	
	background-color:#ffffff;
	margin:0;
	padding:0;
	}

p {
	margin:0;
	padding:0;
	margin-bottom:8px;
	
	}

/***************************
*
*    Index Page
*
*****************************/
	
#page {
	position:absolute;
	left: 50%;
	top: 50%;
	
	margin-top: -275px; 
	margin-left: -485px; 
	
	
	
	width:970px;
	height:550px;
	
	border: 1px solid green;
	background-color:#cfcfcf;
}

#contour {
	position:absolute;
	z-index: 100;
	top: 40px;
	left : 218px;
	
	width: 534px;
	height: 328px;
	
	background-image: url("images/contour_accueil.gif");
	background-repeat: no-repeat;
}

	
/***************************
*
*    Blocks on index Page
*
*****************************/

#block_title {
	font-family: Verdana;
	font-size:18px;
	color:#91bf13;
	
	font-style:italic;
	
	position:absolute;

	
	left:10px;
	top:138px;
	width:200px;
	text-align: center;

}	


#bottom_title {
	z-index: 100;
	
	font-family: Verdana;
	font-size: 15px;
	color: #333333;
	
	/*font-style:italic;*/
	
	position:absolute;

	
	left: 50%;
	margin-left: -485px;
	
	bottom: 8px;
	width: 970px;
}


/***************************
*
*    Animation on Index Page
*
*****************************/


#flash_up {
	z-index: 0;
	
	position:absolute;
	top: 40px;
	left : 218px;
}


#flash_down {
	position:absolute;
	bottom: 0px;
}


/***************************
*
*    News on index Page
*
*****************************/

div#varnewsPost {
	
	font-family: Verdana;
	}
div#varnewsPost span.h1Infos {
	
	font-size:12px;
	line-height: 15px;
	

}
div#varnewsPost span.h1Infos a{
	color:#565656;
	text-decoration: none;
	font-weight: normal;
	font-size:12px;
	
}
div#varnewsPost span.h1Infos a:hover {
	
	text-decoration: underline;
}

div#varnewsPost p.dateInfos {
	background-image:url("images/puce_green.gif");
	background-repeat:no-repeat;
	background-position:left;
	margin-bottom:0;
	padding-left:12px;
	margin-top:8px;
	padding-bottom:0;
	padding-top:0;
	
	line-height: 18px;
	text-decoration: none;
	font-size:11px;
	color : #ff7e46;
	

}
div#varnewsPost p.dateInfos a {
	text-decoration: none;
	font-size:11px;
	color : #ff7e46;
}
	






