﻿/* ==========================================================================
PGER
========================================================================== */

.lblpg {
	width: 80px;
	text-align: right;
}


.inwhite {
	color: white;
}

.yellow {
	color: yellow;
}

.blue {
	color: blueviolet;
}

.redpale {
	font-size: 22px;
	line-height: 30px;
	color: red;
	opacity: 0.6;
}

#basfortop {
	position: fixed;
	float: right;
	width: 98%;
	height: 60px;
	text-align: right;
	bottom: -10px;
	z-index: 9999;
}

a.C {
	opacity: 0.6;
}

	a.C:hover {
		opacity: 1;
	}


#txtfortop {
	opacity: 0;
	font-size: 250%;
}

#Idform {
	border: 5px solid white;
}

#formulaire form input:not([type=submit]) {
	height: 20px;
	padding: 5px;
	width: 300px;
	background-color: transparent;
	color: white;
	border: 1px solid silver;
	border-radius: 5px;
    font-weight: 400;
}

#formulaire form input {
	height: 20px;
	color: black;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 3px solid silver;
	border-bottom: 3px solid silver;
	border-radius: 5px;
	padding-top: 5px;
	font-weight: 600;
}

#formulaire form textarea {
	height: 200px;
	width: 300px;
	color: white;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 3px solid silver;
	border-bottom: 3px solid silver;
	border-radius: 5px;
	margin-top:5px;
    padding-top: 5px;
	font-weight: 400;
	background-color: transparent;
}

#formulaire form label {
	color: whitesmoke;
	padding: 5px;
}

#lbldescFrm {
	color: whitesmoke;
	font-weight: 700;
	width: 50px;
	text-align: left;
    padding: 5px;
}


#msgok {
    color: whitesmoke;
	font-weight: 700;
    font-size: 120%;
    display:none;
}

.pivot {
	position: fixed;
	top: 100px;
	left: 40px;
	width: 300px;
	height: 300px;
	line-height: 20px;
	text-align: left;
	font-size: 150%;
	transform: rotate(-15deg);
	-ms-transform: rotate(-15deg); /* IE 9 */
	-webkit-transform: rotate(-15deg); /* Safari and Chrome */
	font-weight: 900;
}
