/* CSS Document */

/* --- STYLES DE BASE --- */

/* Page */
html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
body {
    margin: 0;
    padding: 0; /* Remettre à zéro si nécessaire. */
    /* Pensez à utiliser une collection de polices (2), par ex:
    font-family: Arial, Helvetica, FreeSans, sans-serif; */
    font-size: .8em; /* À adapter pour la police choisie. (3) */
    line-height: 1.4; /* À adapter au design. (4) */
    color: black;
    background: white;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: .2em 0 .8em 0; /* Rapproche le titre du texte. (5) */
    line-height: 1.4;
    font-weight: bold; /* Valeur par défaut. (6) */
    font-style: normal;
}

/* Paragraphes */
p {
    margin: .75em 0; /* Marges plus faibles que par défaut. (7) */
}


/* Liens */
a {
    text-decoration: underline;
}
a:link {
    color: #003366;
}
a:visited {
    color: #003366;
}
a:hover, a:focus, a:active {
    color: crimson;
}
a img {
    border: none;
}


h1 {font-family: "Verdana", Arial, "Arial Black", serif; color: #003366; font-size: 17px; font-weight: bold; text-align: left; border-bottom: 2px solid gray;}/* Titres de 20 pixels soulignés */
h2 {font-family: "Verdana", Arial, "Arial Black", serif; color: #000099; font-size:  12px; font-weight: bold; text-align: left;}/* Textes de 12 pixels en gras*/
h3 {font-family: "Verdana", Arial, "Arial Black", serif; color: #555555; 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: #333333; font-size:  10px; font-weight: bold; text-decoration: none; text-align: center;}/* Titres de 10 pixels */
h6 {font-family: "Verdana", Arial, "Arial Black", serif; color: #333333; font-size: 9px; font-weight: bold; text-align: center; line-height: 14px;}/* pied de page de 9 pixels */
p {font-family: "Verdana", Arial, "Arial Black", serif; color: #333333; font-size: 12px; font-weight: normal; line-height: 15px;text-align: left;/* Paragraphes de 12 pixels */}
a { text-decoration:none; color:#333333; line-height: 14px;}

#body
{
   margin-top: 0;
   background-color:#CCCCCC;
   background-image: url("images/fond_job.jpg");
    height: 1100px;
   background-repeat:no-repeat;
 }

#boite
{
     position: relative; /* on positionne le conteneur */
     margin-left: auto;
     margin-right: auto;
	 margin-top: 0;
     width: 996px;
     text-align: left;
	 border: 0px solid #000;
	 height: 1100px;
	 background-image: url("images/shadow.gif"); 
	 z-index: 0;
 }

#conteneur
{
     position: relative; /* on positionne le conteneur */
     margin-left: 10px;
     margin-right: auto;
	 margin-top: 0;
     width: 976px;
     text-align: left;
	 border: 0px solid #000;
	 height: 1100px;
	 background-color:#999999;
	 border-bottom: 1px solid #666666;
	 z-index: 10;
 }


/* l'article */
.imageflottante1
{ float: left; margin-right: 10px; }
/* bienvenue */
#bienvenue
{
   	width: 683px;
   	height: 280px;
   	position: absolute;
   	top: 132px;
	left: 10px; 
   	color: #B3B3B3;
	margin-left: 0px;
	padding-top:0px;
   	padding-bottom:0px;
   	padding-right:0px;
   	padding-left:0px;
	background-color: #FFFFFF;
    border-width: 1px;
	border-style: solid;
	border-color: #666666;
}


/* palmares */
#actus
{
   	width: 422px;
   	height: 262px;
   	position: absolute;
   	top: 422px;
   	left: 259px;
	color: #B3B3B3;
   	padding-top:0px;
   	padding-bottom:5px;
   	padding-right:5px;
   	padding-left:7px;
   	background-color: #FFFFFF;
    border-width: 1px;
	border-style: solid;
	border-color: #666666;
	z-index: 0;
}

/* le job idéal */
.imageflottante2
{ float: botton; margin-botton: 5px; }

#entreprise
{
   	width: 229px;
   	height: 262px;
   	position: absolute;
   	left:10px;
   	top: 422px;
   	color: #B3B3B3;
	padding-top:0px;
   	padding-bottom:5px;
   	padding-right:5px;
   	padding-left:5px;
	background-color: #FFFFFF;
    border-width: 1px;
	border-style: solid;
	border-color: #666666;
	z-index: 0;
}

.imageflottante2
{ float: left; margin-right: 10px; }

#rubrique
{
   	width: 410px;
   	height: 170px;
   	position: absolute;
   	top: 698px;
	left: 10px; 
   	color: #B3B3B3;
	margin-left: 0px;
	padding-top:0px;
   	padding-bottom:5px;
   	padding-right:5px;
   	padding-left:7px;
	background-color: #FFFFFF;
    border-width: 1px;
	border-style: solid;
	border-color: #666666;
}

#auto_entrepreneur
{
   	width: 405px;
   	height: 130px;
   	position: absolute;
   	top: 738px;
	left: 12px; 
   	color: #B3B3B3;
	margin-left: 0px;
	padding-top:0px;
   	padding-bottom:5px;
   	padding-right:5px;
   	padding-left:7px;
	background-color: #FFFFFF;
    border-width: 0px;
	border-style: solid;
	border-color: #666666;
}

#interview
{
   	width: 241px;
   	height: 170px;
   	position: absolute;
   	top: 698px;
	left: 440px; 
   	color: #B3B3B3;
	margin-left: 0px;
	padding-top:0px;
   	padding-bottom:5px;
   	padding-right:5px;
   	padding-left:7px;
	background-color: #FFFFFF;
    border-width: 1px;
	border-style: solid;
	border-color: #666666;
}

#interview1
{
   	width: 220px;
   	height: 130px;
   	position: absolute;
   	top: 738px;
	left: 442px; 
   	color: #B3B3B3;
	margin-left: 0px;
	padding-top:0px;
   	padding-bottom:5px;
   	padding-right:5px;
   	padding-left:7px;
	background-color: #FFFFFF;
    border-width: 0px;
	border-style: solid;
	border-color: #666666;
}


/* première pub */
#pubtop
{
	width: 260px;
   	height: 280px;
  	position: absolute;
    left:705px;
    top: 132px;
    background-color: #FFFFFF;
    border-width: 1px;
	border-style: solid;
	border-color: #666666;
	z-index: 0;
}

/* deuxième pub */
#pubhaut
{
   	width: 260px;
   	height: 420px;
   	position: absolute;
   	left:705px;
   	top: 422px;
    border-width: 1px;
	border-style: solid;
	border-color: #666666;
}


/* Les carrés */
#carres
{
}

#carre_e
{
position: absolute;
width: 164px;
height: 160px;
top: 883px;
left: 10px;
}
#carre_e ul 
{
padding: 0;
margin: 0;
list-style-type:none;
position: absolute;
}
#carre_e li
{
margin:auto;
padding:0;
float:left; /*pour IE*/
}
#carre_e ul li a
{
color: #666666;
text-decoration:none;
display:block;
background-image: url("images/cherchez_job.jpg");
background-repeat:no-repeat;
width: 164px;
height: 160px;
left: 10px;
padding: 0;
margin: 0px;
border-width: 1px;
border-style: solid;
border-color: #666666;
}
#carre_e ul li a:hover
{
background-image: url("images/fondcadre_blanc.jpg"); 
background-repeat:no-repeat;
}

#carre_f
{
position: absolute;
width: 164px;
height: 160px;
top: 883px;
left: 183px;
}
#carre_f ul 
{
padding: 0;
margin: 0;
list-style-type:none;
position: absolute;
}
#carre_f li
{
margin:auto;
padding:0;
float:left; /*pour IE*/
}
#carre_f ul li a
{
color: #666666;
text-decoration:none;
display:block;
background-image: url("images/carres_bas_lettre.jpg");
background-repeat:no-repeat;
width: 164px;
height: 160px;
left: 183px;
padding: 0;
margin: 0px;
border-width: 1px;
border-style: solid;
border-color: #666666;
}
#carre_f ul li a:hover
{
background-image: url("images/fondcadre_blanc.jpg"); 
background-repeat:no-repeat;
}


#carre_g
{
position: absolute;
width: 164px;
height: 160px;
top: 883px;
left: 356px;
}
#carre_g ul 
{
padding: 0;
margin: 0;
list-style-type:none;
position: absolute;
}
#carre_g li
{
margin:auto;
padding:0;
float:left; /*pour IE*/
}
#carre_g ul li a
{
color: #666666;
text-decoration:none;
display:block;
background-image: url("images/surren.png");
background-repeat:no-repeat;
width: 164px;
height: 160px;
left: 356px;
padding: 0;
margin: 0px;
border-width: 1px;
border-style: solid;
border-color: #666666;
}
#carre_g ul li a:hover
{
background-image: url("images/fondcadre_blanc.jpg"); 
background-repeat:no-repeat;
}


#carre_h
{
position: absolute;
width: 164px;
height: 160px;
top: 883px;
left: 529px;
}
#carre_h ul 
{
padding: 0;
margin: 0;
list-style-type:none;
position: absolute;
}
#carre_h li
{
margin:auto;
padding:0;
float:left; /*pour IE*/
}
#carre_h ul li a
{
color: #666666;
text-decoration:none;
display:block;
background-image: url("images/livre_mjob_managment_carre.jpg");
background-repeat:no-repeat;
width: 164px;
height: 160px;
left: 529px;
padding: 0;
margin: 0px;
border-width: 1px;
border-style: solid;
border-color: #666666;
}
#carre_h ul li a:hover
{
background-image: url("images/fondcadre_blanc.jpg"); 
background-repeat:no-repeat;
}

/* le pied de page */
#pied_de_page
{
   width: 950px;
   height: 30px;
   position: absolute;
   top: 1060px;
   padding: 5px;
   text-align: center;
   border: 0px solid black;
}
#pied_de_page h1
{
   text-align: center; /* Pour centrer le titre */
}

/* Feuille de styles pour formulaire contact.php
màj du 17.05.2005 */

FORM {
	margin: 0
}
FORM * {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
TEXTAREA, INPUT, LABEL {
	margin: 0 5px 5px 0
}
TEXTAREA, INPUT {
	border: #666 1px solid; 
	background-color: #fff;
	width: 180px; 
	margin-left:20px;
}

FORM P {
	clear: both; margin: 0;
}
FORM LABEL {
	float: left; width: 10%; text-align: left;
}
#submit {
	background:url(../newsletter/bouton_envoyerF.jpg) no-repeat;
	width: 82px;
	height: 18px;
	border: 0px;
	font-weight:bold;
	cursor:pointer;
	margin-left: 55px;
}
#submit:hover {
	background-image: url("../newsletter/bouton_envoyerC.jpg");
}
.alerte {
	padding-top:20px; font-weight: bold; text-align: center; font-size: 10px; color: #ed1a3a;
}
.focus {
	background: #ff9
	}


#newsletter
{
   	width: 250px;
   	height: 190px;
   	position: absolute;
   	left: 705px;
   	top: 853px;
   	padding-top:0px;
    padding-bottom:0px;
    padding-right:5px;
    padding-left:5px;
    border-width: 1px;
	border-style: solid;
	border-color: #999999;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 14px;
	background-image: url("newsletter/newsletter.jpg");
}