#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA);  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 Tahoma, 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; outline: none;}	 	
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #2a6aa3; }

/**/

.modAjSondageBox {
	display:				block;
	width:					279px;
	color:					#e2a508;
	font-weight:			bold;
}

.modAjSondageBox table{
	width:					100%;
	border-spacing:			0px;
	border-collapse:		collapse;
}

.modAjSondageSubmit { }

.modAjSondage * {
	color:					#1d4679 !important;
}

.modAjSondageQuestion {
	display:				block;
	margin-left:			50px;
	font-size:				12px;
	font-weight:			bold;
	margin-bottom:			10px;
}

.modAjSondageChoixBox {
	margin-left:			60px;
}

.modAjSondageSubmitButton, .modAjSondageResultButton {
	display:				block;
	float:					left;
	background-color:		transparent;
	border:					none;
	font-family:			Arial;
	font-size:				8pt;
	cursor:					pointer;
	text-decoration:		underline;
	margin-top:				15px;
	margin-bottom:			5px;
	margin-left:			40px;
	margin-right:			40px;
	color:					#e2a508;
}

td {
	vertical-align:			top;
}

.modAjSondageResultButton {
	float:					right;
}

.modAjSondageResultatChoixBox {
	margin-left:			5px;
}

.modAjSondageTop, .modAjSondageResultatTop {
	display:				table-cell;
	background-image:		url(../images/sondageTop.jpg);
	height:					39px;
}

.modAjSondageResultatTop {
	background-image:		url(../images/sondageTop.jpg);
}

.modAjSondageBottom {
	display:				table-cell;
	background-image:		url(../images/sondageBottom.jpg);
	background-repeat:		no-repeat;	
	height:					8px;
}

.modAjSondageContent {
	display:				table-cell;
	background-image:		url(../images/sondageRepeat.jpg);
}

.modAjSondageFullBar {
	display:				none;
	height:					20px;
	width:					50px;
	float:					right;
	margin-right:			5px;
}

.modAjSondageCurrBar {
	display:				none;
	height:					20px;
	float:					right;
}

.modAjSondagePercent {
	display:				block;
	float:					right;
	margin-right:			5px;
	margin-top:				-14px;

}

.modAjVoteTotal {
	display:				none;
	width:					100%;
	margin-top:				5px;
	line-height:			40px;
	text-align:				center;
	font-weight:			bold;
}

/* Right Column fixes */

#sondageBox .modAjSondageBox {
	width:					190px;
}

#sondageBox .modAjSondageBox * {
	background-image:		none;
}

#sondageBox .modAjSondageBox .modAjSondageQuestion {
	margin-left:			9px;
}

#sondageBox .modAjSondageBox .modAjSondageChoixBox {
	margin-left:			12px;
}

#sondageBox .modAjSondageBox .modAjSondageSubmitButton, #sondageBox .modAjSondageBox .modAjSondageResultButton {
	margin-left:			12px;
	margin-right:			12px;
}

#sondageBox .modAjSondageBox .modAjVoteTotal {
	line-height:			12px;
	margin-bottom:			12px;
}

#sondageBox .modAjSondageTop, #sondageBox .modAjSondageResultatTop {
	display:				table-cell;
	height:					10px;
}

/* Calendar */

/*** Cal ***/

.theCalendar {
	overflow:			hidden;
	width:				250px;
	font-size:			12px !important;
	background-image:	url(../images/calendarRepeat.jpg);
}

div.choiceBox {
	background-image:	url(../images/calendarTop.jpg);
	background-repeat:  no-repeat;
	padding-top:		6px;
}

.monthBox {
	display:		block;
	width:			250px;
	padding-left:	2px;
}

div.dayBox, div.dayBoxToday, div.dayBoxActivity, div.dayBoxDayName, a.dayBoxActive {
	display:		block;
	height:			25px;
	width:			35px;
	line-height:	25px;
	text-align:		center;
	float:			left;
	background-repeat: no-repeat;
	background-position: center center;
	font-size:		8pt;
}

div.dayBox {
	background-image: url(../images/dayBox.jpg);
	color:			white;
}

a.dayBoxActive {
	display:			block;
	height:				100%;
	width:				100%;
	color:				black;
	cursor:				pointer;
	text-decoration:	underline;
	background-image: url(../images/dayBoxActivity.jpg);
	color: black;
	font-weight: bold;
}

div.dayBoxDayName {
	color:				black;
	position:			relative;
}

div.dayBoxToday {
	background-image: url(../images/dayBoxToday.jpg);
	color: white;
	font-weight: bold;
}

.prevMonth {
	display: block;
	position: relative;
	float:	left;
	cursor: pointer;
	color: black;
	margin-left: 24px;
	//margin-left: 30px;
}

.nextMonth {
	display: block;
	float: left;
	cursor: pointer;
	position: relative;
	color: black;
}

.yearSelect {
	float:	left;
	position: relative;
	margin-left: -4px;
}

.monthSelect {
	float: left;
	margin-left: 10px;
}

div.clear {
	clear:	both;
}


.underCal {
	display:			block;
	height:				100px;
	background-image:	url(../images/calendarRepeat.jpg);
	width:				252px;
	clear:				both;
	color:				black;
	font-size:			8pt;
	
}

div.calendarBottom {
	display:			block;
	width:				250px;
	background-image:	url(../images/calendarBottom.jpg);
	background-repeat:  no-repeat;
	height:				10px;
	//overflow: hidden;
	clear:				both;
}

a.calAct {
	color:				black;
}

/*******************/

#calendarBox .theCalendar {
	width:				191px;
	margin:				auto;
	background-image:	none;
	background-color:   none;
}

#calendarBox div.choiceBox {
	background-image:	none;
	padding-top:		6px;
}

#calendarBox .monthBox {
	width:				191px;
	padding-left:		8px;
}

#calendarBox div.dayBox, #calendarBox div.dayBoxToday, #calendarBox div.dayBoxActivity, #calendarBox div.dayBoxDayName, #calendarBox a.dayBoxActive {
	height:				25px;
	width:				25px;
	background-position: center center;
	font-size:			8pt;
}

#calendarBox div.dayBoxDayName {
	left:				+5px;
}

#calendarBox .prevMonth {
	margin-left:		2px;
	//margin-left:		 5px;
}

#calendarBox .nextMonth {
	left:				-5px;
}

#calendarBox .yearSelect {
	position:			 relative;
	margin-left:		-4px;
}

#calendarBox .monthSelect {
	margin-left:		 2px;
}

#calendarBox .underCal {
	background-image:	none;
	width:				191px;
	font-size:			8pt;
	color:				#00477d;
}

#calendarBox a.dayBoxActive {
	background-image: url(../images/dayBoxActivityS.jpg);
}

#calendarBox div.dayBoxToday {
	background-image: url(../images/dayBoxTodayS.jpg);
}

#calendarBox div.dayBox {
	background-image: url(../images/dayBoxS.jpg);
}

#calendarBox a.calAct {
	color:				 white;
}

#calendarBox div.calendarBottom {
	display:			block;
	width:				191px;
	background-image:	none;
}

#calendarBox .underCal {
	background-image:	none;
	width:				191px;
}


.modAjSondageBox * {
	color:					#1d4679 !important;
}


#modAjPoleMap {
	display:			block;
	position:			relative;
	top:				+2px;
	width:				700px;
	height:				311px;
	background-image:	url(../images/indexPoleMap.jpg);
	margin-top:			16px;

}

#modAjPoleMapTabContainer {
	display:			block;
	width:				170px;
	height:				31px;
	padding-left:		530px;
}

#modAjPoleMapTabContainer .tab, #modAjPoleMapTabContainer .tabSelected {
	display:			block;
	float:				left;
	height:				31px;
	width:				31px;
	line-height:		31px;
	color:				white;
	text-align:			center;
	font-family:		Georgia;
	font-size:			18px;
	cursor:				pointer;
}

#modAjPoleMapTabContainer .tab:hover, #modAjPoleMapTabContainer .tabSelected {
	background-image:	url(../images/modAjPoleMapTabOver.jpg);
}

#modAjPoleMapTabContainer .tempShortDesc {
	display:			none;
}

#modAjPoleMapMap {
	display:			block;
	width:				275px;
	height:				275px;
	background-repeat:	no-repeat;
	margin-left:		6px;
	float:				left;
}

#modAjPoleMapHTML {
	display:			block;
	width:				384px;
	height:				244px;
	float:				left;
	padding:			15px;
}

#modAjPoleMapHTML li{
	list-style-image:	url(../images/redBullet.gif);
	font-size:			11px;
}

.destAcad {
	display:			block;
	color:				#004b8d;
	font-size:			13px;
	font-family:		Georgia;
}

.poleMoreInfoLink {
	display:			block;
	font-family:		Georgia;
	font-size:			10px;
	letter-spacing:		1px;
	color:				#d7414a;
	line-height:		15px;
	text-decoration:	none;
	background-image:	url(../images/redArrow.gif);
	background-position:center left;
	background-repeat:	no-repeat;
	text-indent:		15px;
}

.poleMoreInfoLink:hover {
	color:				#004b8d;
	background-image:	url(../images/blueArrow.gif);
}

.poleCircuitLink {
	display:			block;
	font-family:		Georgia;
	font-size:			10px;
	color:				#d7414a;
	letter-spacing:		1px;
	line-height:		15px;
	text-decoration:	none;
	background-image:	url(../images/redArrow.gif);
	background-position:center left;
	background-repeat:	no-repeat;
	text-indent:		15px;
}

.poleCircuitLink:hover {
	color:				#004b8d;
	background-image:	url(../images/blueArrow.gif);
}

.poleName {
	display:			block;
	color:				#d7414a;
	font-size:			18px;
	font-family:		Arial;
	background-image:	none;
}

.poleAllDescBtn {
	display:			block;
	height:				19px;
	width:				197px;
	margin-top:			10px;
	background-image:	url(../images/allDestBtn.gif);
	text-decoration:	none;
}

.poleAllDescBtn:hover {
	background-image:	url(../images/allDestBtnOver.gif);
}




#modAjNouvelleBox {
	display:			block;
	height:				260px;
	width:				320px;
	background-image:	url(../images/modAjNouvelleTop.jpg);
	background-position:top;
	background-repeat:	no-repeat;
}

#modAjNouvelleTitle {
	display:			block;
	font-family:		Georgia;
	font-size:			16px;
	color:				#004b8d;
	margin-bottom:		35px;
}

.modAjNouvelleLigne {
	display:			block;
	height:				46px;
	width:				311px;
}

.dateCircle, .dateCircleHistoire {
	display:			block;
	float:				left;
	height:				42px;
	width:				42px;
	font-size:			10px;
	background-image:	url(../images/circleDateBg.gif);
	background-repeat:	no-repeat;
	overflow:			hidden;
	color:				white;
	font-family:		Georgia;
	text-align:			center;
	margin-right:		8px;
}

.dateCircleHistoire {
	font-size:			16px;
	line-height:		38px;
}

.dateCircleHistoire:hover {
	color:				white;
}

.dateCircleNumber {
	font-size:			24px;
	line-height:		24px;
}

.dateCircleNumber:hover {
	color:				white;
}



.modAjNouvelleLigneTitle {
	font-variant:		small-caps;
	display:			block;
	position:			relative;
	height:				16px;
	font-family:		Georgia;
	font-size:			12px;
	font-weight:		bold;
	color:				#d7414a;
	padding-top:		5px;
	width:				255px;
}

.modAjNouvelleLigneIntro {
	display:			block;
	height:				16px;
	font-family:		Georgia;
	font-size:			11px;
	color:				#4a4a4a;
	max-width:			240px;
	float:				left;
	overflow:			hidden;
	text-decoration:	none;
}

.modAjNouvelleLigneIntro p {
	padding:			0px;
	margin:				0px;
}

#allNews {
	display:			block;
	height:				19px;
	width:				173px;
	margin-top:			8px;
	text-decoration:	none;
	background-image:	url(../images/allNews.gif);
}

#allNews:hover {
	background-image:	url(../images/allNewsOver.gif);
}

.moreArrow {
	width:				20px;
	height:				10px;
}

.modAjNewListListTitle {
	display:			block;
	font-size:			18px;
	font-family:		Arial;
	color:				#d7414a;
}

.modAjNewListListTitle .date {
	margin-left:		5px;
	font-size:			10px;
}

.modAjNewsListIntro {
	display:			block;
	margin-top:			10px;
	font-size:			12px;
	line-height:		16px;
	color:				#4a4a4a;
	height:				60px;
	overflow:			hidden;
}

.modAjNewsListIntro p {
	padding:			0px;
	margin:				0px;
}

.modAjNewsListSeeMore {
	display:			block;
	font-size:			10px;
	font-family:		Georgia;
	color:				#d7414a;
	text-decoration:	none;
	text-indent:		14px;
	margin-top:			14px;
	background-image:	url(../images/redArrow.gif);
	background-position:left center;
	background-repeat:	no-repeat;
}

.modAjNewsListSeeMore:hover {
	color:				#004b8d;
	background-image:	url(../images/blueArrow.gif);
}

.modAjNewsListRuler {
	display:			block;
	width:				100%;
	background-image:	url(../images/separator.jpg);
	background-position: center center;
	background-repeat:	no-repeat;
	height:				40px;
	clear:				both;
}

.modAjNewsListBackToList {
	display:			block;
	font-size:			10px;
	font-family:		Georgia;
	color:				#d7414a;
	text-decoration:	none;
	padding-right:		14px;
	margin-top:			14px;
	background-image:	url(../images/redArrow.gif);
	background-position:right center;
	background-repeat:	no-repeat;	
	text-align:			right;
}

.modAjNewsListBackToList:hover {
	color:				#004b8d;
	background-image:	url(../images/blueArrow.gif);

}

.modAjRubriqueTitle {
	display:			block;
	font-size:			18px;
	font-family:		Georgia;
	color:				#d7414a;
	cursor:				pointer;
	background-image:	url(../images/redArrow.gif);
	background-position:left center;
	background-repeat:	no-repeat;	
	text-indent:		15px;
}

.modAjRubriqueText {
	display:			none;
}

#modAjHistoireBox {
	display:			block;
	height:				130px;
	width:				320px;
	background-image:	url(../images/modAjNouvelleTop.jpg);
	background-position:top;
	background-repeat:	no-repeat;
}

#modAjHistoireTitle {
	display:			block;
	font-family:		Georgia;
	font-size:			16px;
	color:				#004b8d;
	margin-bottom:		35px;
}

.modAjHistoireIntro {
	display:			block;
	font-family:		Arial;
	font-size:			12px;
	height:				112px;
	color:				#4a4a4a;
	float:				left;
	overflow:			hidden;
	text-decoration:	none;
}


.modAjHistoireImage {
	display:			block;
	border:				1px solid #d7414a;
	background-position: center center;
	background-repeat:	no-repeat;
	height:				110px;
	width:				110px;
	margin-right:		10px;
	float:				left;
}

#allHistory {
	display:			block;
	clear:				both;
	float:				right;
	margin-top:			15px;
	height:				19px;
	width:				167px;
	margin-top:			8px;
	text-decoration:	none;
	background-image:	url(../images/allHistory.gif);
	margin-top:			15px;
	//margin-top:		-25px;
}

#allHistory:hover {
	background-image:	url(../images/allHistoryOver.gif);
}

#modAjAcadImgBox {
	display:			block;
	height:				237px;
	width:				360px;
	background-image:	url(../images/modAjNouvelleTop.jpg);
	background-position:top;
	background-repeat:	no-repeat;
}

#modAjAcadImgTitle {
	display:			block;
	font-family:		Georgia;
	font-size:			16px;
	color:				#004b8d;
	margin-bottom:		35px;
}

#modAjCalBox {
	display:			block;
	width:				320px;
	background-image:	url(../images/modAjNouvelleTop.jpg);
	background-position:top;
	background-repeat:	no-repeat;
}

#modAjCalTitle {
	display:			block;
	font-family:		Georgia;
	font-size:			16px;
	color:				#004b8d;
	margin-bottom:		35px;
}

/**/

#modAjSearchBox {
	display:			block;
	background-image:	url(../images/searchTopBar.jpg);
	background-repeat:	no-repeat;
	background-position:top;
	width:				100%;
	padding-top:		40px;
	height:				226px;
	font-family:		Arial;
}

#modAjSearchBoxTitle {
	display:			block;
	font-size:			18px;
	color:				#004b8d;
	font-family:		Arial;
	margin-bottom:		18px;
}

#modAjSearchMap {
	display:			block;
	height:				275px;
	width:				275px;
	float:				left;
	margin-right:		15px;
	background-image:	url(../images/MapOFF.jpg);
}

.modAjSearchPoleChk, .modAjSearchPoleChkSelected {
	display:			block;
	line-height:		30px;
	font-family:		Georgia;
	font-size:			11px;
	letter-spacing:		1px;
	font-variant:		small-caps;
	color:				#d7414a;
	font-weight:		bold;
}

.modAjSearchPoleChkSelected {
	color:				#32509e;
}

#modAjSearchOr {
	font-size:			14px;
	color:				#4a4a4a;
	font-family:		Arial;
	line-height:		45px;
	font-weight:		bold;
}

#modAjSearchMapAreaPole1 {
	display:			block;
	height:				275px;
	width:				275px;
	background-image:	url(../images/pole1.gif);
	position:			absolute;
	display:			none;
}

#modAjSearchMapAreaPole2 {
	display:			block;
	height:				275px;
	width:				275px;
	background-image:	url(../images/pole2.gif);
	position:			absolute;
	display:			none;
}

#modAjSearchMapAreaPole3 {
	display:			block;
	height:				275px;
	width:				275px;
	background-image:	url(../images/pole3.gif);
	position:			absolute;
	display:			none;
}

#modAjSearchMapAreaPole4 {
	display:			block;
	height:				275px;
	width:				275px;
	background-image:	url(../images/pole4.gif);
	position:			absolute;
	display:			none;
}

#modAjSearchMapAreaPole5 {
	display:			block;
	height:				275px;
	width:				275px;
	background-image:	url(../images/pole5.gif);
	position:			absolute;
	display:			none;
}

.searchMemberBtn {
	display:			block;
	height:				19px;
	width:				173px;
	background-image:	url(../images/doSearch.gif);
	text-decoration:	none;
}

.searchMemberBtn:hover {
	background-image:	url(../images/doSearchOver.gif);
}

#modAjSearchBox select {
	margin-top:			10px;
}

.searchResultMemberName {
	font-size:			18px;
	color:				#d7414a;
	font-family:		Arial;
	margin-bottom:		15px;
}

.searchResultCategDesc {
	font-size:			11px;
	font-weight:		bold;
	color:				#d7414a;
	font-family:		Georgia;
	font-variant:		small-caps;
	letter-spacing:		1px;
	margin-top:			8px;
	margin-bottom:		8px;
}

.moreInfo {
	display:			block;
	font-family:		Georgia;
	font-size:			10px;
	color:				#d7414a;
	line-height:		12px;
	text-decoration:	none;
	background-image:	url(../images/redArrow.gif);
	background-position:center left;
	letter-spacing:		1px;
	background-repeat:	no-repeat;
	text-indent:		15px;
	margin-top:			10px;
	clear:				both;
}

.moreInfo:hover {
	background-image:	url(../images/blueArrow.gif);
}

.searchResultLineBox {
	display:			block;
	float:				left;
	width:				500px;
}

.modAjNewsListImage {
	display:			block;
	border:				1px solid #d7414a;
	width:				165px;
	float:				left;
}

.searchResultMemberDescr {
	height:				125px;
	width:				95%;
}

.memberFileName {
	font-family:		Georgia;
	font-variant:		small-caps;
	font-size:			24px;
	line-height:		16px;
	color:				#004b8d;
	height:				130px;
	background-image:	url(../images/searchTopBar.jpg);
	background-position:bottom;
	background-repeat:	no-repeat;
	background-position:bottom;
}

.mapToGrow {
	display:			block;
	height:				275px;
	width:				275px;
	float:				right;
	border:				1px solid #c4c4c4;
}

.memberFileNameLogo {
	margin-left:		10px;
	position:			relative;
	top:				+15px;
}

.memberDescr {
	display:			block;
	margin-top:			15px;
	width:				400px;
	float:				left;
}

.memberOu {
	font-family:		Arial;
	font-size:			18px;
	color:				#004b8d;
	margin-bottom:		15px;
}

.memberAddr .moreInfo {
	margin-top:			8px;
	font-size:			12px;
}

.memberAddr {
	display:			block;
	width:				400px;
	float:				left;
}

.memberImgMover {
	display:			block;
	float:				left;
	border:				1px solid #d7414a;
	height:				274px;
	width:				275px;
	margin-top:			20px;
	margin-left:		8px;
	overflow:			hidden;
}

#memberImgMoverImg {
	display:			block;
	margin:				auto;
	height:				274px;
	border:				none;
}

.rightCirc, .leftCirc, .plusCirc {
	position:			absolute;
	margin-top:			+242px;
	margin-left:		+242px;
	cursor:				pointer;
	display:			block;
	height:				18px;
	width:				18px;
	background-image:	url(../images/rightRond.gif);

}

.leftCirc {
	background-image:	url(../images/leftRond.gif);
	margin-left:		16px;
}

.plusCirc {
	margin-top:			+15px;
	margin-left:		+242px;
	text-decoration:	none;
	background-image:	url(../images/plus.gif);
}

#meteoTable {
	margin:				auto;
	width:				600px;
}

#meteoTable td {
	padding:			30px;
}

#modAjDeviseTable td {
	width:				200px;
}

#xratediv1 a {
	display:			none;
}

#btnCalculate {
	display:			block;
	height:				19px;
	margin-top:			5px;
	width:				82px;
	background-image:	url(../images/btnCalcul.gif);
	text-decoration:	none;
}

#btnCalculate:hover {
	background-image:	url(../images/btnCalculOver.gif);
}

#modAjMembreCommentaireLabel {
	font-family:		Arial;
	font-size:			18px;
	color:				#004b8d;
	margin-bottom:		15px;
}

.modAjMembreCommentBlock {
	display:			block;
	height:				25px;

}

#modAjMembreCommentSection {
	font-family:		Arial;
}

.biggerSeparator {
	height:				45px;
	background-image:	url(../images/searchTopBar.jpg);
	background-repeat:	no-repeat;
	background-position:bottom;
}

#modAjMembreAddCommentForm {
	width:				100%;
}

#modAjMembreAddCommentForm td {
	width:				50%;
	color:				#004b8d;
	font-size:			11px;
	font-family:		Georgia;
	padding-bottom:			5px;
}

#modAjMembreAddCommentForm input.txt {
	width:				275px;
	height:				19px;
	background-color:	#e4f1fc;
	border:				1px solid #c3daef;
}

#modAjMembreAddCommentForm textarea {
	background-color:	#e4f1fc;
	border:				1px solid #c3daef;
	font-size:			10px;
	font-family:		Arial;
	width:				682px;
	height:				71px;
}

.calActDateLeft {
	display:			block;
	height:				29px;
	width:				7px;
	background-image:	url(../images/eventLeftCorner.jpg);
	float:				left;
}

.calActDateRight {
	display:			block;
	height:				29px;
	width:				7px;
	background-image:	url(../images/eventRightCorne.jpg);
	float:				left;
}

.calActDateData {
	display:			block;
	line-height:		29px;
	background-image:	url(../images/eventRepeat.jpg);
	background-repeat:	repeat-x;
	font-family:		Georgia;
	color:				white;
	float:				left;
	font-size:			10px;
}

.calActTitre {
	display:			block;
	font-variant:		small-caps;
	clear:				both;
	font-family:		Georgia;
	font-size:			12px;
	color:				#d7414a;
	font-weight:		bold;
	padding-top:		5px;
}

.calActDateData .jour {
	font-size:			24px;
	line-height:		24px;
}

#viewCalBtn {
	display:			block;
	height:				19px;
	width:				220px;
	text-decoration:	none;
	background-image:	url(../images/calButton.gif);
}

#viewCalBtn:hover {
	background-image:	url(../images/calButtonHover.gif);
}

.acadImgInnerImg {
	height:				70px;
	width:				94px;
}

.acadImgOuterBox {
	display:			block;
	height:				69px;
	width:				69px;
	border:				1px solid #d7414a;
	float:				left;
	margin-left:		10px;
	margin-bottom:		10px;
	overflow:			hidden;
}

.acadImgImgPlus {
	display:			block;
	position:			absolute;
	z-index:			2;
	margin-left:		+25px;
	margin-top:			+25px;
	height:				18px;
	width:				18px;
	background-image:	url(../images/plus.png);
}

#photoBtn {
	display:			block;
	height:				19px;
	width:				201px;
	margin-bottom:		10px;
	text-decoration:	none;
	float:				left;
	background-image:	url(../images/photoBtn.gif);
	background-position: bottom;
}

#videoBtn {
	display:			none;
	height:				19px;
	width:				123px;
	margin-bottom:		10px;
	margin-left:		82px;
	text-decoration:	none;
	float:				left;
	background-image:	url(../images/videoBtn.gif);
}

#videoBtn:hover {
	background-image:	url(../images/videoBtnOver.gif);
}

#photoBtn:hover {
	background-image:	url(../images/photoBtnOver.gif);
}

#memberSearchSelect {
	background-color:		#e4f1fc;
	height:					18px;
	width:					210px;
	border:					1px solid #c3daef;
	margin-right:			18px;
	margin-top:				2px;
	color:					#004b8d;
	font-family:			Georgia;
	font-size:				11px;
}

#pageNameBox {
	background-image:		url(../images/logoAcred.jpg);
	background-position:	top right;
	background-repeat:		no-repeat;
}

.searchMemberTopText {
	display:				block;
	width:					80%;
	font-size:				12px;
	font-family:			Arial;
	color:					#4a4a4a;
	line-height:			16px;
	font-variant:			normal;
	clear:					both;
}

#poleOver {
	display:				block;
	position:				absolute;
	height:					275px;
	width:					275px;
	z-index:				999;
}

#reactPole1 {
	display:				block;
	cursor:					pointer;
	position:				absolute;
	height:					36px;
	width:					40px;
	margin-left:			81px;
	margin-top:				70px;
	z-index:				10000;
}

#reactPole2 {
	display:				block;
	cursor:					pointer;
	position:				absolute;
	height:					59px;
	width:					29px;
	margin-left:			101px;
	margin-top:				112px;
	z-index:				10000;
}

#reactPole3 {
	display:				block;
	cursor:					pointer;
	position:				absolute;
	height:					28px;
	width:					24px;
	margin-left:			136px;
	margin-top:				120px;
	z-index:				10000;
}

#reactPole4 {
	display:				block;
	cursor:					pointer;
	position:				absolute;
	height:					60px;
	width:					52px;
	margin-left:			65px;
	margin-top:				189px;
	z-index:				10000;
}

#reactPole5 {
	display:				block;
	cursor:					pointer;
	position:				absolute;
	height:					20px;
	width:					26px;
	margin-left:			215px;
	margin-top:				121px;
	z-index:				10000;
}

.searchNavig {
	width:					150px;
	float:					left;
	text-align:				right;
}

#membreCount {
	width:					500px;
	float:					left;
	clear:					both;
}

#restartSearchBtn {
	display:			block;
	height:				19px;
	width:				221px;
	background-image:	url(../images/restartSearchBtn.jpg);
	text-decoration:	none;
}

#restartSearchBtn:hover {
	background-image:	url(../images/restartSearchBtnOver.jpg);
}

.sendBtn {
	display:			block;
	height:				19px;
	width:				74px;
	background-image:	url(../images/sendBtn.gif);
	text-decoration:	none;
	float:				left;
}

.sendBtn:hover {
	background-image:	url(../images/sendBtnOver.gif);
}

.addBtn {
	display:			block;
	height:				19px;
	width:				189px;
	background-image:	url(../images/btnAdd.gif);
	text-decoration:	none;
	float:				right;
	margin-top:			-17px;
}

.addBtn:hover {
	background-image:	url(../images/btnAddOver.gif);
}

.modAjRemove {
	float:				right;
	display:			block;
	height:				19px;
	width:				69px;
	margin-right:		18px;
	cursor:				pointer;
	background-image:	url(../images/removeBtn.gif);
}

.modAjRemove:hover {
	background-image:	url(../images/removeBtnOver.gif);
}



