/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/bg.gif) center top repeat-y;
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size: 12px;
	color: #596D6E;
	line-height: 120%;
}
body#home {
	background: #fff url(../images/bg_home.gif) center top repeat-y;
}

.clear{
	clear: both;
}
a {
	color: #596D6E;
}
a:hover {
	color: #0093D3;
}
a img {
	border: 0;
	border: none;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 25px;
	margin-left: 0;
}
table {
	border-collapse: collapse;
}

#site {
	position: relative;
	width: 940px;
	height: 100%;
	left: 50%;
	top: 0;
	margin: 0 0 0 -470px;
	background: url(../images/bg_ombre.jpg) center top no-repeat;
}
#home #site {
	background: url(../images/bg_home_ombre.jpg) center top no-repeat;
}

/*======================================================
LEFT COL
======================================================*/
.left-col {
	width: 318px;
	float: left;
	color: #596D6E;
}
	.left-menu {
		position: relative;
		width: 265px;
		height: auto !important;
		height: 190px;
		min-height: 190px;
		padding: 10px 20px 0 33px;
		color: #596D6E;
	}
	.left-col .menu {
		position: absolute;
		width: 265px;
		bottom: 0;
		margin: 0;
		padding: 0 0 15px 0;
		border-bottom: 1px dotted #879696;
	}
		.left-col .menu li {
			list-style: none;
			margin: 0;
			padding: 0;
			font-family: "Times New Roman", Times, serif;
			font-size: 18px;
			line-height: 140%;
		}
		.left-col .menu a {
			color: #596D6E;
			text-decoration: none;
			background: url(../images/puce_menu.gif) left 7px no-repeat;
			padding: 0 0 0 10px;
		}
		.left-col .menu a:hover,
		.left-col .menu a.menu_item_activ {
			color: #0093D3;
		}
	#home .menu {
		border-bottom: 1px dotted #fff;
	}
	
		.left-col .menu .menu {
			position: relative;
			width: auto;
			bottom: 0;
			margin: 0;
			padding: 3px 0 8px 0;
			border-bottom: none;
		}
			.left-col .menu .menu li {
				list-style: none;
				margin: 0 0 0 11px;
				padding: 2px 0;
				font-size: 12px;
				font-family: Arial, Verdana, Helvetica, sans serif;
				line-height: 110%;
				color: #879696;
				border-bottom: 1px dotted #879696;
			}
				.left-col .menu .menu a {
					color: #879696;
					background: url(../images/puce_menu2.gif) left 3px no-repeat;
				}
				.left-col .menu .menu a:hover,
				.left-col .menu .menu a.menu_item_activ {
					color: #0093D3;
				}
				
	.home-pad-left {
		height: 230px;
		background: url(../images/home_pad_left.jpg) no-repeat;
		padding: 30px 23px 10px 33px;
		color: #000;
	}
		.home-pad-left h3 {
			font-size: 18px;
			font-family: "Times New Roman", Times, serif;
			line-height: 110%;
			font-weight: normal;
			margin: 0;
			padding: 0;
		}
	.home-pad-left2 {
		padding: 20px 33px 10px 33px;
	}
		


/*======================================================
CENTER COL
======================================================*/
.center-col-home {
	width: 305px;
	float: left;
}
#home .center-col-home {
	height: auto !important;
	height: 718px;
	min-height: 718px;
}
	.lk-logo {
	
	}

/*======================================================
RIGHT COL
======================================================*/
.right-col {
	width: 317px;
	float: left;
}
	.right-menu {
		position: relative;
		width: 264px;
		height: auto !important;
		height: 190px;
		min-height: 190px;
		padding: 10px 33px 0 20px;
		color: #879696;
	}
	.right-menu-inner {
		position: absolute;
		width: 264px;
		bottom: 0;
		margin: 0;
		padding: 0 0 15px 0;
		border-bottom: 1px dotted #879696;
	}
	.right-col .menu2 {
		margin: 8px 0 0 0;
		padding: 8px 0 0 0;
		border-top: 1px dotted #879696;
	}
		.right-col .menu2 li {
			list-style: none;
			margin: 0;
			padding: 0;
			font-size: 15px;
			font-family: "Times New Roman", Times, serif;
			line-height: 130%;
		}
		.right-col .menu2 a {
			color: #879696;
			text-decoration: none;
			background: url(../images/puce_menu.gif) left 5px no-repeat;
			padding: 0 0 0 10px;
		}
		.right-col .menu2 a:hover,
		.right-col .menu2 a.menu_item_activ {
			color: #0093D3;
		}		
		
	#home .right-menu-inner {
		border-bottom: 1px dotted #fff;
	}
	
		.right-col .menu2 .menu2 {
			position: relative;
			width: auto;
			bottom: 0;
			margin: 0;
			padding: 2px 0 6px 0;
			border-bottom: none;
			border-top: 1px dotted #fff;
		}
			.right-col .menu2 .menu2 li {
				list-style: none;
				margin: 0 0 0 11px;
				padding: 2px 0;
				font-size: 12px;
				font-family: Arial, Verdana, Helvetica, sans serif;
				line-height: 110%;
				color: #879696;
				border-bottom: 1px dotted #879696;
			}
				.right-col .menu2 .menu2 a {
					color: #879696;
					background: url(../images/puce_menu2.gif) left 3px no-repeat;
				}
				.right-col .menu2 .menu2 a:hover,
				.right-col .menu2 .menu2 a.menu_item_activ {
					color: #91BEE5;
				}
		
	.lk-home {
		display: block;
		height: 14px;
		background: url(../images/puce_home.gif) left top no-repeat;
		padding: 8px 0 0 28px;
		text-decoration: none;
		font-size: 11px;
		color: #879696;
	}
	.lk-home:hover, .lk-home-active {
		color: #0093D3;
	}
	
	.home-pad-right {
		height: 187px;
		background: url(../images/home_pad_right.jpg) no-repeat;
		padding: 83px 34px 0 20px;
		color: #000;
	}
		.home-pad-right h3 {
			color: #fff;
			margin: 0;
			padding: 0 0 10px 0;
			font-family: "Times New Roman", Times, serif;
			font-size: 22px;
			font-weight: normal;
		}
		.home-pad-right ul {
			margin-top: 0;
		}
		.home-pad-right a {
			color: #000;
		}
		.home-pad-right a:hover {
			color: #fff;
		}
	
	.home-pad-actu {
		padding: 20px 34px 0 20px;
	}
		.home-pad-actu h2 {
			padding: 0;
			margin: 0 0 12px 0;
			font-size: 22px;
			color: #999;
			font-weight: normal;
		}
		.home-pad-actu h3 {
			padding: 0;
			margin: 8px 0 2px 0;
			font-size: 12px;
			color: #0093D3;
			font-weight: bold;
		}
			.home-pad-actu h3 a {
				color: #0093D3;
				text-decoration: none;
			}
		.home-pad-actu .actu-content {
			padding: 0 0 8px 0;
			margin: 0 0 0 0;
			border-bottom: 1px solid #99D4ED;
			font-size: 12px;
			line-height: 100%;
		}
			.home-pad-actu .actu-content a {
				color: #596D6E;
				text-decoration: none;
			}
		.home-pad-actu .lk-all-news {
			position: relative;
			display: block;
			height: 19px;
			background: url(../images/puce_right.gif) right top no-repeat;
			padding: 2px 25px 0 0;
			margin: -2px 0 0 0;
			font-size: 11px;
			font-weight: bold;
			text-decoration: underline;
			color: #999;
			float: right;
		}
		.home-pad-actu .lk-all-news:hover {
			color: #0093D3;
		}


/*======================================================
CONTENT
======================================================*/
.main {
	background: #fff;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	float: left;
}
	.ctn-left {
		padding: 0 20px 20px 33px;
		width: 265px;
		float: left;
	}
		.contener-title {
			position: relative;
			height: 86px;
			padding: 30px 0 0 0;
			margin: 0 0 10px 0;
		}
		.left-intro {
			padding: 57px 0 0 0;
		}
		.citation {
			background: url(../images/citation_top.gif) left top no-repeat;
			margin: 0;
		}
		.citation-inner {
			background: url(../images/citation_bottom.gif) right bottom no-repeat;
			padding: 52px 28px;
			color: #0093D3;
			font-size: 13px;
		}
		.citation-inner p {
			padding: 0;
			margin: 15px 0 0 0;
		}
		
		ul.left-submenu {
			margin: 0;
			padding: 10px 0 0 10px;
		}
			.left-submenu li {
				list-style: none;
				margin: 8px 0;
				font-size: 12px;
				color: #596D6E;
				padding: 0;
			}
			.left-submenu li a {
				display: block;
				color: #596D6E;
				text-decoration: none;
				background: url(../images/puce_submenu.gif) left 4px no-repeat;
				padding: 0 0 0 15px;
			}
			.left-submenu li a:hover {
				color: #0099CC;
			}
			.left-submenu li a.active {
				color: #0099CC;
				background: url(../images/puce_submenu_on.gif) left 4px no-repeat;
			}			
		
	.content {
		width: 589px;
		float: left;
	}


/*======================================================
Titres
======================================================*/
h1, h2 {
	font-family: "Times New Roman", Times, serif;
}
h1 {
	line-height: 90%;
}
	h1:first-letter, h1 span {

	}
h1.title-big {
	position: absolute;
	bottom: 0;
	font-size: 48px;
	line-height: 48px;
	color: #E5E5E5;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h2 {

}


/*======================================================
Boutons
======================================================*/
.btn-size1 {
	display: block;
	width: 113px;
	height: 20px;
	background: url(../images/btn_size1.gif) no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 4px 0 0 10px;
	margin: 10px 0 0 0;
}
.btn-size1:hover {
	color: #000;
}

.lk-readmore {
	display: block;
	width: 80px;
	height: 19px;
	background: url(../images/puce_plus.gif) right top no-repeat;
	padding: 2px 25px 0 0;
	margin: 10px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #999;
}
.lk-readmore:hover {
	color: #0093D3;
}


/*======================================================
FORMS
======================================================*/
form {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size: 12px;
	color: #596D6E;
}
.table-form {
	border: 0;
}
	.table-form td {
		padding: 1px 2px;
	}
.inputform {
	width: 190px;
	background: #fff;
	border: 1px solid #999;
	padding: 2px;
}
.areaform {
	width: 190px;
	height: 60px;
	background: #fff;
	border: 1px solid #999;
	padding: 2px;
}
.inputform:focus {
	border: 1px solid #596D6E;
}


/*======================================================
Footer
======================================================*/
#contener-footer {
	width: 874px;
	margin: 0 auto;
	background: url(../images/pointille.gif) left top repeat-x;
}
#home #contener-footer {
	background: none;
}
#footer {
	height: 145px;
	padding: 15px 290px 0 290px;
	background: url(../images/footer.jpg) center top no-repeat;
	font-size: 11px;
	text-align: right;
}
#footer #address{
	text-align:center;
	margin-top:15px;
	color:#FFF;
}
#home #footer {
	background: url(../images/footer_home.jpg) center top no-repeat;
}
	#footer .module {
		display: inline;
	}
	#footer a {
		text-decoration: none;
		color: #fff;
		margin: 0 5px;
	}
	#footer a.lk-copy {
		text-decoration: none;
		color: #fff;
		margin: 0 5px;
		float: left;
	}
	#footer a:hover {
		color: #000;
	}