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

body{
  	margin: 0;
	padding:0px;
	overflow:auto;
	background-repeat: repeat-y;
	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-bleu{
	background-image: -webkit-linear-gradient(left, #CCFFFF 0%, #3333FF 100%);
	background-image:    -moz-linear-gradient(left, #CCFFFF 0%, #3333FF 100%);
	background-image:     -ms-linear-gradient(left, #CCFFFF 0%, #3333FF 100%);
	background-image:      -o-linear-gradient(left, #CCFFFF 0%, #3333FF 100%);
	background-image:         linear-gradient(left, #CCFFFF 0%, #3333FF 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCFFFF',endColorstr='#3333FF', GradientType=1);
	}	

dd#smenu2 ul , dd#smenu3 ul {
	background: #B8FFFF; width: 113px; margin: 0px;
	color: #00F;
	padding: 0px}
	
#fixElement {
	/* conteneur global et du chapeau */
 	position: absolute;
	top:50px;
	left:5px;
	width:113px;
	height: 200px;
	background: url(new_cadre_haut3.gif) left top no-repeat; 
	padding: 0px 0px 0px 0px;
	font-size: 0.8em;
}

html> body #fixElement {
	position: fixed;
}

#bloccadre { 
	/* contient les bords et le pied du menu 
	   est utilisée à l'intérieur de #fixElement */
	
	background: url(new_cadre_bas_2011.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;
}
#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 {
	color: black;
	text-decoration: none;
	text-align: left;
	color: blue; 
	}
#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: 90%;
	background-color: #70B0FF;
	}

.matable td	{
	padding: 25px;
	}
	
	
h1 {
	color: #00f;
	text-align: center;
	font: 2em  'Times New Roman', Times, serif;
	}
h2 {
	color: #4169E1;
	font-size: 1.3em;
	margin-top: 1em;
	margin-left: 40px;
	z-index: 10;
	text-align: left;
	}
h3{
	color: #4040FF;
	text-align: left;
	margin-left: 50px;
	}
h4{
	color: #202080;
	text-align: left;
	margin-left: 70px;
	}
p{
	text-align: left;
	margin-left: 50px;
	}



#intro {
	font-style: italic;
	color: rgb( 0, 0, 192);
	padding-left:60px;
	text-align: center;			/* on centre l'ID	*/
	}
.intro {
	font-style: italic;
	color: rgb( 0, 0, 192);
	padding-left:60px;
	text-align: left;			/* on aligne la classe à gauche	*/
	width: 90%
	}
	
.li {
	margin-left: 30px;
	margin-top: 5px;
	}
	
#mainContent ul li:first-letter {
	font-weight: bold;
	font-size: 1.5em;
	color: blue;
	/*background-color: blue; 
	border: 2px groove;*/
	}
#mainContent ol li:first-letter {
	font-size: 1.2em;
	color: blue;
	}
	
