html

{

margin: 0px;
padding: 0px;
font-family: trebuchet ms;
background-color: #d1efff;
min-width: 800px;
overflow: auto;

}

body

{

margin: 0px;
padding: 0px;

}

.link_page

{

	color: grey;
	text-decoration: none;

}

.link_page:hover

{

	text-decoration: underline;
	font-weight: bold;

}

.link_page:active

{

	color: black;

}

#content_bottom_gen

{

	width: 70%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-bottom: 10px;
	background-color: #293133;
	border-bottom: 3px solid #808080;
	border-radius: 0 0 5px 5px;
	text-align: left;
	color: grey;

}

#content_bottom_gen_bottom

{

	width: 30%;
	min-width: 300px;
	margin-right: auto;
	margin-left: auto;

}

#a

{

	width: 200px;
	height: 30px;
	border-radius: 5px;
	border: 2px solid #293133;
	text-align: center;
	outline: none;
	transition: .5s;
	-o-transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	margin-bottom: 10px;


}

#a:hover, #a:focus

{

	border: 2px solid #0080FF;

}

#b

{

	width: 25px;
	height: 25px;

}

#content_bottom_gen_title

{

	width: 100%;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 3px solid #0080FF;
	border-radius: 0 0 5px 5px;
	text-align: center;

}

#content_bottom_gen_title span

{

	font-size: 25px;
	color: grey;
	text-decoration: underline;

}

#content_sign_up

{

	width: 100%;
	border-bottom: 5px solid grey;
	background-color: #b8b8b8;
	color: white;
	border-radius: 5px;

}

#content_sign_up ul

{

	width: 100%;
	display: inline-block;
	padding: 0px;

}

#content_sign_up li

{

	list-style-type: none;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	width: 50%;
	text-align: center;

}

#content_sign_up a, #content_sign_up a:visited

{

	color: white;
	text-decoration: none;
	font-size: 17px;
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;

}

#content_sign_up a:hover

{

	color: grey;
	text-decoration: underline;
	font-size: 18px;

}

#content_sign_up a:active

{

	color: #5e5e5e;

}

#content_menu

{

	width: 100%;
	background-color: #293133;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 5px solid #0080FF;
}

#content_menu ul

{

	margin: 0px;
	padding: 0px;
	padding-bottom: 0px;

}

#content_menu li

{

	display: inline-block;
	list-style-type: none;
	padding-right: 20px;
	padding-left: 20px;

}

#content_menu_logo

{

	width: 30px;
	height: auto;
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	opacity: 0.6;

}

#content_menu_logo:hover

{

	opacity: 1;

}

#menu_bar

{

float: top;
width: 100%;
margin-bottom: 10px;

}

#menu_bar ul

{

margin: 0px;
padding: 0px;

}

#menu_bar_top

{

background-color: #0087ff;
width: 100%;

}

#menu_bar_top li

{

display: inline-block;
list-style-type: none;
margin-left: 30px;
padding-top: 10px;
padding-bottom: 10px;

}

#menu_bar_bottom

{

background-color: #68b8ff;
width: 100%;
border-radius: 0 0 15px 15px;

}

#menu_bar_bottom ul

{

position: relative;
left: -50%;
margin-left: 50%;

}

#menu_bar_bottom li

{

display: inline-block;
list-style-type: none;
padding: 15px;

}

#logo img

{

border-radius: 15px;
width: 75px;
height: auto;

}

#content_bottom

{

	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-bottom: 3px solid #808080;
	box-shadow: 0px 10px 15px #808080;
	border-radius: 0 0 5px 5px;

}

#content_bottom_header

{

	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;

}

#content_bottom_header_logo

{

	width: 150px;
	height: auto;

}

#content_bottom_footer

{

	width: 100%;
	background-color: #dbdbdb;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;

}

#content_bottom_footer span

{

	text-align: center;
	color: black;

}

#content_top_bar

{

	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #293133;
	border-bottom: 5px solid #808080;

}

#content_top_bar_a_img

{

	width: 50px;
	height: 50px;
	border: 2px solid grey;
	background-color: #293133;
	border-radius: 90%;
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	opacity: 0.7;

}

#content_top_bar_a_img:hover

{

	width: 55px;
	height: 55px;
	opacity: 1;

}

#content_bottom_input

{

	width: 80%;
	font-size: 17px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 5px;
	border: 2px solid #dbdbdb;
	filter: blur(3px);
	-o-filter: blur(3px);
	-moz-filter: blur(3px);
	-webkit-filter: blur(3px);
	transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	cursor: pointer;

}

#content_bottom_input:hover

{

	filter: blur(0px);
	-o-filter: blur(0px);
	-moz-filter: blur(0px);
	-webkit-filter: blur(0px);

}

#content_bottom_footer_img

{

	width: 25px;
	height: auto;
	background-color: #898989;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 2px solid #5b5b5b;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-right: 40px;
	transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;

}

#content_bottom_footer_img:hover

{

	background-color: #5b5b5b;
	box-shadow: 0 0 20px #5b5b5b;

}

#content_bottom_profil

{

	width: 70%;
	height: auto;
	min-height: 450px;
	font-size: 15px;
	color: white;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	border-bottom: 3px solid #808080;
	background-color: #293133;
	border-radius: 0 0 5px 5px;

}

#content_bottom_profil input

{

	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	min-width: 215px;
	border-radius: 5px;
	border: 3px solid #0080FF;
	color: white;
	text-align: center;

}

#profil_top_name

{

	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	border-radius: 0 0 5px 5px;
	border-bottom: 3px solid #0080FF;
	padding-top: 15px;
	padding-bottom: 15px;

}

#profil_top_name span

{

	color: grey;
	text-align: center;
	font-size: 25px;
	text-decoration: underline;

}

#profil_top

{

	width: 100%;
	margin-bottom: 15px;

}

#profil_left

{

	width: 50%;
	float: left;
	text-align: center;

}

#profil_right

{

	width: 50%;
	margin-bottom: 100px;
	float: right;
	text-align: center;

}

#profil_bottom

{

	width: 100%;
	margin-top: 20px;

}

#profil_bottom_button

{

	width: 200px;
	background-color: #828282;
	color: white;
	border-radius: 5px;
	border: 2px solid #424242;
	margin-left: 50%;
	position: relative;
	left: -100px;
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	outline: none;
	padding: 10px;
	cursor: pointer;

}

#profil_bottom_button:hover

{

	background-color: #828282;
	box-shadow: 0 0 5px #0088FF;
	border: 2px solid #0088FF;

}

#profil_bottom_button:active

{

	background-color: #212121;
	border: 2px solid #0088FF;

}

#pseudo

{

	width: 200px;
	padding: 10px;
	border-radius: 5px;
	border: 2px solid #293133;
	transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	outline: none;
	cursor: pointer;
	position: relative;
	left: -100px;
	margin-left: 50%;

}

#pseudo:hover, #pseudo:focus

{

	border: 2px solid #0088FF;

}

#sign_label

{

	color: white;
	position: relative;
	left: -98px;
	margin-left: 50%;

}

#pass

{

	width: 200px;
	padding: 10px;
	border-radius: 5px;
	border: 2px solid #293133;
	transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	outline: none;
	cursor: pointer;
	position: relative;
	left: -100px;
	margin-left: 50%;

}

#pass:hover, #pass:focus

{

	border: 2px solid #0088FF;

}

#pass_confirm

{

	width: 200px;
	padding: 10px;
	border-radius: 5px;
	border: 2px solid #293133;
	transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	outline: none;
	cursor: pointer;
	position: relative;
	left: -100px;
	margin-left: 50%;

}

#pass_confirm:hover, #pass_confirm:focus

{

	border: 2px solid #0088FF;

}

#mail

{

	width: 200px;
	padding: 10px;
	border-radius: 5px;
	border: 2px solid #293133;
	transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	outline: none;
	cursor: pointer;
	position: relative;
	left: -100px;
	margin-left: 50%;

}

#mail:hover, #mail:focus

{

	border: 2px solid #0088FF;

}

#content_sign

{

	width: 400px;
	min-height: 150px;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	border-radius: 5px;
	background-color: #293133;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50vh;
	position: relative;
	top: -200px;
	box-shadow: 0 10px 20px #293133;

}

#content_sign_form_button

{

	width: 100px;
	background-color: #828282;
	color: white;
	border-radius: 90px;
	border: 2px solid #424242;
	position: relative;
	left: -50px;
	margin-top: 15px;
	margin-left: 50%;
	transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	outline: none;
	padding: 10px;
	cursor: pointer;

}

#content_sign_form_button:hover

{

	background-color: #828282;
	box-shadow: 0 0 5px #0088FF;
	border: 2px solid #0088FF;

}

#content_sign_form_button:active

{

	background-color: #212121;
	border: 2px solid #0088FF;

}

#content_bottom_footer_label1, #content_bottom_footer_label2

{

	width: 15%;
	padding: 5px;
	font-size: 14px;
	border-radius: 90px;
	border: 2px solid #0080FF;
	outline: none;
	cursor: pointer;

}

#profil_img

{

	width: 150px;
	height: 150px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 90px;
	border: 3px solid grey;

}

#profil_left_input_personal_key

{

	background-color: #6E6E6E;
	outline: none;

}

#profil_update_img

{

	margin-right: auto;
	margin-left: auto;
	width: 30%;
	text-align: center;

}

#profil_update_img button

{

	margin-top: 15px;
	border-radius: 5px;

}

#profil_center_img

{

	width: 300px;
	position: relative;
	left: -150px;
	margin-left: 50%;
	margin-top: 10px;
	text-align: center;

}

.title_content

{

	color: #808080;
	font-size: 18px;
	position: relative;
	bottom: -24px;
	padding-left: 25px;
	text-decoration: underline;

}
.content_bottom_header_h1_color

{

	color: white;
	padding: 0px;
	margin: 0px;

}

.content_sign_sub_error

{

	color: red;
	text-align: center;

}