/* Import de la CSS d'initialisation
----------------------------------------------------------*/

@import url(default.css);

/* Balises
----------------------------------------------------------*/
/*body {
	background: white url("../images/header-bg.png") top left repeat-x;
}*/

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em;
}

/* Couleurs
----------------------------------------------------------*/

.infos {
	color: #999;
}
.important {
	color: #c9003e;
}

/* Mise en page générale
-------------------------------------------------------- */
#wrapper {
	text-align: left;
}
#wrapper, #header, #main, #content, #footer {
	position: relative;
}
#header {
	height: 123px;
}
#main {
	/*margin: 15px;*/
	/*font-size: 1.2em;*/
    margin: 1em auto;
    min-height: 320px;
    width: 1000px;
	background-color: #ffffff;
}
body.accueil #content,
body.nomenclature #content,
body.signaler #content {
	margin-right: 380px;
	min-height: 30em;
}
#sidebar {
	position: absolute;
	right: 0;
	top: 0;
	width: 350px;
}
body.nomenclature #sidebar {
	top: 50px;
}

th a.asc { background: url(../images/btn_sort_asc.png) left center no-repeat; padding: 3px 5px 3px 22px; }
th a.desc { background: url(../images/btn_sort_desc.png) left center no-repeat; padding: 3px 5px 3px 22px; }

a.first { background: url(../images/btn_first.png) left center no-repeat; padding: 3px 5px 3px 22px; }
a.previous { background: url(../images/btn_previous.png) left center no-repeat; padding: 3px 5px 3px 22px; }
a.next { background: url(../images/btn_next.png) right center no-repeat; padding: 3px 22px 3px 5px; }
a.last { background: url(../images/btn_last.png) right center no-repeat; padding: 3px 22px 3px 5px; }


/* Titres
-------------------------------------------------------- */

h2 {
	margin: 0.5em 0 1em 0;
	font-size: 1.5em;
	position: relative;
	padding: 0;
}
body.nomenclature h2, body.ouvrage h2, body.produit h2 {
	padding-right: 230px;
}
h2.index {
	background-color: #C9003E;
	color: white;
	-moz-border-radius: 8px;
	text-align: center;
}
h3, h4 {
	border-bottom: 1px solid #ccc;
	padding: 0 0 0.2em 0.1em;
	margin: 1.5em 0 1em 0;
	font-weight: normal;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.1em;
}
.dialog h3 {
	margin: 10px 0 0 0;
	border: 0 !important;
	padding: 0;
}
body.produit .dialog h3 {
	padding-right: 50px;
}

/* Bandeau d'en tête
-------------------------------------------------------- */

#bgtop {
    background-color: #AC0014;
    height: 123px;
    position: absolute;
    right: 0;
    width: 50%;
}

#top {
    background: url("../images/top_bg.png") repeat-x scroll left top #C9002E;
    color: #FFFFFF;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    height: 123px;
    margin: 0;
    padding: 0;
    position: relative; }

#header {
	background: #ac0014 url("../images/header.png") top left no-repeat; margin: 0 auto;
    position: relative;
    width: 1000px;
}
#header h1 {
	width: 550px;
	height: 85px;
	margin: 0;
}
#header h1 a {
	display: none;
	width: 550px;
	height: 85px;
}
.textimage {
	text-indent: -5000px;
}

/* Menu principal de navigation
-------------------------------------------------------- */

/* Menu de navigation principale */
#mainnav { background: #f7d32e; font-size: 1.3em; letter-spacing: -1px; font-family: Arial,Helvetica,sans-serif; }
#mainnav  h2 { display: none; }
#mainnav ul { display: block; margin: 0 auto; padding: 0; width: 1000px; list-style: none; color: #c9002e; }
#mainnav li , #mainnav a { display: block; float: left; }
#mainnav li { padding: 0 1px 0 0; background: transparent url(../images/mainnav_separator.png) no-repeat right top; }
#mainnav li.last, #mainnav li:last-child { padding-right: 0; background: none; }
#mainnav a { color: #c9002e; text-decoration: none; padding: 0.6em 0.8em 0.6em 0.8em; }
#mainnav li.active a, #mainnav a:hover, #mainnav a:focus { text-decoration: none; background: #ffed89 url(../images/mainnav_hover.png) repeat-x left top; }

#wrapper {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

/* Menu secondaire de navigation
-------------------------------------------------------- */

#tabs {
	height: 30px;
	position: relative;
	border-bottom: 1px solid #9E9E9E;
}
#tabs ul {
	left: 0;
	bottom: 4px;
	margin: 0;
	padding: 0;
}
#tabs li {
	float: left;
	list-style-type:none;
}

#tabs ul li span {
	display: block;
	background: url(../images/tabs-left.gif) no-repeat left top;
	margin-right: 4px;
	padding: 0 0 0 5px;
}

#tabs ul li a {
	text-align: center;
	display: block;
	background: url(../images/tabs-right.gif) no-repeat right top;
	color: #000;
	text-decoration: none;
	padding: 6px 13px 5px 8px;
}

#tabs ul li strong span {
	background-image:url(../images/tabs-left-on.gif);
}

#tabs ul li strong a {
	background-image: url(../images/tabs-right-on.gif);
	color: #C9003E;
	padding: 7px 13px 5px 8px;
}

/* Pied de page
-------------------------------------------------------- */

/*#footer {
	background-color: #f7d32e;
	font-size: smaller;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#footer p {
	margin: 0;
}
#footer .legal {
	position: absolute;
	top: 0.3em;
	left: 1.5em;
}
#footer .copyright {
	position: absolute;
	top: 0.3em;
	right: 1.5em;
}*/

/* Pied de page */
#footer { clear: both; height: 2em; margin-bottom: 1em; color: #fff; padding-bottom: 1em; }
#footer div { position: relative; margin: 0 auto; padding: 0; width: 1000px; }
#footer a { color: #f7d32e; text-decoration: none; }

#footer .legal {
	position: absolute;
	left: 1.5em;
}
#footer .copyright {
	position: absolute;
	right: 1.5em;
}


/* Logos partenaires
-------------------------------------------------------- */
#logos-print {
	display: none;
}

#logos {
	clear: both;
	margin: 2.5em auto 2em auto;
    width: 1000px;
	/*background: white url("../images/shadow-top.png") top left repeat-x;*/
	border-top: 1px solid #938A7B;
	padding-top: 2em;
}
#logos-body {
	/*padding-bottom: 10px;*/
	/*background: white url("../images/shadow-bottom.png") bottom left repeat-x;*/
}
#logos p {
	margin: 0;
	text-align: center;
}
#logos img {
	margin: 0 1.2em;
}

#partenaires h3 {
	clear: both;
}
#partenaires p img, p.planeurope img {
	float: left;
	margin-right: 1em;
}

/* Nomenclature des ouvrages
-------------------------------------------------------- */

img.expand, img.collapse, img.square {
	margin: 0 10px 0 0;
}

#tree li.load, #opentree li.load {
	background: url(../images/ajax-loader.gif) left top no-repeat;
	height: 32px;
	line-height: 32px;
	padding-left: 36px;
}
#tree ul, #opentree ul {
	list-style: none;
	margin: 0 0 0 1.5em;
	padding: 0;
}
#tree ul.first, #opentree ul.first {
	margin: 0 !important;
}
#tree li div.docref {
	position: relative;
	display: inline;
}

/* Index alphabétique des ouvrages
-------------------------------------------------------- */

#index .col p {
	margin: 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1px;
}


#tree, #index {
	border: 1px solid #9E9E9E;
	/*border-top: none;*/
	zoom: 1; /* for ie6 */
	padding: 15px 15px 0 15px;
	/*-moz-border-radius: 0 0 10px 10px;*/
	-moz-border-radius: 10px;
}

#categorie_id {
	border: 1px solid #9E9E9E;
	
	zoom: 1; /* for ie6 */
	padding: 15px 15px 0 15px;

	-moz-border-radius: 10px;
	width:340px;
}

/* Tooltip
-------------------------------------------------------- */

#tree li .tooltip {
    display: block;
    position: absolute;
    top: 20px;
    left: -17px;
    padding: 5px;
    color: #000;
    border: 1px solid #bbb;
    background: #ffc;
    width: 350px;
    z-index: 10;
}
#tree li .tooltip span {
    position: absolute;
    top: -7px;
    left: 15px;
    height: 7px;
    width: 11px;
    background: transparent url(../images/image-infobulle.gif) no-repeat;
    margin: 0;
    padding: 0;
    border: 0;
}
#tree li .tooltip p {
	margin: 0.6em 0 0 0;
}


/* Fil d'ariane
-------------------------------------------------------- */

#rootline {
	margin: 0 0 1.5em 0;
	padding: 0;
}
#rootline li {
	display: inline;
}

/* Bloc des caractéristiques
-------------------------------------------------------- */

p.intro {
	margin-top: 0;
	margin-bottom: 0.5em;
	padding: 0 0 0.5em 0;
	border-bottom: 1px solid #ccc;
}
p.plus {
	border-top: 1px solid #ccc;
	padding: 0.3em 0 0.5em 0;
	text-align: center;
}

/* Formulaire de contact
-------------------------------------------------------- */

label {
	width: 10em;
	float: left;
	text-align: right;
	padding-right: 0.8em;
	color: #c9003e;
	font-weight: bold;
}
textarea {
	width: 70%;
	height: 10em;
	font-family: sans-serif;
	font-size: small;
	background: #fff;
	border: 1px solid #aaa;
	padding: 3px;
}
input.textfield {
	width: 70%;
	background: white;
	border: 1px solid #aaa;
	padding: 3px;
}
input.textfield:focus, textarea:focus {
	background: #f5f5f5;
}

/* Proposer une mise à jour
-------------------------------------------------------- */

.dialog div.contribute {
	position: absolute;
	top: 1px;
	right: 1px;
	background: transparent url(../images/fondliens.gif) no-repeat scroll left bottom;
}
.dialog div.contribute .wrapper {
	padding: 0.4em 0.8em;
	background: transparent url(../images/corner.gif) no-repeat right -1px;
}
span.contribute a {
	background: transparent url(../images/contribute.png) 10px center no-repeat;
	padding: 3px 10px 3px 35px;
	border: 1px solid #ddd;
	-moz-border-radius: 10px;
	margin-left: 2em;
	/*font-size: 0.6em !important;
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 0.2em;*/
}


span.imprimer a {
	background: transparent url(../images/imprimer.gif) 10px center no-repeat;
	padding: 3px 10px 3px 35px;
	border: 1px solid #ddd;
	-moz-border-radius: 10px;
	/*font-size: 0.6em !important;
	font-weight: normal;	
	position: absolute;
	right: 340px;
	top: 0.2em;*/
}

/* Fiche ouvrage récap produit
-------------------------------------------------------- */

.categorie {
	margin-bottom: 2em;	
}

.categorie p {
	text-align: right;
	line-height: 26px;
	margin: 0;
	/*border: 1px solid red;*/
	margin-right: 585px;
}

ul.blocs {
	float: right;
	margin: 0;
	padding: 0;
}
ul.blocs li {
	float: left;
	width: 80px;
	line-height: 25px;
	list-style: none;
	text-align: center;
	color: white;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	-moz-border-radius: 6px;
}
ul.blocs li.norme {
	background-color: #5E11A6; /* #C9003E; */
}
ul.blocs li.ce {
	background-color: #6B0094; /* #D0233B; */
}
ul.blocs li.certif {
	background-color: #6B4794; /* #D84739; */
}
ul.blocs li.atec {
	background-color: #9966CC; /* #DF6A36; */
}
ul.blocs li.critere {
	background-color: #944794; /* #E78E34; */
}
ul.blocs li.tableau {
	background-color: #94476B; /* #EFB131; */
}
ul.blocs li.c2p {
	background-color: #94006B; /* #F7D52F; */
}
ul.libelle li {
	text-align: center;
	cursor: help;
}
ul.blocs li span {
	/*display: none;*/
}
ul.blocs li.ko {
	background-color: #D0D0D0;
}

/* Box
-------------------------------------------------------- */

.dialog {
	position: relative;
	margin: 0px auto;
	min-width: 8em;
	max-width: 1600px; /* based on image dimensions - not quite consistent with drip styles yet */
	/*color: #fff;*/
	z-index: 1;
	margin-left: 15px; /* default, width of left corner */
	margin-bottom: 1em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
	background: transparent url(../images/box.gif) no-repeat top right;
	/*_background-image: url(dialog2-blue.gif);*/
}

#docref .content,
#docref .t,
#docref .b,
#docref .b div {
	background-image: url(../images/box-doc.gif);
}

.dialog .content {
	position: relative;
	zoom: 1;
	_overflow-y: hidden;
	padding: 0px 15px 0px 0px;
}

.dialog .t {
	/* top+left vertical slice */
	position: absolute;
	left: 0px;
	top: 0px;
	width: 15px; /* top slice width */
	margin-left: -15px;
	height: 100%;
	_height: 1600px; /* arbitrary long height, IE 6 */
	background-position: top left;
}

.dialog .b {
	/* bottom */
	position: relative;
	width: 100%;
}

.dialog .b,
.dialog .b div {
	height: 15px; /* height of bottom cap/shade */
	font-size: 1px;
}

.dialog .b {
	background-position: bottom right;
}

.dialog .b div {
	position: relative;
	width: 15px; /* bottom corner width */
	margin-left: -15px;
	background-position: bottom left;
}

.dialog .wrapper {
	position: static;
	max-height: 1000px;
	overflow: auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}


/*  Commentaire de document*/
.commentaire {
	color: red;
	font-size : 0.85em ;
	font-style : italic;
}


/*  Plier déplier de la page documents*/

.slide .contenu {
  border-style: dotted;
  border-width: 1px;
  padding: 4px 8px;
	margin-bottom: 1em;
}



.slide .contenu {
  margin-left: 50px;
  border: 1px solid #C6C6C6;
  border-left-width: 4px;
}

 .slide .contenu .extrait {
  /*font-weight: bold;*/
}

.slide .collapse, .slide .expand {
  float: left;
  width: 49px;
  padding: 4px 0;
  border: 1px solid #C6C6C6;
  text-align: center;
}

.slide .collapse {
  background: #F6F6F6 url(../images/plier.gif) center center no-repeat;
}

 .slide .expand {
  background: #F6F6F6 url(../images/deplier.gif) center center no-repeat;
}

.slide .collapse span, .slide .expand span {
  visibility: hidden;
}

