/* 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: #444;
}
h1 {
	font-weight: bold;
	font-size:28px;
	padding:5px 0 5px 0;
	color:#333;
}
strong {
	font-weight:bold;
}
p {
}
a:link,
a:visited {
	color: #009acd;
	text-decoration: underline;
}
a:active,
a:hover {
	color: #009acd;
	text-decoration: none;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.margeL10 { margin-left: 10px; }
.margeR10 { margin-right: 10px; }
.margeT20 { margin-top: 20px; }

.paddingT10 { padding-top:10px; }

.hidden { display:none }
.tcenter {
	text-align:center;
}
.pWidth {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

/*

Gestion de l'interface

*/
#UI_header {
	background-color:#333;
}
#UI_identity {
	width:245px;
}
#UI_overview {
	background-color:#bbe2ef;
	background-image:url(images/bg/overview.png);
	height:350px;
	overflow:hidden;
	border-bottom:solid 1px #acd0dc;
}
#UI_overview .pWidth {
	background-image:url(images/overview.png);
	background-repeat:no-repeat;
	background-position: center top;
}
#UI_overview .intro {
	width:260px;
	height:350px;
	padding:20px 0 0 0;
}
#UI_overview .intro a {
	color:#444;
}
#UI_overview .intro p {
	padding:15px 0 10px 0;
}
#UI_resume {
	border-bottom:solid 1px #ddd;
}
#UI_resume .pWidth {
	padding:20px 0;
}
#UI_resume h2 {
	font-size:16px;
	font-weight:bold;
	line-height:30px;
}
#UI_resume p {
	font-size:14px;
	line-height:21px;
}
#UI_title {
	background-color:#bbe2ef;
	background-image:url(images/bg/overview.png);
	border-bottom:solid 1px #acd0dc;
}
#UI_title .pWidth {
	width:970px;
	padding:10px;
}
#UI_title p {
	font-size:16px;
	font-weight:bold;
}
#UI_nav {
	display:block;
	padding: 0 0 0 10px;
}
#UI_nav ul {
	margin:0;
	padding:0;
}
#UI_nav li {
	list-style-type: none;
	font-size: 12px;
	color: #009acd;
	cursor: pointer;
	text-align:center;
	display:block;
	float:left;
	margin-right:1px;
	font-weight:bold;
}
#UI_nav li a {
	display:block;
	padding:12px;
	text-decoration:none;
	color:#bbe2ef;
}
#UI_nav li span {
	display:block;
}
#UI_nav li a.current {
	color:#fff;
}

#UI_area {
	background-color:#fff;
	color:#444;
}

/*

Gestion de la zone de gauche

*/
#UI_left {
	width:225px;
	padding:10px;
}
#UI_left h2 {
	padding:5px 0;
	font-size:18px;
	font-weight:bold;
}
#UI_left h3 {
	padding:15px 0 5px;
	font-size:16px;
	font-weight:bold;
}
#UI_left .intro {
    padding:10px 0 20px 0;
    margin-bottom:10px;
    border-bottom:solid 1px #ddd;
}
#UI_left .intro h2 {
	padding: 5px 0 0 0;
}
#UI_left .intro p {
    font-size:14px;
	padding: 5px 0 0 0;
}
/*

Gestion de la zone de droite

*/
#UI_right {
	width:225px;
	padding:20px 10px;
}
#UI_right .related {
	background-color:#46155d;
	color:#fff;
}
#UI_right .related h2 {
	padding:5px;
	font-size:16px;
	font-weight:bold;
}
#UI_right .related p {
	padding:5px;
}
#UI_right .related p.phone {
	font-size:21px;
}
#UI_right .related p.more {
	padding:10px 5px;
	background-color:#eee;
}
#UI_right .related a {
	font-size:12px;
	font-weight:bold;
	color:#46155d;
}
#UI_right .services {
    padding:20px 0 0 0;
}
#UI_right .services h2 {
	padding:5px 5px 0 5px;
	font-size:16px;
	font-weight:bold;
}
#UI_right .services p {
	padding:5px;
}
#UI_right .services p.more {
	padding:0px 5px;
}
#UI_right .services a {
	font-size:11px;
	font-weight:bold;
	color:#46155d;
}

/*

Gestion de la zone de contenu

*/
#UI_content_large {
	width:715px;
	padding:10px 20px 10px 10px;
}
#UI_content_large .offer {
	width:233px;
	margin-right:5px;
}
#UI_content_large .area {
	border:solid 1px #ddd;
	padding:10px;
	height:310px;
}
#UI_content_large h2 {
	font-size:21px;
	text-align:center;
	border-bottom:solid 1px #ddd;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
#UI_content_large h3 {
	font-size:21px;
	text-align:center;
	padding:20px;
}
#UI_content_large p.overview {
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
}
#UI_content_large p {
	padding-top:5px;
}
#UI_content {
	width:460px;
	padding:10px 20px 20px 20px;
}
#UI_content h2 {
	font-weight: normal;
	font-size: 18px;
	color: #009acd;
	margin: 0;
	border-bottom:solid 1px #ccc;
	margin-bottom:30px;
}
#UI_content h3 {
	font-weight: bold;
	color: #009acd;
	font-size: 21px;
	margin-top: 15px;
	margin-bottom: 5px;
}
#UI_content h4 {
	font-weight: bold;
	font-size: 14px;
	color: #009acd;
	margin-top: 30px;
	margin-bottom: 5px;
}
#UI_content h5 {
	font-size: 12px;
	font-weight: bold;
}
#UI_content h6 {
	margin-bottom:5px;
	line-height:18px;
	font-size:12px;
	margin-left:67px
}
#UI_content ul {
	padding:0px 0px 10px 30px;
}
#UI_content li {
	list-style-type:disc;
	padding-bottom:2px;
	font-size:12px;
}
#UI_content p {
	margin-bottom:5px;
	line-height:18px;
	font-size:12px;
}
#UI_content a {
	font-weight:bold;
	/*color:#37b5d4;*/
}
#UI_content p.overview {
	margin-bottom:10px;
	font-weight:bold;
	font-size:18px;
	line-height:21px;
}
#UI_content p.bold {
	margin-bottom:10px;
	font-weight:bold;
}
#UI_content .panel  {
	/*width:725px;*/
}
#UI_content .content  {
	padding:0 10px
}
#UI_content .sign  {
	height:110px;
	background:url("../images/swidgets.png") no-repeat center center;
}
#UI_content .projector {
	height: 350px;
	position: absolute;
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	top: 0px;
	/*background-color:red;*/
}

#UI_content .bloc {
	width:460px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:11px;
}
#UI_content #panel_releases table {
	width:100%;
}
#UI_content #panel_releases th {
	text-align:center;
	font-weight:bold;
	padding:3px 0;
}
#UI_content #panel_releases td {
	text-align:center;
	padding:3px 0;
	border-top:solid 1px #ddd;
}
#UI_content #panel_functionnalites {
}
#UI_content #panel_functionnalites .bloc {
	width:430px;
	padding-top:20px;
	padding-bottom:10px;
}
#UI_content #panel_pourquoi-air {
}
#UI_content #panel_services {
}
#UI_content #panel_services .typer {
	border-bottom:solid 1px #ddd;
	height:46px;
	position:relative;
	top:-1px;
}
#UI_content #panel_services h3.type {
	padding:10px 15px;
	margin:0;
	color:#999;
	border-top:solid 1px #fff;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	cursor:pointer;
}
#UI_content #panel_services h3.current {
	background-color:#fff;
	color:#A20000;
	border-top:solid 1px #ddd;
	border-left:solid 1px #ddd;
	border-right:solid 1px #ddd;
}
#UI_content #panel_services div.type {
	padding:10px 0;
}
#UI_content #panel_services div.type p.bold {
	font-size:13px;
}
#UI_content #panel_services .offer {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:10px;
	margin:5px;
	width:423px;
	height:330px;
	border:solid 1px #ccc;
}
#UI_content #panel_services .offer h4 {
	margin-top:10px;
}
#UI_content #panel_services .offer .colors {
	position:absolute;
}
#UI_content #panel_services .option {
	width:420px;
}
#UI_content #panel_demande-de-devis .marge {
	width:250px;
}
#UI_content #panel_demande-de-devis .form {
	width:720px;
}

#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;
}


/*

Gestion de la page d'accueil

*/
#UI_home_more {
	width:245px;
}
#UI_home_more h2 {
	font-size:14px;
	padding:10px 0 5px 0;
	font-weight:bold;
}

#UI_connect {
	background:url("../images/bg/connect.png") no-repeat left top;
	height:180px;
	overflow:hidden;
}
#UI_connect form {
	padding: 40px 10px 10px 10px;
}

#UI_twitter .twit {
	border-bottom:solid 1px #ddd;
	padding:0 0 5px 0;
	margin: 0 0 5px 0;
}
#UI_twitter .twit p {
	font-size:11px;
}
#UI_twitter .twit p.date {
	font-size:10px;
	color:#ccc;
	padding:3px 0 0 0;
}
/*

Gestion de l'outil de contact rapide

*/
#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;
}
/*

Gestion de la partie basse du site

*/
#UI_bottom {
	padding:10px 0;
	height:100px;
	overflow:hidden;
}
#UI_bottom h2 {
	color: #444;
	font-weight: bold;
	font-size: 16px;
	line-height:20px;
	margin:0;
	padding:0 0 5px 0;
	text-align:left;
	border:none;
}
#UI_bottom p {
	margin: 0px;
	font-size: 11px;
	color: #444;
}
#UI_bottom a {
	color: #009acd;
}
#UI_bottom img {
	float:left;
}
#UI_bottom .pWidth {
	padding:0;
}
#UI_bottom .bloc {
    width:225px;
    float:left;
    margin:0 10px;
}
#UI_bottom .more {
	text-align:center;
	margin-top:10px;
	font-weight:bold;
}
#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;
	border:solid 1px #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	height:16px;
	color:#666;
}
#UI_newsletter button {
	font-size:11px;
	padding:3px;
	width:70px;
	border:none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color:#009acd;
	color:#fff;
	cursor:pointer;
}
#UI_newsletter button:hover {
	background-color:#009acd;
	color:#fff;
}
#UI_newsletter .more {
	margin:0px;
}

/*

Gestion du footer

*/
#UI_footer {
	font-size: 11px;
	color: #fff;
	background-color:#444;
}
#UI_footer .pWidth {
	padding: 20px 0;
}
#UI_footer .providedby {
	height:100px;
	background:url("images/by_subvitamine.png") no-repeat center center;
}
#UI_footer #UI_copyright {
	width: 535px;
}
#UI_footer #UI_shortcuts {
	width: 325px;
	text-align:right;
}
#UI_footer p {
	margin: 0px;
	line-height: 1.4em;
}
#UI_footer a {
	color:#fff;
}


/*

Gestion des fenêtres

*/
#UI_window {
	background:url("../images/bg/popup_fade.png");
	position:fixed;
	top:0px;
    left:0px;
}
#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 {
	height:350px;
	overflow:auto;
}
#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;
}
#UI_window h3 {
	font-weight: normal;
	color:#009acd;
	font-size: 18px;
	margin-top:10px;
	margin-bottom:5px;
}
#UI_window a {
	color:#009acd;
}
#UI_window p {
	font-size: 11px;
	padding-bottom:5px;
}

/*

Gestion des medias

*/
#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;
}


/*

Galerie de la page d'accueil

*/

#UI_home_gallery {
	margin:0;
	width:725px;
	overflow:hidden;
}
#UI_home_gallery a img{
	border:none;
}
#UI_home_slides {
	height:510px;
	width:725px;
	overflow:hidden;
}
#UI_home_slides .slide{
	float:left;
}
#UI_home_slides .slide .mea {
	padding:30px 380px 30px 30px;
	color:#fff;
}
#UI_home_slides .slide .mea h2 {
	font-size:24px;
	padding:0 0 10px 0;
}
#UI_home_slides .slide .mea p {
	padding:0 0 10px 0;
	font-size:11px;
	line-height:16px;
}
#UI_home_slides .slide .mea ul {
	padding:0 0 0 30px;
}
#UI_home_slides .slide .mea li {
	padding:0 0 10px 0;
	font-size:11px;
	line-height:16px;
}
#UI_home_slides .slide .mea p.overview {
	line-height:18px;
	font-size:12px;
	font-weight:bold;
}
#UI_home_menu{
	/* This is the container for the thumbnails */
	height:30px;
	position:absolute;
	width:740px;
}
#UI_home_menu ul{
	margin:470px 0 0 280px;
	padding:0;
}
#UI_home_menu li.menuLeft{
	width:15px;
	height:30px;
	display:block;
	float:left;
	list-style:none;
	overflow:hidden;
	background-image:url(../images/bg/gallery_menu_left.png);
	background-repeat:no-repeat;
	background-position:left top;
}
#UI_home_menu li.menuRight{
	width:15px;
	height:30px;
	display:block;
	float:left;
	list-style:none;
	overflow:hidden;
	background-image:url(../images/bg/gallery_menu_right.png);
	background-repeat:no-repeat;
	background-position:left top;
}
#UI_home_menu li.menuItem{
	/* 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;
	height:30px;
	display:block;
	float:left;
	list-style:none;
	overflow:hidden;
	text-align:center;
}
#UI_home_menu li a{

	display:block;
	height:30px;
}
#UI_home_menu li img {
	display:none;
}
#UI_home_menu li.inact:hover {
	background-color:#333;
}
#UI_home_menu li.act, li.act:hover {
	background-color:#444;
}
#UI_home_menu li.act {
	background-color:#333;
}
#UI_home_menu li.act a {
	cursor:default;
}

