/* @override 
	http://127.0.0.1/~jlm/www/css/lip6.css
	https://www.lip6.fr/css/lip6.css
*/


html {
	font-size: 90%;
}

body {
	max-width: 1024px;
	margin: auto;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 0.85em;
    line-height: 1.5em;
}

td, form, dl {
	padding: 0;
	text-align: left;
}

h1, h2, h3 {
	font-family: small Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 1.4em;	
}

h2 {
	font-size: 1.3em;
	margin-bottom: 9px;
	}

#chiffrescles {
	background-color: var(--color_scheme_link_text_color);
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
    line-height: 1.1em;
	z-index: 1;
	border-radius: 0px 10px 0px 10px;
	-webkit-border-radius: 0px 10px 0px 10px;
	-o-border-radius: 0px 10px 0px 10px;
	color: var(--color_scheme_list_header_text_color);
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-top: 5px;
	border-style: solid;
	border-width: 1px;
	margin-right: -12px;
}
#chiffrescles a {
	color: var(--color_scheme_list_header_text_color);
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#chiffrescles h1, #chiffrescles h2, #chiffrescles h3, #chiffrescles li {
	margin: 0;
	padding: 0 0 0 9px;
	text-align: left;
	font-weight: normal;
	font-style: normal;
}

#chiffrescles li {
	list-style-type: none;
	text-indent: -1em;
	margin-left: -2.0em;
}
#chiffrescles li:before {
	content: "\2013  ";
}

#chiffrescles h1, #chiffrescles h2, #chiffrescles h3 {
	font-family: 'Century Gothic',Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 7px;
	margin-top: 5px;
	padding-left: 10px;
}

#chiffrescles h1 {
	font-size: 2em;
	margin-bottom: 10px;
	font-variant: small-caps;
	line-height: 1em;
}

#chiffrescles h2 {
	font-size: 1.3em;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1em;
}

#chiffrescles h3 {
	font-size: 1.3em;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1em;
}

#chiffrescles p {
	margin-bottom: 2px;
	text-indent: -16px;
	margin-left: 20px;
}


/* @group ALaUne */
#ALaUne {
	float: right;
	max-width:210px;
	min-width: 0;
	background-color: #706b61;
	position: relative;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 0.9em;
    line-height: 1.4em;
	z-index: 1;
	padding-top: 5px;
	margin-left: 10px;
	border-radius: 0px 10px 0px 10px;
	-webkit-border-radius: 0px 10px 0px 10px;
	-o-border-radius: 0px 10px 0px 10px;
	margin-bottom: 5px;
}

#ALaUne h1 {
	color: rgba(255,255,255,0.8);
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 5px;
	text-align: justify;
}

#ALaUne h2 {
	color: rgba(255,255,255,0.8);
}


#ALaUne li {
	margin: 0 10px 5px;
	border-bottom: 2px solid #abbecf;
}

#ALaUne ul li {
	border-bottom: none;
}


#ALaUne dd.INFOsLIP6 p {
	text-align: center;
}

#ALaUne dd.INFOsLIP6 {
/*	border-bottom-style: none;*/
}

#ALaUne ul {
	list-style-type: none;
	padding: 0;
	padding-top: 10px;
}

#ALaUne p {
	color: white;
	text-align: center;
}

#ALaUne p.center {
	text-align: center;
}

#ALaUne a {
	color: rgba(255,255,255,0.6);
}

/* @group slideshow */
/* calculé en php en fonction du nombre de frames
@-webkit-keyframes AutoSlide {
	from, to, 10%  { left: -25px; }
	33%, 43% { left: -245px; }
	66%, 76% { left: -465px; }
}
*/
#slideshow {
	position: relative;    /*le parent positionné*/
	width: 200px;          /*limite en largeur (1 élément du slideshow)*/
	height: 385px;         /*limite en hauteur*/
	overflow: hidden;	/* tout ce qui dépasse est masqué */
	margin-left: 10px;
	margin-right: 15px;
}
#slideshow li {
	padding-left: 20px;
	border-bottom: none; /* pas de séparateur si on n'a qu'une info à la fois */
	display: block;
	float: left;
	width: 180px;
}
#slideshow ul {
	position: absolute;   /*on sort l'élément du flux*/
	top: 0;               /*on le positionne précisément dans ...*/
	left: 0;              /*l'angle haut gauche de son parent positionné*/
	margin: 0;            
	/* width: 660px; calculé en php. Assez large pour que cela ne passe pas à la ligne */
	
	/*animation-duration: 15s; calculé dans la page*/
	/* animation-name: AutoSlide; calculé dans la page */
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: ease-in-out;
}

/* @end */
/* @end */

p {
	text-align: justify;
	margin-top: 0;
	margin-bottom: 8px;
}

.actualite.new p, .actualite.new b {
	hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	padding-right: 5px;
	padding-left: 5px;
}

p.clamp {
    overflow: hidden;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
	display: -webkit-box;
}

#conditions p {
	margin: 0;
}

p.signature {
	text-align: right;
}

#legal h2 {
	padding-top: 5px;
	margin: 0;
}

/* @group a */
a, a:visited {
	color: var(--color_scheme_link_text_color);
	text-decoration: none;
}

a:hover {
	color: var(--color_scheme_link_hover_text_color);
}

a.user {
	background: url(../images/user.png) no-repeat;
	background-position: 0% 65%;
	padding-left: 20px;
}
a.email {
	padding-left: 20px;
	background: url(../images/letter.png) no-repeat 0 -1px;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
  a.user {
	background: url(../images/user.png) no-repeat; /* @2x a mettre */
  }
}

a.nouser {
	padding-left: 20px;
}

a.pdf {
	background: url(../images/mini-pdf.gif) no-repeat 0 0;
	padding-left: 20px;
	font-style: italic;
	padding-bottom: 3px;
}

a.ppt {
	background: url(../images/mini-ppt.gif) no-repeat 0 0;
	padding-left: 20px;
	font-style: italic;
	padding-bottom: 2px;
	padding-top: 2px;
}

a.pdf.large {
	background: url(../images/64-pdf.png) no-repeat 0 0;
	width: 64px;
	height: 64px;
}


a.external {
	background: url(../images/External.png) center right no-repeat;
	padding-right: 13px;
}

a.ics {
	background: url(../images/ics.png) no-repeat 0 0;
	float: right;
	width: 30px;
	height: 30px;
	margin-left: 8px;
}

a.voir {
	background: url(../images/AVoirBleu.svg) no-repeat;
	background-position: 0% 65%;
	padding-left: 20px;
	font-style: italic;
}

/* @end */

/* @group haut */

#haut {
	width: 1024px;
	height: 167px;
}

/* non-retina devices */
@media (-webkit-max-device-pixel-ratio: 1.9), (max-resolution: 191dpi), (max-resolution: 1.9dppx) {
	
#haut {
	background: url(../images/Haut.jpg) no-repeat;
}

@media (prefers-color-scheme: dark) {
	#haut {
	background: url(../images/Haut-dark.jpg) no-repeat;
	}
}

}
/* retina devices */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
	
#haut {
	background-image: url(../images/Haut@2x.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	}

@media (prefers-color-scheme: dark) {
	#haut {
	background-image: url(../images/Haut-dark@2x.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	}
}

}

/* non-retina devices */
@media (-webkit-max-device-pixel-ratio: 1.9), (max-resolution: 191dpi), (max-resolution: 1.9dppx) {
	
.colloquium #haut {
	background: url(../images/Haut-colloquium.jpg) no-repeat;
}

@media (prefers-color-scheme: dark) {
	.colloquium #haut {
	background: url(../images/Haut-colloquium-dark.jpg) no-repeat;
	}
}

}
/* retina devices */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
	
.colloquium #haut {
	background-image: url(../images/Haut-colloquium@2x.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	}

@media (prefers-color-scheme: dark) {
	.colloquium #haut {
	background-image: url(../images/Haut-colloquium-dark@2x.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	}
}

}


#haut img.twitter {
	position: relative;
	width: 50px;
	height: 50px;
	left: 958px;
}
#haut div.twitter {
	position: absolute;
	top: 68px;
}

#haut img.LIP6 {
	position: relative;
	width: 148px;
	height: 121px;
	left: 12px;
	top: 11px;
}

#haut img.CNRS {
	position: relative;
	width: 50px;
	height: 50px;
	left: 664px;
	top: -59px;
}

#haut img.SU {
	position: relative;
	width: 118px;
	height: 48px;
	left: 680px;
	top: -64px;
}

#haut img.CARNOT {
	position: relative;
	width: 105px;
	height: 44px;
	left: 473px;
	top: 3px;
}

#milieu {
	padding: 0 0 0 0;
	clear: both;
}
/* @end */

.clear {
	clear: both;
}


/* @group ul,li */

li {
	margin-bottom: 5px;
	margin-top: 5px;
}

li.important {
	font-weight: bold;
}

ul.departement {
	padding-left: 0;
}

ul.departement li {
	text-align: justify;
	list-style-position: inside;
}
li.voir {
	list-style-image: url(../images/AVoirGris.png);
}

li.hors_labo, li.D0, li.D100, li.D300, li.D500, li.D600, li.D700, li.D800, li.D900, li.D999 {
	list-style-position: inside;
}

li.hors_labo {
	list-style-type: square;
}

li.D0 {
	list-style-image: url(../images/PuceCarree-0.png);
}

li.D100 {
	list-style-image: url(../images/PuceCarree-100.png);
}

li.D300 {
	list-style-image: url(../images/PuceCarree-300.png);
}

li.D500 {
	list-style-image: url(../images/PuceCarree-500.png);
}

li.D600 {
	list-style-image: url(../images/PuceCarree-600.png);
}

li.D700 {
	list-style-image: url(../images/PuceCarree-700.png);
}

li.D800 {
	list-style-image: url(../images/PuceCarree-800.png);
}

li.D900 {
	list-style-image: url(../images/PuceCarree-900.png);
}

li.D999 {
	list-style-image: url(../images/PuceCarreeMulti.png);
}

li.NAT {
/*	color: #0d407f;*/
}

ul.col2 li, ul.col3 li {
	margin-left: 15px;
}

ul.col2 li li, ul.col3 li li {
	margin-left: 0px;
}

ul.col2 li li ul, ul.col3 li li ul {
	padding-left: 15px;
}
/* @end */

.encadre {
	margin-bottom: 8px;
	margin-top: 8px;
	overflow: hidden;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 0px 10px 0px 10px;
	-webkit-border-radius: 0px 10px 0px 10px;
	-o-border-radius: 0px 10px 0px 10px;
	padding-bottom: 5px;
}

/* @group centre */
#centre {
	clear: both;
	padding: 0 30px 10px;
}

#centre > .mcote {
	margin-left: -30px;
	margin-right: 20px;
}

.encadre {
	background-color: var(--color_scheme_background_light);
	border: 1px solid var(--color_scheme_field_border);
}

.encadre .encadre {
	background-color: var(--color_scheme_tab_background);
	border-width: 0;
}

#centre span.comment table {
	width: 100%;
}

#centre .encadre.actualite {
	clear: both;
}
/* @group new */

.encadre.new {
	margin-top: 0px;
	border-style: hidden;
	margin-bottom: 0;
    line-height: 1.3em;
	padding: 0 0 0 9px;
}

.encadre.new a {
	color: var(--color_scheme_text-color);
}

.encadre.new p a {
	color: var(--color_scheme_text-color);
	border-bottom: 1px dotted gray;
}

a:hover {
	color: var(--color_scheme_link_text_color);
}



.encadre.actualite.new strong {
	font-weight: normal;
	font-style: normal;
}

.actualite.new ul {
	padding-left: 0;
}

.actualite.new li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.actualite.new .Niveau3, .actualite.new .Niveau4, .actualite.new .Niveau5 {
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.actualite.new .Niveau1, .actualite.new .Niveau2, .actualite.new .Niveau3, .actualite.new .Niveau4, .actualite.new .Niveau5 {
	border-top-color: var(--color_scheme_text-color);
}



.actualite.new .Niveau3 {
	clear: both;
}

.new img {
	float: left;
	padding-right: 5px;
	padding-left: 8px;
}

.new .Niveau1 img, .new .Niveau2 img {
	width: 180px;
}

.new .Niveau3 img, .new .Niveau4 img, .new .Niveau5 img {
	width: 100px;
}

/* @end */
/* @end */

/* @group organisation */
#organisation .encadre {
	margin-left: 10px;
	margin-right: 10px;
}

#organisation hr {
	clear: both;
	visibility: visible;
	border-top-style: 1px solid #667f9e;
}

#organisation .portrait {
	width: 64px;
	height: 64px;		
}
/* @end */

.encadre hr {
	margin-bottom: 5px;
	border-top-style: 1px solid #667f9e;
}

table.formation td {
}

table.formation tbody tr th {
	text-align: left;
}

table.formation .autre_cote {
	float: none;
}

table.formation {
	width: 100%;
}

table.formation .miniature {
	height: 100%;
	width: inherit;
	float: left;
}

span.trouve {
	background-color: rgba(210,255,125,0.5);
}

.cote, .autre_cote {
	margin-bottom: 5px;
	margin-top: 5px;
	margin: 5px;
}
.cote {
	float: left;
	margin-right: 10px;
}

.autre_cote {
	float: right;
	margin-left: 10px;
}

.portrait {
	margin: 9px;
	width: 128px;
	height: 128px;
	border: 1px solid gray;
}


img.miniature {
	width: 246px;
	border: 1px solid #c0c0c0;
}

.miniature p {
	text-align: center;
}

.miniature {
	width: 266px;
	float: right;
}
/*
.miniature {
	height: 195px;
	width: 265px;
	overflow: hidden;
	float: right;
	padding-left: 10px;
	text-align: center;
	line-height: 1em;
	padding-right: 5px;
}
*/
span.directeur, span.encadrant, span.equipe {
	color: #005aa2;
}

span.sujet {
	font-style: italic;
	display: block;
}

span.sujet.fr {
	text-align: justify;
}

.encadre.emploi span.sujet {
	font-weight: normal;
	font-style: normal;
}

.encadre.emploi span.sujet h1 {
	background-color: #e5ca9e;
	border-bottom: 2px solid #ac8e5b;
	padding-bottom: 3px;
	border-radius: 10px 10px 0px 0px;
	padding-left: 9px;
	padding-top: 4px;
	margin: 0 -5px 5px;
}

span.horaire {
	font-style: italic;
}

span.intervenant {
	color: #000;
	font-style: italic;
}

/* @group menu */

#menu1,#menu2 {
	font: 1.15em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#menu1 {
	position: absolute;
	top: 140px;
	width: 881px;
	clear: both;
	margin-left: 143px;
}

#menu1 dl {
	height: 26px;
}

#menu2 dl {
	height: 22px;
}

#menu1 dd {
	height: 26px;
}

#menu2 dd {
	height: 22px;
}

#menu1 a {
	height: 23px;
}

#menu2 a {
	height: 19px;
}

#menu2 {
	clear: both;
}

#menu2 dl {
	width: auto;
}

#menu2 dl, #menu1 dl {
	background-color: var(--color_scheme_background);
	border-bottom: 1pt dotted var(--color_scheme_text-color);
}

#menu2 dd, #menu1 dd {
	float: left;
	border-right: 1px dotted var(--color_scheme_text-color);
}

#menu2 a, #menu1 a {
	background-color: transparent;
	display: block;
	padding: 0.2em 10px 0;
}

#menu2 a, #menu1 a {
	color: var(--color_scheme_tab_text_color);
}



#menu2 ul.drapeaux a {
}

#menu2 .current a, #menu1 .current a {
	color: var(--color_scheme_selected_tab_text_color);
	background-color: var(--color_scheme_selected_tab_background);
}

#menu2 a:hover, #menu2 .current a:hover, #menu1 a:hover, #menu1 .current a:hover {
	color: var(--color_scheme_selected_tab_text_color);
	background-color: var(--color_scheme_over_tab_background);
}


#menu2 .gauche {
	width: 142px;
	height: 22px;
	float: left;
	border-right-style: solid;
	border-right-width: 2px;
}

#menu2 .gauche {
	background-color: var(--color_scheme_background);
	border-right-color: #31485A;
}

#menu2 ul.drapeaux a.langue_courante, #menu2 ul.drapeaux a:hover, #menu2 table.drapeaux a.langue_courante, #menu2 table.drapeaux a:hover {
	opacity: 1;
}

#menu2 ul.drapeaux a, #menu2 table.drapeaux a {
	height: 11px;
	opacity: 0.3;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding: 0;
}

#menu2 ul.drapeaux a {
	-webkit-transition-property: number;
	-webkit-transition-duration: 0.5s;
	-moz-transition-property: number;
	-moz-transition-duration: 0.5s;
	-o-transition-property: number;
	-o-transition-duration: 0.5s;
	transition-property: number;
	transition-duration: 0.5s;
}

#menu2 .gauche ul.drapeaux {
	list-style-type: none;
	margin-left: 2px;
	padding: 0;
	line-height: 0;
	font-size: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#menu2 .gauche ul.drapeaux li {
	position: relative;
	display: inline-block;
	margin: 0;
}

#menu2 .gauche ul.drapeaux li a img {
	width: 16px;
	height: 11px;
}
/* @end */

#menu1 dd, #menu2 dd {
	-webkit-transition-property: number;
	-webkit-transition-duration: 0.2s;
	-moz-transition-property: number;
	-moz-transition-duration: 0.2s;
	-o-transition-property: number;
	-o-transition-duration: 0.2s;
	transition-property: number;
	transition-duration: 0.2s;
	position: relative;
}
#menu1 dd a, #menu2 dd a {
	-webkit-transition-property: number;
	-webkit-transition-duration: 0.5s;
	-moz-transition-property: number;
	-moz-transition-duration: 0.5s;
	-o-transition-property: number;
	-o-transition-duration: 0.5s;
	transition-property: number;
	transition-duration: 0.5s;
	}

#nav {
	border-bottom-style: dotted;
	border-bottom-width: 1pt;
}

#nav {
	background-color: var(--color_scheme_background);
	border-bottom-color: #667f9e;
}


#nav img {
	height: 20px;
	width: 140px;
	margin-top: 2px;
}


/* @group glyphes */
#glyphes {
	width: 142px;
	height: 22px;
	border-right: 2px solid #31485A;
	float: left;
	clear: left;
}

#glyphes a {
	display: block;
	position: absolute;
}

.glyphe {
	height: 16px;
	top: 26px;
	width: 18px;
}

#glyphes .mail {   
	left: 2px;
}
#glyphes .apropos {   
	left: 26px;
}
#glyphes .intranet {   
	left: 48px;
}
#glyphes .annuaire {   
	left: 77px;
}
#glyphes .carte {   
	left: 97px;
}
#glyphes .accueil {   
	left: 120px;
}
/* @end */

#chemindefer {
	margin-left: 5px;
	display: block;
	line-height: 1.5em;
	font-size: 1.2em;
	height: 22px;
	float: left;
}

#chemindefer a {
	color: var(--color_scheme_secondary_link_text_color);
}

/* @group mcote Niv3 */

.mcote a, .mcote.current a:hover {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
}

.mcote a {
	color: var(--color_scheme_tab_text_color);
	background-color: var(--color_scheme_tab_background);
}

.mcote a:hover, .mcote dd.current a {
	color: var(--color_scheme_tab_text_color);
	background-color: var(--color_scheme_link_hover_text_color);
}

.mcote a:hover, .mcote dd.current a:hover {
	color: var(--color_scheme_selected_tab_text_color);
	background-color: var(--color_scheme_selected_tab_background);
}

.mcote a:active {
	color: gray;
}

/* @end */

span.lieu {
	font-style: italic;
}

td.tel {
	text-align: right;
	width: 15%;
}

td.bureau {
	width: 33%;
}

.encadre .droite {
	float: right;
}

ul.departement li a {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px; 
	color: inherit;
}
/* @group Publications */

.author {
		display: none;
}

table.author_details {
		display: none;
}

.publication_list span.title a {
	font-weight: bold;
	color: black;
}

.publication_list .header {
			display: block;
	margin-top: 5px;
}

.publication_list table {
	padding-left: 12px;
}

/* @end */

span.comment caption {
	font-weight: bold;
}

.vcard span.street-address, .vcard span.post-office-box {
	display: block;
}

.indexation {
	display: none;
}


.secondplan {
	display: none;
}

#type_pub {
	display: inline;
	padding: 2px;
	border-style: dotted;
	border-width: 1px;
}

#type_pub label {
	padding-left: 2px;
	padding-right: 2px;
}

ul#pubs {
	padding: 0;
	list-style-type: none;
}

span.year_number {
	color: var(--color_scheme_text-color);
}

table.rapport_activite {
	width: 100%;
}

table.rapport_activite td {
	text-align: center;
}

table.rapport_activite img {
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	border-top: 1px solid #a16f1c;
	border-left: 1px solid #a16f1c;
	border-right: 4px ridge #e5ca9e;
	border-bottom: 4px ridge #e5ca9e;
	padding-right: 2px;
	padding-left: 2px;
}

/* @group bas */
#bas {
/*	margin: 0 auto;*/
	clear: both;
	width: 1024px;
	height: 51px;
}


/* non-retina devices */
@media (-webkit-max-device-pixel-ratio: 1.9), (max-resolution: 191dpi), (max-resolution: 1.9dppx) {
	
#bas {
	background: url(../images/BAS.png) no-repeat;
}

@media (prefers-color-scheme: dark) {
	#bas {
	background: url(../images/BAS-dark.png) no-repeat;
	}
}

}
/* retina devices */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
	
#bas {
	background-image: url(../images/BAS@2x.png);
	background-repeat: no-repeat;
	background-size: 100%;
	}

@media (prefers-color-scheme: dark) {
	#bas {
	background-image: url(../images/BAS-dark@2x.png) no-repeat;
	background-repeat: no-repeat;
	background-size: 100%;
	}
}

}


#bas a {
	display: inline;
	float: right;
	position: relative;
	right: 9px;
	color: silver;
	top: 31px;
}

#bas a:hover {
	color: #00FFFF;
}
/* @end */

.embedvideo {
	width: 100%;
	display: block;
	height: 230px;
}

.twitter_column  {
	border-color: gray;
	border-width: 2px;
	margin-bottom: 8px;
}

span.three.columns.twitter_column {
	border: 1px solid var(--color_scheme_text-color);
	padding-left: 2px;
	margin-left: 5px;
	margin-right: -10px;
}

