/*** FIXE IE 6 PNG 24 bit ***/
* html img,
* html .png{
  behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
  this.src = "typo3conf/ext/belink_leschartreux/res/transp.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
  this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
  );
}



body {
	padding: 0;
	margin: 0;
	background-color: white;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8125em;
	color: black;
}


a:link {
	color: #00f;
}
a:visited {
	color: #909;
}
a:active {
	color: #f00;
}
a img {
	border: none;
}

p, h1, h2, h3, h4, h5, h6, pre, form, table, blockquote, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	margin: 0 auto 1em auto;
	width: auto
}
td, th {
	vertical-align: top;
	border: 1px solid #ccc;
	padding: 0.2em;
	text-align: center;
}
table thead th {
	background-color: #eee;
	text-align: left;
}
table tbody th {
	background-color: #eee;
}
table caption {
	margin: 1em auto 0 auto;
	padding: 0.5em;
	font-style: oblique;
}

.align-center .bodytext {
	text-align: center;
}




/*** Colonnes - Régles génériques***/

/*** container clearing ***/
.colA:after, .colB:after, .colC:after, .colD:after { content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden; }
.colA, .colB, .colC, .colD { display: inline-block; }
/* Hides from IE5/Mac \*/
* html .colA, * html .colB, * html .colC, * html .colD  { height: 1%; }
.colA, .colB, .colC, .colD { display: block; }
/* End hide from IE5/Mac */
/*** italic IE fix ***/
.colA .col1o, .colA .col2, .colB .col1o, .colB .col2, .colC .col1o, .colC .col2, .colD .col1o, .colD .col2 { _overflow-x: hidden; }

/*** colA ***/
.colA .col1o {
	float: left;
	width: 100%;
	margin-left: 0;
	margin-right: -50%;
}
.colA .col1i {
	margin-left: 0;
	margin-right: 50%;
}
.colA .col2 {
	float: right;
	width: 50%;
	margin-left: 0;
	margin-right: 0;
}

/*** colB ***/
.colB .col1o {
	float: right;
	width: 100%;
	margin-left: -50%;
	margin-right: 0;
}
.colB .col1i {
	margin-left: 50%;
  margin-right: 0;
}
.colB .col2 {
	float: left;
	width: 50%;
	margin-left: 0;
	margin-right: 0;
}

/*** colC ***/
.colC .col1o {
	float: left;
	width: 50%;
	margin-left: 0;
	margin-right: 0;
}
.colC .col1i {
  margin-left: 0;
	margin-right: 0;
}
.colC .col2 {
	float: none;
	width: auto;
	margin-left: 50%;
	margin-right: 0;
}

/*** colD ***/
.colD .col1o {
	float: right;
	width: 50%;
	margin: 0;
}
.colD .col1i {
	margin-right: 0;
  margin-left: 0;
}
.colD .col2 {
	float: none;
	width: auto;
	margin-left: 0;
	margin-right: 50%;
}



/*** Colonnes - Régles spécifiques ***/

/*** #main (colA) ***/
#main .col1o {
	float: left;
	width: 100%;
	margin-left: 0;
	margin-right: -320px;
}
#main .col1i {
	margin-left: 0;
	margin-right: 320px;
}
#main .col2 {
	float: right;
	width: 320px;
	margin-left: 0;
	margin-right: 0;

	overflow: hidden;
}

/*** #sub (colA) ***/
#sub .col1o {
	float: right;
	width: 100%;
	margin-left: -182px;
	margin-right: 0;
}
#sub .col1i {
	margin-left: 182px;
  margin-right: 0;
}
#sub .col2 {
	float: left;
	width: 182px;
	margin-left: 0;
	margin-right: 0;
}



/*** blocks ***/
body {
	background: white url(bg_body2.png) repeat-x top left;
}
#main {
	background: white url(bg_header.png) no-repeat top left;
	width: 960px;
	margin: 22px auto 0 auto;
	padding: 0 0 8px 0;
	border: 1px solid #8c9fa9;
}

#footer {
	margin: 0.2em auto;
	width: 960px;
	text-align: center;
	color: #999;
}

#footer ul {
	margin-left: 380px;
	margin-bottom: 20px;
}

#footer li, #footer li a {
	float: left;
	list-style-type: none;
	font-size: 10px;
	padding-right: 6px;
}

#header {
	height: 82px;
}
#header h1 {
	text-indent: -999em;
	height: 82px;
}
#content {
	padding: 10px 5px 20px 10px;
	margin-bottom: 10px;
	background: white url(puce_fin_texte2.png) no-repeat bottom right;
}
#left-col {

}
#right-col {
	padding-top: 26px;
}

#right-col img {
	border: 1px solid #1c6083;
}

#content-right img {
	border-width: 0;
}

#content-right {
	border: 1px solid #8c9fa9;
	padding: 0;
	padding: 5px;
	width: 288px;
	color: #004e77;
}
#content-right p, #content-right div {
}


#content-right h1, #content-right h2, #content-right h3 {
	padding: 3px 0 3px 7px;
	height: 28px;
	background: #8c9fa9;
	text-align: left;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 28px;
	letter-spacing: 1px;
	margin: -5px -5px 3px -5px;

}
#content-right .csc-header {
	padding-top: 10px;
}
#content-right .csc-header-n1 {
	padding-top: 0;
}
#content-right h1, #content-right h2, #content-right h3 {
	background: #8c9fa9 url(acces_direct.png) no-repeat right center;
	padding-right: 20px;
	height: auto;
	line-height: 16px;
}
#content-right h1 a:link, #content-right h2 a:link, #content-right h3 a:link,
#content-right h1 a:visited, #content-right h2 a:visited, #content-right h3 a:visited {
	color: white;
}

blockquote {
margin-left: 35px;
}



/*** menu-pages ***/
#menu-pages {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu-pages ul, #menu-pages li {
	margin: 0;
	padding: 0;
	list-style: none;
}


#menu-pages li a {
	display: block;
	padding: 8px 0 6px 15px;
	border-top: 1px solid #3088B6;

	color: #004D77;
	text-decoration: none;
	font-weight: bold;
}

#menu-pages li li a {
	padding: 6px 0 4px 0;
	border-top: 1px solid #3088B6;
	margin-left: 35px;

}
#menu-pages li li li a {
	padding: 4px 0 3px 0;
	margin-left: 0;
	border-top: 1px dotted #8c9fa9;
	color: #004F77;
	font-weight: normal;
}
#menu-pages li li li.first a {
	border-top: none;
}



#menu-pages li a,
#menu-pages li li a, #menu-pages li.act li a,
#menu-pages li li li a, #menu-pages li.act li li a, #menu-pages li.act li.act li a {
	background-color: white;
}
#menu-pages li.act a, 
#menu-pages li.act li.act a {
	background-color: #8c9fa9;
}

#menu-pages li.act li.act li.act a {
	color: #8c9fa9;
	font-weight: bold;
}


#menu-pages li.act a span.expanded {
	background: transparent url(menu2expanded.png) no-repeat center right;
	padding: 0 20px 0 0;
}


#left-col h3 {
	height: 32px;
	background: #1a6084;
	text-align: center;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 32px;
	letter-spacing: 1px;
}
#left-col h3 span {
	background: transparent url(acces_direct.png) no-repeat right center;
	padding-right: 20px;
}
#left-col h3 a:link,
#left-col h3 a:visited {
	color: white;
}

h2.page-title {
	height: 32px;
	background: #8c9fa9;
	text-align: right;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 32px;
	padding: 0;
	margin: 0;
	margin-left: 5px;
	padding-right: 5px;
}

.menu-rootline {
	padding-left: 5px;
	font-size: 0.75em;
}
.menu-rootline a {
	color: #999;
	text-decoration: none;
}
.menu-rootline a:hover {
	color: #666;
	text-decoration: underline;
}

/*** Typographie contenu ***/

#content h1 {
	background: transparent url(puce_titres2.png) no-repeat left top;
	padding-left: 24px;
	font-size: 19px;
	color: #014e7a;
	min-height: 19px;
}
#content h2 {
	background: transparent url(puce_titres2.png) no-repeat left top;
	padding-left: 24px;
	font-size: 17px;
	color: #014e7a;
	height: 19px;
}
#content h3 {
	background: transparent url(puce_titres_small2.png) no-repeat left center;
	padding-left: 12px;
	font-size: 15px;
	color: #014e7a;
	height: 19px;
}
#content h4 {
	background: transparent url(puce_h4.png) no-repeat left center;
	padding-left: 12px;
	margin-left: 25px;
	font-size: 13px;
	color: #014e7a;
	height: 19px;
}
/* #content h5 {
	background: transparent url(puce_titres_small.png) no-repeat left center;
	padding-left: 12px;
	font-size: 12px;
	color: #014e7a;
	height: 19px;
} */
#content h6 {
	background: transparent url(puce_titres_small2.png) no-repeat left center;
	padding-left: 12px;
	font-size: 11px;
	color: #014e7a;
	height: 19px;
}
#content ul {
	padding-left: 1.5em;
}

#content p, #content h1, #content h2, #content h3, 
#content h4, #content h5, #content h6, #content ul {
	margin-bottom: 0.5em;
	color: #004e77;
}

.bodytext {
	text-align: justify;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}






/*** Améliorations ***/

a:link {
	color: #3087b2;
	text-decoration: none;
}
a:hover{
	background-color: #8c9fa9;
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #3087b2;
	text-decoration: none;
}

#menu-pages li.act li.act li.act a {
	color: #8c9fa9;
}
#menu-pages li li a {
	border-top: 1px solid #3088B6;
	margin-left: 35px;
	padding: 6px 6px 4px;
}
#menu-pages li li li a {
	border-top: 2px dotted #8c9fa9;
	margin-left: 0pt;
	padding: 4px 14px 3px 40px;
	/*color: #8c9fa9;*/
	color: #1A6084;
	font-size: 11px;
}


#content p, #content h1, #content h2, #content h3, 
#content h4, #content h6, #content ul {
	color: #004E77;
	margin-bottom: 0.75em;
}
#content h3 {
	margin-top: 2em;
	color: #8c9fa9;
	margin-bottom: 19px;
}

#content h5 {
	color: #3087B2;
	font-size: 1em;
	margin-bottom: 0.75em;
	font-weight: 100;
}

.csc-frame-frame1 {
	padding-left: 75px;
	padding-top: 10px;
	background: white url(/leschartreux/fileadmin/images/bibliotheque_images/news.png) no-repeat top left;
	min-height: 61px;
}

#right-col li {
	padding-left: 35px;
	background: white url(/leschartreux/fileadmin/images/bibliotheque_images/pdf.gif) no-repeat top left;
	min-height: 21px;
}

a.internal-link {
	color: #3087b2;
	text-decoration: none;
	}

#content a.internal-link:hover, .menu-rootline a:hover {
	color:#ffffff;
	text-decoration: none;
	}





/*** impression ***/
@media print {
/***  ***/

	.colA .col1o, .colA .col1i, .colA .col2,
	.colB .col1o, .colB .col1i, .colB .col2,
	.colC .col1o, .colC .col1i, .colC .col2,
	.colD .col1o, .colD .col1i, .colD .col2 {
		display: block !important;
		float: none !important;
		margin: 0 !important;
		width: 100% !important;
		_overflow-x: visible !important;
	}
	.colA:after, .colB:after, .colC:after, .colD:after { 
		display: none !important;
	}


	body {
		padding: 0;
		margin: 0;
		background-color: white;
		background-image: none;
	}

	#main {
		background-image: none;
		width: 100%;
		margin: 0;
		padding: 0;
		border: none;
	}

	#content-right, #left-col h3, h2.page-title, #content h1, #content h2, #content h3,
	#content h4, #content h5, #content h6, #content p, #content ul {
		color: black;
	}

	h2.page-title {
		text-align: left;
		background-color: white;
	}
	#header {
		height: auto;
	}
	#header h1 {
		background-image: none !important;
		text-indent: 0;
		height: auto;
	}

	#left-col, .typo3-adminPanel {
		display: none;
	}

}
/*** Fin impression ***/


/*** class ecoles ***/

.ecole h2.page-title {
	background-color:#d0da66;
	color: #1A6084;
}

.ecole #content {
	background: white url(puce_fin_texte_ecole.png) no-repeat scroll right bottom;
}

.ecole #content h1 {
	background:transparent url(puce_titres_ecole.png) no-repeat scroll left top;
}

.ecole #content h3 {
	background:transparent url(puce_titres_small_ecole.png) no-repeat scroll left center;
}

.ecole #menu-pages li li li a {
	border-top:2px dotted #d0da66;
}

#menu-pages li.ecole a {
	background-color: #d0da66;
}

#menu-pages li.ecole li.act a {
	background-color: #d0da66;
}

/*** fin class ecoles ***/



/*** class college ***/

.college h2.page-title {
	background-color:#dfda9d;
	color: #1A6084;
}

.college #content {
	background: white url(puce_fin_texte_coll.png) no-repeat scroll right bottom;
}

.college #content h1 {
	background:transparent url(puce_titres_coll.png) no-repeat scroll left top;
}

.college #content h3 {
	background:transparent url(puce_titres_small_coll.png) no-repeat scroll left center;
}

.college #menu-pages li li li a {
	border-top:2px dotted #dfda9d;
}

#menu-pages li.college a {
	background-color: #dfda9d;
}

#menu-pages li.college li.act a {
	background-color: #dfda9d;
}

/*** fin class college ***/


/*** class lycee ***/

.lycee h2.page-title {
	background-color:#b2ccd6;
	color: #1A6084;
}

.lycee #content {
	background: white url(puce_fin_texte_lycee.png) no-repeat scroll right bottom;
}

.lycee #content h1 {
	background:transparent url(puce_titres_lycee.png) no-repeat scroll left top;
}

.lycee #content h3 {
	background:transparent url(puce_titres_small_lycee.png) no-repeat scroll left center;
}

.lycee #menu-pages li li li a {
	border-top:2px dotted #b2ccd6;
}

#menu-pages li.lycee a {
	background-color: #b2ccd6;
}

#menu-pages li.lycee li.act a {
	background-color: #b2ccd6;
}

/*** fin class lycee ***/


/*** class ens-sup ***/

.ens-sup h2.page-title {
	background-color:#beb49f;
	color: #1A6084;
}

.ens-sup #content {
	background: white url(puce_fin_texte_sup.png) no-repeat scroll right bottom;
}

.ens-sup #content h1 {
	background:transparent url(puce_titres_sup.png) no-repeat scroll left top;
}

.ens-sup #content h3 {
	background:transparent url(puce_titres_small_sup.png) no-repeat scroll left center;
}

.ens-sup #content-right h1, .ens-sup #content-right h2, .ens-sup #content-right h3 {
	background:#beb49f url(menu2expanded.png) no-repeat scroll right center;
	color: #1a6085;
}

.ens-sup #menu-pages li li li a {
	border-top:2px dotted #beb49f;
}

#menu-pages li.ens-sup a {
	background-color: #beb49f;
}

#menu-pages li.ens-sup li.act a {
	background-color: #beb49f;
}

/*** fin class lycee ***/



#menu-pages li li.act li.act a {
	background-color: #ffffff;
	font-weight: bold;
}
