/* CSS Document */
/* --------------------------------------------------------------------------------------------- Bloc conteneur et saut de ligne */
	.bloc {
		float:left;
		width:100%;
		color:#4e4e4e
	}
	.bloc img {
		border:solid 1px #92959c;
		padding:1px
	}
	table.avecImage {
		float:left;
		width:100%
	}
	table.avecImage tr td.img {
		text-align:center;
		padding:0 4px
	}
	table.avecImage tr td.img span {
		font-size:.9em;
		color:#666;
		display:block;
		clear:both
	}
	.saut_ligne1, .saut_ligne2, .saut_ligne3, .saut_ligne4, .saut_ligne5, .saut_ligne6 {
		float:left;
		width:100%;
		font-size:.1em
	}
	* html .saut_ligne1, * html .saut_ligne2, * html .saut_ligne3, * html .saut_ligne4, * html .saut_ligne5, * html .saut_ligne6 {float:none}
	.saut_ligne1 {height:14px}
	.saut_ligne2 {height:18px}
	.saut_ligne3 {height:22px}
	.saut_ligne4 {height:26px}
	.saut_ligne5 {height:30px}
	.saut_ligne6 {height:34px}
/* --------------------------------------------------------------------------------------------- Alignement */
	.left {text-align:left}
	.right {text-align:right}
	.center {text-align:center}
	.justify {text-align:justify}
/* --------------------------------------------------------------------------------------------- Titres */
	h1 {
		color:#00a6eb;
		font-size:1.3em
	}
	h2 {
		color:#97c000;
		font-size:1.2em
	}
	h3 {
		color:#918f93;
		font-size:1.1em
	}
	.bloc h1, .bloc h2, .bloc h3 {float:left; text-align:left}
/* --------------------------------------------------------------------------------------------- Images */
	.pic_left{
		float:left;
		margin:0 5px 0 0
	}
	.pic_right{
		float:right;
		margin:0 0 0 5px
	}
	.bloc .imgLeft {
		float:left;
		margin:0 5px 0 0
	}
	.bloc .imgRight {
		float:left;
		margin:0 0 0 5px
	}
	.bloc div.legende {
		float:left;
		text-align:center;
		font-size:.9em;
		color:#666
	}
	.bloc div.legende span {
		display:block;
		clear:both
	}
	.bloc div.legende.center {float:none}
/* ------------------------- Images seules centrées */
	table.imgCenter {
	 	float:left;
		width:100%;
		border-collapse:collapse
	}
	 table.imgCenter tr td {
		vertical-align:top;
		text-align:center;
		padding:0 5px
	}
	 table.imgCenter tr td span {
		display:block;
		clear:both;
		font-size:.9em;
		color:#666
	}
/* --------------------------------------------------------------------------------------------- Textes d'introduction et de conclusion */
	.intro, .conclu {
		float:left;
		width:100%;
		color:#4e4e4e
	}
	.intro {padding:0 0 8px 0}
	.conclu {padding:8px 0 0 0}
/* --------------------------------------------------------------------------------------------- Paragraphe mis en avant */
	.emphasized {
		float:left;
		width:95%;
		padding:2%;
		background:#dbe7af
	}
/* --------------------------------------------------------------------------------------------- Liens */
	#main a {
		color:#000;
		text-decoration:underline
	}
	#main a:hover {text-decoration:none}
	#main a.link, #main a.email, #main a.file {
		float:left;
		width:100%;
		text-decoration:underline;
		color:#00a6eb
	}
	#main a:hover.link, #main a:hover.email, #main a:hover.file {text-decoration:none}
	#main a:active.link, #main a:active.email, #main a:active.file {text-decoration:overline}
/* ---------------------------------- Liens fichiers dans liste à puces */
	ul.file {
		padding:0 0 0 4%;
		float:left;
		width:96%;
		line-height:18px
	}
	ul.file li {
		padding:0 0 0 8px;
		background:url(/library/iscid/gabarits/img/elements/squareO.gif) no-repeat 0 8px
	}
	#main ul.file li a {
		text-decoration:underline;
		color:#00a6eb
	}
	#main ul.file li a:hover {text-decoration:none}
/* ---------------------------------- Liens fichiers dans tableau */
	table.file {
		float:left;
		width:100%;
		border-collapse:collapse;
		background:#fff url(/library/iscid/gabarits/img/elements/dotted.gif) repeat-x top;
		table-layout:fixed
	}
	#main table.file a {
		color:#00a6eb;
		text-decoration:underline
	}
	#main table.file a:hover {text-decoration:none}
	table.file tr td.bgColor, table.file tr th.bgColor {background-color:#d5e699}
	table.file tr td, table.file tr th {
		padding:4px 6px;		
		background:url(/library/iscid/gabarits/img/elements/dotted.gif) repeat-x bottom;
		vertical-align:top
	}
	table.file tr td.headL, table.file tr th.headL {
		text-align:left;
		font-weight:bold
	}
	table.file tr td.headC, table.file tr th.headC {
		font-weight:bold;
		color:#425401;
		background-color:#97c000
	}
/* --------------------------------------------------------------------------------------------- Tableaux de données */
	table.tableau {
		float:left;
		width:100%;
		border-collapse:collapse;
		background:#fff url(/library/iscid/gabarits/img/elements/dotted.gif) repeat-x top;
		table-layout:fixed
	}
	table.tableau caption {
		font-weight:bold;
		color:#fff;
		background:#00a6eb url(/library/iscid/gabarits/img/elements/dotted.gif) repeat-x bottom;
		padding:5px 0
	}
	#main table.tableau a {
		color:#00a6eb;
		text-decoration:underline
	}
	#main table.tableau a:hover {text-decoration:none}
	table.tableau tr td.bgColor, table.tableau tr th.bgColor {background-color:#d5e699}
	table.tableau tr td, table.tableau tr th {
		padding:4px 6px;		
		background:url(/library/iscid/gabarits/img/elements/dotted.gif) repeat-x bottom;
		vertical-align:top
	}
	table.tableau tr td.headL, table.tableau tr th.headL {
		text-align:left;
		font-weight:bold
	}
	table.tableau tr td.headC, table.tableau tr th.headC {
		font-weight:bold;
		color:#425401;
		background-color:#97c000
	}
/* --------------------------------------------------------------------------------------------- Liste à puce */
	ul.list {
		float:left;
		width:96%;
		padding:0 0 0 4%;
		line-height:18px;
		color:#6f6f6f
	}
	ul.list li {
		padding:0 0 0 8px;
		background:url(/library/iscid/gabarits/img/elements/squareO.gif) no-repeat 0 6px
	}
	ul.list li ul {margin:0 0 0 20px}
/* --------------------------------------------------------------------------------------------- Sommaire */
	ul.summary {
		float:left;
		width:100%;
		line-height:18px;
		background:url(/library/iscid/gabarits/img/elements/dotted.gif) repeat-x bottom
	}
	ul.summary li {background:url(/library/iscid/gabarits/img/elements/dotted.gif) repeat-x}
	ul.summary li.first {background:none}
	ul.summary li ul {margin:0 0 0 30px}
	ul.summary li ul li {background:url(/library/iscid/gabarits/img/elements/dotted2.gif) repeat-x}
	ul.summary li ul li ul li {background:url(/library/iscid/gabarits/img/elements/dotted3.gif) repeat-x}
	#main ul.summary li a {
		background:url(/library/iscid/gabarits/img/elements/squareB.gif) no-repeat 0 6px;
		padding:0 0 0 8px;
		color:#4e4e4e;
		text-decoration:none
	}
	#main ul.summary li a:hover {text-decoration:underline}
/* --------------------------------------------------------------------------------------------- Infos sur plusieurs colonnes */
	table.cols {
		float:left;
		width:100%;
		border-collapse:collapse;
		table-layout:fixed
	}
	table.cols tr td {
		vertical-align:top;
		padding:10px
	}
	table.cols tr td.bgColor {background:#dbe7af}