/*
		Commun
*/

* {
	margin: 0;
  padding: 0;
  border: 0;
}

hr {
	clear: both;
	line-height: 0px;
	visibility: hidden;
}

body {
	font-size: 62.5%;
  font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: black;
  background-image: url(../../images/orage.png);
  background-repeat: no-repeat;
}

img {
	vertical-align: bottom;
}

div#page p img {
  margin: 0.5em;
}

div#page p.align_centre {
	text-align: center;
}

div#page p.align_droite {
	text-align: right;
}

/*
		Titre
*/

div#titre {
  height: 150px;
}

h1 {
  height: 150px;
  display: block;
  position: absolute;
  left: 250px;
}

h1 a {
	display: block;
  height: 150px;
  color: black;
  width: 60em;
}

/*
		Menu
*/

ul#menu {
	width: 240px;
  padding: 2em;
}

ul#menu li {
	margin-bottom: 0.4em;
  border-left: 3px solid #900;
  width: 10em;
}

ul#menu li:hover {
	border-left: 3px solid #c00;
}

ul#menu li a {
	display: block;
	background-color: #7b0000;
  color: #fff;
  padding: 0.3em;
  padding-left: 0.5em;
	font-size: 1.4em;
  text-decoration: none;

  filter: alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.60;
  opacity: 0.60;
}

ul#menu li a:hover {
	display: block;
	background-color: #950000;
  color: #fff;

  filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
  opacity: 1;
}

/*
		Contenu
*/

div#contenu {
  min-height: 50em;
}

div#page {
	/*background-color: #ddd;
  border: 3px solid #999;*/
  /*filter: alpha(opacity=85);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	-moz-opacity: 0.85;
  opacity: 0.85;*/
  width: 45.5em;
	font-size: 1.2em;
  padding: 10px;
  line-height: 1.3em;
  margin-bottom: 2em;

	background-image: url(../../images/fond-page.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  color: #fff;
  min-height: 440px;
}

div#page h2 {
	color: #c00;
  font-size: 1.6em;
  margin-bottom: 0.6em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #c00;
  line-height: 1em;
}

div#page h3 {
  margin-bottom: 0.6em;
  margin-top: 1.5em;
  color: #C19A72;
}

div#page p {
	margin-bottom: 1em;
  text-align: justify;
  padding-left: 1em;
  padding-right: 1em;
}

div#page a {
	color: #d33;
  text-decoration: none;
}

div#page a:hover {
	color: #f00;
  text-decoration: underline;
}

div#page ul.liste {
	margin-bottom: 1em;
}

div#page ul.liste li {
	list-style-type: hebrew;
  margin-left: 3em;
  margin-bottom: 0.3em;
}

/*
		Liens de navigation fiche
*/

ul.liens {
  float: right;
  padding-top: 0.3em;
}

ul.liens li {
	display: inline;
}

ul.liens li.mort {
	background-image: url(../../images/link_break.png);
  background-repeat: no-repeat;
  padding-left: 1.7em;
  margin-left: 1em;
}

ul.liens li.dvd {
	background-image: url(../../images/cd.png);
  background-repeat: no-repeat;
  padding-left: 1.7em;
  margin-left: 1em;
}

ul.liens li a.retour {
	background-image: url(../../images/arrow_up.png);
  background-repeat: no-repeat;
  padding-left: 1.5em;
}

ul.liens li a.version {
	background-image: url(../../images/arrow_refresh.png);
  background-repeat: no-repeat;
  padding-left: 1.7em;
  margin-left: 1em;
}

ul.liens li a.encours {
	background-image: url(../../images/wrench.png);
  background-repeat: no-repeat;
  padding-left: 1.7em;
  margin-left: 1em;
}

ul.liens li a.voirsite {
	background-image: url(../../images/arrow_right.png);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 1.7em;
  margin-left: 1em;
}

/*
		Pied
*/

div#pied {
	color: #ccc;
  text-align: right;
  padding: 1em;
  font-size: 1.2em;
}

/*
		Gris
*/

#grisback {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 150%;
  z-index: 5000;
  background-color: black;
  opacity: .5;                /*CSS3*/
  filter: alpha(opacity=50);	/*IE*/
  -moz-opacity: .5;				  	/*Mozilla*/
}

#griscont {
  z-index: 5500;
  position: absolute;
  top: 25%;
  left: 20%;
  padding: 15px;
}