/* CSS Document */

/*
reset-min
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/*
fonts-min
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
body{font:13px/1.231 Arial,Verdana,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% Arial,Verdana,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* Gestion des éléments de base */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial,Verdana,sans-serif;
	font-size: 0.8em;
	color: #fff;
	background-color:#101010;
	/*background-image:url(../images/bg/body.gif);*/
}
h1 {
	/*padding:30px 0 0 10px;*/
	font-weight: bold;
	color: #fff;
	font-size:21px;
}
h2 {
	padding:30px 0 0 0px;
	font-weight: bold;
	color: #fff;
	font-size:14px;
}
strong {
	font-weight:bold;
}
p {
}
a:link,
a:visited {
	color: #7f0968;
	text-decoration: underline;
}
a:active,
a:hover {
	color: #7f0968;
	text-decoration: none;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.margeL10 { margin-left: 10px; }
.margeR10 { margin-right: 10px; }
.margeT20 { margin-top: 20px; }

.tcenter {
	text-align:center;
}
.waiting {
	background:url(../images/bg/waiting.gif) no-repeat center center;
}

/* Gestion de l'interface */
#UI {
	/*background:url("../images/bg/ui.gif") no-repeat center top;*/
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
#UI_header {
	position:absolute;
	margin:0px;
	display:none;
}
#UI_identity {
	padding:30px 0;
}
#UI_introduice {
	height:40px;
	text-align:right;
}
#UI_introduice button {
	border:none;
	padding:0;
	margin:0;
	background:transparent;
	cursor:pointer;
}
#UI_first {
	width:860px;
	margin:0 auto;
	padding:25px 0 30px 0;
/*
	width:725px;
*/
}

#UI_mea {
	width:500px;
/*
	background:url("../images/bg/bg_first_contact.png") no-repeat right top;
	padding:13px 10px 20px 370px;
	color:#fff;
	font-weight:bold;
*/
}
.pWidth {
/*
	width: 970px;
	margin-right: auto;
	margin-left: auto;
*/
}
#UI_area {
	color:#444;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
#UI_area .pWidth {
	/*
	background-color:#fff;
	background-image:url(../images/bg/content.png);
	background-repeat:repeat-x;
	background-position:left top;
	*/
}


#UI_nav {
	/*float:right;*/
	display:block;
	margin: 0;
	padding: 0;
	/*border-bottom:solid 1px #d5d5d5;*/
}
#UI_nav li {
	list-style-type: none;
	font-size: 14px;
	color: #626262;
	cursor: pointer;
	display:block;
	margin-bottom:1px;
	/*
	padding:0 0 0 15px;
	background-image:url("../images/bg/nav_li.png");
	background-repeat:no-repeat;
	background-position:left -100px;
	*/
	font-weight:bold;
	display:block;
	padding:3px 10px;
}
#UI_nav li span {
	font-family: Tahoma,Arial,Verdana,sans-serif;
	font-size:9px;
	font-weight:normal;
	position:relative;
	top:-3px;
	left:3px;
}
#UI_nav li.over {
	color:#999;
	background-position:left bottom;
}
#UI_nav li.current {
	color:#fff;
	background-position:left bottom;
}
#UI_nav li.current span {
}

#UI_content_nav {
	background-color:#232323;
	/*float:right;*/
	display:block;
	margin: 0;
	padding: 0;
	/*border-bottom:solid 1px #d5d5d5;*/
	width:160px;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
}
#UI_content_nav li {
	list-style-type: none;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
	display:block;
	margin-bottom:1px;
	/*
	padding:0 0 0 15px;
	background-image:url("../images/bg/nav_li.png");
	background-repeat:no-repeat;
	background-position:left -100px;
	*/
	font-weight:bold;
	display:block;
	padding:5px 8px;
}
#UI_content_nav li span {
	font-family: Tahoma,Arial,Verdana,sans-serif;
	font-size:9px;
	font-weight:normal;
	display:block;
	color: #999;
}
#UI_content_nav li.over {
	background-color:#333;
	color:#fff;
}
#UI_content_nav li.current {
	background-color:#000;
	color:#fff;
	background-position:left bottom;
}
#UI_content_nav li.current span {
}


#UI_left {
	/*padding:30px 30px 5px 30px;*/
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 560px;*/
	position:absolute;
	top:0;
	width:150px;
	bottom:0;
	left:0;
}
#UI_content_nav {
}
#UI_content {
	/*padding:30px 30px 5px 30px;*/
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 560px;*/
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:150px;
	background-color:#000;
	/*overflow:auto;*/
}
#UI_content a {
	color: #fff;
}
#UI_content .scroll {
	position:absolute;
	overflow:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
#UI_content .noscroll {
	position:absolute;
	overflow:hidden;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
#UI_content .area h2 {
	font-weight: normal;
	font-size: 30px;
	margin: 0;
	padding: 50px 15px 30px 15px;
	border-bottom:solid 1px #ccc;
	margin-bottom:30px;
}
#UI_content .area h3 {
	font-weight: bold;
	font-size: 21px;
	margin-top: 15px;
	margin-bottom: 5px;
}
#UI_content .area h4 {
	font-weight: bold;
	font-size: 14px;
	color: #7f0968;
	margin-top: 30px;
	margin-bottom: 5px;
}
#UI_content .area h5 {
	font-size: 12px;
	font-weight: bold;
}
#UI_content .area h6 {
	margin-bottom:5px;
	line-height:18px;
	font-size:12px;
	margin-left:67px
}
#UI_content .area ul {
	padding:0px 0px 0px 30px;
}
#UI_content .area li {
	list-style-type:disc;
	padding-bottom:2px;
}
#UI_content .area p {
	margin-bottom:5px;
	line-height:18px;
	font-size:12px;
}
#UI_content .area a {
	font-weight:bold;
	/*color:#37b5d4;*/
}
#UI_content .area p.overview {
	margin-bottom:10px;
	font-weight:bold;
	font-size:16px;
	line-height:21px;
}
#UI_content .area p.bold {
	margin-bottom:10px;
	font-weight:bold;
}
#UI_content .panel  {
	/*width:725px;*/
}
#UI_content .sign  {
	height:110px;
	background:url("../images/swidgets.png") no-repeat center center;
}
#UI_content_area {
	position: absolute;
	top: 0;
	left:160px;
	right:0;
	bottom:0;
}
#UI_content_area .area {
	position:relative;
	top:0;
	left:0;
}
#UI_content_title {
	position: absolute;
	top: 0;
	left:0;
	right:40px;
	background-image:url("../images/bg/intro_fade.png");
	/*background-color:#000;*/
	color:#fff;
	height:50%;
	z-index:1000;
}
#UI_content_title h2 {
	font-size:30px;
	font-weight:normal;
	padding:20px;
	color:#fff;
	position:absolute;
	bottom:40px;
	left:0;
	right:0;
}
#UI_content_title h3 {
	font-size:18px;
	font-weight:normal;
	padding:0 20px;
	color:#fff;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}
#UI_content_desc {
	position: absolute;
	bottom: 0;
	left:0;
	right:40px;
	background-image:url("../images/bg/intro_fade.png");
	/*background-color:#000;*/
	color:#fff;
	height:50%;
	z-index:1000;
}
#UI_content_desc a {
	color:#fff;
}
#UI_content_desc .area {
	padding:20px;
}
#UI_content_page {
	padding:20px;
	display:none;
}
#UI_content_viewer {
	background-color:#000;
	color:#fff;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:50px;
	z-index:100;
}
#UI_content_viewer .page {
	padding-bottom:30px;
}
#UI_content_viewer .page h1 {
	padding:35px 0 10px 0;
	font-size:30px;
}
#UI_content_viewer .page h2 {
	padding:15px 0 5px 0;
	font-size:18px;
}
#UI_content_viewer .page p {
	width:500px;
	padding:0 0 5px 0;
	line-height:18px;
	font-size:11px;
}
#UI_content_viewer .page ul {
	padding:3px 0 0 0;
}
#UI_content_viewer .page li {
	width:500px;
	list-style:disc inside;
	line-height:16px;
	padding:0 0 0 20px;
	font-size:11px;
}
#UI_content_viewer dt {
	text-align:center;
	display:none;
}
#UI_content_viewer .current {
	display:block;
}
#UI_content_controler {
	position: absolute;
	top:0;
	bottom:0;
	width:40px;
	right:0;
	background-color:#000;
	text-align:center;
	z-index:1000;
}
#UI_content_controler span {
	color:#ccc;
	display:block;
}
#UI_content_controler ul {
	margin:0;
	padding:15px 0 0 10px;
}
#UI_content_controler li {
	width:23px;
	height:17px;
	display:block;
	background:url("../images/bg/controler_li.png") no-repeat left top;
	margin:1px 0;
	cursor:pointer;
}
#UI_content_controler li.over {
	background-position:left -17px;
}
#UI_content_controler li.current {
	background-position:left -34px;
	cursor:default;
}
#UI_content_controler .page {
	padding:10px 0 0 0;
	font-size:24px;
}
#UI_content_controler .options {
	position:absolute;
	bottom:6px;
	right:0;
}
#UI_content_controler .info {
}
#UI_content_controler .info span {
	cursor:pointer;
	width:40px;
	height:23px;
	display:block;
	background:url("../images/bg/controler_info.png") no-repeat center top;
}
#UI_content_controler .fullscreen {
	margin:0 0 5px 0;
}
#UI_content_controler .fullscreen span {
	cursor:pointer;
	width:40px;
	height:23px;
	display:block;
	background:url("../images/bg/controler_fullscreen.png") no-repeat center top;
}
#UI_content_controler .info span.over, #UI_content_controler .fullscreen span.over {
	background-position: center -23px;
}
#UI_content_controler .info span.current, #UI_content_controler .fullscreen span.current {
	background-position: center -23px;
}


#UI_media {
	background-color:#333;
	padding:20px 0px;
}
#UI_media .handle {
	width:50px;
	height:50px;
	margin:215px 30px 0px 30px;
	background-color:#999;
	cursor:pointer;
}
#UI_media .closer {
	height:18px;
	background:url("../images/bg/viewer_handle_close.png") no-repeat center top;
	cursor:pointer;
	margin-bottom:10px;
}
#UI_media .prev {
	background:url("../images/bg/viewer_handle_left.png") no-repeat left top;
}
#UI_media .next {
	background:url("../images/bg/viewer_handle_right.png") no-repeat left top;
}
#UI_media .hover {
	background-position:left -50px;
}
#UI_media .willclose {
	background-position:center -14px;
}
#UI_media .viewer {
	width:750px;
	text-align:center;
}
#UI_media .viewer img {
	border:solid 5px #111;
}
#UI_media .viewer p {
	font-weight: normal;
	font-size: 18px;
	color:#999;
}


/* ---------------------- */
#UI_uc {
	padding:5px;
	background-image:url(../images/bg/uc.png);
	background-repeat:repeat-x;
	background-position:left top;
	font-weight:bold;
	width:900px;
	height:75px;
	/*overflow:hidden;*/
	margin:20px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#fff;
}
#UI_uc form {
	background-image:url(../images/icon.png);
	background-repeat:no-repeat;
	background-position:10px center;
	padding-left:70px;
}
#UI_uc label {
	display:block;
	font-size:16px;
	margin:10px;
}
#UI_uc input {
	font-size:13px;
	padding:4px;
	border:none;
	margin-left:5px;
	width:120px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#UI_uc button {
	margin-left:5px;
	border:none;
	background-color:transparent;
	cursor:pointer;
}
#UI_uc button span {
	display:block;
	/*color:#fff;*/
	font-weight:bold;
}
#UI_uc button {
	padding:3px;
	width:70px;
	border:none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color:#C406A5;
	color:#fff;
	cursor:pointer;
}
#UI_uc button:hover {
	background-color:#fff;
	color:#C406A5;
}
/* ---------------------- */
#UI_bottom {
/*	background-color:#fff;
	background:url("../images/structure.gif") repeat-y center top;
	padding:20px 0;*/
	position:absolute;
	display:none;

}
#UI_bottom h2 {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height:20px;
	margin-bottom:5px;
}
#UI_bottom p {
	margin: 0px;
	font-size: 11px;
	color: #fff;
}
#UI_bottom a {
	color: #c406a5;
}
#UI_bottom img {
	float:left;
}
#UI_bottom .bloc {
	width:225px;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
}
#UI_bottom .more {
	text-align:center;
	margin-top:10px;
	font-weight:bold;
}
#UI_devis, #UI_viewer {
	/*
	background-image:url(../images/bg/bloc_hover.png);
	background-repeat:no-repeat;
	background-position:left 0px;
	*/
}
#UI_bottom .hover {
	background-position: left bottom;
}

/* Gestion du bloc newsletter */
#UI_newsletter a {
	font-size:11px;
	font-weight:bold;
}
#UI_newsletter strong {
	/*color:#1C97B5;*/
	font-weight:bold;
}
#UI_newsletter p {
	padding-bottom:5px;
}
#UI_newsletter input {
	font-size:11px;
	padding:3px;
	width:140px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color:#d5d5d5;
	height:16px;
	border:solid 1px #aaa;
}
#UI_newsletter button {
	font-size:11px;
	padding:3px;
	width:70px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color:#ccc;
	border:solid 1px #aaa;
	color:#444;
	cursor:pointer;
}
#UI_newsletter button:hover {
	background-color:#fff;
	border:solid 1px #444;
	color:#444;
}
#UI_newsletter .more {
	margin:0px;
}
/* Gestion du footer */
#UI_footer {
	/*
	background-image:url(../images/bg/footer.png);
	background-repeat:repeat-x;
	*/
	font-size: 11px;
	color: #ddd;
	position:absolute;
	width:200px;
	bottom:0;
	left:0;
}
#UI_footer #UI_copyright {
	font-size:10px;
	padding:5px 10px;
}
#UI_footer #UI_shortcuts, #UI_footer #UI_links {
	padding:5px 10px;
}
#UI_footer p {
	margin: 0px;
	line-height: 1.4em;
}
#UI_footer a {
	color:#ccc;
}
#UI_window {
	background:url("../images/bg/popup_fade.png");
	position:fixed;
	top:0px;
    left:0px;
    z-index:2000;
}
#UI_window .close {
    position:absolute;
    top:20px;
    right:20px;
}
#UI_window .window {
	position:absolute;
	width:500px;
}
#UI_window .top {
	background:url("../images/bg/popup_top.png") no-repeat left top;
	height:20px;
	margin:0px;
}
#UI_window .middle {
	background:url("../images/bg/popup_middle.png") repeat-y;
	padding:0px 20px;
	margin:0px;
}
#UI_window .area {
	/*min-height:200px;*/
	overflow:auto;
	color:#444;
}
#UI_window .bottom {
	background:url("../images/bg/popup_bottom.png") no-repeat left top;
	height:20px;
	margin:0px;
}
#UI_window h2 {
	font-weight: normal;
	font-size: 24px;
	margin-bottom:10px;
	padding:0;
	color:#444;
}
#UI_window h3 {
	font-weight: normal;
	color:#999;
	font-size: 18px;
	margin-top:5px;
	margin-bottom:5px;
}
#UI_window p {
	font-size: 11px;
	padding-bottom:5px;
}
#UI_window a {
	font-size: 11px;
	color:#444;
}
#UI_media {
	background:url("../images/bg/viewer_fade.png");
	position:fixed;
	top:0px;
    left:0px;
    z-index:2500;
}
#UI_media .handle {
	width:50px;
	height:50px;
	margin:215px 10px 0px 10px;
	background-color:#999;
	cursor:pointer;
}
#UI_media .close {
    position:absolute;
    top:20px;
    right:20px;
}
#UI_media .media {
	position:absolute;
	width:800px;
}
#UI_media .top {
	background:url("../images/bg/viewer_top.png") no-repeat left top;
	height:20px;
	margin:0px;
}
#UI_media .middle {
	background:url("../images/bg/viewer_middle.png") repeat-y;
	padding:0px 20px;
	margin:0px;
}
#UI_media .area {
	/*
	max-height:800px;
	overflow:auto;
	*/
}
#UI_media .bottom {
	background:url("../images/bg/viewer_bottom.png") no-repeat left top;
	height:20px;
	margin:0px;
}
#UI_media h2 {
	color:#fff;
	font-weight: normal;
	font-size: 24px;
	margin-bottom:10px;
}
#UI_media h3 {
	font-weight: normal;
	font-size: 16px;
	margin-top:10px;
	margin-bottom:5px;
}
#UI_media p {
	font-size: 11px;
	padding-bottom:5px;
}
#UI_media .prev {
	background:url("../images/bg/viewer_handle_left.png") no-repeat left top;
}
#UI_media .next {
	background:url("../images/bg/viewer_handle_right.png") no-repeat left top;
}
#UI_media .viewer {
	width:610px;
	text-align:center;
}
#UI_media .viewer img {
	border:solid 5px #111;
}
#UI_media .viewer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color:#999;
}

#UI_home_gallery {
	/* CSS3 Box Shadow */
	/*
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	*/

	/* CSS3 Rounded Corners */
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;

	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;

	/*
	border:1px solid white;

	background:url(../images/panel.jpg) repeat-x bottom center #ffffff;
	*/
	/* The width of the gallery */
	margin:20px 0;
	width:910px;
	overflow:hidden;
	text-align:center;
}
#UI_home_gallery ul{
	margin:0px;
	padding:0px;
}

#UI_home_gallery li{
	/* Every thumbnail is a li element */
	background-color:#ccc;
	background-image:url(../images/bg/slide_point.png);
	background-repeat:no-repeat;
	background-position:center center;
	width:30px;
	display:block;
	float:left;
	list-style:none;
	height:30px;
	overflow:hidden;
	text-align:center;
}

#UI_home_gallery li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	/*background:url(../images/pic_bg.png) repeat;*/
	background-color:#333;
}

#UI_home_gallery li.act,li.act:hover{
	/* The active state of the thumb */
	/*background:url(../images/active_bg.png) no-repeat;*/
	background-color:#444;
}

#UI_home_gallery li.act a{
	cursor:default;
}


#UI_home_gallery a img{
	border:none;
}

#UI_home_slides {
	/* This is the slide area */
	height:370px;
	/*background-color:#444;*/

	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:910px;
	overflow:hidden;
}

#UI_home_slides .slide{
	float:left;
}
#UI_home_menu{
	/* This is the container for the thumbnails */
	height:30px;
}
#UI_home_menu ul {
	width:180px;
	margin:0 auto;
}
#UI_home_menu li a{

	display:block;
	height:30px;
}
#UI_home_menu li img {
	display:none;
}

#UI_theme {
	position:absolute;
	overflow:hidden;
	left:0;
	right:0;
	bottom:0;
	top:0;
}
#UI_one {
	position:absolute;
	left:50px;
	right:20px;
	bottom:40px;
	height:220px;
}
#UI_one h2 {
	padding:10px 0;
	font-size:18px;
}
#UI_one h3 {
	font-size:14px;
	text-align:center;
	padding:5px 5px 10px 5px;
}
#UI_one p {
	font-size:11px;
	text-align:center;
	padding:0 5px;
}
#UI_one .selected {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background-color:#444;
	margin:5px 5px 0 0;
	padding:5px;
	width:200px;
	height:140px;
	cursor:pointer;
	overflow:hidden;
}
#UI_one .selected img {
	display:block;
}
#UI_one .selected .resume {
}
#UI_one .current {
	background-color:#fff;
	color:#111;
}
#UI_one .current img.thumb {
	display:none;
}
#UI_one .current .resume {
	display:block;
	padding:0 5px;

}

#UI_links dt {
	cursor:pointer;
	padding:2px 0 0;
}