@charset "utf-8";
/* CSS Document */
body {
	font-family: "helvetica", "arial";
	font-size: 24px;
	background: #E6E6E6;
}

p {
    display: block;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	text-indent: 0px;
}

@font-face {
    font-family: titlefont;
    src: url(font/BigNoodleToo.ttf);
}
@font-face {
    font-family: textfont;
    src: url(font/Futura.ttf);
}

a:hover, a:visited, a:link, a:active{text-decoration: none; color: #F2F2F2;}
a:hover{color: #00E1FF;}

/* MISE EN PAGE GLOBALE */
.divcorps {
	margin: auto;
	width: 95%;
	max-width: 1200px;
	color: #0F0F0F;
	background-color: #232425;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.entete {
	z-index: 0;
	background: #E6E6E6;
}

.barreboutons {
	/*background: #00F00F;*/
	width: 95%;
	max-width: 1230px;
	margin:auto;
	text-align: center;
}

.basdepage {
	margin: auto;
	width: 95%;
	max-width: 1200px;
	padding-top: 10px;
	color: #0F0F0F;
	font-size: 0.6em;
	text-align: center;
	padding-bottom:20px;
}

.basdepage a:visited, a:link, a:active{
	color: #00E1FF;
}
.basdepage a:hover{
	color: #FF6F00;
}

.centrage {
	max-width: 750px;
	min-height: 450px;
	width: 100%;
	margin: auto;
	background: #FFFFFF;
	background-color: #232425;
	border: 0px solid #FF0000;
}

.entetetitre {
	position: absolute;
	margin-right: 10px;
	z-index: 5;
	min-height: 75px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 25px;
	color: #FF8F0B;
	background-color: #232425;
	font-family: titlefont, serif;
	font-size: 2.4em;
	text-decoration: none;
	border: 0px solid #401700;
}

.gen_titre {
	padding-top: 15px;
	padding-bottom: 10px;
	font-family: titlefont, serif;
	color: #d9d9d9;
	font-size: 2.4em;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	text-align: center;
}

/* BLOCS DE GENERATION */
.gen_bloc {
	color: #F2F2F2;
	text-align: left;
	margin-bottom: 15px;
	font-family: textfont, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	border: 0px solid #FF0000;
}

.gen_content {
	margin-left: 70px;
	border: 0px solid #FF0000;
}

.gen_contentpic {
	margin-left: 120px;
	border: 0px solid #FF0000;
}

.gen_image {
	float:left;
	width: 100px;
	height: 100px;
	box-shadow: 3px 3px 25px 0px #000000;
	background-repeat: no-repeat;
    background-position: center;
	background-color: #000000;
	background-size: 100px 100px;
	border: 0px solid #FF0000;
}

.gen_image div {
    visibility: hidden;
	box-shadow: 0px 0px 15px 5px #000000;
	z-index: 10;
	width:300px;
	height: 300px;
	background-color: #000000;
	position:relative;
	top:-200px;
}

.gen_image:hover div {
    visibility: visible;
}

.gen_sharecol {
	float:left;
	width: 50px;
	padding-top: 8px;
	border: 0px solid #00FF00;
	opacity: 0.3;
}

.gen_sharecol:hover {
	opacity: 1;
}

/* MISE EN FORME DU TEXTE (SPANS)*/
 
.quote {
	font-style: italic;
}

.titlefont {
	font-family: titlefont, serif;
	font-size: 1.2em;
}

.textfont {
	font-family: textfont, serif;
}

.note {
	font-size: 0.6em;
	font-family: "helvetica", "arial";
}

/* MERCI */
.notethanks {
	font-size: 12px;
	font-family: "helvetica", "arial";
	color: #F2F2F2;
	opacity: 0.3;
}


/* DANS LA FIXED DIV */
.b_reload {
	box-shadow:inset 0px 0px 0px 0px #a4e271;
	background-color:#FF6F00;
	color:#ffffff;
	font-size:1.5em;
	font-weight:bold;
	text-align: center;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #7F4706;
	border: 0px solid #401700;
}
.b_reload:hover {background-color:#77a809;cursor: pointer;}
.b_reload:active {position:relative;top:1px;}

.b_reloadnp {
	box-shadow:inset 0px 0px 0px 0px #a4e271;
	background-color:#BF5300;
	display: inline-block;
	color:#ffffff;
	font-size:1em;
	font-weight:bold;
	text-align: center;
	text-shadow:1px 1px 0px #7F4706;
	border: 0px solid #401700;
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.b_reloadnp:hover {background-color:#77a809;cursor: pointer;}
.b_reloadnp:active {position:relative;top:1px;}

.b_genpage {
	box-shadow:inset 0px 0px 0px 0px #a4e271;
	background-color:#00A9BF;
	display: inline-block;
	color:#ffffff;
	font-size:1em;
	font-weight:bold;
	text-align: center;
	text-shadow:1px 1px 0px #003840;
	border: 0px solid #401700;
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 15px;
	padding-right: 15px;
}
.b_genpage:hover {background-color:#77a809;cursor: pointer;}
.b_genpage:active {position:relative;top:1px;}

/* PUBLICITE */
.blocpubtop {
	width: 730px;
	height: 90px;
	float:right;
}

.blocpubbottom {
	width: 730px;
	height: 90px;
	margin: auto;
	margin-bottom: 20px;
}

