<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
/* auteur: michel */
/* date de creation: 09/04/2006 */
html{
  height:100%
}

body{
  	margin: 0;
	padding:0;
	overflow:auto;
	color: #000;
	font-size: 1.05em;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
}
/* et on insiste pour les vieux browsers */
p, li, td, dt {
	font-size: 1.05em;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	text-align:left;
	margin-left: 50px;
	}

#fond-or{
	background-image: url(fond-or.jpg); 
	background-size: auto;
//	-webkit-background-size: cover;  /* pour Chrome et Safari */
//  	-moz-background-size: cover;     /* pour Firefox */
//  	-o-background-size: cover;       /* pour Opera */
//  	background-size: cover;          /* version standardisée */
	}	
	
#fond-vert{
	background-image: url(fond-vert.jpg); 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCFFFF',endColorstr='#3333FF', GradientType=1);
	}	
		

dd#smenu2 ul , dd#smenu3 ul {
	background: #B8FFFF; width: 113px; margin: 0px;
	color: #905000;
	padding: 0px}
	
#fixElement {
	/* conteneur global et du chapeau */
 	position: absolute;
	top:50px;
	left:5px;
	width:113px;
	height: 200px;
	background: url(cadre-brun-haut-2.gif) left top no-repeat; 
	padding: 0px 0px 0px 0px;
	z-index: 5;
}

html> body #fixElement {
	position: fixed;
}

#bloccadre { 
	/* contient les bords et le pied du menu 
	   est utilisée à l'intérieur de #fixElement */
	
	background: url(cadre-brun.gif) left bottom no-repeat;
	padding: 0px 0px 0px 5px;
	margin: 15px, 0, 0, 0;
	text-align: left;
	width: 113px;
	overflow: visible;
	font-weight: bold;
	z-index: 1;
	}
#bloccadre ul, #bloccadre li, #bloccadre dl dt{
	margin: 0;
	list-style: none;
	padding-bottom: 5px;
	font-size: .9em;
	text-align: center;
	font-weight: bold;
	}	
#bloccadre li a, #bloccadre dt a {
	text-decoration: none;
	text-align: left;
	color: #905000; 
	}
#bloccadre li a:hover , #bloccadre dt a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	color: magenta;   
	}
#bloccadre p{
	text-align: left;
	margin: 0 5px;
	padding: 0;
	}
		
#mainContent{
	position : absolute;
	margin_top: 0px;
	margin-left: 120px;
	margin-right: auto;
  	height:100%;
  	width:80%;
	z-index: 0;
	text-align: center;
	}
	
.matable {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	background-color: #FFE080;
	}

.matable td	{
	padding: 15px;
	}

h1 {
	color: #804000;
	text-align: center;
	font: 2em  'Times New Roman', Times, serif;
	}
h2 {
	color: #804000;
	font-size: 1.3em;
	margin-top: 1em;
	margin-left: 60px;
	width: auto;
	z-index: 10;
	text-align: left;
	}
h3 {
	color: #905000;
	text-align: left;
	margin-left: 50px;
	}
h4 {
	color: #A06000;
	text-align: left;
	margin-left: 70px;
	}
p {
	text-align: left;
	margin-left: 50px;
	}
span.fort {
	color : #804000;
	text-decoration: underline;
	font: 1.1em;
	}	
#intro {
	font-style: italic;
	color: #A06000;
	padding-left:60px;
	text-align: center;			/* on centre l'ID	*/
	}
.intro {
	font-style: italic;
	color: #A06000;
	padding-left:60px;
	text-align: left;			/* on aligne la classe à gauche	*/
	}
	
.li {
	margin-left: 30px;
	margin-top: 5px;
	}
.programme  {
	color: blue;
	margin-left: 100px;
	font-size: 80%;
	}
.prog {
	color :#007777;
	font-size: 80%;
	background-color: #D0FFFF;
	border: 20px solid;
	border-color: RGB(23,161,165);
	margin-left:auto;
	margin-right:auto;
	width : 50%;
	}
		
.prog p {
	margin-left: 120;
	width: 90%;
	}
	
.tabcenter{
   margin-left:auto;
   margin-right:auto;
}	
