 html {
      min-height: 100%;
      height: auto;
 }

img {
	border:none;
}

body
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
	/*background: #E1E1E1 url(images/bottom_bg.png) bottom repeat-x;*/
	background: #819fc3 url(images/background_autumn.jpg) top center repeat-x;/*Automne*/
    font-size: 0.7em;
}

label, button, input[type="submit"]{cursor:pointer;}

a[href^="http://"] {
background:transparent url(images/to_blank.png) center left no-repeat;
display:inline-block;
padding-left:43px;
}



a:link
{
    color: #00529b;
	text-decoration:underline;
}
a:visited
{
    color: #00529b;
	text-decoration:underline;
}
a:hover
{
    text-decoration:underline;
    color: #819fc3;
}
a:active
{
    text-decoration:underline
    color: #00529b;
}

input, select, textarea
{
    font-size:1em; 
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

/* Use headers in the markup for accessibility reasons but control look with styles below*/
hr {
    border-bottom: 1px dashed #819fc3;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}


h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h1
{
    font-size: 28px;
    font-weight: bold;
    margin: 5px 0 5px 0;
}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration:underline;
    color: #000000;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active
{
    text-decoration:underline;
    color: #003F7D;
}

.membercard h3
{
    font-size: 1em;
}

 #loginbanner h2
{
    font-size: 1em;
    font-weight: normal;
    margin-top: 8px;
}

#poster h2
{
    font-size: 12px;
    font-weight: bold;
    color: #50700E;
}
.leftblock h2, .rightblock h2, .fullwidth h2, .ctcleftblock h2, .ctcrightblock h2
{
	color:#003F7D;
    font-size: 18px;
	margin-bottom:5px;
}


.rightblock h3
{
	color:#EA5022;
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}



.eventmonth h3
{
    padding-left: 20px;
    padding-right: 20px;
}

.eventlist label
{
    font-weight: bold;
    padding-right: 4px;
}


#acceuil_pdf {
	position:absolute;
	top:8px;
	right:8px;
	/*float:right;*/
}

/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/

/* Picture at the top of the site */ /* Header du site*/
#panel1 {
	position:absolute;
}

#poster
{
    background: url(images/Fadoq_head.jpg) no-repeat;
    margin-right: auto;
    margin-left: auto;
    width: 726px;
    height: 139px;
    margin-top: 0px;
}

/* Navigation strips */ /* Background du menu et de footer*/
#navtop, #navbottom
{
	background: url(images/menu_bg2.png);
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right: auto;
    margin-left: auto;
    width: 726px;
    height: 45px;
}
#navbottom
{
	
    margin-top: 15px;
}

#footer
{
	font-size:9px;
    width: 726px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 0px;
    /*padding-bottom: 22px;*/
    color: #00529b;
}

/* Make main navigation bars from a unordered list for easy update and better accessibility */

#navtop ul, #navbottom ul
{
    margin: 0px;
    padding-top: 9px;
    list-style-type: none;
    height: 19px;
    text-align: center;
}
#navtop ul li, #navbottom ul li
{
    display: inline;
    color: #FFFFFF;
    margin-right: 25px;
}
#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
	color:#EA5022;
    /*color: #FFFFFF;*/
    text-decoration:none;
}
#navtop a:hover, #navbottom a:hover
{
    text-decoration: none;
}
#navtop a:active, #navbottom a:active
{
	color:#F59E71;
    /*color: #FEFFBD;*/
    text-decoration: none;
}

/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/
#sheet_content
{
	background:url(images/sheet_bg.png) repeat-y center top;
	margin-top:0px;
	
}

#verytop
{
    background: url(images/bg_verytop.png) no-repeat center;
    margin-right: auto;
    margin-left: auto;
    height: 11px;
}

#verybottom
{
    background: url(images/bg_verybottom.png) no-repeat center;
    margin-right: auto;
    margin-left: auto;
    height: 63px;
}

/* Main part of the page that holds contents */
#body
{
    width: 726px;
    /*margin-top: 7px;*/
    margin-right: auto;
    margin-left: auto;
    position: relative;
	overflow:auto;
}

#body_acceuil
{
	background:url(images/carte_bg.jpg) no-repeat center top;
    width: 726px;
    /*margin-top: 7px;*/
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.description 
{
	
	font-size:9px;
	color:#819fc3;
	padding:3px 2px 0px 2px;
}

/* 2 column layout */
#columnleft
{
    float: left;
    width: 240px;
    /*position: relative; */
}

#columnright
{
    margin-left: 245px;
  /*  position:relative; */
}

.leftblock
{
    /*border: 1px solid #819fc3;*/
	border: 1px solid #EA5022;
    padding: 15px;
    margin-bottom: 5px;
    background:url(images/bg_columnleft.png);
    vertical-align: top;
}

.leftblock_carte
{
    /*border: 1px solid #819fc3;*/
	border: 1px solid #EA5022;
    /*padding: 15px;*/
    margin-bottom: 10px;
    background:url(images/bg_columnleft.png);
    vertical-align: top;
}

 .rightblock
{
    /*border: 1px solid #819fc3;*/
	border: 1px solid #EA5022;
    padding: 15px;
    margin-bottom: 5px;
    background:url(images/bg_columnright.png);
    position: relative;
    width:446px;
}

 .provincial_block {
    /*border: 1px solid #819fc3;*/
	border: 1px solid #EA5022;
    padding: 10px;
    margin-bottom: 5px;
	background:url(images/liens_provincial.png) center no-repeat;
    position: relative;
    width:456px;
	height:122px;
}

.provincial_block h2 {
	 margin:100px 0 0 0;
}

.provincial_block a:link, .provincial_block a:active, .provincial_block a:hover, .provincial_block a:visited {
	color:#FFF;
	text-decoration:none;
}

/*/////////////////////////////
//
//   mot de la présidente
//
/////////////////////////////*/


 .welcome_word {
    /*border: 1px solid #819fc3;*/
	border: 1px solid #EA5022;
    padding: 15px;
    margin-bottom: 5px;
    background:url(images/bg_columnright.png);
    position: relative;
    width:446px;
}

 .welcome_word h2 {
	/*border: 1px solid #819fc3;*/
	float:left;
	color:#003F7D;
    font-size: 18px;
	margin:10px 0 15px 0;
	width:320px;
}

.welcome_word p {
	text-align:justify;
	/*border: 1px solid #819fc3;*/
	/*padding:5px;*/
	
}

.welcome_word img {
	border: 1px solid #819fc3;
	padding:5px;
	float:left;
	margin: 0 10px 0 0;
	
}
.signature {
	margin:0 0 0 300px;
	/*border:#908 solid 2px;*/
}

.signature p {
	/*color:#819fc3;*/
	color:#003F7D;
	font-size:14px;
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}
    

/* A full width block on the page */

#loginbanner
{
    border: 1px solid #EA5022;
    width: 693px;
    margin-right: auto;
    margin-left: auto;
    background:url(images/bg_columnfull.png) repeat-y;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}


.fullwidth
{
    /*border: 1px solid #819fc3;*/
	border: 1px solid #EA5022;
    width: 692px;
    margin-right: auto;
    margin-left: auto;
    background:url(images/bg_columnfull.png) repeat-y;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.club_list_left {
	/*border:#000 solid 1px;*/
	float:left;
	width:340px;
	
}

.club_list_right {
	/*border:#000 solid 1px;*/
	float:right;
	width:340px;
	
}


.club_list_right h3, .club_list_left h3
{
	font-size: 1em;
	color:#003F7D;
	
}

.club_list_right h2, .club_list_left h2
{
	font-size: 1.6em;
	color:#EA5022;
	padding-bottom:10px;
	
}

.carte_club
{
    /*border: 1px solid #819fc3;*/
	/*border: 1px solid #EA5022;
    width: 694px;
	height:430px;
    margin-right: auto;
    margin-left: auto;
	background:url(images/carte_club.jpg) center no-repeat;
    margin-bottom: 10px;
	padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;*/
}

.club_list_title
{
    text-align:left;
}

.lien_club_privilege {
	float:right;
	width:200px;
	/*border:#033 solid 1px;*/
    text-align:right;
}

.lien_club_privilege a
{
    font-size: 1.2em;
	color:#EA5022;
	font-weight:600;
	text-decoration: underline;
	
}

.texte_club {
	/*border:#000 solid 1px;*/
	/*width:600px;*/
	margin:10px 0 0 0;
	padding:10px;
	
}

/* for the login block
    picks up most of its properties from .fullwidth */

.retour {
	margin: 7px 10px 0 0;
	float:right;
	/*border: 1px solid #819fc3;*/
	/*color:#EA5022;*/
	font-size:10px;
	font-weight:bold;

}

.

.retour a:link, a:visited, a:active {
	text-decoration:none;

}
.retour a:hover {
	color:#EA5022;

}

#loginbanner
{
  padding-bottom: 0px;
}

/* Goes around controls that need to be presented as a block of functionality  */
.controlblock
{
    border: 1px solid #819fc3;
    padding: 3px;
    margin: 2px 0 5px 0;
    vertical-align: top;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #819fc3;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

/* Command buttons on pages */
.actionbuttons
{
  text-align:right;
  position: relative; 
  padding: 1px 1px 1px 1px;
}

.actionbuttons2
{
  text-align:right;
  float:right;
  padding: 1px 1px 1px 1px;
}

/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    /*border: 1px solid #819fc3;*/
	border: 1px solid #EA5022;
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    background:url(images/bg_columnfull.png) 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 #819fc3;
    border-collapse:collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #426fa5;
    border-left: 1px solid #426fa5;
    clear: none;
    padding: 2px;
}


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    background-color: #819fc3;
}
.calcurrentday
{
	/*background:url(images/today_bg.png);*/
   /*background-color: #EA5022;*/
   background-color: #F59E71;
   /*color:#FFF;*/
}
.calweekend
{
    background-color: #c0cfe1;
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 2px solid #426fa5;
    height: 90px;
    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;    
}



/************************************************************************
* 
* Global formatting
*
************************************************************************/

/* all the legend tags use this same style */

legend
{
    font-weight: bold;
    color: #666666;
    font-size: 1em;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 7px;
}

/* apply zero margin to all forms and hide fieldset borders. Keep fieldset borders in the markup for better accessibility */

form
{
    margin: 0px;
}

fieldset
{
    margin: 0px;
    padding: 0px;
    border: none;
}

/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility) */

.hidden
{
    visibility: hidden;
}
.none
{
    display: none;
}


/************************************************************************
* 
* Image functionality
*
************************************************************************/

.photo
{
    background:url(images/bg_thumb.png) repeat-x center;
    border: 1px solid #819fc3;
    padding: 5px;    
}

.photo_perso
{
    background:url(images/bg_thumb_perso.png) repeat-x center;
    border: 1px solid #819fc3;
    padding: 5px;    
}

.picture
{
    background:url(images/bg_thumb.png) repeat-x center;
    border: 1px solid #819fc3;
    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;
}
*/

/************************************************************************
* 
* 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;
}

/* floats the thumbnail off to the right */
.leftthumbnail
{
    float: left;
    margin-right:10px;
}
/*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: #C0CFE1;
    border: 1px solid #819fc3;
    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 style needed*/  
}
.eventlist td
{
    padding-bottom: 4px;
}


.eventlist, .eventlist td, .eventlist tr
{
	color:#EA5022;
	padding:5px;
    border-style:none;
}

/*===========================================

	Rabais et Privilège

==================================*/

.selection_secteur {
	/*border:#333 solid 1px;*/
	width:290px;
	float:right;
	text-align:right;
	
	}
	
.text_selection {
	float:left;
	width:160px;
	padding:0px;
	margin:0px;
	color:#819fc3;
	font-size:9px;
	/*vertical-align:text-top;*/
	/*border:#333 solid 1px;*/
	text-align:right;
	
}

.text_selection a {
	text-decoration:none;
}

.sector_select {
	background:#E8EAEF;
	/*float:right;*/
	margin-left:10px;
	color:#003F7D;
	padding:5px;
	height:30px;
	width:75px;
	font-size:24px;
	font-weight:bold;
	line-height:36px;
	border:none;
}


#pageleftpart {
	width:340px;
	float: left;
	margin-bottom:10px;
	/*position: relative; */
	

}

#pagerightpart {
	width:340px;
	float: right;
	margin-bottom:10px;
	/* position:relative; */
	

}

.leftpart {
	/*float:left;*/
	width:300px;
	border: 1px solid #819fc3;
	padding:15px;
	margin:auto;
	/*margin:0 0px 5px 10px;*/
	/*margin-bottom: 10px;*/
	background:url(images/bg_columnright.png) center;
	/*vertical-align: top;*/
	
}

.rightpart {
	/*float:right;*/
	width:300px;
	border: 1px solid #819fc3;
	padding:15px;
	margin:auto;
	/*margin:0 5px 10px 0px;*/
	/*margin-bottom: 10px;*/
	background:url(images/bg_columnright.png) center;
	/*vertical-align: top;*/
	/*position: relative;*/

}

/*///////////////////////////////*/


.banner_discount {
	width:100%;
	height:30px;
	border:#003F7D solid 1px;
	background:url(images/secteur_bg.png) center no-repeat;
    /*vertical-align:middle;*/
    /*width:445px;*/
   /* padding: 5px 0px 5px 0px;*/
}

.banner_city {
	/*border:#906 solid 1px;*/
    text-align:left;
    /*vertical-align:super;*/  
    margin:  8px 5px 5px 5px;
    color:#FFF;
    font-size: 12px;    
    font-weight:bold;
    float:left;
}

.banner_sector {
	/*border:#33C solid 1px;*/
    text-align:right;
    vertical-align:super;
    margin: 7px 10px 5px 5px;
    color:#003F7D;
    font-size: 0.9em;    
    font-weight:bold;
    float:right;  
}

.discount_subcatname_banner
{
   background:transparent url(images/sub_cat_bg.png) left no-repeat;
   /*border:#9C0 solid 1px;*/
   height:30px;
   width:auto;
   margin:0 0 20px 0;
} 


.discount_subcatname 
{
	padding:5px 10px 5px 0;
    color:#EA5022;
    font-size: 16px;
    font-weight: bold;
	font-style:italic;
    text-align:right;
	display: block;
}

/*///////////////////////////////*/

.partner_name {
	color:#003F7D;
	font-style:italic;
    font-size: 1.6em;    
    font-weight:bold;
	margin-left:10px;
}

.percent_discount {
	/*background: #BADA55 url(images/discount_percent_bg.png) no-repeat center;*/
	color:#EA5022;
	font-size:18px;
	font-weight:bold;
	text-align:right;
	float:right;
	margin: 0 5px 0 0;
}
	
.phone_num {
	color:#003F7D;
    font-size: 1.2em;    
    font-weight:bold;
	margin:5px 0 0 15px;
	/*border:#333 solid 1px;*/
}

.discount_desc {
	padding: 5px 20px 5px 0px;
	/*border:#BADA55 solid 2px;*/
	height:auto;
	color:#003F7D;
	font-size:11px;
	overflow:hidden;
	margin-left:10px;
	/*min-height:60px;*/
	
}


.discount_desc a:link, .discount_desc a:visited, .discount_desc a:active, .discount_desc a:hover {
	color:#EA5022;
	text-decoration:underline;
	
}


/* for Internet Explorer 6 */
/*\*/
* html .discount_desc {
  height:60px;	
}
/**/


.discount_clear {
	border:#F00 solid 1px;
	height:1px;
	width:auto;
	clear:both;
}

/************************************************************************
* 
* Links
*
************************************************************************/
.linkcategory {
	color:#003F7D;
    font-size: 0.9em;    
    font-weight:bold;

}

.linkdate
{
    font-size: 0.9em;
}

.linktitle
{
    font-size: 1em;
}





/************************************************************************
* 
* Rollover buttons
*
************************************************************************/

.buttonsmall, .buttonsmall-ovr
{
    background: url(images/background_button_small.png) 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.png) 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;
}



/************************************************************************
* 
* 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 #819fc3;
}

.selected
{
    /*background: #819fc3;*/
	background: #C0CFE1;
	/*color:#FFF;*/
	border: solid 1px #819fc3;
}

.scrollablelist
{
    overflow: auto;
    height: 230px;
    width: 460px;
    border: solid 1px #819fc3;
}

.scrollablelist2
{
    overflow: auto;
    height: 230px;
    width: 210px;
    border: solid 1px #819fc3;
}


.scrolledtable
{
}

 .selectablephoto
{
    background:url(images/bg_thumb.png) repeat-x center;
    border: 1px solid #819fc3;
    padding: 2px;
}

.contextbuttons
{
  margin: 5px 3px 5px 3px; 

}

/************************************************************************
* 
* Forms
*
************************************************************************/

/* label column */
.formlabel
{
    width:120px; 
    vertical-align: top;
}

/* value column */
.formvalue
{
    vertical-align: top;
}

.txtfield
{
    width:300px;
}

.txtblock
{
    width:300px;
}

/* ====================================================

Modif pour les chronique affiché sur la page d'acceuil

======================================================*/


#image_chronique {
	/*border:#039 solid 1px;*/
	
}




.chronique_liste img {
	/*border:none;*/
}










.date_chronique {
	float:right;
}

.titre_chronique {
	font-weight:bold;
	font-style:italic;
	float:left;
	font-size:16px;
	
}



.chronique_thumb {
	
}


.chronique_liste {
	/*border:#000 solid 1px;*/
}

.chronique_preview {
	background:transparent url(images/chronique_tabs.png) no-repeat center;
	padding:18px 8px 0 8px;
	height:100px;
	float:right;
	/*border:#900 solid 1px;*/
	margin-bottom:5px;
	/*border-bottom:#819fc3 solid 0.1em;*/
	/*border:#000 solid 1px ;*/
}



.chronique_preview a:link, a:hover, a:visited, a:active {
	text-decoration:underline;
}



.editor_photo {
	/*border:#0C0 solid 2px;*/
	float:left;
	margin-right:5px;
}




.chron_prev_head {
	height:16px;
	/*border:#303 solid 1px;*/
	margin:0 0 7px 0;
	padding:0;
}



.chron_prev_content {
	/*border:#0C3 solid 1px;*/
	margin:0;
	padding:0;
	/*margin:5px 0 0 0;*/
	height:70px;
}

/*===========================================

Chronique_view Banner

==================================*/

 .chron_rightblock
{
    /*border: 1px solid #819fc3;*/
	/*border: 1px solid #EA5022;*/
    padding: 15px;
    margin-bottom: 15px;
    background:transparent url(images/chron_view_tabs.png) center no-repeat;
    position: relative;
    width:416px;
}

.chron_editor_name {
	/*border:#000 solid 1px;*/
	float:right;
}

.chron_editor_name h3 {
	font-size:24px;
	font-style:italic;
	width:300px;
	padding:20px 0 0 0;
}

/*==================================================

SECTION CONTACT (2 columns)

===================================================*/

#ctcleft {
	/*border: 1px solid #819fc3;*/
    float: left;
    width: 359px;
	height:100%;
   /* position:relative;*/
}

.ctcleftblock {
	
	/*border: 1px solid #819fc3;*/
	border: 1px solid #EA5022;
    padding: 15px;
    margin:auto;
	margin-bottom:10px;
    background:url(images/bg_columnright.png) center;
	width:325px;
	
}


#ctcright {
	/*border: 1px solid #819fc3;*/
	/*float:right;*/
	width:359px;
	margin:0 0 0 365px;
  	position:relative;
}


.ctcrightblock {
    /*border: 1px solid #819fc3;*/
	border: 1px solid #EA5022;
    padding: 15px;
    margin:auto;
	margin-bottom:10px;
    background:url(images/bg_columnright.png) center;
    width:325px;
	
}


.ctclistitem  {
	background:transparent url(images/contact_tabs.png) center no-repeat;
    margin:auto;
	margin-bottom:10px;
	padding:10px;
    width:305px;
	height:110px;
	color:#003F7D;
	line-height:12px;
	font-size:12px;
}

.ctcrightblock h3, .ctcleftblock h3 {
	margin-top:15px;
	/*line-height:14px;*/
	color:#EA5022;
    font-size: 14px;
    font-weight: bold;
	display: block;
}


.ctcrightblock a:active, .ctcrightblock a:hover, .ctcrightblock a:visited, .ctcrightblock a:link {
    text-decoration:none;
}

.contact_club_title
{
    font-weight:bold;
}

/*==================================================

SECTION CONTACT (Sélection par ordre alphabétique)

===================================================*/

.alphabetique {
	border-bottom:1px dashed #819fc3;
	width:325px;
	margin:auto;
	height:50px;
	/*display:inline;*/
	
}



#close_tag {
	background:url(images/alphabetique/close.png) center no-repeat;
	float:right;
	/*margin:2px 3px 0 0;*/
	/*display:inline-block;*/
	width:20px;
	height:20px;
	
}

#close_tag_ovr {
	background:url(images/alphabetique/close_over.png) center no-repeat;
	float:right;
	/*margin:2px 3px 0 0;*/
	/*display:inline-block;*/
	width:20px;
	height:20px;
}



/*=========  A  =========*/
#select_a {
	background:url(images/alphabetique/a.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
	
}

#select_a_ovr {
	background:url(images/alphabetique/a_over.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

/*=========  B  =========*/
#select_b {
	background:url(images/alphabetique/b.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

#select_b_ovr {
	background:url(images/alphabetique/b_over.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

/*=========  C  =========*/
#select_c {
	background:url(images/alphabetique/c.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

#select_c_ovr {
	background:url(images/alphabetique/c_over.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

/*=========  D  =========*/
#select_d {
	background:url(images/alphabetique/d.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

#select_d_ovr {
	background:url(images/alphabetique/d_over.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

/*=========  E  =========*/
#select_e {
	background:url(images/alphabetique/e.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

#select_e_ovr {
	background:url(images/alphabetique/e_over.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

/*=========  F  =========*/
#select_f {
	background:url(images/alphabetique/f.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

#select_f_ovr {
	background:url(images/alphabetique/f_over.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

/*=========  G  =========*/
#select_g {
	background:url(images/alphabetique/g.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

#select_g_ovr {
	background:url(images/alphabetique/g_over.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

/*=========  H  =========*/
#select_h {
	background:url(images/alphabetique/h.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

#select_h_ovr {
	background:url(images/alphabetique/h_over.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

/*=========  I  =========*/
#select_i {
	background:url(images/alphabetique/i.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

#select_i_ovr {
	background:url(images/alphabetique/i_over.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

/*=========  J  =========*/
#select_j {
	background:url(images/alphabetique/j.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

#select_j_ovr {
	background:url(images/alphabetique/j_over.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

/*=========  K  =========*/
#select_k {
	background:url(images/alphabetique/k.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

#select_k_ovr {
	background:url(images/alphabetique/k_over.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

/*=========  L  =========*/
#select_l {
	background:url(images/alphabetique/l.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

#select_l_ovr {
	background:url(images/alphabetique/l_over.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

/*=========  M  =========*/
#select_m {
	background:url(images/alphabetique/m.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

#select_m_ovr {
	background:url(images/alphabetique/m_over.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

/*=========  N  =========*/
#select_n {
	background:url(images/alphabetique/n.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

#select_n_ovr {
	background:url(images/alphabetique/n_over.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

/*=========  O  =========*/
#select_o {
	background:url(images/alphabetique/o.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

#select_o_ovr {
	background:url(images/alphabetique/o_over.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

/*=========  P  =========*/
#select_p {
	background:url(images/alphabetique/p.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

#select_p_ovr {
	background:url(images/alphabetique/p_over.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

/*=========  Q  =========*/
#select_q {
	background:url(images/alphabetique/q.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

#select_q_ovr {
	background:url(images/alphabetique/q_over.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

/*=========  R  =========*/
#select_r {
	background:url(images/alphabetique/r.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

#select_r_ovr {
	background:url(images/alphabetique/r_over.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

/*=========  S  =========*/
#select_s {
	background:url(images/alphabetique/s.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

#select_s_ovr {
	background:url(images/alphabetique/s_over.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

/*=========  T  =========*/
#select_t {
	background:url(images/alphabetique/t.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

#select_t_ovr {
	background:url(images/alphabetique/t_over.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

/*=========  U  =========*/
#select_u {
	background:url(images/alphabetique/u.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

#select_u_ovr {
	background:url(images/alphabetique/u_over.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

/*=========  V  =========*/
#select_v {
	background:url(images/alphabetique/v.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

#select_v_ovr {
	background:url(images/alphabetique/v_over.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

/*=========  W  =========*/
#select_w {
	background:url(images/alphabetique/w.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

#select_w_ovr {
	background:url(images/alphabetique/w_over.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

/*=========  X  =========*/
#select_x {
	background:url(images/alphabetique/x.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

#select_x_ovr {
	background:url(images/alphabetique/x_over.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

/*=========  Y  =========*/
#select_y {
	background:url(images/alphabetique/y.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

#select_y_ovr {
	background:url(images/alphabetique/y_over.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

/*=========  Z  =========*/
#select_z {
	background:url(images/alphabetique/z.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}

#select_z_ovr {
	background:url(images/alphabetique/z_over.png) center no-repeat;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
}





/*===========================================

Fadoq Équipe

==================================*/

.fadoqlistitem  {
	background:transparent url(images/fadoq_tabs.png) center no-repeat;
    margin:auto;
	margin-bottom:10px;
	padding:15px;
    width:416px;
	/*height:110px;*/
	color:#003F7D;
	line-height:12px;
	font-size:12px;
}

.fadoqlistitem h3 {
	margin-top:15px;
	/*line-height:14px;*/
	color:#EA5022;
    font-size: 14px;
    font-weight: bold;
	display: block;
}

/*////////////////////////////////////////////////
//
//
//           Section des styles pour 
//              RICH TEXT EDITOR
//
//
////////////////////////////////////////////////*/


.richedit {
	border: 1px solid #819fc3;
	width:auto;
	
	
}

div {
	/*border:#000 solid 1px;*/
  	/*-webkit-border-radius: 1ex;
 	 -moz-border-radius: 1ex;*/
}
p {
	/*border:#909 solid 1px;*/
}

/*.allday {
	float:right;
	margin:14px 150px 0 0;
}*/

.allday {
	float:left;
	margin:14px 25px 0 15px;
}

/*.allday {
	margin:15px 0 15px 0;
	clear:both;
}*/

/*////////////////////////////////////
//
//    Connection div
//
///////////////////////////////////*/

.connect_div {
	float:right;
	width:25px;
	height:46px;
	margin:100px 50px;
	
}


#Img_disc {
	/*border:#003 solid 1px;*/
	float:left;
	margin: 0 20px 10px 0;
}

.spacer10 {
	width:auto;
	height:10px;
}


#spacebottom, #spacetop {
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
	margin: auto;
    width: 726px;
    height: 5px;
}

#spacetop {
	margin-top:20px;
}

.error_full {
    /*border: 1px solid #819fc3;*/
	border: 1px solid #819fc3;
    width: 692px;
    margin-right: auto;
    margin-left: auto;
    background:url(images/bg_columnfull.png) repeat-y;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.error_full h1 {
	color:#003F7D;
    
}

.error_full h2 {
	/*color:#EA5022;*/
	color:#000;
    
}

.error_full a {
	font-size:12px;
	font-weight:bold;
	color:#EA5022;
	text-decoration:none;
    
}
.error_full a:hover {
	text-decoration:underline;
    
}
