@charset "UTF-8";
/* general CSS Document */
/*
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
*/
.fondreal {
	/*
	background:url('../images/moviereal.jpg');
	background-repeat:no-repeat;
	background-size:100% ;
	*/
}
.coinHD {
	background-image:url(../images/fondrondHD.png);
	background-repeat:no-repeat;
	background-position:right, top;
}
.coinHG {
	background-image:url(../images/fondrondHG.png);
	background-repeat:no-repeat;
	background-position:left, top;
}
.coinBD {
	background-image:url(../images/fondrondBD.png);
	background-repeat:no-repeat;
	background-position:right, bottom;
}

.coinBG {
	background-image:url(../images/fondrondBG.png);
	background-repeat:no-repeat;
	background-position:left, bottom;
}
.fondcentre {
	background-image:url(../images/fondgris.png);
	background-repeat:repeat;
}

.coinHDdark {
	background-image:url(../images/fondrondHDd.png);
	background-repeat:no-repeat;
	background-position:right, top;
}
.coinBDdark {
	background-image:url(../images/fondrondBDd.png);
	background-repeat:no-repeat;
	background-position:right, bottom;
}

.coinBGdark {
	background-image:url(../images/fondrondBGd.png);
	background-repeat:no-repeat;
	background-position:left, bottom;
}
.coinHGdark {
	background-image:url(../images/fondrondHGd.png);
	background-repeat:no-repeat;
	background-position:left, top;
}
.fondcentredark {
	background-image:url(../images/fondgrisd.png);
	background-repeat:repeat;
}
.coinHDW {
	background-image:url(../images/fondrondWHD.png);
	background-repeat:no-repeat;
	background-position:right, top;
}
.coinHGW {
	background-image:url(../images/fondrondWHG.png);
	background-repeat:no-repeat;
	background-position:left, top;
}
.coinBDW {
	background-image:url(../images/fondrondWBD.png);
	background-repeat:no-repeat;
	background-position:right, bottom;
}

.coinBGW {
	background-image:url(../images/fondrondWBG.png);
	background-repeat:no-repeat;
	background-position:left, bottom;
}
.fondcentreW {
	background-image:url(../images/fondgrisW.png);
	background-repeat:repeat;
}
.titre
{
	font-size:14px;
	font-weight:bold;
}
.gras
{
	font-weight:bold;
}
.grisclair
{
	background-image:url(../images/fondgrislight.png);
	background-repeat:repeat;
}
.grisfonce
{
	background-image:url(../images/fondgrisdarck.png);
	background-repeat:repeat;
}
.fondnav
{
	/*fdpeau
	background-image:url(../images/fdgrain32.png);
	background-repeat:repeat;
	*/
	background-color: #FEAD2D;
}
/*
a
{
	text-decoration:none;
	color:#333;
}
a:hover
{
	text-decoration:underline;
	color:#333;
}
.underl
{
	text-decoration:underline;
	color:#333;
}
.underl:hover
{
	text-decoration:underline;
	color:#339;
}
*/
.textegris
{
	color:#999;
}
.lienactif
{
	cursor:pointer;
	color:#333;
}
.lieninactif
{
	cursor:default;
	color:#CCC;
}
h3 {
	color:#FFF;
}
.clickable_img
{
	cursor:pointer;
	border:0px;
}
