/* png fix */
* 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 = "img/transp.gif"
					) : 0
				) : (
					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.currentStyle.backgroundRepeat != 'no-repeat') ? (
						this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')"
					) : 0,
					this.runtimeStyle.backgroundImage = "none"
				),this.pngSet=true
			)
		)
	);}
/* css lequipefoot */
body,img,p,h1,h2,h3,h4,h5,h6,ul,ol,table {border: none;list-style: none;margin: 0;padding: 0;}
* {font-size: 100%;}
body {color: #333; background:#222;font-family: Arial,Verdana,Sans-Serif;font-size: 0.8em;}
a {color: 333;}
h1, h2, h3, h4, h5, h6 {display: block;font-family: Arial, sans-serif;text-align: left;}
h1 {color: #999;font-size: 1.2em;font-weight: bold;text-align: left;}
h2 {border-bottom: 1px solid #333;color: #FFF;font-size: 1.1em;font-weight: bold;margin-bottom: 2px;padding-bottom: 2px;}
input {color: #666;font-size: 12px;}
p {font-size: 11px;margin-top: 10px;width: 100%;}
a:link,a:visited {color: #999;text-decoration: none;}
a:hover {color: #D23A1C;text-decoration: underline;}
div.params {float: right;font-size: 9px; padding: 0; margin:0;}
div.params select{border: 1px solid #999; color: #999; margin-top:2px;}
.color-beige {border-top: #C2B06B 4px solid;}
.color-rouge {background: #C95747;border-top: #C95747 4px solid;}
.color-bleu {background: #68A0B0;border-top: #68A0B0 4px solid;}
.color-gris {background: #888888;border-top: #888888 4px solid;}
.color-marron {background: #8A7051;border-top: #8A7051 4px solid;}
.color-vert {background: #99B573;border-top: #99B573 4px solid;}
.color-rose {background: #DFA2AB;border-top: #DFA2AB 4px solid;}
.color-beige a:link, .color-beige a:visited, .color-beige h3 {color: #C2B06B;text-decoration: none;}
.color-rouge a:link, .color-rouge a:visited, .color-rouge h3  {color: #C95747;text-decoration: none;}
.color-bleu a:link, .color-bleu a:visited, .color-bleu h3  {color: #68A0B0;text-decoration: none;}
.color-gris a:link, .color-gris a:visited, .color-gris h3  {color: #888888;text-decoration: none;}
.color-marron a:link, .color-marron a:visited, .color-marron h3  {color: #8A7051;text-decoration: none;}
.color-vert a:link, .color-vert a:visited, .color-vert h3  {color: #99B573;text-decoration: none;}
.color-rose a:link, .color-rose a:visited, .color-rose h3  {color: #DFA2AB;text-decoration: none;}
.color-beige .button_close,.color-beige .button_refresh ,.fond-beige,.color-beige .button_nb {border:1px solid #C2B06B; }
.color-rouge .button_close,.color-rouge .button_refresh,.fond-rouge,.color-rouge .button_nb  {border:1px solid #C95747; }
.color-bleu .button_close,.color-bleu .button_refresh,.fond-bleu,.color-bleu .button_nb  {border:1px solid #68A0B0; }
.color-gris .button_close ,.color-gris .button_refresh,.fond-gris,.color-gris .button_nb {border:1px solid #888888; }
.color-marron .button_close ,.color-marron .button_refresh,.fond-marron,.color-marron .button_nb {border:1px solid #8A7051; }
.color-vert .button_close ,.color-vert .button_refresh,.fond-vert,.color-vert .button_nb {border:1px solid #99B573; }
.color-rose .button_close,.color-rose .button_refresh,.fond-rose,.color-rose .button_nb {border:1px solid #DFA2AB; }
.button_close{margin-right:3px}
.fond-beige {background-color: #C2B06B;  }
.fond-rouge {background-color: #C95747; }
.fond-bleu {background-color: #68A0B0;}
.fond-gris {background-color: #888888;}
.fond-marron {background-color: #8A7051; }
.fond-vert {background-color: #99B573;}
.fond-rose {background-color: #DFA2AB; }
.color-beige a:hover,.color-rouge a:hover,.color-bleu a:hover,.color-gris a:hover,.color-marron a:hover,.color-vert a:hover,.color-rose a:hover {color: #333; border:1px solid #333; }
.widget-content  a:hover {color: #333; border:0px }
.handle {cursor: move;}
.rouge {color: #C95747;}
.vert {color: #99B573;}
#columns {background-color: transparent;float: left;width: 100%;}
#columns .column {float: left;height: 300px;height: auto !important;min-height: 300px;width: 33.3%;}
#columns #column1 .widget {margin: 10px 0 10px 10px;}
#columns #column3 .widget {margin: 10px 10px 10px 0;}
#columns .widget {background: #fff url(img/widget-content-bg.png) repeat-x;border-bottom: #ddd 1px solid;border-left: #ddd 1px solid;border-right: #ddd 1px solid;margin: 10px;padding: 2px;}
#columns .widget .widget-head {color: #000;height: 26px;line-height: 26px; width: 100%; margin-bottom:3px;}
#columns .widget div {margin:0;padding:0}
#columns .widget .widget-head h3 {float: left;padding: 0; margin:0 0 0 3px; font-size:0.9em}
#columns .widget .widget-content {background: #fff;color: #DDD;line-height: 1.2em;overflow: hidden;padding: 0 5px;}
#columns .widget .widget-content table {padding: 0; margin: 0;}
#columns .widget .widget-content td{padding: 0; margin: 0;}
#columns .widget .widget-content tr{padding: 0; margin: 0;}
#columns .widget .widget-content p {padding: 0; margin: 0 0 0 0;}
#columns .widget .widget-content img {margin-right: 5px;}
#columns .widget .widget-content pre {color: #EEE;font-size: 12px;padding: 0.5em 5px;}
#columns .widget .widget-content ul { padding: 0px 0 5px 5px;margin:0;}
#columns .widget .widget-content ul li {padding: 0;  margin:2px 0 5px 10px; list-style-type: none; list-style-position: outside;  list-style-image: url(img/puce.png);}
#columns .widget .widget-content ul li a{line-height: 14px;vertical-align:top; }
#errors {margin: 10px 10px 0 10px;}
#panel_contents {background: transparent;width: 100%;}
#content {color: #545454;font-family: Arial, Helvetica, sans-serif;font-size: 12px;margin-left: auto;margin-right: auto;padding-bottom: 30px;position: relative;text-align: left;top: 90px;width: 600px;}
.clear {clear: both;}
div#head {background: #000;color: #fff;float: left;width: 100%;}
div#head_bottom {background: #333;color: #fff;height: 19px; padding-top:2px; line-height: 20px;width: 100%;}
div#head_bottom div#pub_theme {float:left; padding-left:10px}
div#head_bottom div#rss_abo {float:right; padding-right:10px}
#cat {margin-top: 3px;}
div#barre_nav {background: #fff;border-bottom: 1px #DDD solid;height: 45px;}
div#logo {float: left;height: 30px;padding: 10px 0 0 10px;width: 183px;}
#pub_730 {clear: both;margin: 10px auto;text-align: center;width: 100%;}
#pub_200 {height: 200px;padding: 10px;width: 200px;}
#liste_clubs {padding: 10px 30px 10px 30px;text-align: left;vertical-align: top;}
#liste_clubs ul {list-style: none;text-align: left; font-size:0.8em;}
#liste_clubs li {margin:0;padding:0; line-height:15px;}
#club {float: right;height: 200px;padding: 10px;width: 200px;}
#footer {background-color: transparent;float: left;height: 220px;width: 100%;}
#footer-content {background-color: #222;height: 220px;}
.panel_button {background: url(img/panel_button.gif) no-repeat;cursor: pointer;float: right;height: 30px; padding-right: 10px;margin: 8px 0px 0px 0px;width: 166px;}
.panel_button img {border: none;float: left;margin: 5px 7px 0px 7px;}
.panel_button a:link, .panel_button a:visited {color: #999;display: block;float: left;font-size: 1.1em;font-weight: bold;margin: 7px 0px 0px 10px;text-decoration: none;}
.panel_button a:hover {color: #333;text-decoration: none;}
.menu_left {width: 200px; background-color:#1c1c1c;}
.menu_content {background-color: #000;font-size: 11px;padding: 10px;}
.menu_item {border-bottom: #333 1px solid;clear: left;color: #fff;display: block;height: 48px;width: 100%;}
.menu_link a:active {color: #fff;font-weight: bold;}
.menu_item_last {clear: left;display: block;height: 48px;width: 100%;}
.club_menu_all {float: left; margin-top:10px;}
.club_menu_link {background: #000000 url(img/fond-club.gif) no-repeat center;float: left;height: 50px;margin: 0px 4px 0 0; padding:0;width: 50px;}
.etoiles {margin: 2px 0; float:left; clear:left;height: 10px;}
#email, #message {font-size: 12px;width: 250px;}
#userCode {font-size: 12px;width: 175px;}
#contact_left {float: left;width: 400px;}
#contact_results {float: left;margin-left:10px;}
.marge_left_10 {float: left;padding-left:10px;}
/* widgets */
table.lotofoot{font-size:9px;color: #333;margin:0;padding:0;}
.lotofoot img{margin:0;padding:0;}
.lotofoot td,.lotofoot tr{line-height:16px;margin:0;padding:0;}
.cotesmatch{font-size:0.8em; color:#333;}
.cotesmatch-entete{font-size:1.1em; background-color:#ccc; color:#fff; text-align:center;}
.cotesmatch-ligne-impair{}
.cotesmatch-ligne-pair{background-color:#eee;}
/* fin widgets */
ul.lien_flux {margin: 5px 0 0 0;padding: 0px;text-align: left;}
ul.lien_flux li {color: #333;font-size: 0.8em;list-style: disc inside;margin-left: 0px;padding-left: 0px;text-align: left;}
.error {background-color: #e24747;border: 1px solid #fff;color: #fff;padding: 10px 0;text-align: center;width: 99.7%;}
.ok {background-color: #ecfde3;border: 1px solid #99B573;color: #99B573;padding: 10px 0;text-align: center;}
.club_choisi {color: #C95747;font-weight: bold;}
.submit {background: url(img/bg_button.png) no-repeat;border: 0;color: #C95747;cursor: pointer;font-size: 10px;font-weight: bold;height: 18px;margin-top: 10px;padding: 2px;width: 100px;}
.adresse-rss {border: 1px solid #C95747;height: 18px;margin: 0px;width: 250px;}
.adresse-rss_2 {border: 1px solid #C95747;height: 18px;margin: 0px;width: 219px;}
.input {border: 1px solid #C95747; margin-top:5px;}
.titre_video{color:#999; font-size:9px;}
/*.infobulle{ position: relative;  width:300px;  border: 1px solid #aaa;color:#333;  margin-top:-10px; padding: 10px;  font-size: 11px; background-color: #FFFFCC;  z-index:1000;}*/	
/* themes */
.theme {background: #EEE repeat;float: left;width: 100%;}
.om {background: #78C1E2 url(images/clubs/themes_om.jpg) repeat;}
.psg {background: #272E34 url(images/clubs/themes_psg.jpg) repeat-y center;}
.ol {background: #efefef url(images/clubs/themes_ol.jpg) repeat-y center;}
.asm {background: #ED1B23 url(images/clubs/themes_asm.jpg) repeat;}
.bordeaux {background: #273246 url(images/clubs/themes_bordeaux.jpg) no-repeat center;}
.juventus {background: #f5f5f5 url(images/clubs/themes_juventus.jpg) repeat;}
.inter-milan {background: #005D98 url(images/clubs/themes_inter-milan.jpg) repeat;}
.ac-milan {background: #DE121E url(images/clubs/themes_ac-milan.jpg) repeat;}
