html,body {
	padding: 0;margin: 0;
}
body {
	padding: 0;margin: 0;
	height: 100%;
	background: #FF9600 url(../img/background.gif) repeat-x bottom;
	background-attachment: fixed;
}
#container {
	background: transparent url(../img/background-letter.gif) no-repeat bottom right;
	background-attachment: fixed;
	height: 100%;
}

#logo {
	padding: 20px 0 0 20px;
	width: 197px;
	height: 69px;
}
#logo a {
	display: block;
	width: 197px;
	height: 69px;
	background: url(../img/logo.gif) no-repeat;
}
#logo a span {
	display: none;
}
#top-menu {
	float: right;
}
#top-menu ul {
	list-style-type: none;
	padding: 0;margin: 0;
	padding: 20px 10px 10px 10px;
	border-bottom: solid 1px white;
}
#top-menu ul li {
	display: inline;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	padding: 0 10px;
	border-right: solid 1px #333333;
}
#top-menu ul li a {
	text-decoration: none;
	color: #333333;
}
#top-menu ul li a:hover {
	color: #ffffff;
}
#letter-menu {
	margin-top: 50px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background: #FFD277;
	border: solid white;
	border-width: 1px 0;
	padding: 8px 0;
	width: 100%;
	position: absolute;
	z-index: 50;
}
#letter-menu #letter-list {
	list-style-type: none;
	padding: 0;margin: 0;
	padding-left: 20px;
}
#letter-list li {
	display: inline;
	font-size: 12px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #333333;
}
#letter-list li a,#letter-list li a.letter-normal {
	color: #333333;
	text-decoration: none;
}
#letter-list li a.letter-active {
	color: #ffffff;
	font-weight: bold;
}
#letter-list li a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#images {
	margin-top: 150px;
	height: 100%;
}
#motioncontainer ul{
	list-style-type:none;
	padding: 0;margin: 0;
}
#motioncontainer ul li{
	float: left;
	/*display: inline;*/
	margin: 0;padding: 0;
	margin-right: 10px;
	padding: 10px;
	position: relative;
}
#authors {
	font-size: 12px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding: 0px 20px 0px 20px;
}
.form-contact {
	width: 500px;
	position: relative;
	left: 150px;
	top: 50px;
}
.form-contact td,.form-contact textarea,.form-contact input {
	font-size: 12px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
#authors p {
	padding: 0;margin: 0;
}
#authors ul {
	padding: 0;margin: 0;list-style-type:none;
	padding-top: 10px;
	float: left;
	margin-right: 20px;
}
#authors li {
	margin-bottom: 5px;
}
#authors a {
	color: #333333;
}
#authors a:hover {
	color: white;
}
.gras{
	font-weight: bold;
}

input, textarea{
	background: #ffaa33;
	border: 1px solid #ffffff;
}

#ZoomImage {
	border: solid 1px #000;
}

#d1 { background-color: #FFD277; width: 200px; }

.identifiant{
    opacity : 0.8;
    filter : alpha(opacity=80);
  } 
  .copyright {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-align: right;
	padding-right: 10px;
}
.intro {
	padding-left: 20px;
	padding-top: 20px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}
.intro h1 {
	font-size: 15px;
}
.intro ul {
	list-style-type: none;
	padding: 0; margin: 0;
	padding-left: 15px;
}
.intro ul li {
	padding: 0; margin: 0;
}
.intro ul img {
	vertical-align: middle;
}
#top-menu .active-menu {
	font-weight: bold;
	color: #fff;
}