/*
Feuille de styles pour formulaire contact.php
mŕj du 17.05.2005
*/
FORM {
	margin: 0
}
FORM * {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
TEXTAREA, INPUT, LABEL {
	margin: 0 5px 5px 5px
}
TEXTAREA, INPUT {
	border: #666 1px solid; 
	background-color: #fff;
	width: 250px; 
}
.checkit { width: auto; vertical-align: middle; display: inline-block }
.venus { display: none; position: absolute; top: -1000px; left: -1000px }
TEXTAREA {
	width: 400px; 
	height: 200px;
	margin-bottom: 20px;
}
FORM P {
	clear: both; margin: 0px;
}
FORM LABEL {
	float: left; width: 12%; text-align: right;
}
#submit {
	border: 2px #df0574 solid; cursor: pointer; padding: 1px; color: #fff; background-color: #660000; width: auto;
}
#submit:hover {
	border: 2px #660000 solid; background-color: #FF3399;
}
.alerte {
	font-weight: bold; font-size: 14px; color: #df0574; text-align: center;
}
.focus {
	background: #ff9;
}

/* CSS Document */
h1 {font-family: "Verdana", Arial, "Arial Black", serif; color: #df0574; font-size: 20px; font-weight: bold; text-align: center; border-bottom: 2px solid gray;}/* Titres de 20 pixels soulignés */
h2 {font-family: "Verdana", Arial, "Arial Black", serif; color: #000099; font-size:  11px; font-weight: bold; text-align: center;}/* Textes de 12 pixels en gras*/
h3 {font-family: "Verdana", Arial, "Arial Black", serif; color: #0152a4; font-size:  12px; font-weight: bold; text-decoration: none; text-align: center;}/* Titres de 12 pixels */
h4 {font-family: "Verdana", Arial, "Arial Black", serif; color: #000099; font-size:  11px; font-weight: bold; text-align: center;}/* Titres de 11 pixels */
h5 {font-family: "Verdana", Arial, "Arial Black", serif; color: #df0574; font-size:  14px; font-weight: bold; text-decoration: none; text-align: center;}/* Titres de 10 pixels */
h6 {font-family: "Verdana", Arial, "Arial Black", serif; color: #FFFFFF; font-size: 9px; font-weight: bold; text-align: center;}/* pied de page de 9 pixels */
p {font-family: "Verdana", Arial, "Arial Black", serif; color: #333333; font-size: 12px; font-weight: normal; line-height: 14px;text-align: left;/* Paragraphes de 12 pixels */}
a {text-decoration:none; color:#0152a4;}

#body
{
   margin-top: 0;
   background-color:#999999;
 }

#boite
{
     position: relative; /* on positionne le conteneur */
     margin-left: auto;
     margin-right: auto;
	 margin-top: 0;
     width: 750px;
     text-align: left;
	 border: 0px solid #000;
 }

#logojob
{
     position: relative; /* on positionne le conteneur */
     margin-left: auto;
     margin-right: auto;
	 margin-top: 0;
     width: 750px;
	 border: 0px solid #000;
	 height: 118px;
     background-image: url("/images/bandeau2.jpg");
     background-repeat:no-repeat;
	 background-color: #FFFFFF;
    border-width: 1px;
	border-style: solid;
	border-color: #555555;
 }

/* actus */
#actus
{
   	width: 726px;
   	height: 900px;
   	position: absolute;
   	top: 119px;
    left: 0px;
   	padding-top:0px;
   	padding-bottom:5px;
   	padding-right:12px;
   	padding-left:12px;
   	background-color: #FFFFFF;
    border-width: 1px;
	border-style: solid;
	border-color: #555555;
	z-index: 0;
}

/* formulaire */
#formulaire
{
   	width: 580px;
   	height: 480px;
   	position: absolute;
   	top: 510px;
    left: 75px;
   	padding-top:0px;
   	padding-bottom:5px;
   	padding-right:7px;
   	padding-left:7px;
   	background-color: #FFFFFF;
    border-width: 1px;
	border-style: solid;
	border-color: #555555;
}

/* merci */
#merci
{
   	width: 726px;
   	height: 330px;
   	position: absolute;
   	top: 119px;
    left: 0px;
   	padding-top:0px;
   	padding-bottom:5px;
   	padding-right:12px;
   	padding-left:12px;
   	background-color: #FFFFFF;
    border-width: 1px;
	border-style: solid;
	border-color: #555555;
	z-index: 0;
}
