 .top {
	text-align: left;

	width:800px;
	height: 600px;
      background-color: rgb(255, 255, 255);
      border: 1px solid black;
  }

  .menu {
	background-image: url(Images/global_coquillages.jpg);
	background-position: top-left;
	background-repeat: repeat-y;

	font-size: 16px;
	color: #666666;
	font-style: normal;
	padding-left: 25px;
	padding-top: 25px;
	vertical-align: top;
	margin: 0px;
	width: 233px;
	font-family: arial;
}

  .titre {
	font-size: 30px;
	font-weight: bolder;
}

  .sstitre {
  		font-size: 20px;
		border: 1px solid #7C7C7C;
		padding-right: 10px;
		color: #FFFFFF ;
		background-color: #9C9C9C ;
	        letter-spacing: 1px;
  }
  
   .selected {
   	color: #339159;
	   width: 233px;
   }
  
  .contenu {
	font-family: Times New Roman,Times,serif;
	font-size: 14px;
	text-align: justify;
	margin: 0px;
	letter-spacing: 1px;
	padding-top: 25px;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 0px;
	line-height: 30px;
	color: #5C5C5C;
}

  .grosmot {
	font-size: 20px;
}

a{
	padding-left: 10px;
	letter-spacing: 1px;
}
a:link {
	font-weight: bolder;
	color: #4700b8;
	font-style: normal;
	text-decoration: none;
}

a:hover {
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
	font-style: normal;
}

a:visited {
	font-weight: bolder;
	text-decoration: none;
}

 .retour {
   border: 0px solid;
	width: 30px;
	height: 30px;
 	padding-top: 15px;
 	padding-right: 0px;
	padding-bottom: 15px;
 }
