*
{
	font-family: Helvetica;
	margin: 0;
	padding: 0;
}

.center
{
	margin-top: 100px;
	text-align: center;
	color: #a61919;
	font-weight: bold;
}

table
{
  border-collapse : collapse;
  margin-left: auto;
  margin-right: auto;
}

th,td,tr
{
  padding : 10px;
}

h1
{
	color: #85929E;
}

body
{
	background-color : #FFFFFF;
	color: #000000;
}

.bandeau
{
	display: block;
	height : 50px;
	width: 100%;
	position: fixed;
	bottom: 30px;
	background-color: #85929E;
}

.bandeau_suivi
{
	display: block;
	height : 100px;
	width: 100%;
	border: 1px solid black;
	position: fixed;
	bottom: 0px;
	background-color: white;
}

.bandeau_bouton
{
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	border: 1px solid block;
	display: block;
	width: 250px;
	font-size: 20px;
	background-color: #a61919;
	color: white;
}



/***************************/
/*********** HEADER ***************/
/***************************/

.header
{
	display: block;
	height : 50px;
	width: 100%;
	position: fixed;
	top: 0px;
	background-color: #85929E;
	color: #1B2631;
}

.header li
{
	list-style-type: none;
}

.header a, .header a:visited
{
	display: block;
	min-width: 120px;
	font-size: 20px;
	text-decoration: none;
	color: #1B2631;
}

.header a:hover
{
}

.header a:visited
{
	color: #1B2631;
}


/***************************/
/*********** NAVIGATION ***************/
/***************************/

.navigation
{
	display: block;
	height : 100%;
	width: 200px;
	position: fixed;
	top: 50px;
	left: 0px;
	background-color: #85929E;
	color: #1B2631;
}

.navigation .nav_cat
{
	list-style-type: none;
	text-align: left;
	font-size: 16px;
	padding-top: 20px;
	padding-left: 10px;
	width: 190px;
	margin-bottom: 10px;
}

.navigation li
{
	list-style-type: none;
	text-align: left;
	font-size: 14px;
	padding-left: 20px;
	width: 160px;
	height: 20px;
}

.navigation a, .navigation a:visited
{
	display: block;
	text-decoration: none;
}

.navigation a:visited
{
	color: #1B2631;
}

.navigation a:hover
{
	color: white;
}

.deco
{
	color: #a61919;
}

/***************************/
/*********** VIEW ***************/
/***************************/

.view
{
	margin-top: 50px;
	margin-left: 200px;
}

.view table
{
	margin-top: 100px;
	font-size: 12px;
	border-radius: 5px;
	margin-bottom: 200px;
}

.view td , .view th
{
	border: 1px solid #000000;
}

.view th
{
	vertical-align: middle;
}

.check th , .check tr , .check td
{
	border: 0;
}

.check img
{
	float: right;
}

.check th
{
	color: #77B255;
}

.check a
{
	text-decoration: none;
	font-size: 14px;
}

.td_middle
{
	width: 200px;
	text-align: right;
}


.rac
{
	display: inline-block;
	background-color: #85929E;
	color: #a61919;
	text-align: center;
}

/***************************/
/*********** PRESENSATION ***************/
/***************************/

.presentation
{
	display: block;
	margin-top: 200px;
	margin-left: 100px;
}




/***************************/
/*********** FORM ***************/
/***************************/

.form
{
	padding-top: 50px;
	color: #1B2631;
}


.form fieldset
{
	padding: 25px 25px 25px 25px;
	margin-bottom: 10px;
	border: 2px solid #1B2631;
	width: 600px;
	margin-left: 50%;
	transform: translateX(-50%);
	border-radius: 5px;
}

.form legend
{
	font-weight: bold;
	margin-left: 50px;
}

.form label
{
	margin-left: 25px;
	margin-bottom: 25px;
	width: 200px;
	text-align: left;
	display: inline-block;
}

.form input
{
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #85929E;
	height: 20px;
}

.input_envoyer
{
	display: inline-block;
	margin-left: 50%;
	transform: translateX(-50%);
	width: 200px;
	background-color: #1B2631;
	color: #FFFFFF;
	height: 30px;
	border-radius: 5px;
	border: none;
}

.input_upload
{
	background-color: #1B2631;
	color: #FFFFFF;
	border-radius: 5px;
	display: inline-block;
}

.home_logo
{
	margin-left: 50%;
	margin-top: 50px;
	transform: translateX(-50%);
}

/***************************/
/*********** FOOTER ***************/
/***************************/

.footer
{
	display: block;
	font-style: italic;
	height : 30px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	background-color: #85929E;
	color: #1B2631;
	font-size: 8px;
}

.footer table
{
	width: 100%;
	height: 100%;
}

.signature_left
{
	text-align: left;
}

.signature_center
{
	text-align: center;
}

.signature_right
{
	text-align: right;
}