/* Start of CMSMS style sheet 'normal' */
body {
	background-color: #C7C7C7;
line-height: 20px;
}


table.cadre
{
width: 930px;
margin : 0px auto auto auto; 

}

th.cadre
{
border: 1;
border-color:#800000;
background-color:#8B0000;
margin-bottom: 0px;
border:2px solid black;
border-collapse:collapse;


}

td.cadre
{
border: 1;
border-color:#800000;
background-color: #F8FFA5;
margin-bottom: 0px;
border:2px solid #800000;
border-collapse:collapse;

        background-repeat: no-repeat;
background-position:center 50%;

}

#menu a:link
{
 color: #F4F284;
 text-decoration:none;
}

#menu a:visited 
{
  color:#F4F284;
  text-decoration:none;
}

#menu a:hover 
{
 color: red;
 text-decoration:none;
}

p{

margin: 5px;

}
#menu p
{
 font: bold 10pt/12pt arial,sans-serif;
 color:#F4F284;
 letter-spacing:4px;
}

#pied p
{
 font: Comic Sans MS;
 font-size: 15px;
 color: #8B0000;
 text-align: center;
}


#pied a:link
{
 color: #8B0000;
 text-decoration:none;
}

#pied a:visited 
{
  color:#8B0000;
  text-decoration:none;
}

#pied a:hover 
{
 color: red;
 text-decoration:none;
}

#contenu img.image
{
	border: thin solid #8B0000;
	margin: 10px;
        margin-bottom: 0px;
}

#contenu img.rien 
{
	border: none;
	margin: 5px;
}

.encadre
{
	font-family: Papyrus, Comic Sans MS, arial,sans-serif;
	font-size: 18px;
	color: #8B0000;
	text-align: left;
	margin-top: 5px;
	font-weight: bolder;
	background-color: #f4f284;
	font-weight: bold;
	border: thin solid;
}

.legende
{
	font-style: italic;
        margin-top: 0px;
        font-size: 10px;
}

a
{
        text-decoration: none;
	color:  blue;
}

a:hover
{
        text-decoration: none;
        color: red;
}

#contenu
{
	font-family: Papyrus, Comic Sans MS, arial,sans-serif;
        font-size: 16px;
        color: #8B0000;
	margin-top: 5px;
        margin-left: 10px;
}

				/* Image Gallery - Small Thumbnail Images */
	.thumb {
		margin: 1em 1em 1.6em 0; /* Space between images */
		padding: 0;
		float: left;
		text-decoration: none;
		line-height: normal;
		text-align: center;
	}

	.thumb img, .thumb a img, .thumb a:link img{ /* Set link formatting*/
		width: 100px; /* Image width*/
		height: 100px; /* Image height*/
		display: inline;
		padding: 12px; /* Image padding to form photo frame */
		/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
		margin: 0;
		background-color: white; /*Background of photo */ 
		border-top: 1px solid #eee; /* Borders of photo frame */
		border-right: 30px solid #ccc;
		border-bottom: 2px solid #ccc;
		border-left: 1px solid #eee;
		text-decoration: none;
	}

	.thumb a:visited img {
		background-color: #eee; /*Background of photo on hover - sort of a light grey */
	}

	.thumb a:hover img {
		background-color: #dae6e4; /*Background of photo on hover - sort of light blue/green */
	}

	.thumbPicCaption {
		text-align: center;
		font-size: smaller;
		margin: 0 1px 0 0;
		padding: 0;
		width: 124px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		/* display: none;  if you do not want to display this text */
	}

	/* Image Gallery - Big Images */
	.bigPic {
		margin: 0px 0 5 px 0;
		padding: 0;
		line-height: normal;
	}

	.bigPicCaption { /*Big Image Name - above image above .bigpicImageFileName (Without extension) */

font-family: book antiqua,palatino; font-weight: bold;
		
text-align: center;

		margin: 0 1px 0 0;
		padding: 0;
   display: block;
   margin-left: auto;
   margin-right: auto
		width: 386px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		/* display: none;  if you do not want to display this text */
	}


	.bigPic img{ /* Big Image settings */

   display: block;
   margin-left: auto;
   margin-right: auto;
		
		padding: 0px; /* Image padding to form photo frame. */
		/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
		background-color: white; /* Background of photo */ 
	
		text-decoration: none; 
		text-align: left;
border: thin solid #8B0000;

	}




	.bigPicNav { /* Big Image information: 'Image 1 of 4' and gallery navigation */
		margin: 30;
		width: 386px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		padding: 0;
		color: #000;
		font-size: smaller;
		line-height: normal;
		text-align: center;
   display: block;
   margin-left: auto;
   margin-right: auto
		/* display: none;  if you do not want to display this text. Why? You Lose Navigation! */
	}




/* End of 'normal' */

