/* Definitions generales */
body {
	margin: 0;
	padding: 427px 0 0 346px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.2em;
	color: #000;
	background: #fff url(../images/bg.gif) 0 0 repeat-x;
}
img { border-width: 0px; }
div, span, form, ul, li, fieldset {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
select, input {
	margin: 2px;
	vertical-align: middle;
	font-size: 1em;
}
a, a:visited {
	color: #5e76a6;
	text-decoration: none;
}
a:hover {
	color: #006290;
	font-weight: bold;
/*	border-bottom: 1px dashed #6f6f6f; */
}



/* Logo */
#logo {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 169px;
	height: 88px;
	z-index: 10;
}


/* Menu principal */
#menu, #menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	display: block;
	float: left;
}
#menu li a {
	display: block;
	height: 39px;
	width: 108px;
	overflow: hidden;
}
#menu li a:hover {
	display: block;
	text-indent: -108px;
}

#menu li a.edition { width: 115px; }
#menu li a.edition:hover { text-indent: -115px; }
#menu li a.studio { width: 109px; }
#menu li a.studio:hover { text-indent: -109px; }
#menu li a.regie { width: 95px; }
#menu li a.regie:hover { text-indent: -95px; }


/* Menu annexe */
#menuannexe {
	position: absolute;
	left: 19px;
	width: 119px;
}
#menuannexe li a {
	display: block;
	width: 119px;
	height: 18px;
	overflow: hidden;
}
#menuannexe li a:hover {
	display: block;
	text-indent: -119px;
}


/* Tiroir latéral */
#tiroir {
	position: absolute;
	left: 0;
	top: 211px;
	width: 213px;
	height: auto;
	z-index: 20;
}
#tiroir .drawer {
	display: block; 
	background: url(../images/tiroir_bg.gif) 0 0 repeat-y;
}

.commande {
	padding : 0 10px 5px 16px;
	background: url(../images/tiroir_commandebg.gif) 0 0 repeat-y;
}
.commande img {
	display: block;
	position: absolute;
	top: 20px;
}
.inscription {
	padding : 5px 10px 5px 16px;
	background: url(../images/tiroir_inscriptionbg.gif) 0 0 repeat-y;
}
.liens {
	overflow: auto;
	padding: 5px 10px 0 16px;
	background: url(../images/tiroir_liensbg.gif) 0 0 repeat-y;
}
.inscription ul, .liens ul { margin-top: 18px; }
.drawer li {
	line-height: 1.3em;
	text-indent: -9px;
}
.drawer li.separe { margin-top: 6px; }


#tiroir p, #tiroir img {
	display: block;
	margin: 0;
	padding: 0;
}
#tiroir li:before {
	content: ". ";
	color: #fff;
	font-weight: bold;
	font-size: 1em;
}
#tiroir li:hover { background: url(../images/tiroir_surlignage.gif) top -16px repeat-y; }
#tiroir a {
	font-family: "Arial Narrow", "Franklin Gothic Medium", Arial, Tahoma, sans-serif;
	color: #fff;
}
#tiroir a:hover { color: #000; }

#fermer {
	position: absolute;
	left: -20px;
	top: 213px;
	width: 20px;
	height: 71px;
	z-index: 40;
}
#fermer a {
	display: block;
	position: relative;
	width: 20px;
	height: 71px;
	overflow: hidden;
}
#fermer a:hover { text-indent: -20px; }

#ouvrir {
	position: absolute;
	left: 0;
	top: 204px;
	width: 30px;
	height: auto;
	z-index: 25;
}
#ouvrir a {
	display: block;
	width: 30px;
	height: 125px;
	overflow: hidden;
}
#ouvrir a:hover { text-indent: -30px; }

#fermer a img, #ouvrir a img { cursor: pointer; }


/* Autres styles universels */
.liste {
	padding-left: 1em;
	background: url(../images/puce.gif) center left no-repeat;
}
.lien {
	font-size: .9em;
	font-style: italic;
	padding-left: 20px;
	background: url(../images/puce_lien.gif) center left no-repeat;
}
.clear { clear: both; }
.top {
	display: block;
	margin: 0 0 20px 35px;
	text-indent: 14px;
	font-size: .8em;
	background: url(../images/top.gif) 0 0 no-repeat;
}
.top a, .top a:visited { color: #6f6f6f; }
.top a:hover {
	font-variant: small-caps;
	font-weight: bold;
	color: #000;
}

