@charset "ISO-8859-1";

* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
img {
	border: none;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: #464646 url(images/tranche.gif) repeat-x;
	color: #535353;
}
#page {
	width: 420px;
	margin: 49px auto;
}
#enTete {
	position: relative;
	width: 420px;
	height: 90px;
}
#enTete img {
	position: absolute;
	left: 0px;
	top: 0px;
}
h1, h2 {
	text-align: center;
	font-weight: normal;
	}
h1 {
	padding-top: 20px;
	font-size: 20px;
	color: #F5F5F2;
}
h2 {
	padding-top: 10px;
	font-size: 13px;
	color: #F5F5F2;
}
#menu {
	position: relative;
	height: 46px;
	width: 100%;
	margin-top: 19px;
	list-style-type: none;
	overflow: hidden;
}
#menu li a {
	display: block;
	position: absolute;
	height: 46px;
	top: 0px;
}
#accueil a {
	left: 0px;
	width: 137px;
	background: url(images/accueil.gif) top left no-repeat;
}
#auteurs a {
	left: 137px;
	width: 129px;
	background: url(images/auteurs.gif) top left no-repeat;
}
#contact a {
	left: 266px;
	width: 134px;
	background: url(images/contact.gif) top left no-repeat;
}
#accueil a:hover, #auteurs a:hover, #contact a:hover {
	background-position: 0 -46px;
}
.txtMenu {
	display: none;
}
#conteneur {
	margin-top: 3px;
	padding: 24px 24px 34px 24px;
	width: 352px;
	background-color: #abb096;
	border-top: 1px solid #C0C4B0;
	border-right: 1px solid #434343;
	border-bottom: 1px solid #313131;
}
h3 {
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 16px;
	color: #313131;
}
#date {
	margin-bottom: 7px;
}
.illustration {
	display: block;
	border: 1px solid #939781;
}
#conteneur p.legende {
	width: 200px;
	margin-bottom: 7px;
	font-size: 10px;
	text-align: left;
	line-height: 10px;
	color: #313131;
}
h4 {
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 13px;
	color: #313131;
	padding: 24px 0px 12px 0px;
}
h5 {
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	color: #535353;
	padding-bottom: 9px;
}
#conteneur a {
	text-decoration: none;
	color: white;
	/*
	color: #E0E1D8;
	*/
}
#conteneur a:hover {
	color: white;
}
#conteneur p {
	text-align: justify;
	padding-bottom: 5px;
	line-height: 16px;
}
#conteneur .vers {
	padding-bottom: 0px;
}
#conteneur ul {
	list-style-type: none;
	padding-bottom: 5px;
}
#conteneur ul li {
	line-height: 18px;
}
#listeAuteurs {
	list-style-type: none;
}
#listeAuteurs li {
	letter-spacing: 1px;
	font-size: 13px;
	color: #313131;
	padding-bottom: 3px;
}
#listeAuteurs li a {
	height: 20px;
	line-height: 20px;
}
#listeAuteurs li img {
	vertical-align: top;
}
#retour {
	margin: 0px 0px 0px 65px;
	padding: 30px 0px 0px 0px;
	height: 60px;
	width: 220px;
	background-color: #abb096;
	overflow: hidden;
}
#retour a {
	display: block;
	height: 60px;
	width: 220px;
	background: #abb096 url(images/retour.gif) top left no-repeat;
}
#retour a:hover {
	background-position: 0 -60px;
}
.txtRetour {
	display: none;
}
#pied {
	width: 400px;
	padding: 10px 0px 50px 0px;
	text-align: center;
	font-size: 10px;
	color: #A9A49E;
}
.licence {
	text-decoration: none;
	color: #A9A49E;
}
.lienTief {
	text-decoration: none;
	color: #EDE6DD;
}
.lienTief:hover {
	color: white;
}
.admin {
	text-decoration: none;
	color: #333;
}
#login {
	margin: 30px 100px;
}
#login .entreeLogin {
	width: 100px;
	height: 17px;
	margin-bottom: 10px;
}
.bouton {
	outline: none;
	display: block;
	margin: 10px auto 0px auto;
	height: 17px;
	width: 100px;
	border: none;
	color: white;
	background: none;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}
.input, .textarea {
	width: 350px;
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	background-color: #EDE6DD;
	color: #333;
	margin-bottom: 5px;
}
.input {
	height: 20px;
}