<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
/* auteur: michel */
/* date de creation: 30/01/2011 */
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;
	text-align: center;
}

#fond-rouge {
	background-image: -webkit-linear-gradient(left, #FFC0C0 0%, #C00000 100%);
	background-image:    -moz-linear-gradient(left, #FFC0C0 0%, #C00000 100%);
	background-image:     -ms-linear-gradient(left, #FFC0C0 0%, #C00000 100%);
	background-image:      -o-linear-gradient(left, #FFC0C0 0%, #C00000 100%);
	background-image:         linear-gradient(left, #FFC0C0 0%, #C00000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC0C0',endColorstr='#C00000', GradientType=1);
	background-repeat: repeat-y ;
	}
h1 {
	color: #00C;
	text-align: center;
	font: 3em  'Times New Roman', Times, serif;
	}

#legende {
	text-align: center;
	font-size: 1.5em;
	}


#fixElement {
	/* conteneur global et du chapeau */
 	position: absolute;
	top:50px;
	left:5px;
	width:113px;
	height: 200px;
	background: url(outils/new_cadre_haut.gif) left top no-repeat; 
	padding: 0px 0px 0px 0px;
	margin-left: 10px;
	}
	
html> body #fixElement {
	position: fixed;		// ignorée par IE
}

	
p 	{
	text-align: left;
	margin-left: 50px;
	}

		
#bloc1 {
	width: 860px;
	height: 80px;
	overflow: auto;
	border: 1px solid white;
	margin: auto;
   	}

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: 40px;
	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;
	}

span.fort {
	color : #804000;
	font: 1.1em;
	text-decoration: underline;
	}	
#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	*/
	}
	
