
@font-face {
    font-family: 'dakotaregular';
    src: url('./polices/dakota_regular-webfont.eot');
    src: url('./polices/dakota_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./polices/dakota_regular-webfont.woff') format('woff'),
         url('./polices/dakota_regular-webfont.ttf') format('truetype'),
         url('./polices/dakota_regular-webfont.svg#dakotaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'deftone_stylusregular';
    src: url('./polices/deftone_stylus-webfont.eot');
    src: url('./polices/deftone_stylus-webfont.eot?#iefix') format('embedded-opentype'),
         url('./polices/deftone_stylus-webfont.woff') format('woff'),
         url('./polices/deftone_stylus-webfont.ttf') format('truetype'),
         url('./polices/deftone_stylus-webfont.svg#deftone_stylusregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



body
{
	background-color: black;
	font-family: 'dakotaregular', arial, sans-serif;
	margin: 0;
	padding: 0;
	
}

/* FAUX SANGLANTS */

body.faux_sanglants
{
	background-color: white;
}

#wrap_faux_sanglants
{
	width: 600px;
	height: 700px;
	margin: auto;
	margin-top: 50px;
	background-image: url("./images/fond_sanglant.jpg");
	background-repeat: no-repeat;	
//	border: solid black 1px;
}


.faux_sanglants a, .krtch a
{
	text-decoration: none;	
	color: black;
	padding-left: 10px;
}

/* KRTCH */


body.krtch
{
	background-image: url("./images/krtch_fond.png");
	background-repeat: repeat;
}

#iframe_wrap
{
	margin: auto;
	margin-top: 100px;
	width: 560px;
	
}	
	

a
{
	text-decoration: none;	

}

/* INDEX */


#wrap_index
{
	background-color: black;
	width: 830px;
//	border: solid white 1px;
	margin: auto;
	color: white;
}


h1
{
	text-align: center;
	font-size: 3em;
}

h2
{
	margin-top: 50px;
	text-align: center;
	font-size: 1.5em;
}



/*** KRTCH ITEM ***/

a#krtch
{
	display: inline-block;
	width: 200px;
	height: 150px;
	margin: 0px;
//	border: 1px solid white;
	vertical-align: top;
}


div#icone_krtch
{
	display: block;
	background-image: url("./images/krtch_blanc.png");
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	margin: auto;
}

a#krtch:hover div#icone_krtch
{
	background-image: url("./images/krtch_jaune.png");
}

a#krtch:hover div.titre
{
	visibility: visible;
	color: rgb(252,231,0);
	
}


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



/*** CAM ***/

a#cam
{
	display: inline-block;
	width: 200px;
	height: 150px;
//	border: 1px solid white;
	margin: 0px;
	vertical-align: top;
}


div#icone_cam
{
	display: block;
	background-image: url("./images/cam_blanc.png");
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	margin: auto;
}

a#cam:hover div#icone_cam
{
	background-image: url("./images/cam_rouge.png");
}



a#cam:hover div.titre
{
	visibility: visible;
	color: rgb(200,10,0);
	
}

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

/*** BALLES ***/

a#balles
{
	display: inline-block;
	width: 200px;
	height: 150px;
//	border: 1px solid white;
	margin: 0px;
	vertical-align: top;
}


div#icone_balles
{
	display: block;
	background-image: url("./images/balles_blanc.png");
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	margin: auto;
}


a#balles:hover div#icone_balles
{
	background-image: url("./images/balles_violet.png");
}



a#balles:hover div.titre
{
	visibility: visible;
	color: rgb(152,14,219);
}

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


/*** DIABOLO ***/

a#diabolo
{
	display: inline-block;
	width: 200px;
	height: 150px;
//	border: 1px solid white;
	margin: 0px;
	vertical-align: top;
}


div#icone_diabolo
{
	display: block;
	background-image: url("./images/diabolo_blanc.png");
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	margin: auto;
}

a#diabolo:hover div#icone_diabolo
{
	background-image: url("./images/diabolo_vert.png");
}

a#diabolo:hover div.titre
{
	
	visibility: visible;
	color: rgb(0,185,9);
	
}


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




div.titre
{
	//display: none;
	width: 100%;
	margin: 0px;
	visibility: hidden;
	text-align: center;
	font-size: 1.1em;

}



nav
{
	margin-top: 100px;	
}




