html, body {
height:100%;
}

* {margin:0px; padding:0px;}

body {
background-color:#666;
background-image:url(../images/hachures.jpg);
background-repeat:repeat-x;
}

#principal {
background-image:url(../images/tornado.jpg);
width:800px;
height:382px;
margin:auto;
}

#credit {
width:370px;
font-family:trebuchet, arial, sans-serif;
font-size:0.7em;
text-align:right;
color:white;
position:relative;
left:410px;
top:364px;
}

#corps {
width:800px;
margin:auto;
}

.haut {
background-image:url(../images/bandeau_orange.jpg);
height:40px;
}

.haut h1 {
	font-family:trebuchet, arial, sans-serif;
	font-size:1.6em;
	color:white;
	position:relative;
	top:4px;
	left:15px;
	font-weight:bold;
}

.milieu {
background-image:url(../images/fond.jpg);
width:800px;
margin:auto;
padding-bottom:10px;
}

form {
width:450px;
margin:auto;
font-family:trebuchet, arial, sans-serif;
font-size:0.8em;
color:black;
}

form p {
width:450px;
font-size:1em;
font-weight:bold;
padding:10px 0 10px 0;
}

.label {
text-align:right;
padding-right:8px;
}

.champ {
font-family:trebuchet, arial, sans-serif;
color:black;
font-size:1em;
width:300px;
border:1px solid #ff6600;
}

.border {
font-family:trebuchet, arial, sans-serif;
width:300px;
border:1px inset #ff6600;
font-size:1em;
}





#envoyer {
float:right;
width:75px;
height:23px;
background-color:#ff6600;
}

#envoyer p {
width:75px;
height:23px;
line-height:23px;
font-size:0.9em;
color:white;
text-align:center;
padding:0px;
cursor:pointer;
}

#envoyer p.hover{
}


form a {
text-decoration:none;
}

img#img_captcha {
	width:100px;
	height:22px;
	border:1px solid black;
	margin-right:12px;
	float:left;
}

#captcha {
	width:100px;
	float:left;
}

.bas {
background-image:url(../images/bandeau_orange_2.jpg);
height:40px;
}

.bas p {
	font-family:trebuchet, arial, sans-serif;
	font-size:1.6em;
	color:white;
	position:relative;
	top:2px;
	left:15px;
	font-weight:bold;
}

.footer {
width: 300px;
text-align:center;
margin:auto;
padding-top:10px;
padding-bottom:10px;
font-family:trebuchet, arial, sans-serif;
font-size:0.7em;
color:white;
}

.footer a {
text-decoration:none;
color:white;
}

li {
display:inline;
text-decoration:none;
}

