/* --------------------- */
/* Parametres de la page */
/* --------------------- */

body {
	background: url('../images/background.gif') fixed top;
	background-color: #761E17;
	font-family: Arial;
	font-size: 12px;
}

/* ------------------------- */
/* Parametres pour les liens */
/* ------------------------- */

a:link {
	color: #FF0000;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #800000;
	text-decoration: underline;
	left: 1px;
	top: 1px;
	position: relative;
}
a:active {
	text-decoration: none;
}

/* -------------------------- */
/* Parametres pour les titres */
/* -------------------------- */

H1 {
    color: #000000;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}
H2 {
    color: #000000;
	font-family: Comic Sans MS, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}
H3 {
    color: #000000;
	font-family: Comic Sans MS, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}
H4 {
    color: #000000;
	font-family: Comic Sans MS, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}


/* ---------------------------- */
/* Parametres tableau principal */
/* ---------------------------- */

.IndexMainTable {
	width: 805px;
	font-size: 12px;
	border: 0px;
}

.IndexCenterTable {
	font-size: 12px;
	vertical-align:text-top;
	text-align: left;
}


/* ---Cel----  */

.IndexCel_L1C1 {
	background: url('../images/Border_Left.gif');
	width: 5px;
}

.IndexCel_L1C2 {
	background: #FFFFFF;
	text-align: center;
}

.IndexCel_L1C3 {
	background: url('../images/Border_Right.gif');
	width: 5px;
}

/* ---------------------------- */
/* Home Page News               */
/* ---------------------------- */

#hpnewsbox {
	float:left;
	width:185px;
	border:1px solid #cccccc;
	text-align:center;
	padding-top:5px;
	margin-bottom:10px;
}



/* ---------------------------- */
/* Links Page                   */
/* ---------------------------- */

#linkholder {
	width:750px;
	padding:10px;
}

#linkholder #leftlinks, #linkholder #rightlinks {
	float:left;
	width:370px;
}

#linkholder #fishinglinks, #linkholder #otherlinks {
	float:left;
	width:370px;
}


#linkholder #linkbox {
	float:left;
	width:370px;
	margin:10px 0px;
}

#linkholder #linkbox img {
	margin:5px 0px;
}

#linkholder #linkbox .imgborder {
	border:1px solid #CCCCCC;
}

/* ---------------------------- */
/* News Page                   */
/* ---------------------------- */

#newsholder {
	float:left; 
	width:255px;
	align:center;
	margin-bottom:30px;
}

#newsholder img {
	padding:5px 0px;
}

#newsholder.rightpad {
	padding-right:5px;
}
/* ---------  */
