/**
 * Main Stylesheet
 */

/* Redefine basic html elements */
*{
	margin: 0;
	padding: 0;
}

body{
	font-family: 'Trebuchet MS', Trebuchet, Verdana, 'Verdana Ref', sans-serif;	
	font-size: 11px;
	color: #737373;
	width: 100%;
	height: 100%;
}

img{
	border:none;
}

a{
	text-decoration: none;
	outline: none;
	color: #737373;
}

a:hover{
	color: #cccccc;
}

/* ==================== Structure du site ==================== */
#mainContainer{
	position: absolute;
	top: 0;
	left: 50%;
	margin: 10px 0 0 -490px;
	width: 980px;
}

#content{
	position: relative;
	width: 760px;
	min-height: 650px;
}

#sideBar{
	float: right;
	right: 0;
	width: 210px;
}

#footer{
	clear:both;
}


/* ====================  OMBRES  ==================== */
#ombreGauche,
#ombreDroite{
	top: 0;
	height: 100%;
}

#ombreGauche,
#ombreGaucheBas,
#ombreGaucheCoeur,
#divPrevious{
	position: absolute;	
	left: 0;
	width: 34px;	
	background-image: url(../images/ombre_gauche.png);
}

#ombreDroite,
#ombreDroiteBas,
#ombreDroiteCoeur,
#divNext{
	position: absolute;
	width: 34px;
	right: 0;
	background-image: url(../images/ombre_droite.png);
}
	
#ombreGaucheBas,
#ombreDroiteBas{
	bottom: 0;
	height: 50px;
	width: 27px;
	background-position: bottom;
	background-color: #fff;
}

#ombreGaucheBas { background-position: left bottom; }
#ombreDroiteBas { background-position: right bottom; }

#ombreGaucheCoeur,
#ombreDroiteCoeur{
	bottom: 0;
	height: 152px;
	background-position: bottom;
}

#divPrevious,
#divNext{
	top: 290px;
	height: 70px;
	background-position: 0px -2880px;
	background-color: #fff;
	cursor: pointer;
}


/* ====================  ACTIVITY FILTER BAR  ==================== */
#filterBar{
	position: absolute;
	left: 27px;
	width: 417px;
}

#filterBar a{
	width: 85px;
	padding: 0;
	text-align: center;
	margin-left: -1px;
}

#cbDiscipline{
	margin-left: 10px;
}


/* Boutons */
.bouton,
.btn {
	float: left;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 0 10px;
	overflow: hidden;
	font-size: 9px;
	line-height: 16px;
	vertical-align: middle;
	cursor: pointer;
	text-transform: uppercase;
}

.bouton.right,
.btn.right {
	float: right;
}

.bouton:hover,
.btn:hover {
	color: #737373;
	background-color: #eee;
}

.btn.selected {
	background-color: #565656;
	color: #fff;
}


/* ====================  POPUP  ==================== */
#popupContainer {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#popupContainerInfo {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#popupBG,
#popupBGInfo,
#loginReminderBG {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1700px;
	background-color: #000;
	opacity: 0.2;						/* Firefox, Safari, Chrome, Opera */
	-ms-filter: "alpha(opacity=20)";	/* IE 8 */
	filter: alpha(opacity=20);			/* IE 4-7 */
	zoom: 1;							/* Trigger hasLayout in IE 7 and lower */
}

#popupDropShadow {
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #000;
	opacity: 0.05;						/* Firefox, Safari, Chrome, Opera */
	-ms-filter: "alpha(opacity=05)";	/* IE 8 */
	filter: alpha(opacity=05);			/* IE 4-7 */
	zoom: 1;							/* Trigger hasLayout in IE 7 and lower */
}

#popupDropShadowInfo {
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #000;
	opacity: 0.05;						/* Firefox, Safari, Chrome, Opera */
	-ms-filter: "alpha(opacity=05)";	/* IE 8 */
	filter: alpha(opacity=05);			/* IE 4-7 */
	zoom: 1;							/* Trigger hasLayout in IE 7 and lower */
}

#popupBox {
	position: absolute;
	left: 50%;
	top: 50%;
	border: 1px solid #ccc;
	background-color: #fff;

}

#popupBoxInfo {
	position: absolute;
	left: 50%;
	top: 50%;
	border: 1px solid #ccc;
	background-color: #fff;

}

#popupClose {
	position: absolute;
	right: -22px;
	top: -22px;
	width: 44px;
	height: 44px;
}

#popupCloseInfo {
	position: absolute;
	right: -22px;
	top: -22px;
	width: 44px;
	height: 44px;
}

#popupCloseArea { cursor: pointer; }
#popupCloseAreaInfo { cursor: pointer; }

#popupContent {
	position: relative;
	margin: 31px 35px 35px 35px;
}

#popupContentInfo {
	position: relative;
	margin: 31px 35px 35px 35px;
}

/* ====================  ADDTHIS BUTTON  ==================== */
.addthis_button{
	float: left;
	display: block;
	width: 132px;
	height: 18px;
	margin-top: 5px;
}

.addthis_button img{ visibility: hidden; }

.addthis_button.FR{ background-image: url("../images/AddThis_fr.jpg"); }
.addthis_button.EN{ background-image: url("../images/AddThis_en.jpg"); }

.addthis_button:hover{ background-position: bottom; }


/* ====================  SMS POPUP  ==================== */
#smsPopup{
	display: none;
}

.smsContent{
	width: 380px;
	margin-bottom: 8px;
	border-bottom: 1px solid #ccc;
}

.smsHeader{
	height: 35px;
	background-image: url(../images/texto.jpg);
	background-repeat: no-repeat;
}

.smsSucces{
	height: 174px;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	margin-top: 8px;
}

.phoneNumber{
	width:			106px;
	padding:		0 4px;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		16px;
	color:			#737373;
}

.smsProviders,
.smsShowings{
	border:			1px solid #ccc;
	font-size:		9px;
	margin:			0;
	padding:		0;
}

.smsProviders{
	width:			190px;
}

.smsShowings{
	width:			100%;
}

.smsNumber{
	font: normal normal 16px Arial, helvetica, sans-serif;
	width: 120px;
}

.smsErreur{
	height: 30px;
	font-size: 12px;
	line-height: 12px;
	color: #e32c43;
	text-align: left;
}

.smsButtons{
	width: 380px;
	height:18px;
}

.envoyerTexto{
	margin-right: 8px;
}


/* ====================  LOCATION MAP  ==================== */
#mapMainContainer{
	width: 655px;
	height: 336px; 
	border-bottom: 1px solid #ccc;
	margin-top:-7px;
	margin-bottom:8px;
}

#dvlocationMapTitle{
	font-size:18px;
	color:#e32c43;
	line-height:20px;
	text-align: left;
}

#dvLocationMapAddress{
	font-size:12px;
	line-height:16px;
	color:#737373;
	text-align: left;
}

#map{
	width: 400px; 
	height: 250px;
	float:left;
	margin-right:12px;
	border:1px solid #ccc;
}

.locationDetail{
	margin-right:8px;
}


/* ====================  OTHERS  ==================== */
#noResults{
	vertical-align: middle;
	text-align: center;
	font-size: 12pt;
	width: 754px;
	height: 625px;
}

.publicity{
	width: 130px;
	margin-top: 5px;
}

.publicityImg{
	border: 1px solid #ccc;
	width: 130px;
	margin-top: 5px;
}

#loading{
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
	height:100%;
	width:100%;
	background-color:white;
	background-image:url(../images/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:top;		
}

.readMoreButton {
	margin-bottom: 10px;
}



/* ====================  INSCRIPTION MODAL  ==================== */
#inscriptionModal {
	position: relative;
	width: 626px;
	height: 450px;
}

#inscriptionHeader {
	position: relative;
	width: 100%;
	height: 36px;
	margin-bottom: 8px;
	background-repeat: no-repeat;
}

#inscriptionHeader.FR { background-image: url("../images/FR/inscriptionHeader.jpg"); }
#inscriptionHeader.EN { background-image: url("../images/EN/inscriptionHeader.jpg"); }
#inscriptionHeader.modification.FR { background-image: url("../images/FR/profilHeader.jpg"); }
#inscriptionHeader.modification.EN { background-image: url("../images/EN/profilHeader.jpg"); }

#inscriptionContent {
	position: relative;
	width: 100%;
	height: 379px;
	border-bottom: 1px solid #ccc;
}

#inscriptionFooter {
	position: relative;
	width: 100%;
	height: 18px;
	margin-top: 8px;
}

#inscriptionTabs {
	display: block;
	height: 17px;
	border-bottom: 1px solid #ccc;
}

#inscriptionTabs li {
	padding: 0 6px;
	background-color: #fff;
	display: inline;
	font-size: 11px;
	line-height: 16px;
	float: left;
	border: 1px solid #ccc;
	margin-left: -1px;
}

#inscriptionTabs li.active {
	color: #fff;
	background-color: #565656;
}

#inscriptionTabsContainer {
	position: relative;
	width: 100%;
	height: 360px;
}

.modalLeftSide,
.modalRightSide {
	position: absolute;
	top: 18px;
	width: 32px;
	height: 360px;
	overflow: hidden;
}

.modalLeftSide { left: -8px; background-image: url("../images/ombre_gauche.png"); }
.modalRightSide { right: -8px; background-image: url("../images/ombre_droite.png"); }

.modalLeftArrow,
.modalRightArrow {
	position: absolute;	
	top: 45%;
	width: 17px;
	height: 46px;
	cursor: pointer;
}

.modalLeftArrow { right: -1px; background-image: url("../images/flecheGauche.jpg"); }
.modalRightArrow { left: -1px; background-image: url("../images/flecheDroite.jpg"); }

.inscriptionTab {
	position: relative;
	margin: 20px 44px 0 44px;
	height: 320px;
}

.inscriptionColumn {
	position: relative;
	float: left;
	width: 166px;
	margin-right: 20px;
	height: 320px;
	overflow: hidden;
}

.inscriptionColumn.last {
	margin-right: 0;
}

.inscriptionPhoto {
	float: left;
	width: 164px;
	height: 307px;
	border: 1px solid #ccc;
	overflow: hidden;
}

.inscriptionRequired,
.inscriptionDisciplines,
.inscriptionSectors {
	font-size: 12px;
	line-height: 12px;
	color: #e32c43;
	font-weight: bold;
}

.inscriptionSectors {
	position: absolute;
	left: 186px;	
	/*color: #737373;*/
}

.inscriptionDisciplines {
	position: absolute;
}

.inscriptionPrefsScroller {
	position: absolute;
	top: 16px;
	width: 558px;
	height: 304px;
	overflow: auto;
}

.inscriptionPrefsScroller .inscriptionColumn {
	height: auto;
}

.inscriptionLabel,
.inscriptionText,
.inscriptionSelect,
.inscriptionRadios,
.inscriptionPhone {
	position: absolute;
	left: 0;
}

.inscriptionLabel {
	font-size: 10px;
	line-height: 10px;
}

.inscriptionText,
.inscriptionSelect,
.inscriptionPhone input {
	border: 1px solid #ccc;
	background-color: #ffffff;
}

.inscriptionText {
	font-size: 11px;
	height: 15px;
	width: 164px;
}

.inscriptionSelect {
	font-size: 9px;
	height: 17px;
	width: 166px;
}

.inscriptionText.required { background-color: #efefef; }

.inscriptionText[disabled="disabled"] {
	background-color: #fff;
	border: 1px solid #fff;
	color: #000;
}

.inscriptionRadios {
	font-size: 10px;
	line-height: 14px;
}

.inscriptionRadios input {
	vertical-align: top;
}

.inscriptionPhone input {
	font-size: 11px;
	height: 15px;
}

.inscriptionPhone input[maxlength='3'] { width: 20px; }
.inscriptionPhone input[maxlength='4'] { width: 27px; }

#inscriptionTabPrefs {
	line-height: 18px;
	font-size: 10px;
}

input[type=checkbox] {
	height: 16px;
	vertical-align: middle;
}

.inscriptionDisciplines, .inscriptionSectors { margin-bottom: 5px; }

#inscriptionSectorSeparator {
	position: absolute;
	top: 16px;
	left: 178px;
	width: 1px;
	height: 304px;
	border-left: 1px solid #ccc;
}

#inscriptionInfoLettreTxt {
	position: relative;
	margin-bottom: 15px;
}

#inscriptionInfoLettreImg {
	position: relative;
	float: left;
	width: 280px;
	height: 230px;
	background-image: url("../images/apercuInfolettre.jpg");
}

#inscriptionInfoLettre {
	position: relative;
	float: left;
	margin-left: 35px;
	width: 223px;
}

#inscriptionInfoLettreWarning {
	margin-top: 15px;
	clear: both;
	color: #ff0000;	
}

.inscriptionErrorRequired, .inscriptionErrorInvalid, .inscriptionErrorExisting { color: red; }
.hidden { display: none; }


/* ====================  WELCOME PAGE  ==================== */
#welcomePage {
	position: relative;
	top: 24px;
	left: 26px;
	width: 708px;
}

#welcomePage h1,
#welcomePage h2 {
	color: red;
	margin-bottom: 10px;
}

#welcomePage h1 {
	font-size: 24px;
	line-height: 24px;
}

#welcomePage h2 {
	font-size: 16px;
	line-height: 16px;
}

#welcomePage img {
	float: right;
}

#welcomePage p {
	font-size: 12px;
	line-height: 15px;
	width: 393px;
	text-align: justify;
	margin-bottom: 1em;
}

#welcomePage p.last { margin-bottom: 24px; }


/* ====================  LOGIN REMINDER  ==================== */
#loginReminderBG { z-index: 1000; }

#loginReminderBox {
	position: absolute;
	left: 50%;
	top: 270px;
	width: 215px;
	margin-left: 45px;
	border: 1px solid #666;
	background-color: #fff;
	z-index: 1001;
}

#loginReminderContent {
	margin: 10px 15px;
	line-height: 14px;
}

#loginReminderClose {
	margin: 0 15px 10px 15px;
	height: 18px;
}

#loginReminderPointer {
	position: absolute;
	top: 300px;
	left: 50%;
	width: 16px;
	height: 31px;
	margin-left: 261px;
	background-image: url("../images/pointer.gif");
	z-index: 1001;
}


/* ====================  WELCOME POPUP  ==================== */
#welcomePopup { display: none; }

.welcomePopup {
	position: relative;
	width: 625px;
	height: 290px;
}

.welcomePopupHeader {
	position: relative;
	width: 483px;
	height: 36px;	
}

.welcomePopupHeader.FR { background-image: url("../images/FR/modalConfirmationHeader.jpg"); }
.welcomePopupHeader.EN { background-image: url("../images/EN/modalConfirmationHeader.jpg"); }

.welcomePopupLeft,
.welcomePopupRight {
	position: absolute;
	top: 70px;
	width: 15px;
	height: 163px;
}

.welcomePopupLeft {
	left: 0;
	background-image: url("../images/modalConfirmationLeft.jpg");
}

.welcomePopupRight {
	right: 0;
	background-image: url("../images/modalConfirmationRight.jpg");
}

.welcomePopupContent {
	position: relative;
	margin: 45px;
	height: 140px;
}

.welcomePopupContent p {
	margin-bottom: 1em;
}

.welcomePopupFooter {
	position: relative;
	border-top: 1px solid #ccc;
	padding-top: 8px;
	height: 18px;
}



#homePage {
	position: absolute;
	width: 754px;
	height: 625px;
	overflow: auto;
}

#homePage h1 { margin: 0 10px 0 27px; }
#homePage p { margin: 0 0 59px 27px; }


.fbShareHeader {
	position: relative;
	width: 80px;
	height: 30px;
	background-image: url("../images/facebook-logo.jpg");
	margin-bottom: 20px;
}

.fbShareBody {
	position: relative;
	width: 275px;
}

.fbShareFooter {
	position: relative;
	margin-top: 20px;
	padding-top: 8px;
	width: 275px;
	height: 18px;
	border-top: 1px solid #ccc;
}


/* ====================  CONCOURS  ==================== */
#contestPage {
	margin: 10px 27px 0 27px;
}

#contestPage img {
	text-align: center;
	margin: 0 auto;
}
 
.contestDescription {
	padding: 20px 0;
}

