main {
	display: block;
	position: absolute; left: 50%; transform: translate(-50%, 0);
	/* position: fixed; left: 50%; transform: translate(-50%, 0); */
	min-height: 80%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: #ffffff;
	color: #606060;
	margin-left: auto;
	margin-right: auto;
	}

td {height: 2rem;}

.nombre {text-align: right;}

.texte_petit {font-size: 1.2rem;}
.nombre_petit {text-align: right; font-size: 1.2rem;}
.erreur {font-weight: bold; color: #e62133;}
.important {font-weight: bold; color: #e62133;}
.info {font-weight: bold; color: #00b000;}

main table .titre {color: #0000c0;}



main #tool table {
	border-width: 1px; 
	border-style: solid; 
	border-color: black;
	}

main #tool table table {
	border-width: 0px; 
	border-style: none; 
	border-color: black;
	}

main #tool table td {
	font-size: 1.2rem;
	color: #808080;
	height: 1rem;
	}

main #tool table td input[type="text"] {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	color: #808080;
	min-width: 10rem;
	height: 1rem;
	}

main #tool table td input[type="submit"], input[type="button"] {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: center;
	min-width: 10rem;
	}

input[type="submit"], input[type="button"] {
	margin-top: 2rem;
	margin-bottom: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	text-align: center;
	}

main > h1 {
	color: #e62133;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 2rem;
	}

main > h2 {
	text-align: center;
	margin-bottom: 2rem;
	}


main > h3 {
	text-align: left;
	margin-bottom: 1rem;
	}

main > h3 > i {font-weight: normal; font-style: italic;}


main > h4 {
	text-align: left;
	margin-bottom: 1rem;
	}

main > h4 > i {font-weight: normal; font-style: italic;}


main > h5 {
	text-align: left;
	margin-bottom: 1rem;
	}

main > h5 > i {font-weight: normal; font-style: italic;}


main .subitem {
	display: block;
	height: 3rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
	background-color: #e0e0e0;
	}

main .subitem > a {
	margin-left: 1rem;
	margin-right: 1rem;
	}


main .subitem > a {
	color: #000000;
	}

main .subitem > a:before { 
	color: #e0e0e0;
	content:"[";
	}

main .subitem > a:after { 
	color: #e0e0e0;
	content:"]";
	}

main .subitem > a:hover:before { 
	color: #e62133;
	content:"[";
	}

main .subitem > a:hover:after { 
	color: #e62133;
	content:"]";
	}

main .subitem > a.select {
	color: #e62133;
	}

main .subitem > a.select:before { 
	color: #e62133;
	content:"[";
	}

main .subitem > a.select:after { 
	color: #e62133;
	content:"]";
	}


.form_lib {
	text-align: right;
	vertical-align: middle;
	}


.form_champ {
	text-align: left;
	vertical-align: middle;
	}


main a {
	color: #e62133;
	text-decoration: none;
	}

.titre_sep {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 50px;
	height: 1px;
	background-color: #000000;	
	margin-bottom: 2rem;
	}


.sugg_a_titre {
	display: block;
	padding: 1rem 1rem 1rem 1rem;
	width: 100%;
	height: 4rem;
	background-color: #b0b0b0;
	animation-delay: 5s;
	}

.sugg_titre {
	float: left;
	padding: 0;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	}


.sugg_titre_attente {
	float: right;
	padding: 0;
	text-align: right;
	color: #000000;
	font-size: 1.2rem;
	font-weight: bold;
	}


.sugg_titre_repondu {
	float: right;
	padding: 0;
	text-align: right;
	color: #008000;
	font-size: 1.2rem;
	font-weight: bold;
	}


.sugg_repondu {
	padding: 0;
	text-align: center;
	color: #e62133;;
	}


.sugg_rub {
	display: block;
	padding: 1rem 0rem 1rem 0rem;
	width: 100%;
	background-color: #ffffff;
	color: #a0a0a0;
	font-weight: bold;
	text-transform: uppercase;
	}

.sugg_ppre {
	display: block;
	padding: 0 0 4rem 4rem;
	width: 100%;
	}


.sugg_txt {color: #606060;}


.sugg_comm {font-size: 1.1rem;}

.sugg_coord {
	font-weight: bold;
	color: #606060;
	text-align: right;
	font-size: 1.1rem;
	margin: 2rem 0 2rem 0;
	}



select, textarea {width: 40rem;}
option {
	width: 40rem;
	word-wrap: break-word;      /* IE*/
	white-space: -moz-pre-wrap; /* Firefox */
	white-space: pre-wrap;      /* other browsers */
	}

p, ul, li {line-height: 2.1rem;}



@media (min-width: 1281px) {
	main > h1 {font-size: 3rem;}
	main > h2 {font-size: 1.6rem;}
	main > h3 {font-size: 1.6rem;}

	main {width: 66%;}

	}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
	main > h1 {font-size: 3rem;}
	main > h2 {font-size: 1.6rem;}
	main > h3 {font-size: 1.6rem;}

	main {width: 75%;}

	}



@media screen and (min-width: 768px) and (max-width: 1024px) {
	main > h1 {font-size: 2rem;}
	main > h2 {font-size: 1.6rem;}
	main > h3 {font-size: 1.6rem;}

	main {width: 90%;}

	}



@media (max-width: 767px) {
	main > h1 {font-size: 2rem;}
	main > h2 {font-size: 1.6rem;}
	main > h3 {font-size: 1.6rem;}

	main {width: 95%;}

	}
