html {
	background: transparent url('images/bg.jpg') repeat;
	height: 100%;
}

body {
	width: 514px;
	margin: 0 auto;
	padding: 0 20px;
	color: #2e412e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	background: transparent url(images/background.gif) repeat-y top center;
	height: 100%;
}

a{
	color: #a5c33c;
}

a:hover{
	text-decoration: none;
}

p{
	margin: 20px 0;
}

#entete{
	position: absolute;
	top: 20px;
	right: 20px;
}

#site{
	width: 514px;
	position: relative;
	background: transparent url(images/background.gif) repeat-y top center;
	padding: 32px 20px 0 20px;
	margin: 0 -20px;
}

#logo{
	position: absolute;
	top: 14px;
	right: 20px;
}
#logo a{
	display: block;
	height: 34px;
	width: 141px;
	background: transparent url(images/link-logo.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#header{
	margin-top: 23px;
	background-color: white;
	height: 187px;
	width: 514px;
	background: white url(images/bg-head.gif) no-repeat top center;
}


h1{
	color: #4f7f50;
	font-size: 24px;
	padding: 15px 30px 0;
	width: 454px;
	height: 140px;
	background: transparent url(images/bg-bottom.gif) no-repeat bottom left;
}

#haut{
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(images/background-entete-top.gif) no-repeat top left;
	display: block;
	width: 554px;
	height: 55px;
}

#langue a{
	display: block;
	height: 24px;
	width: 23px;
	text-indent: -9999px;
	overflow: hidden;
	background-position: top center;
}
#langue #fr{
	float: left;
}
#langue #fr{background: transparent url(images/langue-fr.gif) no-repeat;}
#langue #de{background: transparent url(images/langue-de.gif) no-repeat;}
#langue #fr:hover,
#langue #fr.select{background-position: bottom center;}
#langue #de:hover,
#langue #de.select{background-position: bottom center;}

#menu{
	position: absolute;
	left: -116px;
	top: 90px;
}
#menu ul,
#sous-menu ul{
	padding-left: 0;
	margin-left: 0;
}
#menu li,
#sous-menu li{
	list-style-type: none;
}
#menu li{
	padding-bottom: 6px;
}
#menu a{
	background: transparent url(images/) no-repeat;
	display: block;
	height: 40px;
	width: 116px;
	text-indent: -9999px;
	overflow: hidden;
	background-position: top center;
}
#menu #equipe-fr a{background: transparent url(images/menu-fr-equipe.gif) no-repeat;}
#menu #projet-fr a{background: transparent url(images/menu-fr-projet.gif) no-repeat;}
#menu #contact-fr a{background: transparent url(images/menu-fr-contact.gif) no-repeat;}
#menu #equipe-de a{background: transparent url(images/menu-de-equipe.gif) no-repeat;}
#menu #projet-de a{background: transparent url(images/menu-de-projet.gif) no-repeat;}
#menu #contact-de a{background: transparent url(images/menu-de-contact.gif) no-repeat;}
#menu #equipe-fr a:hover,
#menu #equipe-fr a.selected{background-position: bottom center;}
#menu #projet-fr a:hover,
#menu #projet-fr a.selected{background-position: bottom center;}
#menu #contact-fr a:hover,
#menu #contact-fr a.selected{background-position: bottom center;}
#menu #equipe-de a:hover,
#menu #equipe-de a.selected{background-position: bottom center;}
#menu #projet-de a:hover,
#menu #projet-de a.selected{background-position: bottom center;}
#menu #contact-de a:hover,
#menu #contact-de a.selected{background-position: bottom center;}

#contenu{
	background-color: white;
	width: 454px;
	padding: 0 30px 30px;
}

#sous-menu {
	display: block;
	width: 454px;
	height: 37px;
	background: white url(images/bg-sous-menu.gif) no-repeat;
	margin-top: -11px;
	padding: 0px 30px;
	line-height: 32px;
}
#sous-menu li {
	display: inline;
	
}
#sous-menu li a{
	float: left;
	margin-right: 15px;
	display: block;
	text-decoration: none;
}
#sous-menu li a.selected,
#sous-menu li a:hover{
	color: #E85237;
	text-decoration: underline;
}

#contenu {
	background: white url(images/bg-head.gif) no-repeat;
}

#contenu .fond-top-head{
	height: 12px;
	width: 513px;
	margin: 0 -30px -31px;
	padding: 0 30px;
}
#contenu.equipe .fond-top-head{
	margin-top: -2px;
}
#contenu .fond-top-head{
	background: transparent url(images/bg-head.gif) no-repeat;
}

#main{
	padding-top: 30px;
}

#main h2{
	color: #4f7f50;
	font-size: 18px;
	line-height: 23px;
	margin: 20px 0;
}

#main h3{
	font-size: 11px;
	margin-bottom: -20px;
	margin-left: -12px;
	padding-left: 12px;
	background: transparent url(images/puce.gif) no-repeat center left;
	font-weight: normal;
}

#main ul{
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	color: #a5c33c;
}

#main li span{
	color: #2e412e;
}

#main label{
	display: block;
	width: 110px;
	float: left;
	line-height: 1.5em;
}
#main input,
#main textarea{
	margin-left: 120px;
	display: block;
}
#main input[type=text],
#main textarea{
	width: 322px;
}

#main .ss-titre{
	margin-bottom: -1.5em
}

#main .titre-liste{
	margin-bottom: 0;
}

#main ul.documentsPdf{
	margin-left: 0;
	margin-top: 0;
}

#main .documentsPdf li.pdf{
	list-style: none;
	background: transparent url(images/arrow-link.gif) no-repeat top left;
	padding-left: 12px;
}

#main .documentsPdf .pdf a{
	color: #2e412e;
	text-decoration: underline;
}

#main .documentsPdf .pdf a:hover{
	text-decoration: none;
}

#main .ss-titre-last{
	margin-bottom: 0;
}

#citation{
	font-family: Times,serif;
	color: #a8aeb3;
	font-style: italic;
	margin-top: -5px;
}

#citation cite{
	font-size: 16px;
}

#link{
	display: block;
	height: 42px;
	width: 525px;
	background: transparent url(images/bg-lien.gif) no-repeat;
	margin-left: -12px;
	padding: 0 12px;
	line-height: 35px;
}

#link a{
	color: #2e412e;
}

#cite-projet{
	text-align: center;
	font-size: 12px;
	position: absolute;
	top: 370px;
	right: -122px;
	display: block;
	width: 102px;
	padding: 12px 10px 0;
	background: white url(images/bg-cite-top.gif) no-repeat top left;
}
#cite-projet cite{
	font-family: Times,serif;
	font-size: 14px;
	display: block;
	margin-bottom: 12px;
	color: #4f7d4e;
}
#cite-projet #auteur{
	display: block;
	height: 30px;
	font-weight: bold;
	color: #e85237;
	background: transparent url(images/bg-cite-bottom.gif) no-repeat bottom left;
	margin: 0 -10px;
}
