/*******************************************************************************

  Général

*******************************************************************************/
html, body {
  height: 100%;
}

/* Hack pour Firefox supprimant les pointillés lors des clics
------------------------------------------------------------------------------*/
a,
input.button {
  outline: none;
}

a:focus,
input.button:focus {
  -moz-outline-style: none;
}

body {
  margin:     0;
  padding:    0;
	background: url(/images/portal/header_background.png) repeat-x;
  color:      #333;
  font:       .75em/1.4em arial, helvetica, sans-serif; /* Equivaut a 12px */
}

a {
	color:           #34a0cc;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}



/*******************************************************************************

  Conteneur principal

*******************************************************************************/
#main {
	padding:    49px 0 32px 16px;	
	background: url(/images/portal/background.png) no-repeat 33px right;	
}

#main h1 {
	margin:  0 0 23px 0;
	padding: 0;
}



/*******************************************************************************

  Contenu

*******************************************************************************/
#content1 {
	margin:     0 auto;
	padding:    0;
	width:      600px;
	background: url(/images/portal/club_registration_background2.gif) no-repeat bottom right;
}

#content2 {
	position:   relative;
	top:        -7px;
	margin:     0;
	padding:    16px 16px 16px 0;
	background: url(/images/portal/club_registration_background3.gif) no-repeat top right;
}

#content2 h2 {
	margin:      0 0 32px 0;
	padding:     0 0 0 37px;
	background:  url(/images/icons/32x32/messagebox_critical.png) no-repeat;		
	color:       #34a0cc;
	font-size:   3em;
	line-height: 32px;
}

#content2 h3 {
	margin:    0 0 16px 0;
	padding:   0;
	color:     #34a0cc;
	font-size: 1.5em;	
}

#content2 h4 {
	margin:        0 0 16px 0;
	padding:       0 0 4px 0;
	border-bottom: 1px solid #34a0cc;
	font-size:     1.25em;	
}

#content2 p {
	margin:  0 0 16px 0;
	padding: 0;
}


#content2 p.intro {
	font-size: 1.2em;
}


/*******************************************************************************

  Pied de page

*******************************************************************************/
#footer {
	padding: 31px 0 16px 0;
}

#copyright {
	margin:     0 0 16px 0;
	padding:    0;	
	color:      #b5b5b5;
	font-size:  .8em;
	text-align: center;
}

#copyright a {
	color: #b5b5b5;
}