﻿body {
    background: url('background.jpg') no-repeat;
    background-size: cover;
	background-color: #1e100f;
	margin: 0;
	padding: 0;
	font-family: Raleway,sans-serif;
	text-align: center;
}

h1 { font-family: Raleway; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; } 
h3 { font-family: Raleway; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; } 
p { font-family: Raleway; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; } 
blockquote { font-family: Raleway; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } 
pre { font-family: Raleway; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }

.header-row-1 {
    height: 100px;
    background-color: #363636;
	display: flex;
	align-items: center;
	padding-left: 3%;
	color: #fff;
}

.header-row-1 > div {
	text-align: left;
}

.header-row-1 > div:nth-child(2) {
	margin-top: -7px;
}

.header-row-1 > div > p, .header-row-1 > div > h1{
	margin:0;
	text-align: left;
}

.header-row-2 {
	height: 47px;
    background-color: #131515;
    padding-top: 5px
}

.header-row-2 > p {
    margin: 0;
	padding-right: 3%;
	color:#fff;
	text-align: right;
}

.logo {
	margin-right: 20px;
	max-height: 50px;
	max-width: 50px;
}

#login-header {
	width: 470px;
	border: 1px solid #363636;
	border-radius: 4px 4px 0 0;
	background-color: #363636;
	color: #fff;
	margin: auto;
	margin-top: 100px;
	text-align: left;
    padding-left: 30px;
}

#login-header > p {
	font-weight: bold;
}

#login {
	width: 500px;
	border: 1px solid #f5f5f5;
	border-radius: 0 0 4px 4px;
	background-color: #f5f5f5;
	padding-bottom: 25px;
	margin: auto;
}

.label-1{
	border: none;
    background-color: #d3d3d3;
    border-radius: 5px;
    margin-top: 2px;
    padding: 2px 12px 2px 30px;
    color: #363636;
    height: 30px;
    width: 287px;
}

.button-2{
	border: none;
    background-color: #363636;
    border-radius: 5px;
    margin-top: 2px;
    padding: 2px 12px 2px 30px;
    color: #fff;
    height: 30px;
    width: 393px;
	margin-top: 10px;
	cursor: pointer;
}

.button-2:hover{
    background-color: #3d3d3d;

}

.button-large, input[type=submit] {
    border: 1px solid #635d5d;
    background-color: #363636;
    border-radius: 5px;
    margin-top: 2px;
    color: #fff;
    height: 30px;
    width: 330px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 14px;	
}

.button-large:hover, input[type=submit]:hover {
    background-color: #3d3d3d;
}

a {
	color: #000000;
	text-decoration: none;
}

p.erreur{
	color: #CC0000;
	font-weight: bold;
}

p.erreur_bleue{
	color: #00b0f0;
	font-weight: bold;
}

p.erreur_orange{
	color: #f09e00;
	font-weight: bold;
}


div#retour_etape_1 {
	border: medium solid #6495ed;
	background-color: #D0E3FA;
	font-weight: bold;
	width: 300px;
	height: 25px;
	line-height :22px;
	float: right;
	margin-bottom: 20px;
  margin-right: 10px;
}

div#logout {
	border: medium solid #6495ed;
	background-color: #D0E3FA;
	font-weight: bold;
	width: 150px;
	height: 25px;
	line-height :22px;
	float: right;
	margin-bottom: 20px;
}


div#contenu {
	width: 100%;
	clear: both;
}

#contenu > form > p:nth-child(1), h1 {
    color: #f3f3f3;
    text-align: left;
    padding-left: 5%;
}

.text
{
    color: #fff;
    font-weight: bold
}

table {
    border: 1px solid #000000;
    border-collapse: collapse;
    background-color: #fff;
    width: 90%;
    margin: auto;
}
th {
    border: thin solid #5b5c5f;
    padding: 5px;
    background-color: #363636;
    color: #fff;
}
tr.fond_bleu {
	background-color: #f3f3f3;
}

tr.fond_vert {
	background-color: #d7fad7;
}

td {
	border: thin solid #d3d3d3;
    padding: 5px;
    text-align: center;
}
/*Classe ajoutée pour mes bouton radio de type pro*/
td.radio {
	text-align: left;
	white-space: nowrap;
}
