/* @override http://grogro.local:8888/~max/chap/chap/vues/chap.css */

@import url("base.css");

img {
	border: none;
}

dd a {
	text-decoration: none;
	color: #740e00;
	font-style: italic;
}

dd a:hover {
	padding-left: 20px;
	background: url(img/lien_ext.gif) no-repeat left center;
	/*text-decoration: underline;*/
}

html, body {
	margin: 0;
	font-family: "Century Gothic", Arial;
	background-color: #191919;
	min-width: 800px;
	/*overflow: auto;*/
}

#entete {
	/*height: 3.5em;*/
	/*padding: 1em 0;*/
	background-color: #191919;
	/*position: relative;*/
	z-index: 1;
	padding-bottom: 1em;
}

#menu_gene {
	/*min-width: 60em;*/
	/*background-color: #191919;*/
	/*background-color: #262626;*/
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	/*overflow: hidden;
	display: none;*/
}

#menu_gene > li {
	float: left;
	/*display: inline-block;*/
	vertical-align: top;
	/*width: 20em;
	margin-right: 1em;*/
	width: 19.9%;
	padding: 0;
	/*width: 23.5%;
	margin-right: 1%;
	min-width: 14em;*/
	text-align: center;
	/*padding-top: .7em;*/
	/*opacity: .3;*/
}

#menu_gene > li > a {
	padding: 0 .3em;
	display: block;
	border-left: 1px solid red;	
}

#menu_gene > li:first-child > a {
	border-left: none;
}

#menu_gene a {
	text-decoration: none;
	color: #80a496;
	/*color: #254240;*/
}

/*#entete:hover #menu_gene {
	display: block;
}*/

/*@font-face {
  font-family: "Primer Print";
  font-weight: normal;
  src: url(PRIMER.ttf) format("truetype");
}*/

#entete h1 {
	padding: 0 ;
	/*margin: 0 1em;
	line-height: 1.5em;
	vertical-align: middle;*/
	margin: 0;
	/*margin-top: .35em;*/
	white-space: nowrap;
	text-transform: lowercase;
	/*letter-spacing: .2em;
	word-spacing: .2em;*/
	text-align: center;
	font-size: 3em;
	font-weight: normal;
	font-style: normal;
	font-family: inherit;
}

h1 a {
	/*display: block;
	width: 100%; pour opéra ?*/
	font-family: inherit;
	text-decoration: none;
	/*color: saddlebrown;*/
	color: red;
	margin: auto;
}

h1 span {
	display: -moz-inline-stack; /*pour FF2*/
	display: inline-block;
	/*text-align: center;*/
	height: 1em;
}

/*@media screen {

}*/

h1 a.img {
	display: block;
	width: 654px; height: 34px;
	padding: 4px 0;
	text-indent: -500%;
	background: url(img/ChapuisRoyer.png) no-repeat left center;
}

#menu_gene a:hover, #menu_gene .actif > a {
	color: #bf0000;
	/*color: saddlebrown;*/
}