@charset "utf-8";

body {
    font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/fond-barre.gif);
	background-repeat: no-repeat;
	background-position: 0px 340px;
	margin-top: 5px;
}

dl, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

/* Calques principaux */

#titrerubrique  {
	position: absolute;
	left: 600px;
	top: 350px;
	font-family: Eurostile, Arial, Helvetica;
	font-size: 2.5em;
	color: #FFFFFF;
}

#page {
	position: absolute;
	width: 660px;
	left: 100px;
	top: 0px;
}

#zonemenu  {
	position: absolute;
	left: 630px;
	top: 450px;
	z-index: 5;
}

#zonemultimedia  {
	position: absolute;
	left: 560px;
	top: 0px;
	width: 200px;
	height: 328px;
	z-index: 2;
	vertical-align: bottom;
	font-size: 0.9em;
}

#illustration {
	float:left;
	margin: 5px 5px 5px 5px;
	border:#ccc 1px solid;
	padding:2px;
}

/* Menu de deuxième niveau */
#menuniv2 {
z-index:2;
position: relative;
font-family: Arial, Georgia, Times, serif;
font-size: 0.7em;
font-weight: bold;
line-height: 16px;
}

dl#menuniv2 {
	width: 128px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4B4B4;
}

dl#menuniv2 li {
	background: #E2E0E1;
	text-indent: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #B4B4B4;
	border-right-color: #B4B4B4;
	border-left-color: #B4B4B4;
}

dl#menuniv2 li #sstit {
	color: #FFFFFF;
	background-color: #9D9D9D;
	text-indent: 8px;
}

dl#menuniv2 li#sstit a {
	text-indent: 8px;
	color: #FFFFFF;
	background-color: #9D9D9D;
	text-decoration: none;
}

dl#menuniv2 li#sstit a:hover {
	color: #9D9D9D;
	background-color: #E2E0E1;
}

dl#menuniv2 li a, dl#menuniv2 dt a {
color: #4D4747;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
background: #E2E0E1;
}

dl#menuniv2 li a:hover, dl#menuniv2 dt a:hover {
background: #f38f0c;
color: #2D4E9D;
}

/* Menu de 1er niveau avec petite case */

#menudt {
	position: relative;
	left: 0px;
}

#menudt dt {
cursor: pointer;
}

#menudt dd {
	position: absolute;
	z-index: 20;
	left: -9.1em;
	margin-top: -100px;
	width: 9em;
	background: #f38f0c;
	display: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
}

#menudt li {
	font-size: 0.7em;

	border-top:1px solid black;
	line-height: 16px;
	text-indent: 3px;
}
#menudt li a, #menudt dt a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8pt;
}

#menudt li a:hover {
	text-decoration: none;
	background: #b6b8ba;
	color: #FCF3C5; 
}


#piedpage {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #F28F0D;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6e6f7d;
}

#piedpage a {
text-decoration:none;
color: #F28F0D;
}

#page #texte {
	width: 450px;
	font-size: 0.9em;
	color: #454545;
	text-align: justify;
}



h1 {
	display: block;
	font-size: 1.4em;
	color: #515151;
	margin-top: 10px;
	margin-bottom:0px;
}

h2 {
	margin-top: 10px;
	margin-bottom:0px;
    display: block;
	font-size: 1.1em;
	text-align: justify;
	font-weight: bold;
	color: #fca43c;
}


.seqslidestyle	{
display: block;
margin: 4px 15px 0px 0px;
}

#pdfcadre {
	position: relative;
	width: 450px;
	height: 140px;
}

#pdf {
	position: relative;
	float: left;
	vertical-align: top;
	width: 140px;
	border: thin outset #999999;
	text-align: center;
	z-index: 2;
	margin-left:5px;
	margin-top:5px;
}
#pdf a {
	text-decoration: none;
	color: #454545;
}
