a img{
	border: 0;
}
hr, legend {
	display: none;
}
fieldset {
	border: 0;
}
td {
	vertical-align: top;
}
label {
	color: #ACD6EE;
	white-space: nowrap;
}


.pdf-file {
	background: transparent url(pdf.gif) no-repeat left;
}
.x0 {
	display: none;
	font-size: 0;
	height: 0;
}
.alpha {
	background-color:#fff;
	width: 100%;
	height: 100%;
   /* Pour IE, il faut absolument mettre une largeur, alors soit width=100%,
      soit c'est un div positionn? et dimensionn? comme dans cet exemple.*/
  filter:alpha(opacity=75);
  -moz-opacity:0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  margin-bottom: 25px;
}




html, body {
	margin: 0;
	padding: 0;
}
	body {
		font: 1em arial;
		background: #012B41 url(body.jpg) repeat-x top;
	}

#global {
	background: transparent url(global.gif) no-repeat top right;
	padding: 0 350px 0 20px;
	text-align: center;
}
html>body #global {
	height: auto;
	min-height: 651px;
}

#header {
	text-align: left;
}
	#logo {
		margin: 20px 0 42px 45px;
	}

#content {
	text-align: left;
	color: White;
}


#menu {
	position: absolute;
	top: 113px;
	left: 0;
	padding: 0 0 0 35px;
}
	#menu p {
		margin: 0;
		font-size: 0.9em;
		text-align: center;
		white-space: nowrap;
	}
	#menu a, #menu strong {
		background: #1C5B7D url(menu-r.gif) no-repeat top right;
		padding: 0.5em 1.7em 0.2em 0;
		display: block; float: left;
		text-decoration: none;
	}
		#menu a span, #menu strong span {
			background: #1C5B7D url(menu-l.gif) no-repeat top left;
			padding: 0.5em 0 0 1.7em;
			font-variant: small-caps;
			color: #A8D2E8;
			font-weight: bold;
		}
		#menu strong, #menu strong span {
			background-color: #587280;
		}
		#menu a {
		background: #1C5B7D url(menu-r.gif) no-repeat top right;
		}
		#menu a span {
			background: #1C5B7D url(menu-l.gif) no-repeat top left;
		}

h1, h2, h3 {
	font-size: 1.3em;
	margin: 5px 0;
	padding: 0;
}
h2 {
	font-size: 1.1em;
	margin-top: 25px;
}

img {
}
p {
	font-size: 0.8em;
}
#content a {
	color: #fff;
}
#content ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}
	#content li {
		font-size: 0.8em;
		text-align: left;
		background: transparent url(li.gif) no-repeat top left;
		padding: 0 0 0 12px;
		margin: 0 0 2px 0;
	}
	
	#content ul.links li {
		display: block;
		clear: left;
		text-align: left;
		height: 110px;
		margin: 0;
		padding: 0;
	}
		
	#content ul.links h2 {
		text-align: left;
	}
	
	#content table.presentation {
		margin-top: 15px;
		font-size: 0.85em;
	}
		#content table.presentation th {
			width: 25%;
			text-align: center;
			border-right: 1px dashed #8EA6B4;
			color: #fff;
		}
		#content table.presentation td {
			padding: 5px 5px 0 0;
			border-right: 1px dashed #8EA6B4;
		}
	
#player {
	display: block;
	width: 240px;
	height: 50px;
	position: absolute;
	top: 490px;
	right: 65px;
	overflow: hidden;
}


#footer {
	color: #BFC9CF;
	font-size: 0.9em;
	padding-bottom: 0.5em;
}



#illus_mathieu {
	background: transparent url(../medias/mathieu_sylvestre.gif) no-repeat top right;
	margin: 5px 10px 5px 0;
	height: 105px
}
	#illus_mathieu img {
		float: left;
	}
	#illus_mathieu h1 {
		position: absolute;
		left: 200px;
		margin-top: 10px;
	}
	#illus_mathieu ul {
		position: absolute;
		margin-top: 40px;
		left: 200px;
	}
	
	


#gallery {
	display: block;
	width: 99%;
	height: 150px;
	overflow: auto;
	padding-top: 20px;
}