/**************************************************************************/
/*           FEUILLE CSS (Laurent Cannat alias Mytho)                     */
/**************************************************************************/

/* Les blocs de la feuille CSS  */
/* -Body						*/
/* -Container					*/
/* -Header						*/
/* -Les articles (Main)			*/
/* -Sidebars					*/
/* -Pied de page				*/
/* -Divers						*/

@charset "utf-8";
body  {
	font: 100% "Trebuchet MS";
	background-color:#000000;
	background-image: url(http://www.diablesrouges.eu/style/images/body_bg.png);
	background-repeat:repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #FFFFFF;
	cursor: url(http://www.diablesrouges.eu/pages/images/logo_cursor.cur);
}
body a {
	cursor: url(http://www.diablesrouges.eu/pages/images/logo_cursor_select_fast.ani); 
}
body a:visited {
	font-family: "Trebuchet MS";
	color: #FF0000;
	text-decoration: none;
}
body a:link {
	font-family: "Trebuchet MS";
	color: #FF0000;
	text-decoration: none;
}
body a:hover {
	font-family: "Trebuchet MS";
	color:#00FF00;
	text-decoration: none;
}
/******************************************************************************/
body #thrColLiqHdr {
	background-color:#000000;
	background-image: url(http://www.diablesrouges.eu/style/images/body_bg.png);
	background-repeat:repeat-x;
}

/* CONTAINER - TOUT LE SITE */
.thrColLiqHdr #container { 
	background-color:#000000;
	background:  url(images/bg.png);	
	width: 1024px;  /* this will create a container 80% of the browser width */
	margin: 0 auto 0 auto;
	margin: 10px;  /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
} 


/******************************************************************************/
/* HEADER regroupe la barre du haut (style), la bannière et le menu deroulant */
.thrColLiqHdr #header { 
	background-color:#000000;
	background: url(images/bg.png);
	/*padding: 0 10px; */ /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColLiqHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 20px 0px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 778px;
}
/* propriétés communes à l'ensemble des coins */
#hautgauche, #basgauche {
height: 21px; width: 1024px; 
background-repeat: no-repeat;
font-size:1px; /* correction d'un bug IE */
}
/* propriétés spécifiques à chaque coin */
#hautgauche {
background: url(images/haut.png);
}
#basgauche {
background: url(images/bas.png);
}

/******************************************************************************/
/* Style des articles : Les Titres + Le contenu des articless */
.thrColLiqHdr #mainContent{
	background-color:#000000;
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 760px;
	margin-right: 25px;
	padding-top:265px; /* 210px  */
		display: inline;  /* <---Solution for bug IE6 */
	
}
.thrColLiqHdr #mainContent h1{
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
#title {
	background: url(images/bgnav.png);
	background-repeat:no-repeat;
	height: 63px;
	margin-left: 0px;
}
#title h1 {
	font:"Trebuchet MS";
	padding-top:5px;
	font-size:16px;
	font-style:normal;
	color:#FFFFFF;
	/*margin-left: 20px;*/
}
#article {
	border: 3px;
	border-style:double;
	border-color:#710000;
	background-color:#0F0F0F; 
	padding-left: 10px;
	padding-right: 10px;
}



/******************************************************************************/
/* Sidebars: */
.thrColLiqHdr #sidebar {
	background-color:#000000;
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 208px; /* since this element is floated, a width must be given */
	/*background: #000000;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	margin-right: 10px;
	margin-top: -170px;
	display: inline;  /* <---Solution for bug IE6 */
}
.thrColLiqHdr #sidebar p, .thrColLiqHdr #sidebar h3 {
	background-color:#000000;
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#sidebarblock {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	text-decoration: none;
	background-color:#000000;
	background: url(images/barretitle.png) no-repeat;
	font-size: 18px;
	font-weight: bold;
}
.sidebox {
	font-family: "Trebuchet MS";
	font-size:5px;
	background-color:#0F0F0F;
	color: #FFFFFF;
}
.NoSidebarTitle {
	font-size: 18px;
	font-weight: bold;
}
.comments{
	padding-left: 2px;
	font:"Trebuchet MS";
	font-size:10px;
	font-style:normal;
	color:#FFFFFF;
	background-color:#0F0F0F;
}
.comments a:link{
	font:"Trebuchet MS";
	font-size:10px;
	font-style:normal;
	color:#FF0000;
}
.comments a:visited{
	font:"Trebuchet MS";
	font-size:10px;
	font-style:normal;
	color:#FF0000;
}
.comments a:hover{
	font:"Trebuchet MS";
	font-size:10px;
	font-style:normal;
	font-variant:normal;
	color:#00FF00;
}

/******************************************************************************/
/* Le pied de page */
.thrColLiqHdr #footer { 
	margin-left: 20px;
	background-image: url(images/bgnav2.png);
	background-repeat:no-repeat;
} 
.thrColLiqHdr #sponsor { 
	margin-left: 20px;
} 
.thrColLiqHdr #footer p {
	padding-top: 10px;
	margin-left: 20px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font:"Trebuchet MS";
	font-size:10px;
	font-style:normal;
	color:#FFFFFF;
	height:35px;
}

/******************************************************************************/
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.SizeSmall {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
}
.SizeHigh {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.SizeTitle {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.SizeMiddle {
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight:normal;
	color: #FFFFFF;
}
/***************************************/
/* Tableau récapitulatif des résultats */
.amical_std {font-size: 14px; border-style: solid 1px; border-color: #710000; background-color: #969696; color: #000000;}
.magnus_std {font-size: 14px; border-style: solid 1px; border-color: #710000; background-color: #C0C0C0; color: #000000;}
.ligue_std {font-size: 14px; border-style: solid 1px; border-color: #710000; background-color: #4B4B4B; color: #000000;}
.coupe_std {font-size: 14px; border-style: solid 1px; border-color: #710000; background-color: #343434; color: #000000;}

.amical_vic {font-size: 14px; border-style: solid 1px; border-color: #710000; background-color: #969696; color: #710000;}
.magnus_vic {font-size: 14px; border-style: solid 1px; border-color: #710000; background-color: #C0C0C0; color: #710000;}
.ligue_vic {font-size: 14px; border-style: solid 1px; border-color: #710000; background-color: #4B4B4B; color: #710000;}
.coupe_vic {font-size: 14px; border-style: solid 1px; border-color: #710000; background-color: #343434; color: #710000;}

/***************************************/
/* Tableau des transferts */
.reste  {font-size: 12px; border-style: solid 1px; border-color: #710000; background-color: #969696; color: #000000;}
.quitte {font-size: 12px; border-style: solid 1px; border-color: #710000; background-color: #C0C0C0; color: #000000;}
.arrive {font-size: 12px; border-style: solid 1px; border-color: #710000; background-color: #4B4B4B; color: #000000;}

/***************************************/
/* Tableau des résultats croisés de LM */
.vide   {font-size: 10px; border-style: solid 1px; border-color: #710000; background-color: #710000; color: #000000;}