@-webkit-keyframes KFGR {
  0% {opacity: rgba(255,255,255,.5);}
  50% {color: rgba(255,255,255,1);}
  100% {color: rgba(255,255,255,.5);}
}

@-webkit-keyframes bubulle {
    0% {opacity: .6}
   25% {opacity: .8}
   50% {opacity: 1}
   75% {opacity: .8}
  100% {opacity: .6}
}

@font-face {
	font-family: Raleway-Medium;
	src: url(fonts/Raleway/Raleway-Medium.ttf);
}

@font-face {
	font-family: Raleway-Light;
	src: url(fonts/Raleway/Raleway-Light.ttf);
}


@font-face {
	font-family: Raleway-Bold;
	src: url(fonts/Raleway/Raleway-Bold.ttf);
}

@font-face {
	font-family: Raleway-Thin;
	src: url(fonts/Raleway/Raleway-Thin.ttf);
}

@font-face {
	font-family: Ubuntu;
	src: url(fonts/Ubuntu/Ubuntu-Regular.ttf);
}


body {
	background: url(gray_noise.png) fixed;
	/*background-position: center;*/

	/*font-family: Raleway-Light, CenturyGothic, AppleGothic, sans-serif;*/
	font-family: Ubuntu, Arial, sans-serif;
	margin: 0px;
	min-width: 820px;
	z-index: 0;
}

::selection {
	background: rgba(0,0,0,.8); /* Safari */
	color: #ccc;
	}
::-moz-selection {
	background: rgba(0,0,0,.8); /* Firefox */
	color: #ccc;
}

#top_onglets {
	background-color: rgba(0,0,0,0.75);
	position: fixed;
	top: 0px;
	width: 100%;
	height: 40px;
	z-index: 4;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.3)
}

#logo_jo {
	height: 76px;
	width: 76px;
	border: solid 2px #DDD;
	border-radius: 80px;
	background: url(/index_files/up_small.jpg);
	background-size: 98%;
	background-position: center top;
	box-shadow: 0px 0px 5px rgba(0,0,0,1);
	display: inline-block;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;

	/*-webkit-animation: bubulle 4s infinite;*/
}

#logo_jo:hover {
	background-size: 160%;
}
#logo_jo:hover, #onglets > a.selected > #logo_jo {
	border-color: #ddd;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

#home_button {
	height: 76px;
	width: 76px;
	border-radius: 80px;
	display: inline-block;
	background: url(/include/home_button.png) no-repeat;
	background-position: center 80px;
	opacity: 0.7;
	vertical-align: top;
	line-height: 76px;
	font-size: 60px;
	-webkit-transition: background-position .3s;
	   -moz-transition: background-position .3s;
	    -ms-transition: background-position .3s;
	     -o-transition: background-position .3s;
	        transition: background-position .3s;
}

#logo_jo:hover > #home_button {
	background-position: center;
	-webkit-transition: background-position .3s;
	   -moz-transition: background-position .3s;
	    -ms-transition: background-position .3s;
	     -o-transition: background-position .3s;
	        transition: background-position .3s;
}

#onglets {
	position: fixed;
	top: 0px;
	width: 800px;
	height: 40px;
	text-align: center;
	letter-spacing: 1px;
	z-index: 5;
	overflow: visible;
}

.onglets_separation {
	display: inline-block;
	height: 21px;
	width: 1px;
	margin: 10px -2px 10px -2px;
	border-left: 1px dashed gray;
}

#top {
	background: url("FJBL.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: black;
	min-width: 800px;
	height: 200px;
}

a {
	color: #28adff;
	text-decoration: none;
	-webkit-transition: color .3s;
	   -moz-transition: color .3s;
	    -ms-transition: color .3s;
	     -o-transition: color .3s;
	        transition: color .3s;
}

a:hover{
	color: #1f88c9;
	-webkit-transition: color .3s;
	   -moz-transition: color .3s;
	    -ms-transition: color .3s;
	     -o-transition: color .3s;
	        transition: color .3s;
}


#onglets > a {
	font-family: Raleway-Medium, CenturyGothic, AppleGothic, sans-serif;
	/*font-weight: bold;*/
	text-decoration: none;
	display: inline-block;
	padding: 0px 20px;
	text-align: center;
	vertical-align: top;
	line-height: 40px;
	font-size: 0.7em;
	
	color: #AAA;
	letter-spacing: 0.1em;
	border-bottom: solid 1px rgba(0,0,0,0);
}


#onglets > a.a_logo_jo {
	padding: 0 10px;
}

#onglets > .selected, #onglets > a:hover {
	color: #eee;
}

#onglets > .blinky {
	/*color: red;*/
	/*webkit-animation-duration: 1s;*/
	-webkit-animation: KFGR 2s infinite;
	/*webkit-animation-iteration-count: infinite;*/
	/*animation-direction: alternate;*/
}

#top_color_button {
	position: fixed;
	height: 16px;
	width: 16px;
	border-radius: 4px;
	left: 100%;
	top: 0;
	margin-left: -28px;
	margin-top: 12px;
	z-index: 20;
	opacity: .5;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

#top_color_button:hover {
	opacity: 1;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

#content {
	max-width: 800px;
	margin: auto;
	padding: 10px;
	line-height: 1.75em;
}


#wwwtitle {
	height: 50px;
	line-height: 50px;
	font-size: 24pt;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin: 0px;
	text-align: center;
	color: black;
	text-shadow: none;
	font-family: Raleway-Light, CenturyGothic, AppleGothic, sans-serif;
	vertical-align: middle;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
}

#content h1, h2, h3 {
	color: black;
	font-family: Raleway-Bold, CenturyGothic, AppleGothic, sans-serif;
}

/*#content h1 {
	font-size: 24pt;
	margin: 50px 0 20px 0;
}


#content h2 {
	font-size: 18pt;
	margin: 50px 0 20px 0;

}

#content h3 {
	font-size: 14pt;
	margin: 20px 0 20px 0;
}*/


#copyright {
	max-width: 800px;
	margin: auto;
	text-align: center;
	font-size: 0.7em;
	line-height: 1em;
	color: #888;
	padding: 0px;
	vertical-align: middle;
}

.wwwcom {
	font-size: .5em;
	color: #888;
}

.cp {
	text-decoration: none;
}

.bouton_social {
	opacity: 0.5;
	width: 48px;
	
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}

.bouton_social:hover {
	opacity: .8;
	
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}


#bouton_go {
	background: none;
	background: url(bouton_go.png) no-repeat;
	opacity: .5;
	width: 32px;
	height: 32px;
	padding: 0;
	
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}

#bouton_go:hover {
	opacity: 1;
	
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}

.img_gauche {
	float: left;
	margin: 5px 10px 5px 0px;
	border-radius: 4px;
}

.img_droite {
	float: right;
	margin: 5px 0px 5px 10px;
	border-radius: 4px;
}

hr {
	height: 1px;
	border: none;
	background: #AAA;
}


ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

ul.liste_espacee li {
	margin-top: 2em;
}

li {
	list-style-type: none;
	background: url(bullet.png) no-repeat 0 0.5em;
	padding-left: 15px;
	margin-left: 0px;
}

#backToTop {
	opacity: 0.5;
	position: fixed;
	top: 100%;
	left: 50%;
	margin-left: 420px;
	
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}

#backToTop.visible {
	margin-top: -73px;
	opacity: 0.5;
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}

#backToTop.invisible {
	margin-top: 0px;
	opacity: 0.5;
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}

#backToTop:hover {
	opacity: 1;
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}

.formulaire {
	width: 300px;
	height: auto;
	background-color: rgba(0,0,0,.08);
	border-radius: 10px;
	padding: 10px;
	margin: 20px auto;
	text-align: center;

	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,.8);
	   -moz-box-shadow: 3px 3px 10px rgba(0,0,0,.8);
	    -ms-box-shadow: 3px 3px 10px rgba(0,0,0,.8);
	     -o-box-shadow: 3px 3px 10px rgba(0,0,0,.8);
	        box-shadow: 3px 3px 10px rgba(0,0,0,.8);
}

.bouton, .bouton:hover {
	text-decoration: none;
	color: #DDD;
}

input[type=submit], input[type=reset], .bouton {
	background-color: rgba(0,0,0,.5);
	border-radius: 5px;
	border: none;
	padding: 5px 15px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 12pt;
	font-weight: 100;
	color: #ddd;
	/*margin: 8px 12px 12px 8px;*/
	/*box-shadow: 4px 4px 0px #AAA;*/

	-webkit-transition: background-color .25s;
	   -moz-transition: background-color .25s;
	    -ms-transition: background-color .25s;
	     -o-transition: background-color .25s;
	        transition: background-color .25s;
}

input[type=submit]:hover, input[type=reset]:hover, .bouton:hover {
	background-color: #000;

	-webkit-transition: background-color .25s;
	   -moz-transition: background-color .25s;
	    -ms-transition: background-color .25s;
	     -o-transition: background-color .25s;
	        transition: background-color .25s;
}

input[type=submit]:active, input[type=reset]:active, .bouton:active {
	/*margin: 12px 8px 8px 12px;*/
	/*box-shadow: 0px 0px 0px #AAA;*/
}

input[type=text], input[type=date], input[type="password"], textarea {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	text-align: center;
	border-radius: 5px;
	border: solid 2px #888;
	min-height: 25px;
	font-size: 0.8em;

	-webkit-transition: background-color .5s;
	   -moz-transition: background-color .5s;
	    -ms-transition: background-color .5s;
	     -o-transition: background-color .5s;
	        transition: background-color .5s;
}

.div_id {
	margin-top: -40px;
	height: 40px;
}


#connexion {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	z-index: 999;

}

#login_panel {
	position: fixed;
	width: 200px;
	height: 200px;
	left: 50%;
	top: 150px;
	margin-left: -100px;

	text-align: center;
	vertical-align: middle;
	border-radius: 10px;
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#ddd));
	background:    -moz-gradient(linear, center top, center bottom, from(#fff), to(#ddd));
	background:     -ms-gradient(linear, center top, center bottom, from(#fff), to(#ddd));
	background:      -o-gradient(linear, center top, center bottom, from(#fff), to(#ddd));
	background:         gradient(linear, center top, center bottom, from(#fff), to(#ddd));
	background-color: #DDD;
	box-shadow: 2px 2px 10px black;
	font-family: sans-serif;
	line-height: 1em;
}

#login_panel > form {
}

#bouton_annuler {
	position: fixed;
	top: 100%;
	left: 50%;
	margin-top: -50px;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	border: solid white;
	border-radius: 40px;
	color: white;
	font-family: sans-serif;
	font-size: 20px;
	line-height: 33px;
	background-color: transparent;
}

#login_panel h1 {
	font-size: 16px;
}

#login_panel input[type="text"], #login_panel input[type="password"] {
	width: 180px;
	height: 30px;
	text-align: center;
}

#login_panel input[type="submit"] {
	border-radius: 5px;
	text-align: center;
}

.shadow {
	box-shadow: inset 0px 0px 20px black;
}


.shadow_img {
	box-shadow: 3px 3px 10px rgba(0,0,0,.5);
}

#change_language {
	position: fixed;
	height: 16px;
	width: 16px;
	/*border-radius: 4px;*/
	right: 100px;
	top: 0;
	margin-top: 12px;
	z-index: 20;
}
