/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
hr {
	margin: 20px 0px 20px 0px;
	height: 1px;
	border: none 0;
	border-top: 1px dashed #002762;
}
p {
	text-align: justify;
	font-size: 12px;
	color: #002762;
}
.date {
	color: #999999;
}
a {
	color: #002762;
}
a:hover {
	color: #7A6759;
	text-decoration: none;
}
.candidat label {
	color: #7A6759;
}
.candidat legend {
	color: #002762;
}
.candidat h3 {
	color: #FFFFFF;
	padding: 5px;
	background-color: #7A6759;
}
.employeur label {
	color: #002762;
}
.employeur legend {
	color: #7A6759;
}
.employeur h3 {
	color: #FFFFFF;
	padding: 5px;
	background-color: #002762;
}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background: transparent url('../img/fond.jpg') repeat-y;
	background-attachment: scroll;
	background-position: center center;
}
html>body {
	padding: 0px 20px 0px 20px;
}

body.accueil {
	background: none;
}
fieldset {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}
legend {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: bold;
}
label {
	display: inline;
	float: left;
	width: 250px;
}
label.obligatoire {
	font-weight: bold;
}
select {
	width: auto;
	float: left;
}
.cache {
	display: none;
}
.visible {
	display: block;
	margin-left: 10px;
	float: left;
}
.rouge {
	color: red;
}
.vert {
	color: green;
}
img {
	border: 0px;
}
h3 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	text-transform: uppercase;
	color: #7A6759;
}
.offres h3 {
	padding-bottom: 0;
}
.offres p {
	padding-top: 0;
}

p, li {
	padding-top: 10px;
	padding-bottom: 10px;
}
li {
	margin-left: 50px;
}
/* PREMIERE PAGE */
#splash {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 900px;
	margin-left: -450px;
	margin-top: -315px;
}
.accueil ul {
	margin-top: 20px;
	text-align: center;
}
.accueil li {
	display: inline;
	margin-left: 0px;
	color: #002762;
}
.accueil a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #7A6759;
	padding: 0px 2px 0px 2px;
	text-transform: uppercase;
}
.accueil a:hover {
	text-decoration: none;
}
#page {
	width: 860px;
	margin: 0px auto;
}
#header {
	height: 250px;
}
#header h1 {
	display: none;
}

/* MENU EN ROLLOVER CSS */
#menu {
	height: 42px;
	background: transparent url('../img/menu.jpg') no-repeat;
}
#menu ul {
	height: 42px;
}
#menu li {
	float: left;
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
}
#menu li a {
	display: block;
	height: 42px;
	font-size:0px;
	text-indent: -500px;
   	overflow:hidden;
}
#menu-presentation a {
	width: 119px;
}
#menu-presentation a:hover {
	background: transparent url('../img/menu.jpg') no-repeat 0 -39px;
}
#menu-recrutement a {
	width: 121px;
}
#menu-recrutement a:hover {
	background: transparent url('../img/menu.jpg') no-repeat -119px -39px;
}
#menu-approche a {
	width: 158px;
}
#menu-approche a:hover {
	background: transparent url('../img/menu.jpg') no-repeat -240px -39px;
}
#menu-accompagnement a {
	width: 167px;
}
#menu-accompagnement a:hover {
	background: transparent url('../img/menu.jpg') no-repeat -398px -39px;
}
#menu-offres a {
	width: 151px;
}
#menu-offres a:hover {
	background: transparent url('../img/menu.jpg') no-repeat -565px -39px;
}
#menu-contact a {
	width: 143px;
}
#menu-contact a:hover {
	background: transparent url('../img/menu.jpg') no-repeat -716px -39px;
}
#contenu  {
	padding: 10px 50px 10px 50px;
}
#contenu.offres {
	padding: 10px 20px 10px 50px;
}
#contenu li a {
	font-size: 11px;
	font-weight: bold;
	border-bottom: 0px;
}
.colonne-unique-100p {
	width: 100%;
	height: auto;
}
.colonne-gauche-25p {
	float: left;
	width: 215px;
	height: auto;
}
.colonne-gauche-50p {
	float: left;
	width: 50%;
	height: auto;
}
.colonne-gauche-75p {
	float: left;
	width: 635px;
	height: auto;
}
.colonne-droite-33p {
	float: right;
	width: 35%;
}
#les-offres {
	margin-top: 25px;
	height: 550px;
	overflow: auto;
}
#les-offres strong {
	text-transform: uppercase;
}
.colonne-gauche-66p {
	float: left;
	width: 60%;
	height: auto;
}
.colonne-droite-25p {
	float: right;
	width: 25%;
	height: auto;
}
.colonne-droite-50p {
	float: right;
	width: 45%;
	height: auto;
}
.colonne-droite-75p {
	float: right;
	width: 635px;
	height: auto;
}
#footer {
	clear: both;
	height: 63px;
	bottom: 0px;
	background: transparent url('../img/bsc-filigramme.jpg') no-repeat 50% 50%;
}
#footer p {
	text-align: center;
	display: none;
}
