/* Feuille de style principale du site groupe-lauriere.com */

/* Eléments */
body{
	background:#ffffff url(/images/fond.gif) repeat-y;
	margin:0;
	padding:0;
	font-family:arial,sans-serif,sans;
	font-size:12px;
	color:#4f4b4a;
}
a{
	color:#4f4b4a;
	text-decoration:none;
}
a img{
	border:none;
}
a:hover{
	color:#000;
	text-decoration:underline;
}

/* Page */
#page{
	float:left;
	margin:0 0 0 185px;
	width:80%;
	padding:0 0 0 5%;
	background:#fff;
}

/* Menus (entête et pied de page) */
.menu{
	margin:0;
	padding:0;
	list-style:none;
}

/* Entête */
#header{
}
#header #logo{
	position:absolute;
	left:40px;
	top:20px;
}
#header #contact-button{
	display:none;
	color:#666;
}
#header form#contact-form{
	position:absolute;
	background:#4F4B4A;
	border:1px solid #AAAAAA;
	z-index:9;
	color:#fff;
	overflow:hidden;
	padding:10px;
}
/*#header form.closed#contact-form{*/
.closed{
	opacity:0;
	width:0;
	height:0;
	left:880px;
	top:40px;
}
/*#header form.opened#contact-form{*/
.opened{
	opacity:1;
	width:840px;
	height:385px;
	left:200px;
	top:120px;
}
#header form#contact-form a.button.close{
	float:right;
}
#header form#contact-form fieldset{
	width:48%;
	margin:0 1% 0 0;
	float:left;
	border:none;
}
#header .menu{
	background:url(/images/menuroll_01.gif);
	height:22px;
}
#header .menu li{
	float:left;
}
#header .menu li a{
	color:#fff;
	display:block;
	line-height:22px;
	height:22px;
	padding:0 15px;
	border-right:solid 1px #5f5b5a;
}
#header .menu li a:hover,
#header .menu li a.hover{
	background:#6f6b6a url("/images/menuroll.gif");
	color:#fff;
	text-decoration:none;
}
#header .menu li ul{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	display:none;
	background-color:#5f5b5a;
	width:160px;
	z-index:10;
}
#header .menu li ul li{
	float:none;
	border-bottom:solid 1px #6f6b6a;
}
#header .menu li ul li a:hover,
#header .menu li ul li a.hover{
	background:#e60621;
}

/* Contenu */
#content{
	float:left;
	width:100%;
	padding:20px 0;
}
#content h1{
	color:#000;
	background:url(/images/fleche-noire.gif) no-repeat 0 5px;
	position:relative;
	left:-40px;
	padding-left:40px;
	font-size:1.8em;
}
#content h2{
	color:#E60621;
	font-size:1.4em;
}
#content h3{
	font-size:1em;
}
#content ul{
	margin:10px 0 10px 15px;
	padding:0;
}
#content .colonne{
	float:left;
	width:330px;
	margin:0 50px 0 0;
}

/* Encadrés */
.encadre{
	background:url(/images/bloc.jpg);
	width:310px;
	height:220px;
	padding:10px;
	margin:0 0 10px;
}
.encadre h2{
	margin-top:0;
}

/* Formulaires */
form fieldset{
	border:none;
	border-top:1px solid #E60621;
	padding:10px 0 0;
	margin:10px 0 0;
	position:relative;
	top:1em;
}
form fieldset legend{
	color:#E60621;
	font-size:1.4em;
	position:relative!important;
	top:-1em;
}
form fieldset ol{
	list-style:none;
	padding:0;
	margin:0;
}
form fieldset ol li{
	clear:left;
	float:left;
	margin:0 0 3px;
}
form fieldset ol li label{
	float:left;
	width:150px;
	white-space:nowrap;
}
form fieldset ol li label small{
	display:block;
}
form fieldset ol li div.editable{
	float:left;
	width:auto;
}
form fieldset ol li img{
	max-width:133px;
	float:left;
	margin:0 10px 0 0;
}
form fieldset ol li ul.radio{
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}
form fieldset ol li ul.radio li{
	display:inline;
}
form fieldset ol li ul.radio li label{
	float:none;
}
span.required{
	color:#E60621;
}
.button{
	background-color:#E60621;
	color:#fff;
	border:none;
	padding:5px;
	cursor:pointer;
	font-size:12px;
	font-family:arial,sans-serif,sans;
}
.button:hover{
	background-color:#000;
	color:#fff;
	text-decoration:none;
}

/* Tableaux */
table{
	border-collapse:collapse;
}
table td,
table th{
	text-align:left;
	border-bottom:1px solid #ccc;
	padding:5px;
}

/* Alignements des images */
.left{
	float:left;
	margin:0 10px 10px 0;
}
.right{
	float:right;
	margin:0 0 10px 10px;
}
.center{
	margin:0 auto;
	text-align:center;
}
.clear{
	float:none;
	clear:both;
}

/* Pied */
#footer{
	clear:both;
	float:left;
	width:100%;
}
#footer .menu{
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #666;
}
#footer .menu li{
	display:inline;
	background:url(/images/separateur-menu-bas.gif) no-repeat 8px center;
	padding-left:20px;
}
#footer .menu li.first{
	background:none;
	padding-left:0;
}
#footer address{
	font-style:normal;
}

/* Accueil */
#accueil #header{
	height:86px;
}
#accueil #header #menu{
	display:none;
}
#accueil #header #contact-button{
	position:absolute;
	left:70%;
	top:40px;
	display:block;
	width:120px;
	background:url(/images/lettre-ferme.gif) no-repeat right top;
	padding:19px 0 6px;
}
#accueil #header #contact-button:hover{
	background-image:url(/images/lettre-ouverte.gif);
}
#accueil #content{
	padding-top:260px;
}
#accueil #content ul.bandeaux{
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	left:0;
	top:95px;
	float:left;
	width:100%;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
}
#accueil #content ul.bandeaux li{
	clear:left;
	float:left;
	width:100%;
}
#accueil #content ul.bandeaux li#groupe{
	background-color:#4F4B4A;
}
#accueil #content ul.bandeaux li#references{
	background-color:#000000;
}
#accueil #content ul.bandeaux li#recrutement{
	background-color:#E60621;
}
#accueil #content ul.bandeaux li:hover{
	opacity:0.9;
}
#accueil #content ul.bandeaux li img{
	float:left;
	margin:0 65px 0 0;
}
#accueil #content ul.bandeaux li div{
	float:left;
}
#accueil #content ul.bandeaux li div h1{
	background-image:url(/images/fleche01.gif);
}
#accueil #content ul.bandeaux li div h1 a{
	color:#fff;
}
#accueil #content ul.bandeaux li div h1 a:hover{
	text-decoration:none;
}
#accueil #content ul.bandeaux li div p{
	clear:left;
}
#accueil div.actualites{
	width:450px;
	float:left;
}
#accueil div.actualites div.actualite{
	margin:0 0 12px 0;
	float:left;
	padding:0 0 12px 0;
	border-bottom:1px solid #fff;
	cursor:pointer;
}
#accueil div.actualites div.actualite:hover{
	color:#000;
	border-color:#000;
}
#accueil div.actualites div.actualite:hover a{
	color:#000;
	text-decoration:none;
}
#accueil div.actualites div.actualite h2{
	margin:0;
}
#accueil div.actualites div.actualite p.date{
	margin:0;
	color:#E60621;
	font-weight:normal;
}
#accueil div.actualites div.actualite img{
	float:left;
	width:133px;
	height:100px;
	margin:0 10px 0 0;
}

/* Présentation (sociétés) */
ul.societes{
	list-style:none;
	margin:0;
	padding:0;
}
ul.societes li{
	float:left;
	clear:left;
	background:url(/images/plus01.gif) no-repeat right bottom;
}
ul.societes li img{
	float:left;
	margin:0 10px 10px;
}
a.back{
	background:url(/images/moins.gif) no-repeat;
	padding:0 0 5px 20px;
}

/* Actualités */
#content ul.actualites{
	list-style:none;
	margin:0;
	padding:0;
}
#content ul.actualites li{
	float:left;
	margin:0 50px 10px 0;
	width:320px;
}
#content ul.actualites li ul.photos{
	list-style:none;
	margin:0;
	padding:0;
	background:#666;
	float:right;
}
#content ul.actualites li ul.photos li{
	float:none;
	display:inline;
	margin:0;
}
#content ul.actualites li ul.photos li a{
	color:#fff;
	padding:2px;
}
#content ul.actualites li h2,
#content ul.actualites li p.date{
	clear:right;
	margin:0;
	padding:0;
}

/* Références */
#content ul.references{
	list-style:none;
	margin:0;
	padding:0;
}
#content ul.references li{
	float:left;
	margin:0 50px 10px 0;
	width:250px;
}
#content ul.references li img{
	width:138px;
	height:70px;
}
#content ul.references li.clear{
	width:100%;
}
#content ul.references li span.zoom{
	position:absolute;
	display:none;
	background:#E60621;
	color:#fff;
	margin:25px 0 0 45px;
}
#content ul.references li:hover span.zoom{
	display:block;
}
#content ul.references li h3,
#content ul.references li p{
	width:138px;
	margin:0;
}

/* Offres d'emploi */
#offre .encadre{
	background-image:url(/images/bloc02.jpg);
	height:430px;
}
#offre .select{
	background-repeat:no-repeat;
	padding:51px 0 0 8px;
	float:left;
	width:165px;
	height:80px;
	margin:10px 60px 0px 0;
}
#offre .select#departement{
	background-image:url("/images/dpt.gif");
}
#offre .select#contrat{
	background-image:url("/images/contrat.gif");
}
#offre .select#metier{
	background-image:url("/images/metier.gif");
}
#offre .select select{
	background-color:#bbbbbb;
	border:solid 1px #4f4b4a;
	margin-bottom:5px;
	color:#000;
	width:150px;
}
#offre #content ul.offres{
	list-style:none;
	margin:0;
	padding:0;
}
#offre #content ul.offres li{
	clear:left;
	float:left;
	width:100%;
	border-bottom:1px solid #eee;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	line-height:18px;
}
#offre #content ul.offres li.selected{
	font-weight:bold;
}
#offre #content ul.offres li img{
	float:left;
	margin:0 10px 0 0;
}
#offre #content div.encadre a.button{
	background:#000 url(/images/form.gif) no-repeat;
	padding:2px 2px 5px 30px;
	width:115px;
	height:26px;
	background-color:#000;
	background-repeat:no-repeat;
	background-position:5px center;
	display:block;
	float:left;
}
#offre #content div.encadre a.button:hover{
	background-color:#666;
}
#offre #content div.encadre a.button.form{
	background-image:url(/images/form.gif);
	margin:0 10px 0 0;
}
#offre #content div.encadre a.button.coords{
	background-image:url(/images/coordonnees.gif);
}
#offre #content a.print{
	text-align:center;
	padding:0 0 5px 30px;
	margin:0 0 0 80px;
	background:url(/images/print.gif) no-repeat;
}
#imprimer{
	background:#fff;
}
#imprimer #header,
#imprimer #footer{
	display:none;
}
#imprimer #page{
	margin:0;
	width:90%;
	padding:0 0 0 10%;
}
@media print{
	.noprint{
		display:none;
	}
}

/* Admin */
.published{
	display:block;
	width:10px;
	height:10px;
	background:url(/images/pastille-verte.gif) no-repeat;
	font-size:0;
}
.unpublished{
	display:block;
	width:10px;
	height:10px;
	background:url(/images/pastille-rouge.gif) no-repeat;
	font-size:0;
}
.preview{
	display:block;
	width:20px;
	height:19px;
	background:url(/images/loupe.gif) no-repeat;
	font-size:0;
}
.preview:hover{
	background-image:url(/images/louperoll.gif);
}
table.mceEditor td{
	border:none;
	padding:0;
}
#calendar{
	background:#fff;
	border:1px solid #666;
	padding:5px;
}
#calendar table{
	width:100%;
}
#calendar table td{
	cursor:pointer;
}
#calendar table td:hover{
	background:#E60621;
	color:#fff;
}
table.sortable thead th{
	cursor:pointer;
}
.table-th-sort span.table-th-sort-span{
	display:block;
	float:left;
	width:20px;
	height:12px;
	background:url(/images/tri-asc.gif) no-repeat center center;
}
.table-th-sort:hover .table-th-sort-span{
	background-imag:url(/images/tri-asc-hover.gif);
}
.table-th-sort-rev .table-th-sort-span{
	background-image:url(/images/tri-desc.gif)!important;
}
.table-th-sort-rev:hover .table-th-sort-span{
	background-imag:url(/images/tri-desc-hover.gif)!important;
}
