@charset "UTF-8";
/* CSS Document */

body {
	font:13px Georgia,  Times New Roman, Times, sans-serif  ;
	background-color:	#efefef;
	background-image: url(../images/bkg01.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	background-attachment: fixed;	
	color: #333;
}

/*------------------------------------------------------------------
	LIEN ET PARAGRAPHE
--------------------------------------------------------------------*/
a {
	text-decoration:none;
	font-weight:normal;
	color:#e0007c;
}
p a {
	font-weight:normal;
}

a:hover {
	text-decoration:underline;
	color:	#000;
}



/*------------------------------------------------------------------
	H1, H2, H3, H4, Heading
--------------------------------------------------------------------*/
h1 {
	
	padding:0;
	margin:0;
	font-weight:lighter;
	font-size:29px;
	color:#000000
}	

h1 span a {
	text-indent:-99999px;
}
h1 span,
h1 span a {
	display: block;
	width: 221px;
	height: 136px;
}
h1 a:hover {
	background-color:	transparent;
}
h2 {
	color:#000;
	font-size: 25px;
	margin:0;
	padding:0;
	font-weight: lighter;
}
h3 {
	font-size: 21px;
	margin:0;
	padding:0;
	font-weight: lighter;
}
h4 {
	font-size: 12px;
	line-height: 1.2em;
	padding:0;
	margin:0 0 5px 0;
	text-transform: uppercase;
}



/*------------------------------------------------------------------
	GENERAL
--------------------------------------------------------------------*/
hr {clear:both;}

.hr {
	border:0;
	background-color: #ddd;
	height: 1px;
	margin: 8px 0;
}

img {border:none}

.clear { clear: both; }

.tools {
	font-size:13px;
	margin: 0 0 0 20px;
}


/*------------------------------------------------------------------
	Boutons Form - .btnForm
--------------------------------------------------------------------*/
.btnForm {
	font-weight: bold;
	font-family: inherit;
	text-align: center;
	color: #FFF;
	background: #333 url(../images/bkg_btnGray.gif) repeat-x;
	border: 4px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px 10px;
	_white-space: nowrap;
	overflow: visible; /* fix button width for IE 5.5 to 7 */
	cursor: pointer;
	_cursor: hand;
	font-size:12px;
	text-transform:uppercase;
}

.displayBlock
{
    display: block !important;
}

.btnForm:visited { color: #FFF; }
*+.btnForm { margin-left: 1ex; }
.btnForm:hover {
	border: 4px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px 10px;
	background:#000;
	text-decoration:none;
	color:#FFF;
}

.btnPink {
	font-weight: bold;
	font-family: inherit;
	text-align: center;
	color: #FFF;
	background: #e0007c url(../images/bkg_btnPink.jpg) repeat-x;
	border: 4px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:10px;
	font-size:12px;
	display:block;
	height:18px;
	text-transform:uppercase;
}
