/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: url(../images/bg_repeat.gif);
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: 12px;
	color: #333;
}

.clear{
	clear: both;
}
a img {
	border: 0;
	border: none;
}

#conteneur {
	width: 766px;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	padding: 0 7px;
	background: url(../images/bg_site.jpg) center top repeat-y;
}
#conteneur-big {
	width: 766px;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	padding: 0 7px;
	background: url(../images/bg_site_big.jpg) center top repeat-y;
}
#conteneur-home {
	width: 766px;
	margin: 0 auto;
	height: 100%;
	padding: 0 7px;
	background: url(../images/bg_site_home.jpg) center top repeat-y;
}

h1, h2, h3, h4 {
	font-family: Arial, Verdana, Helvetica, sans serif;
}

/*======================================================
LEFT COL (Menu)
======================================================*/
#left-menu {
	width: 117px;
	padding: 0 2px 0 0;
	font-family: Arial, Verdana, Helvetica, sans serif;
	float: left;
}

	.lk-logo {
		display: block;
	}

	#left-menu ul {
		margin: 0;
		padding: 0;
	}
		#left-menu ul li {
			list-style: none;
			margin: 0;
			padding: 10px 5px;
			text-align: center;
			font-size: 13px;
			font-weight: bold;
			background: #E1DBCA url(../images/left_sep.gif) left bottom no-repeat;
		}
			#left-menu ul li a {
				color: #fff;
				text-decoration: none;
			}
			#left-menu ul li a:hover, #left-menu ul li a.menu_item_activ {
				color: #000;
			}
	
	
/*======================================================
Main
======================================================*/
#main {
	width: 647px;
	float: left;
	background: url(../images/content_bottom.jpg) 195px bottom no-repeat;
	padding: 0 0 98px 0;
}
#main-big {
	width: 647px;
	float: left;
	background: url(../images/content_bottom_big.jpg) 195px bottom no-repeat;
	padding: 0 0 94px 0;
}
	.table-content {
		width: 100%;
		border-collapse: collapse;
		border: 0;
		border: none;
		border-bottom: 2px solid #fff;
	}
		.table-content td{
			border: 0;
			border: none;
			padding: 0;
			vertical-align: top;
			font-size: 11px;
		}
		.table-content .pix-left, .table-content .pix-right {
			width: 193px;
		}		
		.table-content .content {
			width: 241px;
			padding: 7px 10px;
			background: #fff;
		}
		.table-content .content-big {
			padding: 7px 4px 7px 10px;
			background: #fff;
		}
		.table-content .content ul {
			margin: 0;
			padding: 0 5px 5px 15px;
		}
			.table-content .content ul li {
				margin: 0;
				padding: 3px 0;
			}
			
		.table-content .content p {
			margin: 10px 0;
			padding: 0;
		}
		
		.border-bas {
			border-bottom: 2px solid #fff;
			background: #fff;
		}
		.border-haut {
			border-top: 2px solid #fff;
			background: #fff;
		}
		
		
		/*===========================================
		GESTION DES COULEURS
		============================================*/
		.jaune .pix-left, .jaune .pix-right {
			background: #FFBF00;
		}
		.bleu .pix-left, .bleu .pix-right {
			background: #36c;
		}
		.marron .pix-left {
			background: #6F6243;
		}
		.marron .pix-right {
			background: #C60;
		}
		
		/* NAV INTERNE */
		ul.tabs-submenu, .submenu-news ul {
			margin: 0;
			padding: 15px 0 5px 5px !important;
			font-family: Arial, Verdana, Helvetica, sans serif;
		}
			ul.tabs-submenu li, .submenu-news ul li {
				list-style: none;
				margin: 0 !important;
				padding: 0 !important;
				font-size: 13px;
			}
			ul.tabs-submenu a, .submenu-news a {
				display: block;
				padding: 4px 0 4px 44px;
				text-decoration: none;
			}
			ul.tabs-submenu a:hover, ul.tabs-submenu a.active , .submenu-news a.menuactive {
				padding-left: 28px;
			}
			.jaune .content .tabs-submenu a {
				color: #FFBF00;
				background: url(../images/puce_jaune.gif) 30px 5px no-repeat;
			}
			.jaune .content .tabs-submenu a:hover {
				background: url(../images/puce_jaune_on.gif) left 1px no-repeat;
			}
			.jaune .pix-left .tabs-submenu a {
				color: #C60;
				background: url(../images/puce_marron.gif) 30px 5px no-repeat;
			}
			.jaune .pix-left .tabs-submenu a:hover, .jaune .pix-left .tabs-submenu a.active {
				background: url(../images/puce_jaune_on2.gif) left 1px no-repeat;
			}
			
			.bleu .content .tabs-submenu a {
				color: #36c;
				background: url(../images/puce_bleu.gif) 30px 5px no-repeat;
			}
			.bleu .content .tabs-submenu a:hover {
				background: url(../images/puce_bleu_on.gif) left 1px no-repeat;
			}
			.bleu .pix-left .tabs-submenu a {
				color: #fff;
				background: url(../images/puce_blanc.gif) 30px 5px no-repeat;
			}
			.bleu .pix-left .tabs-submenu a:hover, .bleu .pix-left .tabs-submenu a.active {
				background: url(../images/puce_bleu_on2.gif) left 1px no-repeat;
			}
			
			.marron .content .tabs-submenu a {
				color: #6F6243;
				background: url(../images/puce_marron.gif) 30px 5px no-repeat;
			}
			.marron .content .tabs-submenu a:hover {
				background: url(../images/puce_marron_on.gif) left 1px no-repeat;
			}
			.marron .pix-left .tabs-submenu a, .marron .pix-left .submenu-news a {
				color: #fff;
				background: url(../images/puce_blanc2.gif) 30px 5px no-repeat;
			}
			.marron .pix-left .tabs-submenu a:hover,
			.marron .pix-left .tabs-submenu a.active,
			.marron .pix-left .submenu-news a:hover,
			.marron .pix-left .submenu-news a.menuactive {
				background: url(../images/puce_marron_on2.gif) left 1px no-repeat;
			}
			
		
			
		.jaune strong {
			color: #FFBF00;
		}
		.bleu strong {
			color: #36c;
		}
		.marron strong {
			color: #C60;
		}
		
	.emploi-result {
		padding: 1px 0 0 0;
	}
		.emploi-result h4.tit_offre {
			font-size: 13px;
			font-weight: bold;
			color: #C60;
			background: url(../images/puce_emploi.gif) left 1px no-repeat;
			padding: 0 0 0 20px;
			margin: 15px 0 5px 0;
		}
		.emploi-result ul {
			margin: 0;
			padding: 0 0 10px 25px;
		}
			.emploi-result ul li {
				list-style: none;
				padding: 3px 0;
				margin: 0;
				font-size: 11px;
			}
			.emploi-result a {
				padding: 2px;
				text-decoration: none;
			}
			.emploi-result a:hover {
				background-color: #C4B796;
				color: #fff;
			}
	.emploi-offre {
		padding: 1px 0 10px 0;
		border-bottom: 1px solid #C60;
	}
		.emploi-offre-entete {
			padding: 0 0 10px 0;
			margin: 10px 0;
			color: #6F6243;
			border-bottom: 1px solid #6F6243;
		}
		.emploi-offre ul {
			margin-top: 5px;
		}
		
		
	/*=============== Content HOME ===============*/
	#main-home {
		width: 647px;
		float: left;
		background: none;
		padding: 0;
	}
	.table-content-home {
		width: 100%;
		border-collapse: collapse;
		border: 0;
		border: none;
	}
		.table-content-home td{
			border: 0;
			border: none;
			padding: 0;
			font-size: 11px;
		}
		.home-news {
			padding-top: 100px !important;
			background: url(../images/bg_home_right.jpg) left top repeat-x;
			vertical-align: bottom;
		}
			.pad-news {
				background: #fff;
				padding: 5px 5px 0 5px;
				color: #333;
				font-size: 10px;
			}
			.pad-news .artTitleActu {
				font-size: 12px;
				font-weight: bold;
				color: #6F6243;
				padding: 0;
				margin: 10px 0 0 0;
			}
				.actu-content {
					padding: 0 0 5px 0;
				}
			.pad-news .media_img {
				width: 82px;
				float: left;
				padding: 0 5px 0 0;
			}
		
		.sign_advisa {
			width: 183px;
			padding: 5px !important;
			vertical-align: top;
		}
		.td-newsletter {
			padding: 5px !important;
			vertical-align: top;
			font-size: 10px !important;
		}
		.td-newsletter p {
			padding: 5px 0 0 0;
			margin: 0;
		}
		.td-newsletter .table-form {
			width: auto;
		}




/*======================================================
FORMS
======================================================*/
form {
	margin: 0;
	padding: 0;
}
form small{
	font-size: 10px !important;
	color: #999;
}

.form-coord {
	color: #fff;
	font-size: 12px;
	padding: 10px;
}
	.form-coord a {
		color: #fff;
	}
	.form-coord a:hover {
		color: #6F6243;
		background: #C4B796;
	}
	
.table-form {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	border: none;
	margin: 10px 0;
}
#newsletter .table-form {
	width: auto;
}
	.table-form td {
		border: 0;
		border: none;
		padding: 0;
		vertical-align: middle;
	}

	.inputform {
		width: 100px;
		font-size: 11px;
		border: 1px solid #6F6243;
		color: #6F6243;
		background: #fff;
	}
	.inputform-2 {
		width: 200px;
		font-size: 11px;
		border: 1px solid #6F6243;
		color: #6F6243;
		background: #fff;
	}
	.areaform {
		width: 305px;
		height: 60px;
		font-size: 11px;
		border: 1px solid #6F6243;
		color: #6F6243;
		background: #fff;
		font-family: Verdana, Arial, Helvetica, sans serif;
	}
	.areaform-2 {
		width: 425px;
		height: 80px;
		font-size: 11px;
		border: 1px solid #6F6243;
		color: #6F6243;
		background: #fff;
		font-family: Verdana, Arial, Helvetica, sans serif;
	}
	.btn-send {
		border: 0;
		border: none;
		margin: 10px 0 0 0;
	}
	.selectform {
		width: 102px;
		font-size: 11px;
		border: 1px solid #6F6243;
		color: #6F6243;
		background: #fff;
	}
	
.form-error {
	position: absolute;
	width: 183px;
	margin-top: 360px;
	padding: 5px;
	background: #fff;
}


/*======================================================
Footer
======================================================*/
.footer {
	padding: 4px 0 0 0 !important;
}
	.footer .module {
		display: inline;
	}
	.footer a {
		font-size: 10px;
		text-decoration: none;
		line-height: 15px;
		padding: 2px;
	}
	.footer a:hover {
		background-color: #C4B796;
		color: #fff;
	}
	.lk-flash {
		font-weight: bold;
		color: #6F6243;
		background: url(../images/logo_flash.gif) left center no-repeat;
		padding-left: 16px !important;
	}

/*======================================================
GENERIC
======================================================*/
a {
	color: #6F6243;
}
.bg-blanc {
	background-color: #fff;
}

/*======================================================
Outils CHETCUTI SERVICES
======================================================*/
ul.tabs-submenu {
	position: relative;
}
a.legende{
    position:relative; 
    z-index:24; background-color:#FFFFFF;
    color:#000000;
    text-decoration:none}

a.legende:hover{z-index:25; background-color:#FFFFFF}

a.legende span,
ul.tabs-submenu li a span
{
		display: none;
}

a.legende:hover span,
ul.tabs-submenu li a:hover span { 
	display:block; 
	position:absolute;
	/*top:0em;*/
	left:15em;
	margin: -15px 0 0 0;
	width:15em;
	border:1px solid #000000;
	background-color:#FFFFFF; color:#000000;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size:10px;
	font-weight:none;
	padding:1px;
}

.artTitle span.legende {
	display: none;
}

.footer2 {
	margin: 90px 28px 0 0;
	font-size: 10px;
	text-decoration: none;
	text-align: right;
	line-height: 10px;
	padding: 2px;
	color: #6F6243;
}
.footer2 a {
	font-size: 10px;
	text-decoration: none;
	line-height: 10px;
	padding: 2px;
}
.footer2 a:hover {
	background-color: #C4B796;
	color: #FFFFFF;
}