/* Apparence des pages de la section orange seulement */

body { background: #066C00 url(../images/background_vert.jpg) no-repeat; color:#D9FFA2; }

div#titre { position: absolute; top:27px; left:0px; }
div#titre img#titre { behavior: url(pngbehavior.htc); }

div#contenu {
	position: absolute;
	top: 132px;
	left: 50px;
}

div#texte {
	position: relative;
	width:530px;
	min-height:325px; /* 222px dans les menus orange et bleu */
	padding:0 0;
	margin: 0 0 0 0;
}

/* hack pour Internet Explorer qui ne connaît pas min-height */
/*\*/
* html div#texte {
height: 341px; /*238px dans les menus orange et bleu */
}

/* Paragraphes et listes */
p,ul,ol,blockquote,span.date {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	line-height: 140%;
	font-weight: normal;
	color:#D9FFA2;
}

p,span.date { padding: 0 2px 2px 0; }

span.date { font-weight: bold; 	font-size: 100%;}

ul.module { list-style-type: none; font-weight: bold; }
ul.section { list-style-type: none; font-weight: normal; }
ul ul { font-size: 100%; list-style-type: none; font-weight: normal; }

a:link { color: #F9FE5C; text-decoration: underline; }
a:visited { color: #F9FE5C; text-decoration: underline; }
a:active { color: #F9FE5C; text-decoration: none; }	

img#titre { position: absolute; left: 0px; top: 0px; }
img.droite { margin-top: 0px; float: right; }
img.gauche { margin-top: 0px; padding-right: 10px; float: left; }

h1 {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 14pt;
	color:##D9FFA2;
	padding: 0px;
	font-weight: 700;
	margin-bottom: 12px;
	margin-top: 15px;
	line-height: 18px;
}

h2 {
	font-family: haettenschweiler, impact, arial, georgia, sans-serif;
	color:##D9FFA2;
	font-weight: normal;
	font-size: 15pt;
	margin-bottom: 10px;
	margin-top: 3px;
}

p#copyright {
	font-family: verdana;
	font-size: 10px;
	text-align: center;
	vertical-align:middle;
	width: 537px;
	height: 20px;
	margin: 0 0;
	padding: 0 0 0 0;
	color: #000000;
}
