@charset "UTF-8";

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
}
#trois_rails {
	text-align: left;
	margin-left: 20%;
}
#wrapper #footer {
	width: 28%;
	margin-left: 35%;
	text-align: left;
}
#wrapper #credits {
	width: 600px;
	margin-left: 20%;
}
#wrapper #footer img {
	margin-left: 0%;
	left: 25%;
	position: relative;
}
body {
	color: #000000;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align: justify;
	font-weight: normal;
	font-size: 16pt;
}
.annotation {
	color: #000000;
	font-weight: normal;
	font-style: italic;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	line-height: normal;
	font-variant: normal;
	font-size: 12pt;
}
.annotation2 {
	color: #000000;
	font-weight: normal;
	font-size: 11pt;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	line-height: normal
%;
}
#wrapper #credits p a:link {
	color: #71A4E6;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	text-transform: uppercase;
}
#wrapper #credits p a:visited {
	color: #003366;
}
#wrapper #credits p a:hover {
	color: #0099CC;
	text-decoration: underline;
	text-shadow: 0px 0px 0px;
	text-transform: uppercase;
}
.annotation3  {
	text-transform: lowercase;
	color: #99CCCC;
}
a.link     {
	text-transform: lowercase;
	color: #71A4E6;
}
h1 {
	font-style: oblique;
	font-size: 16pt;
}
#footer {
	width: 600px;
	margin-left: 20%;
	padding-left: 0%;
}
