HTML, BODY {
	height:100%;
	font-family: Arial, sans-serif;
	background-color: #ededee;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
	padding:0;
}

/* menu + left menu + main content */
#container {
	margin: 0px auto;
	width: 960px;
	min-height: 96%;
	background: url("../pic/background.png") no-repeat top left;
	background-color: white;
}

/* Horizontal menu */
#menu {
	position: relative;
	top: 135px;
	left: 20px;
	z-index: 4;
}

/* Left menu */
#column-left {
	position: relative;
	top: 150px;
	width: 218px;
	margin-right: 15px;
	margin-left: 20px;
	float: left;
}

/* Bottom part of left menu */
#leftmenu-fade {
	background: url("../pic/gradient-menuleft.png") no-repeat top left;
	min-height: 32px;
	height: 32px;
	width: 188px;
	padding-left: 30px;
}

/* Page content */
#content { 
	margin-left: 269px;
	padding-top: 186px;
	width: 670px;
	position: relative;
	padding-bottom: 10px;
	text-align: justify;
}

#content-pic {
	width: 450px;
}

#footer {
	clear: both;
	position: relative;
	height: 4%;
	min-height: 4%;
	margin: 0px auto;
	width: 960px;
	background-color: white;
}

/* Footer text */
#footercontent {
	width: 920px;
	position: relative;
	left: 20px;
	min-height: 1.3em;
	height: 1.3em;
	padding-top: 0.2em;
	text-align: right;
	background-color: #9a9b9d;
	color: white;
	font-size: 10pt;
	padding-bottom: 3px;
}

.menuitem a, .leftmenuitem a, .menuitem-selected a, .leftmenuitem-selected a {
	color: white;
	text-decoration: none;
}

/* Horizontal menu item */
.menuitem {
	width: 115px;
	background-color: #9a9b9d;
	font-size: 10pt;
	float: left;
	text-align: center;
	min-height: 2em;
	height: 2em;
	padding-top: 0.7em;
	color: white;
}

/* Selected menu item */
.menuitem-selected {
	width: 115px;
	/*background-color: #f29400;*/
	background-color: #6a6b6d;
	font-size: 10pt;
	float: left;
	text-align: center;
	min-height: 2em;
	height: 2em;
	padding-top: 0.7em;
	color: white;
}

.menuitem:HOVER {
	background-color: #f29400;
}

/* Left menu item */
.leftmenuitem {
	width: 188px;
	background-color: #9a9b9d;
	font-size: 10pt;
	min-height: 2em;
	height: 2em;
	padding-top: 0.7em;
	color: white;
	padding-left: 30px;
}

/* Selected left menu item */
.leftmenuitem-selected {
	width: 188px;
	/*background-color: #f29400;*/
	background-color: #6a6b6d;
	font-size: 10pt;
	min-height: 2em;
	height: 2em;
	padding-top: 0.7em;
	color: white;
	padding-left: 30px;
}

.leftmenuitem:HOVER {
	background-color: #f29400;
}

/* Headers */
H2, .h2 {
	font-size: 15pt;
	font-weight: bold;
}

H3, .h3 {
	font-size: 13pt;
	font-style: italic;
	color: #666666;
	font-weight: bold;
}
H4, .h4 {
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
}

/* Hyperlinks in footer */
.link-footer {
	text-decoration: none;
	color: white;
}

.link-footer:HOVER {
	text-decoration: underline;
}

/* skinned lists */
ul.dsnlists li {	
	padding-left: 22px;
	min-height: 16px;
	padding-top: 9px;
	display: block;
	list-style-type: none;
	background:url(../pic/bullet.png) no-repeat 0% 10px;
}

/* Pictures */
#pics {
	float: right;
	width: 220px;
	position: relative;
	top: 53px;
	text-align: right;
}

.pic {
	padding-bottom: 60px;
	padding-left: 20px;
}

/* Main page */

.blanc {
	color: #FFFFFF;
	font-size: 7px;
}
.visuel {
	width: 920px;
	height: 325px;
	background:url(../pic/image_accueil.png) no-repeat 0% 0px;
	text-align: right;
	vertical-align: bottom;
}
.zonenews {
	background:url(../pic/info2.png) no-repeat 0% 0px;
}
.index-bottom {
	width: 460px;
	height: 300px;
	background:url(../pic/info.png) no-repeat 0% 0px;
}
#news {
	float: right;
	text-align: left;	
	color: #616666;
}

.news-title {
	width: 150px;
	padding-right: 10px;
	float: right;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
/* links for news div */
#news A {
	color: black;
}

.news-item {
	padding-left: 10px;
	padding-bottom: 20px;
}

#news-title A, .h2 A {
	text-decoration: none;
}

.huge {
	font-size: 36px;
	font-weight: bold;
}

A {
	color: black;
	text-decoration: underline;
}

A IMG {
	border: 0px;
}

/* Contact page divs */
#cv-template {
	height: 130px;
	min-height: 130px;
	margin-top: 10px;
}

#CS, #LM, #AS, #AB, #MM, #JG, #SM, #LG, #BHS, #JB {
	display: none;
	border: 1px solid #666666;
	background: url('../pic/user_male.png') no-repeat;
	background-position: 10px 10px;
	background-color: #ededee;
	padding-left: 80px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
	z-index: 4;
}

#AD, #CC {
	display: none;
	border: 1px solid #666666;
	background: url('../pic/user_female.png') no-repeat;
	background-position: 10px 10px;
	background-color: #ededee;
	padding-left: 80px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
	z-index: 4;
}

#MapMontreuil, #MapLyon, #MapVillard {
	display: none;
	border: 1px solid #666666;
	background-color: #ededee;
}

#client1, #client2, #client3 {
	display: none;
	border: 1px solid #666666;
	background: url('../pic/client.png') no-repeat;
	background-position: 10px 10px;
	background-color: #ededee;
	padding-left: 80px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
	font-style: italic;
	z-index: 4;
}

.clients {
	padding-bottom: 5px;
}
.table-space {
	padding-bottom: 20px;
	vertical-align: middle;
}

#preview {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

#login input[type="text"], #login input[type="password"] {
	border: 1px solid #888888;
	background-color: #f5f5ff;
}

#login input[type="text"]:HOVER, #login input[type="password"]:HOVER,
#login input[type="text"]:FOCUS, #login input[type="password"]:FOCUS {
	border: 1px solid #444444;
	background-color: white;
}

/* button submit */
#login input[type="submit"] {
	background-color: #9a9b9d;
	padding: 0px 10px;
	border: 1px solid #3b6e22;
	height: 30px;
	line-height: 24px;
	color: #FFFFFF;
	font-size: 12px;
	margin-right: 10px;
	display: inline-block;
	text-decoration: none;
}

#login input[type="submit"]:hover {
	background-color: #6a6b6d;
	cursor: pointer;
}

#login-warning {
	color: red;
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 12px;
	text-align: center;
}

#LicenseServer, #DongleCheck, #UnstableVersion, #OlderVersion {
	display: none;
	padding-left: 30px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
	z-index: 4;
}

tr.d0 td {
	background-color: white; 
	color: black;
}
tr.d1 td {
	background-color: #f0f7fc; 
	color: black;
}

tr.dheader td {
	text-align: center;
	font-weight: bold;
	color: white;
	background-color: #9a9b9d;
}