@charset "utf-8";
/* CSS Document */

p{
	margin: 0px;
}

p#header a
{
	width: 231px ;
	height: 46px ;
	display: block ;
	background: url(../img/big-logo.png) no-repeat ;
	position: relative ;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}
		
p#header a span
{
	display: none ;
}

/* ------------------------ FORMAT TEL -------------------------- */
p.formatTel {
	font-weight: bold;
	font-size: large;
	border-left: #c1c5c7 thin solid;
	padding-left: 10px;
}

p.formatTel span.infos {
	color:#c1c5c7;
}

p.formatTel span.numeros {
	color:#00ff00;
}

/* ------------------------ TXT DEPOT CV -------------------------- */
p.formatDepotCv {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
}

p.formatDepotCv a {
	color: #000000;
	text-decoration: none;
}

p.formatDepotCv a:hover {
	color: #c95f1c;
	text-decoration: underline;
}


/* ------------------------ H3 -------------------------- */
h3#chercheursEmploi {
background : transparent url(../img/banner_chercheurs.png) no-repeat left top;
height : 43px;
margin : 5px 0 10px 17px;
width : 499px;
}

h3#offresEmploi {
background : transparent url(../img/banner_offres.png) no-repeat left top;
height : 43px;
margin : 5px 0 10px 17px;
width : 499px;
}

h3#ecoles {
background : transparent url(../img/banner_ecoles.png) no-repeat left top;
height : 43px;
margin : 5px 0 10px 17px;
width : 499px;
}

h3#presse {
background : transparent url(../img/banner_presse.png) no-repeat left top;
height : 43px;
margin : 5px 0 10px 17px;
width : 499px;
}

h3#organismes {
background : transparent url(../img/banner_organismes.png) no-repeat left top;
height : 43px;
margin : 5px 0 10px 17px;
width : 499px;
}

h3#nosTarifs {
background : transparent url(../img/banner_tarifs.png) no-repeat left top;
height : 43px;
margin : 5px 0 10px 17px;
width : 499px;
}

h3#chercheursEmploi span, h3#offresEmploi span, h3#ecoles span, h3#presse span, h3#organismes span, h3#nosTarifs span {
display : inline;
height : 0;
left : -1000px;
overflow : hidden;
position : absolute;
top : -1000px;
width : 0;
}