/* COMMON */

body {
	margin:15px;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}

img {border:0px;}

#floatBreaker {clear:both;font-size:1px;}

/* FORM */

form {
	margin:0px;
	padding:0px;
}

#lead input {
	background-color:#000;
	color:#fff;
	width:100%;
	border-color:#000;
	border:none;
}

#button input{
	background-image:url(/images/bsend.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:31px;
	height:34px;
	cursor:pointer;
	margin-left:15px;
}


/* HEADER */

#header {
	width:850px;
	height:233px;
	margin:auto;
	margin-bottom:15px;
}

#logo {width:261px;float:left;}

#menuFlash {float:left;width:589px;}

/* FOOTER */

#footer {width:850px;margin:auto;margin-top:20px;clear:both;}

#footer, #footer a {
	font-size:11px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#footer a:hover {text-decoration:underline;font-weight:bold;}


/* HOME */

#container {
	width:850px;
	margin:auto;
}

#colLeft {float:left;width:229px;}

#colRight {
	float:right;
	width:588px;
	background-image:url(/images/bg_dot.gif);
	background-repeat:repeat-y;
	background-position:left;
	padding-left:15px;
	min-height:400px;
} 

#colRight P {text-align:justify;}

#colRight h1 {font-weight:bold;font-size:11px;margin:0px;padding:0px;margin-bottom:10px;}

#lead {
	width:850px;
	height:106px;
	margin:auto;
	background-image:url(/images/bg_lead.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:15px;
}

.fiche {
	display:block;
	width:289px;
	height:105px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

#partners {
	width:850px;
	margin:auto;
	margin-top:15px;
}

/* ToolTips */

.action img {
cursor:pointer;
}

#jHelperTipAttrContainer{ 
background:#333333;border:1px solid #000; color:#FFF; display:none;padding:10px;margin:10px;margin-top:0px;
}

#jHelperTipContainer {
display:none;
}

pre {
border:1px dashed #999;
padding:10px;
}


/* MP3 */

.mp3 { color: firebrick; font-family: Georgia, "Times New Roman", Times, serif; font-size: 0.9em; }
#music p {
	padding: 6px;
	border: 1px solid dodgerblue;
	background-color: #fff;
	color: darkslategray;
}



