/***** menu CSS *****/

/* LES ELEMENTS */

body
{
	background-image: url(../images/tramearte4fond.jpg);
	margin: 5px 0;
	padding: 90px 70px;
	text-align: center;
	font: 80% verdana, arial, sans-serif;
	border: solid #8B0000 6px ;
	font-size: 1em;
	scrollbar-base-color: #8b0000;
	scrollbar-track-color: Yellow;
	scrollbar-arrow-color: Yellow;
}
img {
	/* Bordure d'image et fons jaune si elle est transparente */
   	border: solid Yellow;
   	background-image: url(../images/tramearte4texte.jpg);
	
}
/*LES CLASSES*/
/* .menu = les cases toujours visibles (comme Fichier, Edition... dans un logiciel) */
.menu, .ssmenu {
	font-size: 0.9em;
	font-weight: bold;
	font-family: "MS Sans Serif", "sans-serif", Verdana, Arial;
	padding: 1px;
	width: 15em;
	margin: 1em;
	background: url(../images/tramearte4fond.jpg);
	border-style: double;
	border-color: Yellow;
	border-width: 5px;
}
.menu span, .ssmenu span {
/* Ne pas toucher
	C'est pour cacher les ; en fin de <li>, ce qui permet aux synthèse vocales de prendre une
	pause dans l'élocution */
	display:none;
}
.ssmenu ul, .ssmenu li {
/* Ne pas trop toucher.
	Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu a, .ssmenu a, .menu a:visited, .ssmenu a:visited {
	/* Les liens qui ne sont pas sous le curseur. */
	color: Yellow;
	padding: 2px 1px;
	text-decoration: none; /* Ne pas modifier le block, margin et width */
	display: block;
	margin: 0px;
	width: 100%;
}
/*html>body .menu a, html>body .menu a:visited, html>body .menu a:hover, html>body .menu a:active,
html>body .ssmenu a, html>body .ssmenu a:visited, html>body .ssmenu a:hover, html>body .ssmenu a:active {
	width:auto;
}*/

.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus, .menu a:hover, .menu a:focus {
	/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enlève le soulignement.
	*/
	color: #8b0000;
	text-decoration: none;
	background: url(../images/tramearte4texte.jpg);
}
/*Insertion des photos*/
.flux 
{clear: both ; }
.flux1
{ float : left; margin: 10px ; }
.flux2
{ float : right ; margin: 10px ; }
/* Définition des contenus titres paragraphes polices contours etc...*/
div#contenu {
	position: static;
	z-index: 1;
	font-size: 1.05em;
	top: auto;
	left: 3px;
	right: 60px;
	color: #FFFF00;
	padding: 5px;
	border: 5px solid #FFFF00;
}
div#contenu h1 {
	padding-left: 25px;
	line-height: normal;
	font-size: 2.0em;
	color: #FFFF00;
	border-bottom: 1px solid #FFFF00;
	text-align: left;
}
div#contenu h2 {
	padding-left: 25px;
	line-height: normal;
	font-size: 1.6em;
	color: #FFFF00;
	border-bottom: 1px solid #FFFF00;
	text-align: left;
}
div#contenu h3 {
	padding-left: 25px;
	font-size: 1.2em;
	line-height: normal;
	border-bottom: 1px solid #FFFF00;
	color: #FFFF00;
	text-align: left;
}
div#contenu h4 {
	padding-left: 25px;
	font-size: 1.1em;
	line-height: normal;
	border-bottom: 1px solid #FFFF00;
	color: #FFFF00;
	text-align: left;
}
div#contenu h5 {
	padding-left: 25px;
	font-size: 0.8em;
	line-height: normal;
	color: #FFFF00;
	text-align: left;
}
div#contenu p {
	text-align: justify;
	text-indent: 2em;
	font-size: 1em;
	line-height: normal;
	color: #FFFF00;
	}
    /*Passage souris*/
div#contenu a  {
    text-decoration: none;
	color: #8b0000;
    background-color: #FFFF00;
}
div#contenu a hover {
    color: #FFFF00;
    background-color: #8b0000;
	background-image: url(../images/tramearte4fond.jpg);
}
div#cadrevideo {
	position: static;
	z-index: 1;
	font-size: 1.05em;
	top: auto;
	left: 3px;
	right: 60px;
	color: #8b0000;
	border: 40px solid #8b0000;
	width: 320px;
	height: 250px;
	background-image: url(../arte4/images/tramearte4texte.jpg);
	margin: 0px
}
/* Définition du pied de page */
p#footer {
	margin: 0;
	padding-right: 10px;
	line-height: 20 px;
	text-align: left;
	color: #FFFF00;
	position: relative;
	font-size: xx-small;
}
/*Passage souris*/
/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enlève le soulignement.*/
p#retour a {
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	margin: 1px;
	letter-spacing: 2px;
	line-height: 28px;
	word-spacing: 5px;
	border: 1px Yellow;
	border-width: 5px;
	border-style: double;
	font-size: 0.9em;
	color: Yellow;
	padding: 2px 30px;
}
p#retour a:hover, p#retour a:focus {
	
	color: #8b0000;
	text-decoration: none;
	background: url(../images/tramearte4texte.jpg);

}
