/* CSS Document */

* {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
}
body {
	margin: 0;
	color:#000;
	background-color:#EAEAEA;
	text-align: justify;
}
img {
	border: 0;
}

.spacer {
  clear: both;
  height: 10px;
}

#wrapper {
	position:absolute;
	left: 50%; 
	top: 50%;
	width:600px;
	height:580px;
	margin-top: -290px; /* moitié de la hauteur */
	margin-left: -300px; /* moitié de la largeur */
}

#alerte {
font-weight:bold;
	text-transform: uppercase;
	text-align: center;
}

h1{
font-size : 14px;
}
h2{
font-size : 12px;
}
#corps{
  	width: 434px;
	float: left;
	text-align: left;
}

a {
	margin:0;
	padding: 0;
	font-weight: bold;
	color: #069;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

form {
	margin:0;
	pading:0;
}
input.text {
	margin:0;
	pading:0;
}
input.submit {
	border : 1px solid green;
	font-weight : bold;
	color: green;
}
input.annuler {
	border : 1px solid red;
	color: red;
}
input.submit:hover, input.submit:focus {
	color: white;
	background-color: green;
}
input.submithover {
	border : 1px solid #069;
	font-weight : bold;
	color: white;
	background-color: green;
}
#site {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
	border: 1px solid #990000;
	color: #000;
	background-color: #FFFFFF;
}

#bas {
background-color:#000000; 
color:#CCCCCC;
	text-align: center;
	font-size : 9px;
}
