/***grille de sejour***/
#grille{
	width:250px;
	max-width:250px;
	float:left;
	margin-bottom:50px;
	}
#recap tr{
	border: 1px solid blue;
	background:url('../images/fondgrille.png') repeat #accdff;
	color:black;
	height:30px;
	} 
#recap tr:hover{
	background:#c2daff;
	}
#recap{width:250px;border:2px solid white;font-size:12px;}

/****pdf*****/
#dossier td{
	height:32px;
	font-size:12px;
	text-align:center;
	border:solid 2px red;
	}
#dossier a{
	display:block;
	background-color:white;
	height:32px;
	width:250px;
	text-decoration:none;
	color:red;
	}
#dossier a:hover{background-color:#FFDDDD;}
#dossier img{
	border:none;
	float:left;
	margin-right:15px;
	}
#reader{font-size:11px;text-align:justify;}
#reader a{text-decoration:none;color:red;}
#reader a:hover{color:black;}
	

/***grille des icones***/
#icone{
	border:2px solid black;
	width:80px;
	float:right;
	margin:0px;
	}
#icone td{
	border:black;
	height:80px;
	}
#icone img{
	margin:0px;
	padding:0px;
	}
	
/****tableau du texte central******/
#texte td{
	max-width:370px;
	margin:0px;
	padding:0px;
	position:static;
	}	


/******tableau des 4 photos en bas*****/
#photobas, #photobas tr, #photobas td{
	border:solid 2px black;
	}
#photobas td{
	width:100px;
	height:100px;
	}
#photobas{background:black;width:370px;bottom:0px;margin:auto;}

