@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	/*	background: #ffffff url(/gfx/contactpage_background.png) repeat-x fixed; */
	background-color: white;
}
#container {
	width: 80%;
	max-width: 80%;
	max-height:80%;
	padding: 20px;
	padding-top:0px;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;  
	
	
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 15px solid #EBEBEB;
	-webkit-background-clip: padding-box; /* for Safari */
	background-clip: padding-box!important; /* for IE9+, Firefox 4+, Opera, Chrome */
}
/* ************** */


h1 {
	padding: 0px 0px 0px 10px;
	font-family: Arial Black;
	font-size: 24px;
}
/* afin que ça s'affiche bien sur IE il faut mettre des &nbsp; avant le titre et non jouer sur le padding */
h2 {
	width: 80%;
	padding: 1px 0px 3px 0px;
	font-size: 18px;
	
}

h3 {
	width: 80%;
	padding: 1px 0px 3px 0px;
	font-size: 14px;
	color:#FFE100;
	background-color:black;
	padding:10px;
	
}
p {
	padding: 10px;
	text-align: left;
	max-width: 100%;
}
a {
	color: #3e56fd;
	outline: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
#warning {
	padding: 15px;
	display: block;
	background-color: white;
	border: 1px solid #730000;
	color: #730000;
	font-weight: bold;
}
#warning li, p {
	margin-left: 30px;
}
input.my-url {
	display: none;
}
img {
	max-width: 80%;
}
#form-table .leftcol {
	text-align: right;
	color: #3f3f3f;
	font-weight: bold;
	letter-spacing: 1px;
}
input.btn {
	color: #000;
	background-color: #FFDB28;
	letter-spacing: 2px;
	font: bold large 'trebuchet ms', helvetica, sans-serif;
}
input.btnhov {
	border-top-color: #c63;
	border-left-color: #c63;
	border-right-color: #3f3f3f;
	color: white !important;
	background-color: #6e87b3;
	border-bottom: 2px outset gray;
	cursor: pointer!important;
}
input.btndwn {
	border-top-color: #c63;
	border-left-color: #c63;
	border-right-color: #3f3f3f;
	color: black !important;
	background-color: #dadada !important;
	border-bottom: 2px outset #930;
}
#form-table {
	max-width: 90%;
}
#form-table .leftcol {
	text-align: right;
	color: #3f3f3f;
	font-weight: bold;
	font-size: 14px;
}
#form-table input[type="text"] {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 5px;
	border: solid 1px #dcdcdc;
	transition: box-shadow 0.3s, border 0.3s;
	font-size: 14px;
}
#form-table input[type="text"]:focus, #form-table input[type="text"].focus {
	border: solid 1px #707070;
	box-shadow: 0 0 5px 1px #969696;
}
