/* CSS Document */

* { margin: 0; padding: 0; }

a { color: #003399; text-decoration: none; }
a:hover { text-decoration: underline; }

ul, li { list-style: none; }

img { border: 0; }

hr {
	border: 0;
	clear: left;
	_height: 1px;
	_margin: -0.5em 0;
	visibility: hidden;
	}

body {
	background: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
}

/* Layout */
#global {
	background: white url(images/img-background.jpg) repeat-y top left;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 870px;
}

#header {
	background: url(images/img-header.jpg) no-repeat;
	height: 150px;
}

#menu {
	position: absolute;
	top: 53px;
	left: 260px;
}

#photo {
	position: absolute;
	background: url(images/img-phototheque.jpg) no-repeat top left;
	top: 130px;
	right: 1px;
	height: 255px;
	width: 31px;
}

#content {
	padding: 0 60px;
	min-height: 245px;
	_height: 250px;
}

#footer {
	background: white url(images/img-footer.jpg) no-repeat top left;
	clear: both;
	padding-top: 30px;
	padding-bottom: 10px;
	min-height: 50px;
}



/* HEADER */

#header h1 {
	position: absolute;
	border: 0;
	top: 15px;
	left: 65px;
	height: 125px;
	width: 185px;
}
#header h1 a, #header h1 a:hover {
	display: block;
	height: 125px;
	width: 185px;
	text-decoration: none;
}
#header h1 span, #photo a span {
	display: none;
}


/* MENU */

#menu li {
	display: inline;
}


/* PHOTOTHEQUE */

#photo a, #photo a:hover {
	display: block;
	height: 255px;
	width: 31px;
	text-decoration: none;
}



/* CONTENT */

#content p, #content ul {
	line-height: 150%;
	margin: 1.5em 0;
}

h1 {
	border-bottom: #CCC 2px solid;
	font-size: 2em;
}

h2 {
	color: #003399;
	font-size: 1.6em;
	margin-top: 2em;
}

#content ul {
	list-style: outside circle;
	margin-left: 50px;
}

#content li {
	list-style: outside circle;
}

/* FOOTER - Pied de page */

#footer p {
	color: #999;
	text-align: center;
}

#footer a {
	color: #999;
}