/* CSS Document */
/* --------------------------------------------------------------------------------------------- Remise à zéro de tous les préformatages navigateurs */
	* {
		padding:0;
		margin:0
	}
	body {
		font-family:arial, helvetica, sans-serif;
		font-size:11px;
		background:url(/library/iscid/gabarits/img/structure/body.gif) repeat
	}
	a {text-decoration:none}
	a:hover {text-decoration:none}
	img {border:none}
	ul,li,radio,label {list-style:none}
/* --------------------------------------------------------------------------------------------- Global */
	#page {
		width:754px;
		margin:0 auto;
	}
	#global {
		width:inherit;
		float:left;
		padding:6px 0 20px 0
	}
/* ---------------------------------------------------------------------------------- Top */
	#top {
		float:left;
		width:754px;
		height:25px;
		background:url(/library/iscid/gabarits/img/structure/top.gif) no-repeat
	}
/* ---------------------------------------------------------------------- Choix de la langue */
	#top #langues {
		float:left;
		width:45px;
		height:18px;
		padding:7px 3px 0 8px;
		border-right:solid 2px #92959c
	}
	#top #langues img {margin:0 4px 0 0}
/* ---------------------------------------------------------------------- Champs */
	#top label {
		color:#545356;
		background:url(/library/iscid/gabarits/img/elements/label.gif) no-repeat right;
		padding:0 10px 0 0;
		margin:0 0 0 10px
	}
	#top .champs_search {
		width:128px;
		height:15px;
		border:solid 1px #9f9f9f;
		font-size:1em;
		color:#545356;
		padding:2px 0 0 3px;
		margin:4px 0 0 0
	}
	* html #top .champs_search {margin:3px 0 0 0}
	#top .btOk {
		position:absolute;
		top:10px;
		left:50%;
		margin:0 0 0 -100px
	}
	#top label.quickAccess {margin:0 0 0 40px}
	#top .champs_quickAccess {
		background:#00a6eb;
		color:#fff;
		width:152px;
		font-size:.9em;
		margin:0 0 0 4px
	}
/* ---------------------------------------------------------------------- Outils */
	#outils {
		position:absolute;
		top:9px;
		left:50%;
		margin:0 0 0 225px
	}
	#outils img {margin:4px -3px 0 0}
/* ---------------------------------------------------------------------------------- Coté blanc */
	#cote_blanc {
		float:left;
		width:7px;
		height:209px;
		background:#fff;
		border-left:solid 1px #92959c
	}
/* ---------------------------------------------------------------------------------- Header */
	#header {
		float:left;
		border:solid 1px #817f84;
		width:726px;
		height:204px;
		background:#fff;
		padding:3px 0 0 9px
	}
/* ---------------------------------------------------------------------- Logo */
	#header #logo {margin:0 0 25px 0}
/* ---------------------------------------------------------------------- Visuels */
	#header #fading_picture {margin:0 0 0 10px}
/* ---------------------------------------------------------------------------------- Menu */
	#menu {
		position:relative;
		float:left;
		width:746px;
		height:26px;
		border-left:solid 1px #92959c;
		background:#fff url(/library/iscid/gabarits/img/structure/menu.gif) no-repeat top right;
		padding:0 0 0 7px
	}
	#menu #cache {display:none}
	*+html #menu #cache {
		display:inline;
		position:absolute;
		top:16px;
		right:24px
	}
	#menu ul {
		width:711px;
		height:21px;
		background:#e3e4e5 url(/library/iscid/gabarits/img/structure/menu_gauche.gif) no-repeat;
		padding:5px 0 0 11px
	}
	#menu ul li {
		display:inline;
		background:url(/library/iscid/gabarits/img/elements/squareN.gif) no-repeat 0 6px;
		padding:0 0 0 6px;
		margin:0 7px 0 0
	}
	#menu ul li a {color:#000}
	#menu ul li a:hover {text-decoration:underline}
	#udm a:hover {text-decoration:underline}
/* ---------------------------------------------------------------------- Espace Iscidiens et Anciens Iscidiens */
	#menu ul li.vert {
		padding:5px 6px 7px 8px;
		background:#97c000;
		margin:0 -2px 0 6px
	}
	* html #menu ul li.vert {margin:0 1px 0 0}
	*+html #menu ul li.vert {margin:0 1px 0 0}
	#menu ul li.violet {
		padding:5px 16px 7px 8px;
		margin:0;
		background:#940084 url(/library/iscid/gabarits/img/structure/menu_droite.gif) no-repeat right top
	}
	#menu ul li.vert a, #menu ul li.violet a {
		color:#fff;
		font-weight:bold
	}
	#menu ul li.vert a:hover, #menu ul li.violet a:hover {text-decoration:underline}
	li#t7 ul {background:#9fca01}
	li#t8 ul {background:#a70495}
	li#t7 ul li a, li#t8 ul li a {color:#fff}
/* ---------------------------------------------------------------------------------- Compass */
 	#compass {
		width:728px;
		float:left;
		border-left:solid 1px #92959c;
		border-right:solid 2px #92959c;
		padding:5px 10px 15px 13px;
		background:#fff url(/library/iscid/gabarits/img/structure/menu_bas_firefox.gif) no-repeat 500px top
	}
	* html #compass {background:#fff url(/library/iscid/gabarits/img/structure/menu_bas_ie.gif) no-repeat 494px top}
	*+html #compass {background:#fff url(/library/iscid/gabarits/img/structure/menu_bas_ie.gif) no-repeat 494px top}
	#compass ul {display:inline} 
	#compass ul li {
  		padding:0 0 0 2px;
  		display:inline
 	}
	#compass ul li span {
  		color:#817f84;
		text-decoration:underline;
		font-size:.9em
 	}
 	#compass ul li a {color:#000}
 	#compass ul li a:hover {text-decoration:underline}
/* ---------------------------------------------------------------------------------- Contenu */
	#main {
		float:left;
		background:#fff;
		border-left:solid 1px #92959c;
		border-right:solid 2px #92959c;
		border-bottom:solid 2px #92959c
	}