﻿
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body
{
	font-family:Tahoma;
	font-size:11px;
	text-align:center;
	background:url(Images/bg.jpg);
}

li
{
	display : list-item;
	list-style-image : url(Images/li.gif);
	list-style-position: outside;
}

input, select, textarea
{
    font-size:1em; 
    font-family: Verdana, arial, Helvetica, Helvetica-Narrow, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

/*
select
{
	width:200px;
	font-family:Tahoma;
	font-size:11px;
}

input
{
	width:200px;
	height:12px;
	font-family:Tahoma;
	font-size:11px;
}

textarea
{
	width:98%;
	font-family:Tahoma;
	font-size:11px;
}
*/

/*--------   font styles   --------*/

.strong
{
	font-weight:bold;
}

/*--------   table (master page)   --------*/

#t_main
{
	width: 770px;
	text-align: left;
	padding:10px;
	height: 100%;
}

#t_results
{
	background-image: url(Images/results_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

#tr_form
{
	background-color: White;
}

#tr_footer
{
	background-color: White;
	vertical-align: bottom;
}

#t_copyright
{
	width:100%;
	height:18px;
	color:White;
	background-color:Black;
	text-align:center;
	padding-right:20px;
}

#t_placeholder
{
	width: 100%;
}

#tr_header
{
	width:100%;
	height:18px;
	color:White;
	background-color:Black;
	text-align:right;
	padding-right:20px;
}

#tr_header A
{
	color:White;
	text-decoration:none;
}

#tr_header A:hover
{
	color:Red;
	text-decoration:none;
}

#tr_logo
{
	width:100%;
	height:50px;
	color:White;
	background-color:#0082E3;
	text-align:right;
	padding-right:5px;
}

#tr_menu
{
	width:100%;
	height:30px;
	vertical-align:middle;
	color:White;
	background-color:#00AEEF;
	text-align:center;
	padding-top:2px;
	font-size:12px;
}

#tr_sitemap
{
	width:100%;
	height:35px;
	vertical-align:middle;
}

#tr_sitemap A
{
	color: background;
	text-decoration: none;
}

#tr_sitemap A:hover
{
	color: graytext;
	text-decoration: none;
}

#tr_content
{
	width:100%;
}

.tr_margin
{
	height:20px;
}

.aligncenter
{
	text-align:center;
}

.div_content
{
	margin-left:30px;
	margin-right:30px;
	margin-top:20px;
}


/*--------   panneau latéral   --------*/

.col_infos
{
	width: 300px;
	vertical-align: top;
}

.box_header
{
	background-color:#00ADEF;
	height:30px;
	text-align:center;
}

.box
{
	text-align:justify;
	background-color:#00ADEF;
	color:White;
	padding-left:5px;
	padding-right:5px;
}

.box A
{
	color:White;
	text-decoration:none;
}

.box A:hover
{
	text-decoration:underline;
}

.news_footer
{
	background-color:#00ADEF;
	height:15px;
}

.infos_footer
{
	background: url(Images/infos_footer.png) no-repeat;
	height:15px;
}

/*--------   page d'accueil   --------*/

#body
{
    width: 724px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

#body a
{
    color: #3B5998;/*#3399FF;*/
    text-decoration: none;
}
#body a:visited
{
    color: #3B5998;/*#3399FF;*/
}
#body a:hover
{
    text-decoration: none;
    color: graytext;
}
#body a:active
{
    text-decoration: none;
    color: #3B5998;
}

/* 2 column layout */
#columnleft
{
    float: left;
    width: 240px;
    /*position: relative; */
}

#columnright
{
    margin-left: 245px;
  /*  position:relative; */
}

.leftblock
{
    border: 1px solid #CCCCCC;/*#DBDB79;*/
    padding: 15px;
    margin-bottom: 10px;
    background: #F7F7F7;/*#FEFAAB url(images/background_columnleft.gif) repeat-y;*/
    vertical-align: top;
}

 .rightblock
{
    border: 1px solid #DBDB79;
    padding: 15px;
    margin-bottom: 10px;
    background: #FEFFAB url(images/background_columnright.gif) repeat-y;
    position: relative;
    width:446px;
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}
    

/* A full width block on the page */

.fullwidth
{
    border: 1px solid #DBDB79;
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    background: #FEFFAB url(images/background_fullwidth.jpg) repeat-y;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}
.fullwidthblue
{
    border: 1px solid #CCCCCC;
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    background: #F7F7F7;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

/* Goes around controls that need to be presented as a block of functionality  */
.controlblock
{
    border: 1px solid #DBDB79;
    padding: 3px;
    margin: 2px 0 5px 0;
    vertical-align: top;
}

/* shows a visual seperation */
.dashedline
{
    /*border-bottom: 1px dashed #DBCE6A;*/
    border-bottom: 1px solid #DBCE6A;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}
.blueline
{
    border-bottom: 1px solid #E9E9E9;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

/* Command buttons on pages */
.actionbuttons
{
  text-align:right;
  position: relative; 
  padding: 1px 1px 1px 1px;
}

.leftblock h2, .rightblock h2, .fullwidth h2, .fullwidthblue h2
{
    /*font-size: 1.6em;font-weight: bold;*/
    font-size: 1.3em;
}

.rightblock h3
{
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}


/************************************************************************
* 
* List type pages
*
************************************************************************/

/* represents each item in a vertical list */
.listitem
{
    margin:0px 0px 0px 0px;
    width:444px;
}

/* surrounds the buttons for list items */
.editbuttons
{
    padding-top: 6px;
}

/* floats the thumbnail off to the right */
.thumbnail
{
    float: right;
    margin: 0 0 0 5px;
}

/*used to clear the float for the thumbnail */
.clearlist
{
    clear:right;
    margin:0;
    padding:0;
    height: 0px;
    font-size:0px;
    line-height:0px;
}

/* Used by the page number control */
.PageNumbers
{
    display:inline;
}

.PageNumbers span
{
    padding-left: 3px;
}

.newscrumbs a
{
    font-weight: bold;
    padding-right: 2px;
}

/* Used in the two column lists */

.membercard
{
    background-color: #FEFEB1;
    border: 1px solid #E8DCA3;
    padding: 10px;
    margin-bottom: 10px;
    width: 198px;
}

.clearcard
{
    clear:left;
    height:0;
    margin:0;
    padding:0;
}

#membercardcolumnleft
{
    float: left;
    position: relative;
}
#membercardcolumnright
{
    margin-left: 226px;
}
.membercard p
{
    margin: 5px;
}

/************************************************************************
* 
* Compact Event list
*
************************************************************************/


/* define event grid view columns */
/* todo: use or remove */

.eventlistdate
{
    padding-right: 4px;
}
.eventlisticon
{
    text-align: center;
}
.eventlisttime
{
    text-align: center;
    width: 95px;
}
.eventlistevent
{
    font-weight: bold;
}
.eventlistlocation
{
    /* no styles needed at this time */
}
.eventlist td
{
    padding-bottom: 4px;
}


/************************************************************************
* 
* Image functionality
*
************************************************************************/

.photo
{
    background: #FEFFC8 url(images/background_thumbnail.jpg) repeat-x center;
    border: solid 1px #E8DCA3;
    padding: 5px;    
}

.picture
{
    background: #FEFFC8 url(images/background_thumbnail.jpg) repeat-x center;
    border: solid 1px #E8DCA3;
    padding: 5px;
    margin: 5px;  
}

/* add hover border to href thumbnail images */
/*todo: rectify whether these should be .photo instead 

.thumbnail a:link img, #thumbnail a:visited img
{
    border: 2px solid #883D08;
}
.thumbnail a:hover img
{
    border: 2px solid #FFFFFF;
}
.thumbnail a:active img
{
    border: 2px solid #000000;
}
*/

/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    border: 1px solid #DBDB79;
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    background: #FEFFAB url(images/background_fullwidth.jpg) repeat-y;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #DBDB79;
    border-collapse:collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #C7C272;
    border-left: 1px solid #C7C272;
    clear: none;
    padding: 2px;
}


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    background-color: #DCD78E;
}
.calcurrentday
{
    background-color: #FFFFC1;
}
.calweekend
{
    background-color: #FEEB95;
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 2px solid #C7C272;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}

/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/

.nextlink
{
    position:absolute;
    right:0;
    padding-right:15px;    
}





/*--------   menu   --------*/

.menu_item
{
	background-color: gainsboro;
	padding: 3px;
	text-align: left;
}

.menu_item_ahover
{
	background-color: Black;
}


/*--------   images   --------*/

#ctl00_logo
{
	position : relative;
	top:-15px;
	left:-160px;
}

.aligntopleft
{
	position:relative;
	top:-7px;
	left:-142px;
}

.aligntopright
{
	position:relative;
	top:-7px;
	right:-143px;
}

.aligntopcenter
{
	position:relative;
	top:-5px;
}

.alignbottomleft
{
	position:relative;
	top:3px;
	left:0px;
}

.alignbottomright
{
	position:relative;
	top:3px;
	right:-285px;
}


/*--------   accueil   --------*/

.tab_accueil
{
	width:441px;
}

.tab_content
{
	text-align:justify;
	border-top: #fbfbfb 1px solid;
	border-left: #fbfbfb 1px solid;
	padding-left:10px;
	padding-right:10px;
}

.tab_content A
{
	color: background;
	text-decoration: none;
}

.tab_content A:hover
{
	color: graytext;
	text-decoration: none;
}

.tab_art_frame
{
	width:28px;
	vertical-align:top;
	background:url(Images/art_bg.png);
}

.tab_art_footer
{
	height:16px;
	background:url(Images/art_footer.png);
}

.tab_res_frame
{
	width:28px;
	vertical-align:top;
	background:url(Images/res_bg.png);
}

.tab_res_footer
{
	height:16px;
	background:url(Images/res_footer.png);
}

.art_infos
{
	color: darkgray;
}


/*--------   presentation   --------*/

.td_title
{
	font-weight:bold;
	padding: 20px 0px 10px 0px;
}

.td_section
{
	color: #0099CC;
	padding: 15px 0px 0px 0px;
}

.td_tabs
{
	padding: 20px 0px 10px 40px;
}

.td_postes
{
	text-align:right;
	width:160px;
	font-weight:bold;
}

.lien A
{
	color: background;
	text-decoration: none;
}

.lien A:hover
{
	color: graytext;
	text-decoration: none;
}

/*--------   fun   --------*/

.tab_games
{
	width:100%;
	border:0px;
}

.td_split
{
	background:url(Images/bg_box.gif);
	height:1px;
}

.td_gameimage
{
	width: 170px;
	height: 180px;
	text-align: center;
}

.td_gamedescription
{
	text-align:justify;
	padding-right: 6px;
}

/*--------   resultats   --------*/

.td_score
{
	background-color: darkgray;
	text-align: center;
	font-weight: bold;
	color: White;
}

.divContent A
{
	color: background;
	text-decoration: none;
}

.divContent A:hover
{
	color: graytext;
	text-decoration: none;
}

/*--------   articles   --------*/

.art_title
{
	font-weight: bold;
	font-size: 14px;
	color: #0099CC;
}

.art_date
{
	color: lightgrey;
	text-align: right;
	padding-right:30px;
}

.art_footer
{
	color: darkgray;
	text-align: right;
	padding-right:30px;
}

.art_footer A
{
	color: background;
	text-decoration: none;
}

.art_footer A:hover
{
	color: graytext;
	text-decoration: none;
}

/*--------   contact   --------*/

.td_infos
{
	width:120px;
	height:26px;
	vertical-align:middle;
}

.td_textbox
{
	vertical-align:middle;
}


/*--------   galerie photo   --------*/

.album A
{
	color: background;
	text-decoration: none;
}

.album A:hover
{
	color: graytext;
	text-decoration: none;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
	
	
/************************************************************************
* 
* Forms
*
************************************************************************/

/* label column */
.formlabel
{
    width:120px; 
    vertical-align: top;
}

/* value column */
.formvalue
{
    vertical-align: top;
}

.txtfield
{
    width:300px;
}

.txtblock
{
    width:300px;
}

/************************************************************************
* 
* Photo selection controls
*
************************************************************************/

#popupbody
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: #FED36B;
    font-size: 0.7em;
}

#popupinner
{
    border: 1px solid #DBDB79;
    margin: 5px;
    background: #FEFFAB;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#popupbody h2
{
    font-weight: bold;
    margin: 0px;
    padding: 1px 0px 5px 5px;
    display: block;
}

.selected, .unselected
{
    width: 80px;
    height: 100px;
    text-align: center;
    padding: 2px 2px 2px 2px;
}

.unselected
{
    background-color: transparent;
    border: solid 1px #ECEFF5;
    /*border: solid 1px #FEFFAB;*/
}

.selected
{
	background: #ECEFF5;
    border: solid 1px #D8DFEA;
    /*background: #FED36B;
    border: solid 1px #DBDB79;*/
}

.scrollablelist
{
    overflow: auto;
    height: 230px;
    width: 460px;
    border: solid 1px #DBDB79;
}

.scrollablelist2
{
    overflow: auto;
    height: 230px;
    width: 210px;
    border: solid 1px #DBDB79;
}


.scrolledtable
{
}

 .selectablephoto
{
    background: #FEFFC8 url(images/background_thumbnail.jpg) repeat-x center;
    border: 1px solid #E8DCA3;
    padding: 2px;
}

.contextbuttons
{
  margin: 5px 3px 5px 3px; 

}

/************************************************************************
* 
* Rollover buttons
*
************************************************************************/

.buttonsmall, .buttonsmall-ovr
{
    background: url(images/background_button_small.gif) repeat-x;
    border: none;
    color: #FFFFFF;
    height: 22px;
    font-weight: normal;
    font-size: 9px;
    padding-bottom: 9px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.buttonsmall-ovr
{
    text-decoration: underline;
    background: url(images/background_button_small-ovr.gif) repeat-x;
}

/************************************************************************
* 
* Page specific 
*
************************************************************************/

/* even dowload button */
.downloadevent img
{
    margin-right: 5px;
    vertical-align: middle;
    border: none;
}

/* Header on view details type pages */
.itemdetails
{
    font-size: 1.3em;
}


legend
{
    font-weight: bold;
    color: #666666;
    font-size: 1em;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 7px;
}
	
	
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:35px;
	width:250px;
}