/* Default Stylesheet */
/* >>> ELEMENTS <<< */
* {padding: 0px 0px 0px 0px;margin: 0px 0px 0px 0px;}
	body {
		margin: 5px 5px 0px 10px;
		color: #313131;
		font-size:11px;
		text-align: left;
		font-family: "Arial", "Verdana", "Helvetica";
		background-color: #FFF;
		}
.spip_surligne { background: #FC985A; }
img {behavior: url(https://www.e-bourgogne.fr/css/win_png.htc); border:0;}
.format_png { behavior: url(https://www.e-bourgogne.fr/css/win_png.htc); }
.spip_puce { list-style-position: outside; }
a {color: #FB4A04;text-decoration: none;}
a:hover {color: #FB4A04;text-decoration: underline;}


#showinfo {visibility:visible;font-size:0px;padding: 0px 0px 0px 0px;margin: 0px 0px 0px 0px;}
#hideinfo {display:none;font-size:0px;padding: 0px 0px 0px 0px;margin: 0px 0px 0px 0px;}
.visible{
	display:block;
}
.hidden{
	display:none;
}




.spip_documents { text-align: center;padding: 5px 0px 0px 0px;}
.spip_documents_center { clear: both; width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:1em; }
.spip_documents_left { float: left; margin-right: 10px; margin-bottom: 5px;}
.spip_documents_right { float: right; margin-left: 10px; margin-bottom: 5px; }
.spip_doc_titre { font-weight: bold; font-size: 10px; margin-left: auto; margin-right: auto; }
.spip_doc_descriptif { clear: both; font-size: 9px; margin-left: auto; margin-right: auto; }


/* Tableaux */
table.spip {
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse; }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 10px 3px 3px 3px;
	font-weight: bold;
	}
table.spip tr.row_first { background: #FC985A;color:#FFFFFF; }
table.spip tr.row_odd { background: #DDD; }
table.spip tr.row_even { background: #EEE; }
table.spip th, table.spip td { padding: 5px 10px 5px 5px; text-align: left; vertical-align: middle; }




div#chemin {
margin:0px 0px 0px 0px;
padding:0;
font-size:10px;
line-height:15px;
font-weight: normal;
color:#fff;
}
div#chemin a {color: #fff;text-decoration: none;}
div#chemin a:hover {color: #fff;text-decoration: underline;}


div#date {
margin:0px 0px 0px 0px;
padding:0;
font-size:10px;
line-height:15px;
font-weight: normal;
color:#fff;
}




div#nav {
margin:1px 0px 0px 0px;
padding:0;
width:208px;
background-image: url(../medias/nav-fond.gif);
background-repeat: repeat-y;
}


/* >>> LISTS <<< */
ul#nav-left {margin: 0px;padding:0;list-style: none;}
	ul#nav-left li {width: 208px;}
		ul#nav-left li a {
			display: block;
			height:30px;
			padding: 0px 5px 0px 25px;
			color: #313131;
			font-size: 11px;
			line-height: 30px;
			font-weight: bold;
			text-decoration: none;
			background-image: url("../medias/nav-bt-fond.gif");
			background-repeat: no-repeat;
			background-position: 0px 0px;
			}
		ul#nav-left li a:hover {
			height:30px;
			
			padding: 0px 5px 0px 25px;
			color: #fff;
			background-image: url("../medias/nav-bt-fond-on.gif");
			background-repeat: no-repeat;
			background-position: 0px 0px;
			}
		ul#nav-left li.on a {
			display: block;
			height:30px;
			padding: 0px 5px 0px 25px;
			color: #fff;
			text-decoration: none;
			background-image: url("../medias/nav-bt-fond-on.gif");
			background-repeat: no-repeat;
			background-position: 0px 0px;
			}
	ul#nav-left li.sublevel {width: 100%;list-style: none;}
		ul#nav-left li.sublevel a {
			margin: 4px 15px 0px 35px;
			height:20px;
			line-height:14px;
			display: block;
			padding: 2px 0px 0px 10px;
			color: #313131;
			font-size: 11px;
			font-weight: normal;
			text-decoration: none;
			border-bottom: 1px dotted #313131;
			background-image: url("../medias/pointeur.gif");
			background-repeat: no-repeat;
			background-position: 0px 4px;
			}
		ul#nav-left li.sublevel a:hover {
			margin: 4px 15px 0px 35px;
			height:20px;
			line-height:14px;
			display: block;
			padding: 2px 0px 0px 10px;
			color: #FB4A04;
			border-bottom: 1px dotted #313131;
			background-image: url("../medias/pointeur.gif");
			background-repeat: no-repeat;
			background-position: 0px 4px;
			}
		
		ul#nav-left li.sublevelon a {
			margin: 4px 15px 0px 35px;
			height:20px;
			line-height:14px;
			display: block;
			padding: 2px 0px 0px 10px;
			color: #FB4A04;
			font-size: 11px;
			font-weight: normal;
			text-decoration: none;
			border-bottom: 1px dotted #313131;
			background-image: url("../medias/pointeur.gif");
			background-repeat: no-repeat;
			background-position: 0px 4px;
			}
		ul#nav-left li.sublevelon a:hover {
			margin: 4px 15px 0px 35px;
			height:20px;
			line-height:14px;
			display: block;
			padding: 2px 0px 0px 10px;
			color: #FB4A04;
			font-size: 11px;
			
			text-decoration: none;
			border-bottom: 1px dotted #313131;
			background-image: url("../medias/pointeur.gif");
			background-repeat: no-repeat;
			background-position: 0px 4px;
			}








div#header {
position: relative;
margin:0px 0px 3px 0px;
padding: 0;
}




div#contenu {
margin:0;
padding: 0;
}


div#a-la-une, div#derniers-articles, div#focus-home {
margin:0px 0px 5px 0px;
padding:0;
width:358px;
background-image: url(../medias/c-fond.gif);
background-repeat: repeat-y;
}


div#agenda-home {
margin:0px 0px 5px 0px;
padding:0;
width:358px;
background-image: url(../medias/c-fond.gif);
background-repeat: repeat-y;
}




div#a-la-une-contenu, div#derniers-articles-contenu, div#focus-contenu-home, div#agenda-contenu-home {
margin: 10px 0px 0px 0px;
padding: 0px 20px 0px 20px;
text-align: justify;
}




div#focus-contenu-home .newslink {color:#f00;font-weight: bold;text-decoration: underline;}
div#focus-contenu-home .newslinkon {color:#444;font-weight: bold;text-decoration: none;}	
div#focus-contenu-home h1 {
margin: 0;
padding: 0px 0px 0px 0px;
color: #0E4293;
font-size: 13px;
font-weight: bold;
text-align: left;
}
div#focus-contenu-home h2 {
margin: 0;
padding: 0px 0px 0px 0px;
color: #0E4293;
font-size: 11px;
font-weight: bold;
text-align: left;
}




div#a-la-une-contenu h1 {
margin: 0;
padding: 0px 0px 0px 0px;
color: #0E4293;
font-size: 15px;
font-weight: bold;
text-align: left;
}
div#a-la-une-contenu h2 {
margin: 0;
padding: 0px 0px 0px 0px;
color: #0E4293;
font-size: 13px;
font-weight: bold;
text-align: left;
}




div#derniers-articles-contenu h1 {
margin: 0;
padding: 0px 0px 0px 0px;
color: #0E4293;
font-size: 12px;
font-weight: bold;
text-align: left;
}


div#derniers-articles-contenu h2 {
margin: 0;
padding: 0px 0px 0px 0px;
color: #0E4293;
font-size: 11px;
font-weight: bold;
text-align: left;
}


div#focus-contenu-home a.titre, div#a-la-une-contenu  a.titre,div#derniers-articles-contenu  a.titre {color: #0E4293;text-decoration: none;}
div#focus-contenu-home a.titre:hover,div#a-la-une-contenu a.titre:hover,div#derniers-articles-contenu a.titre:hover {color: #0E4293;text-decoration: underline;}


div#focus-contenu-home h3, div#derniers-articles-contenu h3, div#a-la-une-contenu h3 {
margin: 0;
padding: 0px 0px 0px 0px;
color: #FB4A04;
font-size: 10px;
font-weight: normal;
text-align: left;
}
div#focus-contenu-home .date, div#a-la-une-contenu .date, div#derniers-articles-contenu .date,div#rubrique-contenu .date {
font-size: 10px;
color: #0E4293;
}


div#focus-contenu-home .filet-point, div#a-la-une-contenu .filet-point, div#derniers-articles-contenu .filet-point,div#rubrique-contenu .filet-point,div#plan-contenu .filet-point, div#agenda-contenu-home .filet-point, div#agenda-contenu .filet-point {
clear:both;
margin: 0px 0px 0px 0px;
padding: 0px 0px 3px 0px;
background-image: url('../medias/pointillet.gif');
background-repeat: repeat-x;
background-position: 0px 0px;
height:3px;
font-size:1px;
}








div#entreprends-bourgogne-home, div#marches-publics-home {
z-index: 1;
padding: 0px 0px 4px 0px;
margin:0px 0px 0px 0px;
font-size: 11px;
}


div#entreprends-bourgogne-home-texte, div#marches-publics-home-texte {
position: absolute;
font-family: "Arial";
letter-spacing: 0px;
z-index: 2;
padding: 0;

margin:65px 0px 10px 15px;
width:160px;
font-size: 10px;
line-height:12px;
color: #fff;
}
div#entreprends-bourgogne-home-texte p, div#marches-publics-home-texte p {
margin:0px 0px 3px 0px;
}


div#entreprends-bourgogne-home a, div#marches-publics-home a {color: #fff;text-decoration: none;
cursor:hand;
}
div#entreprends-bourgogne-home a:hover, div#marches-publics-home a:hover {color: #fff;text-decoration: none;
cursor:hand;
}


div#adhere-gip-home, div#nouveaux-services-home {
padding: 0;
margin:0px 0px 3px 0px;
}




div#entreprends-bourgogne {
padding: 0;
margin:0px 0px 5px 0px;
font-size: 11px;
}


div#marches-publics {
padding: 0;
margin:0px 0px 5px 0px;
font-size: 11px;
}


div#adhere-gip {
padding: 0;
margin:0px 0px 4px 0px;
}


div#nouveaux-services {
padding: 0;
margin:0px 0px 5px 0px;
}


div#agenda {
padding: 0;
margin:1px 0px 4px 0px;
background-image: url(../medias/c-fond-small.gif);
background-repeat: repeat-y;


}
div#agenda-contenu {
margin: 10px 0px 0px 0px;
padding: 0px 10px 0px 10px;
}


div#article {
padding: 0;
margin:1px 0px 0px 0px;
width:539px;
}


div#article-titre {
float: left;
padding: 0;
margin:0;
width:426px;
background-image: url(../medias/art-c-titre-fond.gif);
background-repeat: repeat-y;
}


div#article-titre h1 {
margin: 0;
padding: 0px 10px 5px 20px;
color: #fff;
font-size: 20px;
line-height:22px;
font-weight: normal;
text-align: left;
text-transform: uppercase;
font-family:"Trebuchet MS";
letter-spacing: 0px;
}




div#article-outils {
float: right;
padding: 0;
margin:0;
width:111px;
}




div#article-contenu {
padding: 0px 20px 0px 20px;
margin: 0;
font-size:11px;
text-align: justify;
}


div#video-flv {
padding: 0px 0px 0px 0px;
margin: 20px 0px 20px 0px;
}


div#article-contenu .filet-point, div#a-la-une-contenu .filet-point-big, div#focus-contenu-home .filet-point-big {
clear:both;
margin: 10px 0px 7px 0px;
padding: 0px 0px 3px 0px;
background-image: url('../medias/pointillet.gif');

background-repeat: repeat-x;
background-position: 0px 0px;
height:3px;
font-size:1px;
}




table.contenu{
padding: 0;
margin: 0;
background-image: url(../medias/art-c-fond.gif);
background-repeat: repeat-y;
}


table.article-contenu-doc{
padding: 0;
margin: 0;
background-image: url(../medias/art-c-fond-doc.gif);
background-repeat: repeat-y;
}
.contenu-doc {
padding: 15px 20px 0px 20px;
}


.doc_titre { font-weight: bold; font-size: 11px; color:#0E4293; }
.doc_descriptif { clear: both; font-size: 11px;text-align:justify; }


div#article-contenu h2 {
margin: 0;
padding: 0px 0px 10px 0px;
color: #0E4293;
font-size: 13px;
font-weight: bold;
text-align: left;
}
div#article-contenu .chapo {
padding: 0px 0px 10px 0px;
margin: 0px 0px 0px 0px;
color: #0E4293;
font-size:11px;
font-weight: bold;
}
div#article-contenu-ps {
padding: 20px 0px 0px 0px;
margin: 0px 0px 0px 0px;
font-size:11px;
text-align: justify;
color: #0E4293;
font-style: italic;
}
div#article-contenu-notes {
padding: 20px 0px 10px 0px;
margin: 0px 0px 0px 0px;
font-size:10px;
text-align: justify;
color: #666666;
}




div#back-top {
clear:both;
float: right;
padding: 5px 5px 5px 5px;
margin: 0px 0px 0px 0px;
font-size:10px;
text-align: right;
}
div#back-top a {color: #313131;text-decoration: none;}
div#back-top a:hover {color: #FB4A04;text-decoration: underline;}


div#pagination {
float:right;
padding: 0px 0px 0px 0px;
margin: 20px 0px 0px 0px;


}


div#rubrique {
padding: 0;
margin:1px 0px 0px 0px;
width:539px;
}


div#rubrique-titre {
float: left;
padding: 0;
margin:0;
width:426px;
background-image: url(../medias/art-c-titre-fond.gif);
background-repeat: repeat-y;
}


div#rubrique-titre h1 {
margin: 0;
padding: 0px 10px 5px 20px;
color: #fff;
font-size: 20px;
line-height:22px;
font-weight: normal;
text-align: left;
text-transform: uppercase;
font-family:"Trebuchet MS";
letter-spacing: 0px;
}


div#rubrique-contenu {
padding: 0px 20px 0px 20px;
margin: 0;
font-size:11px;
text-align: justify;
}


div#rubrique-contenu .chapo {
padding: 0px 0px 10px 0px;
margin: 0px 0px 10px 0px;
color: #0E4293;
font-size:11px;
font-weight: bold;
}
div#rubrique-contenu .info {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
font-size:11px;
font-weight: bold;
}


div#rubrique-contenu h2 {
margin: 0;
padding: 0px 0px 0px 0px;
color: #0E4293;
font-size: 12px;
font-weight: bold;
text-align: left;
text-transform : uppercase;
}
div#rubrique-contenu h3 {
margin: 0;
padding: 0px 0px 0px 0px;
color: #0E4293;
font-size: 12px;
font-weight: bold;
text-align: left;
}
div#rubrique-contenu h4 {
margin: 0;
padding: 0px 0px 0px 0px;
color: #FB4A04;
font-size: 10px;
font-weight: normal;
text-align: left;
}



div#rubrique-contenu  a.titre {color: #0E4293;text-decoration: none;}
div#rubrique-contenu a.titre:hover {color: #0E4293;text-decoration: underline;}








div#plan-contenu {
padding: 0px 20px 0px 20px;
margin: 0;
font-size:11px;
text-align: justify;
}
div#plan-contenu h2 {
margin: 0;
padding: 0px 0px 0px 0px;
color: #0E4293;
font-size: 12px;
font-weight: bold;
text-align: left;
text-transform : uppercase;
}


div#plan-contenu h3 {
margin: 0;
padding: 0px 0px 0px 0px;
color: #0E4293;
font-size: 12px;
font-weight: bold;
text-align: left;
}
div#plan-contenu h2 a,div#plan-contenu h3 a  {color: #0E4293;text-decoration: none;}
div#plan-contenu h2 a:hover,div#plan-contenu h3 a:hover {color: #0E4293;text-decoration: underline;}






ul.spip {
padding: 5px 0px 5px 30px;
margin: 5px 0px 0px 0px;
list-style: none;
}


ol.spip {
padding: 5px 0px 5px 47px;
margin: 5px 0px 0px 0px;
}


ul ul.spip, ol ol.spip{
padding: 0px 0px 0px 10px;
margin: 5px 0px 0px 0px;
list-style: none;
}
ol ol.spip{
padding: 0px 0px 0px 10px;
margin: 5px 0px 0px 0px;
}
ul li.spip {
padding: 0px 0px 0px 10px;
margin: 0px 0px 5px 0px;
background-image: url(../medias/pointeur.gif);
background-repeat: no-repeat;
background-position: 0px 3px;
}

ol li.spip {
padding: 0px 0px 0px 10px;
margin: 0px 0px 5px 0px;
}


p.spip {
padding: 5px 0px 0px 0px;
margin: 5px 0px 5px 0px;
}
.logos { float:left; margin: 0px 10px 0px 0px; padding: 0; border: none; }
.logos-derniers-articles { float:left; margin: 0px 5px 0px 0px; padding: 0; border: none; }


h3.spip {
padding: 0px 0px 0px 0px;
margin: 15px 0px 0px 0px;
color: #0E4293;
font-size:12px;
font-weight: bold;
}




div#footer {
padding: 20px 0px 0px 0px;
margin:0;
}


div#filet-point-footer {
clear:both;
margin: 10px 0px 10px 0px;
padding: 0px 0px 3px 0px;
background-image: url('../medias/pointillet-footer.gif');
background-repeat: repeat-x;
background-position: 0px 0px;
height:3px;
font-size:1px;
}
div#footer-liens {
padding: 0px 0px 0px 0px;
margin:10px 0px 0px 0px;
color: #ABA198;
}
div#footer-liens a  {color: #ABA198;text-decoration: none;}
div#footer-liens a:hover {color: #ABA198;text-decoration: underline;}








input.form_search {
	font: 11px 'Arial', Helvetica;
	color:#444;
	width:150px;
	height:14px;
	margin: 0px 2px 0px 2px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	border: 1px solid #A9A9A9;
}