	html{ 
	height:100%;
	background:url('images/bg_html.jpg') 0px 0px;
}

body{	
	margin:0;
	padding:0;
	height:100%;
	margin-bottom:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7F7F7F;
	
	background:url('images/bg_body.gif') 0px 0px repeat-y;
}

/*-------------------------------*/

#container{
	width:1000px;
	background:url('images/bg_container.gif') 0px 0px repeat-y #ffffff;
}

	#container #left{
		width:280px;
		float:left;
		background:url('images/bg_left.jpg') 0px 0px no-repeat;
	}

		#logo{
			width:280px;
			height:220px;
		}

		#tools{
			width:240px;
			height:137px;
			padding:20px;
			background:url('images/bg_tools.jpg') 0px 0px no-repeat;
		}

		#linksBox{
			width:280px;
			background:url('images/bg_info.jpg') 0px 0px no-repeat;
		}

			/*-----*/

			.linkParrainageFr {
				width:280px;
				height:70px;
				display:block;
				background:url('images/fr/bg_parrainage.jpg') no-repeat 0px 0px;
			}

			.linkParrainageNl {
				width:280px;
				height:70px;
				display:block;
				background:url('images/nl/bg_parrainage.jpg') no-repeat 0px 0px;
			}


			/*-----*/

			.linkCadeauxFr {
				width:280px;
				height:70px;
				display:block;
				background:url('images/fr/bg_cadeaux.jpg') no-repeat 0px 0px;
			}

			.linkCadeauxNl {
				width:280px;
				height:70px;
				display:block;
				background:url('images/nl/bg_cadeaux.jpg') no-repeat 0px 0px;
			}

			/*-----*/

			.linkBaguierFr{
				width:280px;
				height:70px;
				display:block;
				background:url('images/fr/bg_baguier.jpg') no-repeat 0px 0px;
			}

			.linkBaguierNl {
				width:280px;
				height:70px;
				display:block;
				background:url('images/nl/bg_baguier.jpg') no-repeat 0px 0px;
			}

	#container #right{
		width:720px;
		float:left;
	}

		#top{
			height:189px;
		}

		#banner{
			height:165px;
			background:url('images/bg_banner.jpg') 0px 0px no-repeat;
		}

		#menuBar{
			height:23px;
			border-top:1px solid #168db0;
			background-color:#2cadd0;
		}

			#menu{
				float:left;
			}

				#menu A{
					height:20px;
					float:left;
					padding:3px 10px 0px 10px;
					color:#ffffff;
					border-right:1px solid #3eb9db;
				}

					#menu A:hover{
						background:#97ad1f;
					}

			#lang{
				float:right;
				padding-top:5px;
				padding-right:10px;
			}

				#lang A{
					width:16px;
					height:11px;
					display:block;
				}

				#lang .fr{background:url('images/lang_fr.gif') 0px 0px no-repeat}
				#lang .nl{background:url('images/lang_nl.gif') 0px 0px no-repeat}

		#page{
			padding:15px;
		}

#footer{
	width:1000px;
	height:84px;
	background:url('images/bg_container.gif') 0px 0px repeat-y #ffffff;
}
	#footer A{color:#7F7F7F;}
	#footer A:hover{color:#ec3461;}

	#footer .leftFooter{
		width:250px;
		float:left;
		margin:0px 15px;
		padding-top:10px;
		border-top:1px solid #708a10;
	}

	#footer .rightFooter{
		width:690px;
		float:right;
		margin:0px 15px;
		padding-top:10px;
		font-size:11px;
		border-top:1px solid #dedada;
		text-align:right;
	}
 
.clear{clear:both;}

.floatLeft{float:left;}
.floatRight{float:right;}
 
 /* ***************** MISE EN FORME ************************* */

H1{ 
 font-size:16px;
 display:block; 
 font-weight:normal;
 margin:0px 0px 10px 0px;
 color:#ec3461;
}

H2{ 
 font-size:14px;
 display:block; 
 font-weight:normal;
 margin:0px 0px 10px 0px;
 color:#0090bd;
}

H3{ 
 font-size:12px;
 display:block; 
 font-weight:normal;
 margin:0px 0px 10px 0px;
 color:#ec3461;
} 

H4{ 
 font-size:12px;
 display:inline; 
 font-weight:normal;
 margin:0px;
 padding:0px;
 color:#0090bd;
}

A{
 color:#0090bd;
 font-weight:normal;
 text-decoration:none;
}

A:hover{
 color:#ec3461;
 text-decoration:none;
}

EM{
	font-style:normal;
	font-size:11px;
	display:inline; 
	font-weight:normal;
	margin:0px;
	padding:0px;
	color:#0090bd;
}

HR{
 color:#abdeec;
 background-color:#abdeec;
 height:1px;
 border:0px;
}


/* ------------------------------------------------------------------ */
/* -                        FORMULAIRES                                   */
/* ------------------------------------------------------------------ */
.noclass {
	background-color: #ffffff;
	border-color: #ffffff;
	border-width: 0;
	margin:0px;
}

.noborder input{clear:both;border-width:0;background-color: transparent;position:relative;left:-5px;font-size:9px;}
.noborder label{clear:both;font-size:11px;}
div.noborder input {border-width:0;background-color: transparent;font-size:9px;}
span.noborder input {border-width:0;background-color: transparent;font-size:9px;}

input, select, textarea {
	border:1px solid #abdeec;
	/*background-color:#fbfafa;*/
	color:#0090bd;
	font-size:11px;
	font-family:Arial;
	margin-bottom:0px;
	padding-left: 3px;
}

/*-- TO DO --*/
.fieldTitle{ 
 font-size:14px;
 margin-top:15px;
 margin-bottom:10px;
 display:block; 
 font-weight:normal;
 color:#990000;
}
/*-- end --*/

.btn{
	padding:1px 5px;
	color:white;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	border-top:1px solid #FF5F87;
	border-right:1px solid #BF0030;
	border-bottom:1px solid #BF0030;
	border-left:1px solid #FF5F87;
	background-color:#ec3461;
}

.btn:hover{
	cursor:pointer;
	background-color:#2CADD0;
	border-top:1px solid #6FE0FF;
	border-right:1px solid #097F9F;
	border-bottom:1px solid #097F9F;
	border-left:1px solid #6FE0FF;
}


/*-----------------------*/

.formulaire{
	font-size:11px;
}

.formulaire TD{
	padding-right:6px;
}

.formulaire .pnlMsg{
	display:block;
	padding:3px;
	border:1px solid #737373;
	color:#31A5B4;
}

	.formulaire .asterisque{
		color: #ec3461;
		font-size:20px;		
		font-weight:bold;
		width:15px;
		margin:0px;
		padding-left:5px;
	}

	.asterisque{
		color: #ec3461;
		font-size:20px;		
		font-weight:bold;
		width:15px;
		margin:0px;
		padding-left:5px;
	}

	.formulaire .alert{	
		font-size:11px;
		color:red;
	}

	.alert{	
		font-size:11px;
		color:red;
	}

/* ------------------------------------------------------------------ */
/* -                    infobulle    			                    - */
/* ------------------------------------------------------------------ */

#infoBulle{
	/*width:120px;*/
	padding:10px;
	font-size:12px;
	font-family:arial;
	border:2px solid #ec3461;
	background-color:white;

	visibility:hidden;
	position:absolute;
	z-index:100;
	margin-left:-25px;
	margin-top:15px;
}