/* CSS Document Template pour le site Exsymol */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	height: 100%;
}
p {
/*	margin: 0 10px 10px 10px; */
	text-align:justify;
}
h1 {
	color:#003366;
	text-align:center;
}
a {
	color: #003399;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #FF3333;
	text-decoration: underline;
}
a:active {
	color: #003399;
	text-decoration: none;
}

img {border: 0 none; }

input[type=submit], input[type=reset] {
	height:2em;
	border:1px hidden;
	background-color:#336699;
	color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#gauche ul, li {
	list-style:none;
	display: block;
}

.lib {
	color:#FFFFFF;
	background-color:#336699;
	margin: 0 0 0 0;
}
#header {
	height: 84px;
	background-image: url(../background/top.jpg);
	background-repeat: no-repeat;
	background-color:#003366;
}
#header_menu {
	height:44px;
	line-height:40px;
	margin-left:600px;
	width:200px;
}
#header_user {
	height:40px;
	margin-left:600px;
	color:#FFFFFF;
}
#header_user a {
	color:#ffffff;
	text-decoration:none;
}
#header_user a:hover {
	color:#ff0000;
	text-decoration:underline;
}
#header_search {
	height:30px;
	background-color:#e2e2e2;
	text-align:center;
	color:#003366;
	vertical-align:middle;
}
#centre {
	margin-left:186px;
	background-color:#ffffff;
	margin-right: 120px;
	list-style:none;
	padding-bottom: 30px;
}
#centre_ged {
	margin-left:186px;
	background-color:#ffffff;
	margin-right: 10px;
	list-style:none;
	padding-bottom: 30px;
}

#centre li {
	margin-bottom:5px;
	margin-left:2px;
}
#centre_main {
	margin-left:186px;
	background-color:#ffffff;
	margin-right: 250px;
}
#path {
	padding-left:186px;
	padding-right:300px;
	color:#003366;
	line-height:30px;
	vertical-align:middle;
}
#path a:hover {
	color:#FF0000;
	text-decoration:underline;
}
#path_right {
	text-align: right;
}
#gauche {
	float:left;
	padding-top:20px;
}
#gauche a {
	padding: 4px;
	text-align: center;
}
#gauche a:hover {
	color: #ff3333;
	text-decoration: underline;
}
#gauche a:active {
	color: #003399;
	text-decoration: none;
}
#cadre {
	width: 155px;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #336699;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 5px 0px;
}
#cadre_login {
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #336699;
	border-top: 20px solid #336699;
	margin: 0px 0px 5px 5px;
	padding: 10px 10px 10px 10px;
}
#cadre_d {
	width: 300px;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #336699;
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 5px 0px;
}
#cadre p, #cadre_d p {
	margin: 0 10px 0 10px;
	color:#000000;
	padding:0 0 0 5px;
}
#cadre ul, #cadre li, #cadre_d ul, #cadre_d li {
	margin: 0;
	padding: 0 0 0 2px;
	list-style:none;
	display: block;
	color: #000000;
	background-color: #f8f8f8;
	line-height: 20px;
	border-bottom: 1px dotted #ccc;
}
#cadre li a, #cadre_d li a {
	color:#003366;
	text-decoration:none;
}
#cadre li a:hover, #cadre_d li a:hover {
	color:#FF0000;
	text-decoration:underline;
}
#cadre li:hover, #cadre_d li:hover {
	background-color: #fefefe;
}
#cadre h1, #cadre_d h1, #cadre_login h1 {
	text-align:center;
	margin:0;
	color:#FFFFFF;
	background-color: #336699;
	line-height: 20px;
	border-bottom: 1px solid #336699;
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 3px 5px;
}
#cadre_d h2 {
	line-height: 20px;
	font-weight:bold;
	text-align:center;
	margin:0;
}

#droite {
	float:right;
	padding-top:20px;
}
#footer {
/*	clear:both;
	height: 30px; */
	position: fixed;
	width: 100%;
	left: 0px;
	bottom: 0px;
	z-index:10000;
	opacity:0.9;
	filter:alpha(opacity:90);
	text-align:center;
	background-color:#E2E2E2;
	border-color:#999999;
	border-top-style:solid;
	border-top-width:thin;
}
#produit_haut {
	margin: 0px 25px 0px 25px;
}

/* Style du calendrier */
#calendar {
 	padding-top:30px;
	width:210px;
}
#heading {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;        
}
.daytable {
	background-color: #003366;
	width: 200px;
}
.dayrow {
	height: 25px;
}
.dayhead {
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.days {
	background-color: #FFFFFF;
	text-align: center;
	width: 14%;
}

/* Gestion du caddie */
#show_load {
	position:absolute;
	width:100px;
	height:40px;
	z-index:1;
	line-height:40px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	background-color:red;
	color:white;
	display:none;
}
#caddie {
	clear:both;
	margin: 2 2 2 2;
}
#table_tri th {
	color:#333366;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
}
#table_tri td {
	font-size:10px;
	line-height: 12px;
}
#table_tri th:hover {
	text-decoration:underline;
}
.ligne_bas {
	border-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:thin;
}

/* test pour liste des fichiers */
#files li.info {
	color: #003399;
	position: relative;
}
#files li.info em {
	display: none;
}
#files li.info:hover {
	color: #FF3333;
	background: none;
	z-index: 500;
}
#files li.info:hover em {
	display: inline;
	position: absolute;
	z-index: 500;
	top: 2em;
	left: 1em;
	width: 200px;
	color: #000000;
	padding: 0.5em;
	border: 1px gray solid;
}
