@charset "iso-8859-1";
/*---------------------------------------------------*/
/*----------- le style général de la page -----------*/
/*---------------------------------------------------*/
body {
	margin: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 75%;
	text-align: center; 
	background: #fce8fd;
}
/*---------------------------------------------------*/
/*------- le style global qui centre la page --------*/
/*---------------------------------------------------*/
.global {
	width: 900px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
}
/*---------------------------------------------------*/
/*------------ les divers style de bloc -------------*/
/*---------------------------------------------------*/
h1 {
	color: #ff99ff;
	padding-left: 60px;
	padding-top: 15px;
	font-family: "Comic Sans MS";
}
/*----------------------------------------------------------------*/
.coeur{
	background-image:url('img/coeur4.gif'); 
}
/*----------------------------------------------------------------*/
.leblocheader {
	border: 1px solid #000000;
	background-image: url('img/coeur_083.jpg');
	margin-top: 3px;
	margin-left: 10px;
	width: 900px;
	height: 100px;
	overflow: hidden;
}
/*----------------------------------------------------------------*/	
.ccontenuSansmenu {
	padding-top: 10px;
  padding-left: 1px; 
  padding-bottom: 10px;
	border-right: 1px solid; 
	border-bottom: 1px solid;
  border-left: 1px solid #000000;
	margin-top: 0px;
	margin-left: 10px;
	width: 900px;
	overflow: auto;
	font-Size: 9px;
}
/*----------------------------------------------------------------*/
a {
	color: #000000;
	text-decoration: none;
}
/*----------------------------------------------------------------*/
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
/*----------------------------------------------------------------*/	
a.lien_noir {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
/*----------------------------------------------------------------*/
a.lien_noir:hover {
	color:#FF00FF;
	text-decoration:none;
	font-weight:bold;
} 
/*----------------------------------------------------------------*/	
.photo {
	padding: 10px 3px 3px 3px;
	float: left;
	width: 260px;
	height: 205px;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-align:center;
	color: #000000;
	vertical-align: text-bottom; 
	overflow: hidden;
	background: #fff;
	border: thin solid #DCDCDC;
	margin: 0.5em 1em 0.5em 1em;
}
/*----------------------------------------------------------------*/
img {
	border: none;
}
/*----------------------------------------------------------------*/
.jrz{
 display: none;
}
