/****   Site ONCORUN   ****/
/* couleurs du site :
fond : #eeffee   - vert clair : #99c877   - vert fonc� : #16aa88 // 3a9
menus :
bleu
jaune
rose
vert
marron
*/
html,body{
	margin: 0;
	padding: 0px;
	height: 100%;
    /* align: center; */
	text-align: justify;
	background-color: #efe;
	color: #000;
	font-family:Trebuchet,Verdana,Arial, sans-serif;/*aaa*/
	font-size:1,2em;
}
img{ border:0; }

hr.lign1{ height:5px; width:450px; background-color:#9c3; border-color:#9c3; color:#9c3;margin-bottom:80px; }

.clbo {
  clear: both;
  font-size:0;
  line-height:0;
  border: 0;
  }

.indent1{ text-indent: -23px; }
.indent2{ text-indent: -15px; }
.indent3{ text-indent: 15px; }
.retr1{ margin-left: 40px; }
.ret1ind1{ margin-left: 50px; text-indent: -23px; }
.ret1ind2{ margin-left: 50px; text-indent: -15px; }
.ret2ind2{ margin-left: 15px; text-indent: -15px; }
.ret2ind3{ margin-left: 13px; text-indent: -13px; }

/* ********     Formats TITRES     *********** */
h1 {color: #3a9; font: normal, bold, 1,4em, Trebuchet,Verdana,Arial, sans-serif; text-align:center; }
h1.C {background-color: #3a9; color: #ffffff; font: normal, bold, 1,4em, Trebuchet,Verdana,Arial, sans-serif; text-align:center; }
h2 {color: #3a9; font: normal, bold, 1,2em, Trebuchet,Verdana,Arial, sans-serif;  text-align:center; }
h2.C {background-color: #3a9; color: #ffffff; font: normal, bold, 1,3em, Trebuchet,Verdana,Arial, sans-serif; text-align:center; }
h2.dectit {color: #3a9; font: normal, bold, 1,2em, Trebuchet,Verdana,Arial, sans-serif; }
h3 {color: #3a9; font: normal, bold, 1,07em, Trebuchet,Verdana,Arial, sans-serif; }
h3.C {color: #3a9; font: normal, bold, 1,07em, Trebuchet,Verdana,Arial, sans-serif; text-align:center; }
h4 {color: #3a9; font: normal, bold, 1em, Trebuchet,Verdana,Arial, sans-serif; }
h5 {color: #3a9; font: normal, bold, 0,8em, Trebuchet,Verdana,Arial, sans-serif; }
h6 {color: #3a9; font: normal, bold, 0,7em, Trebuchet,Verdana,Arial, sans-serif; }





/* *********  STYLES POUR TABLES CELLULES LISTES ****** */

table.cour{
    border: solid 1px;
    padding: 15px;
}

table.ann1{
    align: center;
    width: 80%;
    background-color: #fff;
    border: double 4px;
    padding: 10px;
}
.centrage {text-align: center;}

.texte{
	width:85%;
	min-width:600px;
	margin-top:18px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	background-color: #fff;
	padding: 30px;
	border: #6c6 3px outset;
	-moz-border-radius: 10px 0px;
    -webkit-border-radius: 10px 0px;
    border-radius: 10px  0px;
}
table.association {
	margin-bottom:20px;
}

table.association td,table.association th{
	padding-bottom:15px;
}
table.association th{
	vertical-align:top;
	padding-right:20px;
}
table.association th>span{
	text-decoration:underline;
}
table.association caption{
	font-size:22px;
	border:1px solid black;
	width:100%;
	margin-bottom:10px;
}
.text1{font-size:14px; padding:15px; text-align:left; }
.fond1{background-color: #dde; padding: 10px; text-align: center; }

.menu_arrondi{
	-moz-border-radius: 10px 0px;
    -webkit-border-radius: 10px 0px;
    border-radius: 10px  0px;
}
.MenVV{							/*  vert  */
    background-color: #c0e6c0;
    padding: 2px;
    width: 265px;
}
.MenV2{
    font-size: 12px;
    color: #333;
    text-align: left;
    text-decoration: none;
    background-color: #efe;
}
.MenRR{							/*  rose  */
    background-color: #eebbbb;
    padding: 2px;
}
.MenR2{
    font-size: 12px;
    color: #333;
    text-align: left;
    text-decoration: none;
    background-color: #fee;
}
.MenJJ{							/* jaune  */
    background-color: #ffee99;
    padding: 2px;
}
.MenJ2{
    font-size: 12px;
    color: #333;
    text-align: left;
    text-decoration: none;
    background-color: #ffe;
}
.MenBB{							/*  bleu  */
    background-color: #aaccff;
    padding: 2px;
}
.MenB2{
    font-size: 12px;
    color: #333;
    text-align: left;
    text-decoration: none;
    background-color: #dff;
}
.MenMM{							/*  marron  */
    background-color: #deb887;
    padding: 2px;
}

.MenM2{
    font-size: 12px;
    color: #333;
    text-align: left;
    text-decoration: none;
    background-color: #fec;
}
.MenBF{							/*  bleu mauve  */
    background-color: #8000ff;
    padding: 2px;
}
.MenBF .titre_menu{							
	color:white;
}

.MenBF2{
    font-size: 12px;
    color: #333;
    text-align: left;
    text-decoration: none;
    background-color: #acf;
}

/* *********    STYLES POUR LIENS en g�n�ral     *********** */
.BL1:link {color: black; }
.BL1:visited {color: black; }
.BL1:hover {color: black; }
a.LIENGP1 {
    font-size: 16px;
    font-weight : bold;
    color: #3a9;
    text-decoration: none;
}
a.LIENGP1:hover {
	text-decoration: underline;
}
a.LIENGP {
    font-size: 16px;
    color: #3a9;
    text-decoration: none;
}
a.LIENGP:hover {
	text-decoration: underline;
}


/* *********    STYLES POUR LIENS DU MENU DE NAVIGATION     *********** */
a.min2{
    font-size:12px;
}
a.Menu1 {
    font-size:14px;
    font-weight:normal;
    color:#003;
    text-decoration: none;
}
a.Menu2 {
    font-size:12px;
    color:#333;
    text-decoration: none;
    background-image: url("https://61b985.claudeassets.com/20251113174311im_/https://www.oncorun.net/inc/images/pictomenuGP2.png");
    background-repeat: no-repeat;
    background-position:0px 3px 0px 0px;
    padding: 0px 0px 0px 20px;
}
a.MENU0 {
	text-decoration: none;
}
/* Boutons Menus Accueil - Espace pro - Espace public */
#type_menu{
	display:inline;
	margin-left:0;
	font-size:90%;
}
#menus{
	margin-left:300px;
	margin-top:30px;
}
.titre_menu{
	color:#003;font-weight:bold;padding:4px;
}
}/* Permet l'indentation du sous-menu */
.MenuNiv2 { padding-left: 30px; }

/* *********     POLICE - COULEUR     *************** */
.min1{
    font-size:14px;
}
.min2{
    font-size:12px;
}
a.MenuNivP {
    font-size:14px;
    font-weight:bold;
    color:#298;
    text-decoration: none; 
}
a.MenuNivP2 {
    font-size:12px;
    color:#076;
    text-decoration: none;
    background-image: url("https://e7ce71.claudeassets.com/20251113174311im_/https://www.oncorun.net/inc/inc/images/pictomenuP2.png");
    background-repeat: no-repeat;
    background-position:0px 3px 0px 0px;
    padding: 0px 0px 0px 20px;
}
nav#main-nav {
	position: fixed;
	/* top: auto; */
	height: 100%;
	width: 300px;
	overflow-y:auto;  
}
nav .wrapper {
	width:270px;
	height:100%;
	text-align:center;
	margin-left:7px;
	margin-right:7px;
	padding-bottom:60px;
}
#shell-top {
  position: fixed;
  z-index: 100;
  width: 100%;
}
#shell-top-wrapper {
  z-index: 100;
  height: 78px;
}
.content {
	padding-bottom:120px;
}
#shell-content {
	position:absolute;
    left: 300px;
    top: 180px;
    bottom: 0px;
    right: 0px;
    overflow-y: auto;
}
#date{
	height:60px;
	width:270px;
	text-align:center;
	margin-left:15px;
	margin-top:19px;
	padding-top:0px;
}
#date span{
	font-size:10pt;
}
.separateur{
	background-color:#99cc33;
	border:1px solid #99cc33;
	height: 2px;
	width: 150px;
}
#bandeau{
	padding-top:21px;
	padding-left:3px;
	width:1000px;
	position:absolute;
	left:300px;
	top:0;
}
#logo_oncorun{
	position:relative;
	/* z-index:1; */
	height:85px;
	top:-15px;
}
#vignettes{
	position:absolute;
	/* z-index:0; */
	left:409px;
}
ul.menu{
	text-align:left;
	width:215px;
	margin-left:5px;
	margin-top:0px;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:5px;
}
.menu li:hover{
	cursor:pointer;
}
.menu>li{
	list-style-image: url('https://610076.claudeassets.com/20251113174311im_/https://www.oncorun.net/inc/images/pictomenuGP.gif');
	margin-bottom:5px;
}
ul.menu2{
	list-style-image: none;
	list-style-type: none;
	font-size:10pt;
	padding-left:0px;
	font-style:italic;
}
ul.menu2 li{
	padding:4px;
}
.invisible{
	display:none;
}
#shell-content_iframe{
	position:absolute;
    left: 300px;
    top: 180px;
    bottom: 0px;
    right: 0px;
    overflow-y: hidden;
}
.content_iframe {
	height:100%;
	padding-bottom:0px;
	overflow:hidden;
}
.texte_iframe{
	width:100%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background:url(https://344861.claudeassets.com/20251113174311im_/https://www.oncorun.net/img/loader.gif) center center no-repeat;
}
iframe.iframe{
	width:100%;
	height:100%;
	border:none;
}
.Menu1.selectionne{
	color:red;
}
.Menu2.selectionne{
	color:red;
}
/*
     FILE ARCHIVED ON 10:18:43 Oct 12, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:57:20 Jul 07, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.407
  exclusion.robots: 0.036
  exclusion.robots.policy: 0.028
  esindex: 0.008
  cdx.remote: 6.917
  LoadShardBlock: 114.623 (3)
  PetaboxLoader3.datanode: 174.138 (5)
  PetaboxLoader3.resolve: 97.769 (2)
  load_resource: 168.262
  loaddict: 34.098
*/