html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
 pre, form, fieldset, table, th, td, hr {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
a:focus, a:active {
	outline: 0 none;
}
input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}
html {
	height: 100%;
}
body {
	font-size: 12px;
	height: 100%;
	background: url(../images/bg_menu.png) repeat-x center 71px;
}
#global {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	background: url(../images/bg_footer.png) repeat-x center bottom;
}
* html #global {
	height: 100%;
}
#header {
	position: relative;
	left: 50%;
	margin: 0 0 0 -465px;
	width: 930px;
	height: 121px;
	padding: 0 15px 0 15px;
}
#logo {
	float: left;
	width: 90px;
	height: 117px;
	margin: 0 15px 0 15px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: top;
}
#logo a {
	display: block;
	width: 90px;
	height: 117px;
	text-indent: -9999px;
}
#menu {
	margin: 0 0 10px 120px;
	height: 105px;
}
#confiance {
	margin-left: 110px;
	width: 350px;
	padding: 12px 0;
	height: 50px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	color: #003;
	line-height: 1em;
}
#quickcon {
	float: right;
	width: 167px;
	height: 58px;
}
#quickcon a {
	display: block;
	width: 167px;
	height: 58px;
	background: url(../images/appel.png) no-repeat;
	text-indent: -9999px;
}
#menu ul {
	padding: 0;
	list-style: none;
}
#menu li {
	float: left;
	margin: 0 3px;
	padding: 0;
	vertical-align: bottom;
}
#menu a {
	display: block;
	color: #aa8d1d;
	font-size: 14px;
	padding: 7px 6px;	
	text-decoration: none;
}
#menu a:hover {
	color: #333;
}
#menu li.current {
	background: url(../images/onglet.png) no-repeat 0 0;
}
#menu li.current a {
	color: #fff;
	background: url(../images/onglet.png) no-repeat right -42px;
}
#user, #login {
	padding: 18px 0 0 0;
	margin: 0 10px 0 0;
	float: right;
	width: 150px;
	font-size: 11px;
	color: #fff;
	overflow: hidden;
}
#login {
	display: none;
}
#login input {
	padding: 2px;
	color: #61534b;
	border: 1px solid #2e2119;
	width: 110px;
}
#login input:focus {
	background-color: #ddd4d0;
}
#login button {
	margin: 2px 10px 0 0;
	padding: 1px;
	border: 1px solid #2e2119;
	background-color: #bcc4db;
}
#login button:focus {
	background-color: #ddd4d0;
}
#user li {
	margin: 0 0 0 12px;
	list-style: square;
	color: #bcc4db;
}
#user a:link, #user a:visited {
	color: #bcc4db;
	text-decoration: none;
}
#user a:hover {
	color: #fff;
}
/* content */
#content {
	position: relative;
	left: 50%;
	margin: 0 0 0 -480px;
	width: 920px;
	padding: 20px 20px 180px 20px;
	color: #2e2119;
	/* font-size: 1.1em; */
}
#content h1 {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 .6em 0;
	color: #003;
	font-size: 2em;
}
#content h2 {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-style: italic;
	font-weight: normal;
	margin: 1em 0 .6em 0;
	color: #003;
	font-size: 1.8em;
}
#content h3 {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-style: italic;
	font-weight: normal;
	margin: 1em 0 .4em 0;
	color: #971;
	font-size: 1.5em;
}
#content p {
	margin: .4em 0 1em 0;
	line-height: 1.3em;
}
#content div {
	line-height: 1.3em;
}
#content a:link, #content a:visited {
	color: #556182;
}
#content a:hover {
	color: #171F3F;
}
#content h1 a:link, #content h1 a:visited, #content h2 a:link, #content h2 a:visited {
	font-family: "Times New Roman", Times, Georgia, serif;
	color: #003;
	text-decoration: none;
}
#content li {
	line-height: 1.3em;
}
#content ul {
	margin: 1em 2em 1em 1em;
}
#content ul li {
	list-style: none;
	margin: 0;
	padding: .1em 0 .2em 15px;
	background-image: url(../images/puce.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#content ol {
	margin: 1em 2em 1em 2em;
}
#content ol li {
	list-style: decimal;
	margin: 0;
	padding: .1em 0 .4em 0;
}
#content ul ul, #content ol ol {
	margin: 0 2em .5em 1em;
}
#content div.col1 {
	clear: left;
	float: left;
	width: 40%;
}
#content div.col2 {
	margin-left: 50%;
	width: 40%;
}
#content div.col1 img, #content div.col2 img {
	border: 5px solid #ddd;
}
#content hr#pad {
	clear: both;
	height: 90px;
	visibility: hidden;
	border: 0 none;
}
#content .clr {
	clear: both;
}
/* submenu */
#content ul#submenu {
	text-align: right;
	height: 1.5em;
	margin: 5px 20px 15px 0;
}
#content ul#submenu li {
	display: inline;
	padding: 0;
	margin: 0 0 0 12px;
	height: 24px;
}
#content ul#submenu li a {
	color: #666;
	font-size: 14px;
	padding: 4px 6px 4px 6px;
	background-color: #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}
#content ul#submenu li a:hover {
	color: #000;
	background-color: #ccc;
}
#content ul#submenu li.current a {
	color: #fff;
	background-color: #b99c2e;
}
/* solutions */
table.soluces {
	border: 1px solid #999;
	border-collapse: collapse;
}
table.soluces thead th {
	font-size: 1.2em;
	background-color: #bcc4db;
	padding: 5px;
	border: 1px solid #999;
}
table.soluces tbody {
	border: 1px solid #999;
}
table.soluces tbody th {
	font-size: 1.2em;
	vertical-align: center;
	background-color: #def;
	border: 1px solid #999;
}
table.soluces tbody td {
	vertical-align: top;
	border: 1px solid #999;
}
/* form */
input, textarea, option {
	padding: 2px;
}
input.tznFormDate {
	width: 80px;
}
input.xxs {
	width: 50px;
}
input.xs {
	width: 80px;
}
input.sm, select.sm, textarea.sm {
	width: 150px;
}
input.md, select.md, textarea.md {
	width: 230px;
}
input.lg, select.lg, textarea.lg {
	width: 400px;
}
input.xl, select.xl, textarea.xl {
	width: 99%;
}
input.rgt, select.rgt {
	text-align: right;
}
textarea.hs {
	height: 50px;
}
textarea.hm {
	height: 100px;
}
textarea.hl {
	height: 200px;
}
textarea.hx {
	height: 400px;
}

#footer {
	position: relative;
	left: 50%;
	margin: -240px 0 0 -450px;
	width: 940px;
	height: 240px;
	font-size: 1em;
	padding: 0;
	color: #fff;
}
#footer a:link, #footer a:visited {
	color: #6b5110;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
}
#footer #quickies {
	float: right;
	width: 300px;
	height: 170px;
	background: url(../images/bg_footer_elems.png) no-repeat 0 -240px;
	margin: 0;
}
#footer #quickies ul {
	padding: 15px 0 0 0;
}
#footer #quickies ul#quick1 {
	float: left;
	padding: 15px 0 0 70px;
}
#footer #quickies ul#quick2 {
	margin-left: 170px;
}
#footer #quickies ul li {
	margin: 0;
	padding: 0 0 6px 0;
	list-style: none;
}
#footer #quickies ul li a {
	color: #fff;
	text-decoration: none;
}
#footer #quickies ul li a:hover {
	text-decoration: underline;
}
#footer #quickies a#quick3 {
	position: absolute;
	top: 120px;
	left: 645px;
	margin: 0;
	padding: 6px 20px 6px 70px;
	color: #630;
	font-style: italic;
	text-decoration: none;
	display: block;
}
#footer #quickies a#quick3:hover {
	color: #300;
}
#footer form, #footer #zappa {
	color: #fff;
	width: 550px;
	padding: 0 30px 0 50px;
	background: url(../images/bg_footer_elems.png) no-repeat 0 10px;
	text-align: left;
}
#footer h2 {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.8em;
	padding: 10px 0;
}
#footer small {
	color: #ff9;
}
#footer ol {
	float: left;
}
#footer ol#fc1 {
	width: 240px;
}
#footer ol#fc2 {
	width: 260px;
}
#footer ol li {
	list-style: none;
	margin-bottom: 3px;
}
#footer ol li label {
	display: block;
}
#footer ol li.inline label {
	float: left;
	padding: 6px 10px 0 0;
}
#footer ol li.inline label.lng {
	width: 120px;
}
#footer ol li small {
	display: block;
	padding: 10px 0;
}
#footer p {
	clear: left;
	width: 550px;
	padding: 20px 0 12px 0;
}
#footer #zappa {
	height: 210px;
}
#footer #zappa p {
	font-size: 12px;
	width: auto;
	padding: 9px 0 12px 0;
}
#footer input {
	padding: 1px 2px 1px;
}
#footer button {
	display: block;
	margin: 12px 0 0 0;
	width: 168px;
	height: 28px;
	background: url(../images/bg_footer_elems.png) no-repeat 0 -500px;
	text-indent: -9999px;
	border: 0 none;
	cursor: pointer;
}
#footer button:hover, #footer button:focus {
	background-position: 0 -550px;
}
#footer form#qsearch {
	float: right;
	width: 230px;
	background: none;
}
#footer form#qsearch button {
	background-position: -320px -500px;
}
#footer form#qsearch button:hover, #footer form#qsearch button:focus {
	background-position: -320px -550px;
}
#footer div#copy {
	color: #6b5110;
	font-size: .917em;
	text-align: center;
}
#footer div#copy a img {
	border: 0 none;
	vertical-align: bottom;
	padding: 0 3px 0 0;
}
/* overlay */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}
/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/closebox.png);
	position:absolute;
	right:-12px;
	top:-12px;
	cursor:pointer;
	height:30px;
	width:30px;
}
#overlay { 
    background-image:url(http://static.flowplayer.org/img/overlay/transparent.png); 
    color:#efefef; 
    height:450px; 
} 
 
/* container for external content. uses vertical scrollbar, if needed */ 
.contentWrap { 
    height:441px; 
    overflow-y:auto; 
}

