body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 5px;
	color: #333;
}

#conteneur {
	width: 800px;
	margin: 0 auto;	
}

#contenu {
	position: relative;
	width: 800px;
	background: url(../images/contenu.gif) repeat-y;	
	overflow: auto;
}

#header {
	position: relative;
	width: 800px;
	height: 128px;
	background: url(../images/header.jpg) no-repeat;
}

#logo {
	position: absolute;
	left: 24px;
	top: 8px;
}

a img {
	border: none;
}

#drapeau_fr {
	position: absolute;
	left: 664px;
	top: 49px;
}

#drapeau_en {
	position: absolute;
	left: 697px;
	top: 49px;
}

#drapeau_de {
	position: absolute;
	left: 730px;
	top: 49px;
}

#drapeau_es {
	position: absolute;
	left: 763px;
	top: 49px;
}

#menu {
	width: 143px;
	height: 440px;
	background: url(../images/menu.jpg) no-repeat;
	float: left;
	text-align: center;
	padding: 150px 0px 0px 0px;
}

#menu li {
	font-weight: bold;
	list-style-type: none;
	margin-left: -55px;
}

#menu li a {
	color: #666;
	text-decoration: none;
}

#menu li a.active {
	color: #f90;
}

#colonne-droite {
	width: 636px;
	background: url(../images/filet.gif) no-repeat top right;
	padding: 10px 20px 10px 0px;
	float: right;
	position: relative;
}

#texte {
	padding: 15px;
}

#texte h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #969;
}
#texte h2.centre {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	color: #969;
}

#texte h3 {
	margin-top: 2em;
	font-size: 1em;
	font-weight: bold;
}

#texte li {
	line-height: 1.2em;
}

#footer {
	width: 800px;
	height: 26px;
	background: url(../images/footer.gif) no-repeat;
	clear: both;
	text-align: center;
	font-size: .8em;
	color: #999;
	padding-top: 211px;
	position: relative;
	margin-top: -181px;
}

#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

#illustration {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 330px;
	height: 250px;
	clear: both;
}

.fleches {
	background: url(../images/illustration.jpg) no-repeat bottom right;
}

.image-accueil {
	background: url(../images/accueil.jpg) no-repeat bottom right;
}
.image-interpretation {
	background: url(../images/interpretation.jpg) no-repeat bottom right;
}
.image-conditions {
	background: url(../images/conditions.jpg) no-repeat bottom right;
}
.image-contacts {
	background: url(../images/contacts.jpg) no-repeat bottom right;
}
.image-references {
	background: url(../images/references.jpg) no-repeat bottom right;
}
.image-traduction {
	background: url(../images/traduction.jpg) no-repeat bottom right;
}
.image-exemples {
	background: url(../images/exemples.jpg) no-repeat bottom right;
}
.soixantepc {
	width: 60%;
}
a.pdf-file {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  background: url(../images/pdf.gif) no-repeat 0px 2px;
  padding-left: 18px;
}
a.pdf-file:hover {
  text-decoration: underline;
}