/*
 * Combined style sheet for the index pages and the slide pages.
 */
/* Réalisé à l'aide de jalbum  (skin std) */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;  /*ancien a 13 */
	background-color: #C7A87A;
	color: black;
	margin: 5px;
}

/* Style for all table cells. */
td {
	font-family: Arial, sans-serif;
	font-size: 10px;
}

/* Put a border on all generated images */
.image {
	border-width: 1px;
	border-color: black;
	border-style: solid;
	margin : 5px;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: bottom;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0px;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	text-decoration: none;
	color: #000088;
}

a:hover {
	text-decoration: underline;
	color: #FF5500;
}

a:link {
	text-decoration: none;
	color: #0000FF;
}

#imageinfo {
	visibility: hidden;
}

.titre {
	text-align:center;
	margin-top:3%;
	font-size:25px;
	color:#000088;
}

/* style pour le menu */
.menu {
	font-size: 18px;
	border-style:solid;
	border-width:1px;
	border-color:black;
	background-color:silver;
	padding:10px;
	position : absolute;
	top: 130px;
	width: 239px;
		}

/* Style pour le texte a droite */
.textdroite {
	text-align:center;
	font-size: 15px;
	border-style:solid;
	border-width:1px;
	border-color:blue;
	padding:10px;
	position:absolute;
	top:129px;
	left: 282px;
	width: 641px;
		}

/* Style pour les photos miniatures à droite */
.photosdroite {
	border-style:solid;
	border-width:1px;
	border-color:blue;
	position : absolute;
	padding:15px;
	left: 285px;
	top: 131px;
		}

/* Placement de l'image gif sous le menu */
.gif {
	}

/* Placement de l'image pour la mesure d'audience */
.audience {
	position : absolute;
	top:410px;
	left: 5px;
	width: 226px;
	height: 46px;
	}

h3 {
	font-size:25px;
}	

.valide {
	position:absolute;
	top:469px;
	left: 7px;
}
