*{

margin:0;
padding:0;
font-family: arial;
}

#conteneur
{
width:1012px;
margin:auto;

}

body
{
background: url('../images/fond.jpg') repeat-x;
}

#head h1
{
display: block;
width:1012px;
height:159px;
background: url('../images/header.jpg') no-repeat;
text-indent: -9999px;
}

#contenu
{
width:938px;
background: url('../images/contenu_fond.png') repeat-y;
position: relative;
padding:30px 0 0 40px;
min-height:700px;
}

#affichage
{
width:640px;
position: relative;
}

#modules
{
width:233px;
position: absolute;
top:30px;
right:35px;
}

/*  ---- Modules ----- */

.top
{
width:233px;
height:6px;
background: url('../images/module_top.jpg') no-repeat;
}

.middle
{
width:233px;
background: url('../images/module_middle.jpg') repeat-y;
}

.bottom
{
width:233px;
height:7px;
background: url('../images/module_bottom.jpg') no-repeat;
margin-bottom:10px;
}

/*  ----PUB ---- */
.pubad{
margin:0;
padding-left:15px;
}

/*  ----PUB Regie affiz---- */

.pubadf{
margin:0;
padding-left:15px;
margin-top:20px;
}


/* ---- recherche ------ */

#moduleRecherche h2
{
width:176px;
height:27px;
background: url('../images/titre_recherche.jpg') no-repeat;
display: block;
text-indent: -9999px;
position: absolute;
left:20px;
top:10px;
}

#moduleRecherche .middle
{
position: relative;
height: 100px ;
}

#moduleRecherche input[type=text]
{
position: absolute;
top:50px;
left:25px;
width:130px;
border: none;
height:17px;
padding-left:5px;
}

#moduleRecherche input[type=submit]
{

display: block;
width:57px;
height:32px;
background: url('../images/bouton_petit.png') no-repeat;
border:0;
color:white;
cursor: pointer;
position: absolute;
top:42px;
left:165px;
}

#moduleRecherche input[type=submit]:hover
{
color:#0099FF;
}

/* ---- connexion ------ */

#moduleConnexion h2
{
width:176px;
height:27px;
background: url('../images/titre_espaceRecruteur.jpg') no-repeat;
display: block;
text-indent: -9999px;
position: absolute;
left:20px;
top:10px;
}

#moduleConnexion .middle
{
position: relative;
height:230px;
}

#moduleConnexion #lienInscription
{
position: absolute;
bottom:30px;
left:2px;
}

#moduleConnexion #lienConnexion
{
position: absolute;
bottom:15px;
left:2px;
}

#moduleConnexion #lienInscription a
{
color:#6F6F6F;
font-size:11px;
text-decoration: none;
margin-right:20px;
}

#moduleConnexion #lienConnexion a
{
color:#6F6F6F;
font-size:11px;
text-decoration: none;
margin-right:20px;
}

#moduleConnexion #lienInscription a:hover
{
color:white;
}

#moduleConnexion #lienConnexion a:hover
{
color:white;
}

#moduleConnexion .first
{
padding-top:40px;
}

#moduleConnexion p
{
margin-left:20px;
}
 
#moduleConnexion label
{
color:#0099FF;
font-size: 13px;
font-weight:normal;
text-transform: uppercase;
margin-top:10px;
display: block;
}

#modulePlus label
{ width:80px;
}

#moduleConnexion input[type=text],#moduleConnexion input[type=password]
{
margin-top:5px;
width:130px;
border: none;
height:17px;
padding-left:5px;
}

#moduleConnexion input[type=submit]
{
display: block;
width:95px;
height:32px;
background: url('../images/bouton_grand.png') no-repeat;
border:0;
color:white;
cursor: pointer;
position: absolute;
top:145px;
left:17px;
}

#moduleConnexion input[type=submit]:hover
{
color:#0099FF;
}

/* ----- module plu --- */


#modulePlus .middle1
{
height:202px;  /* anciennement 200px */
}

#modulePlus .middle
{
height:200px;  /* anciennement 200px */
padding: 25px 0;

}

#modulePlus .stats
{
	padding: 14px 22px 34px;
	color:#9FBAFF;
	background: url("../images/module_middle.jpg") repeat-y scroll 0 0 transparent;
	font-size:13px;
	margin-bottom:20px;
	height:150px;
}

/* ----- footer ----- */

#footer
{
text-align:center;
font-size:12px;
color:#FFFFFF;
height:159px;
background: url('../images/fond_footer.jpg') repeat-x;
margin-top:10px;
padding-top:10px;
padding-bottom:10px;
clear:both;
}

#footer p
{
padding-top:8px;
}
#footer a
{
color:#0099FF;
}
#footer .liens
{
font-size:10px;
}


