html
{
	min-height:100%;
	position:relative;
}
body
{
	font-family: arial;
}
input
{
	font-weight: bold;
	font-size: 12pt;
}
h1
{
	font-family: Tahoma,Arial;
	font-size: 14pt;
}
h3
{
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
}
#textarea
{
	height: 540px;
	width: 65%;
	float: left;
	background-image: url(../images/bgtopmenu.gif);
	background-size: 10px 100%;
    border-radius: 10px;
	box-shadow: 2px 2px 1px #999;
	border-bottom: 1px solid;
	border-right: 1px solid;
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 10pt;
	font-weight: bold;
	
}
.logo {
	max-width: 620px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.button
{
	border-radius: 5px;
	box-shadow: 2px 2px 1px #999;
}
.form
{
	position: relative;
	z-index: 5;
}
select
{
	font-size: 9pt;
	width: 95%;
}
.form form label
{
	/*width: 95%
	color: red;*/
}
.form a
{
	color: darkblue;
	text-decoration: none;
}
.form .titreform
{
	/*left: 200px;*/
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
	float: left;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 5px;
}
.form .submit
{
	width: 100%;
	text-align: center;
	float: left;
	padding-bottom: 30px;
}
#message
{
    Z-INDEX: 2;
    BORDER: 3px solid;
	border-color: black;
    POSITION: absolute;
    PADDING-BOTTOM: 12px;
	background-image: url(../images/bgtopmenu.gif);
	background-repeat: repeat-x;
    PADDING-LEFT: 12px;
    PADDING-RIGHT: 12px;
    VISIBILITY: hidden;
    TOP: 30px;
    FONT-WEIGHT: bolder;
    PADDING-TOP: 12px;
    LEFT: 200px;
	width: 350px;
	height: 100px;
	font-size: 22pt;
	vertical-align: bottom;
	text-align: center;
	color: black;
    border-radius: 10px;
	box-shadow: 2px 2px 1px #999;
	border-bottom: 1px solid;
	border-right: 1px solid;
	
}
.pied
{
	position: relative;
	width: 100%;
	min-width: 320px;
	float: left;
	/*height: 185px;
	background-color: blue;*/
}
.pied textarea
{
	width: 97%;
	height: 85%;
	min-height: 175px;
    border-radius: 10px;
	border-bottom: 1px solid;
}
.pied fieldset
{
	height: 85%;
	min-height: 185px;
	width: 100%;
	max-width: 95%;
	background-size: 10px 100%;
}
.form .detail
{
	width: 100%;
	float: left;
	margin: 0px;
	height: 100%;
}
fieldset
{
	width: 25%;
	/*max-width: 25%;*/
	float:left; 
	margin-right: 1%;
	margin-bottom: 12px;
	padding-top: 0px;
	padding-bottom: 14px;
	min-height: 50px;
	height: 100%;
	min-width: 155px;
	background-image: url(../images/bgtopmenu.gif);
	background-repeat: repeat-x;
    border-radius: 10px;
	box-shadow: 2px 2px 1px #999;
	border-bottom: 1px solid;
	border-right: 1px solid;
	font-size: 10pt;
	font-weight: bold;
}
fieldset label {
	height: 22px;
	display: inline-block;
}
.form .detail textarea
{
	width: 98%;
	height: 85%;
    border-radius: 10px;
	border-bottom: 1px solid;
}
.title
{
	text-align: center;
	width: 100%;
	border-bottom: 1px solid;
	font-family: arial,sans;
	font-size: 14pt;
	font-weight: bold;
	background-image: url(../images/bgtopmenu.gif);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.subtitle
{
	text-align: center;
	width: 100%;
	font-family: arial,sans;
	font-size: 12pt;
	font-weight: bold;
}
.footer
{
	background-image: url(../images/bgtopmenu.gif);
	text-align: right;
	font-size: 10pt;
	width: 100%;
	position: absolute;
	margin-top: 8px;
	bottom: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top: 1px solid #999;
    Z-INDEX: 2;
}
.titrecolonne
{
	background-image: url(../images/bgtopmenu.gif);
	font-size: 12pt;
	font-weight: bold;
}
.titrecolonne input
{
	box-shadow: 1px 1px 2px #999;
}
.voile
{
    Z-INDEX: 100;
	position: absolute;
	top: 0px;
	bottom: 0px;
    border-radius: 10px;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-size: 10px 100%;
    PADDING: 0px;
    VISIBILITY: hidden;
    width: 98%;
	text-align: center;
	vertical-align: middle;
	color: black;
	box-shadow: 5px 5px 3px #999;
}
.voile img
{
	position: relative;
	top: 45%;
}
.msgbox {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	text-align: center;
	
}
