/* CSS Document */

html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:#d5dee3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

.txt-courant{
    text-align: justify;
}

.wrapper {
	width:100%;
	height:100%;
}

.wrapper .middle {
	width:959px;
	min-height:800px;
	border:solid 2px #FFF;
	background:#2b4861;
	margin:auto;
	position:relative;
}

.wrapper .middle .footer {
	bottom:0;
	position:absolute;
	height:20px;
	padding-left:5px;
	width:100%;
}

ul.menu-left {
	margin:0;
	padding:0;
	list-style:none;
	
	margin-left:39px;
	margin-top:26px;
}

ul.menu-left ul {
	margin:0;
	padding:0;
	list-style:none;
	margin-left:10px;
}

ul.menu-left li {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:26px;
	border-top:solid 1px #6b8fa9;
	cursor:pointer;
}

ul.menu-left li.level0 div.level0, ul.menu-left li.level1 div.level1 {
	padding-left:15px;
}

ul.menu-left li.level0:hover div.level0 {
	background:#1b3146;
}

ul.menu-left li.level1:hover div.level1, .selectedLI {
	background:url(../library/images/menu_arrow.png) left no-repeat #1b3146;
}

a.prodlink:link, a.prodlink:visited {
	color:#84d0f0;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}

a.prodlink:hover {
	text-decoration:underline;
}

a:link, a:visited, a:active {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/*Pagination*/
.pagination{
    border: 0;
    text-align: center;
    width: auto;
    margin: auto;
    vertical-align: middle;
}

.pagination tr td{
    text-align: center;
    vertical-align: middle;
}

.pagination tr td span.selectedPage{
    font-weight: bold;
}

div.produitLI {
	padding:4px;
	cursor:pointer;
	font-weight:bold;
	text-transform:uppercase;
}

div.produitLI:hover {
	background:#1b3146;
}

/***Formulaire de contact***/
input.texte{
	width:150px;
}

input.largeInput{
	width:310px;
}

textarea.message{
	width:310px;
	height:80px;
}
