/*Image du background*/
body {
	background-image: url(../photos/bcktest.jpg);
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #996633;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
	font-weight: bolder;
}
a.siteNamelink:link, a.siteNamelink:visited{
	color: #ffffff;
	text-decoration: none;
}

a.siteNamelink:hover{
	text-decoration: none;
	font-weight: bolder;
}

/*Definit les polices pour les titres*/
h1 {
	font-family: "Monotype Corsiva", "English111 Vivace BT", "Brush Script", Garamond, serif;
	font-size: xx-large;
	text-align: center;
	margin-top: 100px;
}
h2 {
	font-family: "Monotype Corsiva", "English111 Vivace BT", "Brush Script", Garamond, serif;
	font-size: x-large;
	text-align: left;
}
/*Met en vert fonc  et en bold pour les tournois pros*/
.trnpros {
	color: #006600;
	font-weight: bold;
}
/*Met en bleu marine et en bold pour les tournois espoirs*/
.trnespoirs {
	color: #000099;
	font-weight: bold;
}
/* Image de fond Feys*/
.feys {
	background-image: url(../photos/Feys/feysbackground.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*Image de fond Flipkens*/
.flipkens {
	background-image: url(../photos/Flipkens/flipkensbackgr.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFCC;	
}
/*Image de fond Van Hyfte - Elke*/
.tablevh2 {
	background-image: url(../photos/VanHyfte/vanhyftebackground.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*Image de fond HomePage*/
.table {
	background-image: url(../photos/homepage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: "Palatino Linotype", Garamond, "Times New Roman", serif;
}

table {
	background-color: #FFFFCC;
}
/*Dfinit les param tres des paragraphes*/ 
p {
	font-family: "Palatino Linotype", Garamond, "Times New Roman", serif;
	text-align: justify;
	text-indent: 15px;
}
/*Cre une lettrine*/
p.lettrine:first-letter
{
	font-family: "Palatino Linotype", Garamond, "Times New Roman", serif;
	font-size: 200%;
	color: #003366;
}
/*Justifier les cellules d'une table*/
.justifier td{
	text-align: justify;
	font-family: "Palatino Linotype", Garamond, "Times New Roman", serif;
}
/*Centrer les cellules d'une table*/
.centrer td{
	text-align: center;
	font-family: "Palatino Linotype", Garamond, "Times New Roman", serif;
}

.photoAdroite{
	 float: right;
	 margin-left: 10px;
	 margin-right: 5px;
	 text-align: center;
	 font-size: xx-small; 
}

.photoAgauche{
	 float: left;
	 margin-left: 5px;
	 margin-right: 10px;
	 text-align: center;
	 font-size: xx-small; 
	 }
/*Centre les cellules d'une table*/	 
.tableGrandChelems td{
	text-align: center;
	font-family: "Palatino Linotype", Garamond, "Times New Roman", serif;
}

/*Style copyright*/
.copyright {
	font-size: x-small;
	font-color: FFFFFF;
	text-align: center;
	color: #999999;
}

/*Style victoire tournoi*/
.victoire {
	font-weight:bold;
	font-style:italic;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	height: 29px;
	color: #CCCC33;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFCC;
}

#globalNav img{
	margin-bottom: 4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:-1px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	width: 679px;
}


a.glink, a.glink:visited{
	font-size: small;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #999933;
	text-align: center;
	text-decoration: none;
	font-family: "Palatino Linotype";
}

a.glink:hover{
	background-image: url(/glblnav_selected.gif);
	text-decoration: none;

}


/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #FFFFFF;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 19px;
	color: #ffffff;
	width: 219px;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	margin-bottom: 10px;
}

#siteName{
	font: bold 120% Arial,sans-serif;
	color: #ffffff;
 	margin: 0px;
 	padding: 16px 0px 8px 0px;
}

