/* Import de la CSS d'initialisation
----------------------------------------------------------*/

@page
{
size: portrait;
size: 21.0cm 29.7cm; /* Format A4 */
page-break-before: auto;
page-break-after: auto;
marks: none;
}


@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;
}

#main {
	margin: 15px;
}
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;
}
#footer {
	clear: both;
	height: 2em;
	margin-bottom: 1em;
}

/* Titres
-------------------------------------------------------- */

h2 {
	margin: 0.5em 0 1em 0;
	font-size: 1.2em;
	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.2em;
}
h4 {
	font-size: 1.0em;
}
.dialog h3 {
	margin: 10px 0 0 0;
	border: 0 !important;
	padding: 0;
}
body.produit .dialog h3 {
	padding-right: 50px;
}

/* Bandeau d'en tête
-------------------------------------------------------- */

#header {
	background: transparent url("../images/header.png") no-repeat;
	width: 880px;
	height:110px;
}
#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
-------------------------------------------------------- */

#mainnav {
	background: #F5D50D;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.8em;
	
	font-size:0.75em;
}
#mainnav ul {
	list-style-type: none;
	padding: 0.4em 1em;
	margin: 0;
}
#mainnav li {
	margin: 0 0.2em;
	display: inline;
}
#mainnav li.on a {
	background: #c9003e !important;
	color: white;
}
#mainnav a, #mainnav a:link, #mainnav a:visited {
	text-transform: uppercase;
	font-size: larger;
	padding: 0.2em 0.8em;
}
#mainnav a, #mainnav a:link, #mainnav a:visited {
	color: #7E7F84;
	font-weight: bold;
}
#mainnav li.important a {
	color: #c9003e !important;
}
#mainnav li.important.on a {
	color: white !important;
}
#mainnav a:hover, #mainnav li.on a:hover, #mainnav a:active {
	background: white !important;
	color: #7E7F84 !important;
}

/* 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: #F5D50D;
	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;
}

/* Logos partenaires
-------------------------------------------------------- */

#logos-print {
	/*visibility:hidden;*/
}

#logos {
	clear: both;
	background: white url("../images/shadow-top.png") top left repeat-x;
	padding-top: 13px;
	margin: 1em 0;
	display: none;
}
#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 1em;
}

#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;
}

/* 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.3em 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 {
	display:none;
	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 {
	display:none;
	background: transparent url(../images/contribute.png) 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: 0;
	top: 0.2em;
}

/* Fiche ouvrage récap produit
-------------------------------------------------------- */

.categorie {
	margin-bottom: 2em;	
}

.categorie p {
	font-size : 0.75em;
	text-align: left;
	line-height: 26px;
	margin: 0;
	/*border: 1px solid red;*/
	margin-right: 100px;
}

ul.blocs {
	font-size : 0.75em;
	float: right;
	margin: 0;
	padding: 0;
}
ul.blocs li {
	float: left;
	width: 56px;
	line-height: 23px;
	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;
	visibility:hidden;
}

/* 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: 20px; /* default, width of left corner */
	margin-bottom: 1em; /* spacing under dialog */
	
	overflow: hidden;
	
}

.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. */*/
	overflow-y: hidden ! important;
}

