.mosaic-block {
	float: left;
	position: relative;
	overflow: hidden;
	width: 400px;
	height: 219px;
	margin: 10px;
	background: #111 url("images/progress.gif") no-repeat center center;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.mosaic-backdrop {
	display: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: #111;
}

.mosaic-overlay {
	display: none;
	z-index: 5;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #111;
}

.circle .mosaic-overlay {
	background: url("images/hover-magnify.png") no-repeat center center;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter: alpha(opacity=00);
	display: none;
}

.fade .mosaic-overlay {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter: alpha(opacity=00);
	background: url("images/bg-black.png");
}

.bar .mosaic-overlay {
	bottom: -100px;
	height: 100px;
	background: url("images/bg-black.png");
}

.bar2 .mosaic-overlay {
	bottom: -50px;
	height: 100px;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

.bar2 .mosaic-overlay:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.bar3 .mosaic-overlay {
	top: -100px;
	height: 100px;
	background: url("images/bg-black.png");
}@import "http://fonts.googleapis.com/css?family=Ubuntu:regular,italic,bold,bolditalic&subset=cyrillic,greek,latin";

* {
    font-family: 'Ubuntu',Tahoma;
    line-height: 100%;
    margin: 0;
    outline: medium none;
    padding: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

html {
    border: 0 none;
}

body {
    color: #FFFFFF;
    cursor: default;
    font-size: 9pt;
	background-color: #000000;
}

.clear {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
}

.center {
	text-align: center;
}

a {
    color: #1FA2E1;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #FF0000;
}

ul {
    list-style: none outside none;
}

p {
    margin: 0 0 1.5em;
}

h1, h2, h3 {
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 100%;
    padding-bottom: 15px;
}

h1 {
    font-weight: normal;
}

h1 a:hover {
    color: #333333;
    text-decoration: none;
}

h2 {
    font-size: 20px;
    font-weight: normal;
    padding-top: 10px;
}

h3 {
    font-size: 18px;
    padding-top: 10px;
}

h4 { 
	font: 300 16px 'Ubuntu',Tahoma; 
	line-height: 160%; 
	letter-spacing: 0.15em; 
	color: #fff; 
	text-shadow: 1px 1px 0 rgb(0,0,0);
	margin-bottom: 10px;
}

.char1, .char2, .char3, .char4, .char5, .char6, .char7, .char8, .char9, .char10, .char11 {
    background-color: #96DDFC;
    border-radius: 1.5em 1.5em 1.5em 1.5em;
    box-shadow: 0 0 5px #C8C8C8;
    color: #000000;
    display: block;
    float: left;
    font-family: 'Ubuntu',Tahoma;
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0 0 0 8px;
    text-align: center;
    width: 1.5em;
}

#txt p {
    -moz-transition: background-color 0.25s linear 0s;
}

#txt p:hover {
    background-color: #F1B5C8;
}

#contenu {
    overflow: hidden;
    z-index: 70;
	position: relative;
}

body#home #mainWrapper {
    background: url("images/bk_main_wrapper_home.png") repeat-x scroll 0 0 transparent;
}

body#home #content h2 {
	color: #111111;
}

#mainWrapper {
    background: url("images/bk_main_wrapper.png") repeat-x scroll 0 0 transparent;
}

#wrapper {
	background: url("images/bk_body.jpg") repeat scroll 0 0 transparent;
    margin: 0 auto;
    width: 960px;
}

#header {
    background: url("images/bk_header.png") no-repeat scroll 0 0 transparent;
    height: 190px;
    position: relative;
}

#content {
    overflow: hidden;
    padding-bottom: 20px;
	margin: 35px auto 0 auto;
	width: 845px;
	padding: 10px 30px;
}

#content span.title {
	color: #111111;
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.details { 
	margin: 15px 20px; 
}

.dark {
	color: #111111;
}

#footer {
    color: #666666;
    font-size: 12px;
    position: relative;
}

#footerWidgets {
    background: url("images/bk_footer_widgets.png") repeat-x scroll 0 0 #000000;
    padding-top: 32px;
}

#footerWidgetsInner {
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 35px;
    width: 960px;
}

#logo {
    left: 0;
    position: absolute;
    top: 115px;
}

#info {
    color: #000000;
    position: absolute;
    right: 16px;
    top: 18px;
}

#info h2 {
	font-size: 30px;
    font-weight: bold;
}

#mainMenu {
    left: -18px;
    position: absolute;
    top: 0;
}

#mainMenu ul li {
    float: left;
}

#mainMenu ul li a {
    background: url("images/bk_mainmenu.png") no-repeat scroll 0 -78px transparent;
    color: #CCCCCC;
    display: block;
    font-size: 17px;
    height: 49px;
    padding: 36px 18px 0;
}

#mainMenu ul li a span {
    color: #999999;
    font-size: 10px;
    line-height: 120%;
}

#mainMenu ul li a:hover, #mainMenu ul li.current a {
    background: url("images/bk_mainmenu.png") repeat-x scroll 0 0 transparent;
    color: #96DDFC;
    text-decoration: none;
}

#topSocial {
    position: absolute;
    right: 0;
    top: 120px;
}

#topSocial ul li {
    float: left;
    padding: 0 5px;
    width: 50px;
}

#topSocial ul li a {
    background: url("images/bk_topsocial.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 47px;
    width: 47px;
}

#topSocial ul li a img {
    border: medium none;
    margin-left: 8px;
    margin-top: 9px;
}

#topSocial ul li a:hover {
    background: none repeat scroll 0 0 transparent;
}

.alignleft {
    float: left;
    margin: 5px 15px 5px 0;
}

.alignright {
    float: right;
    margin: 5px 0 5px 15px;
}

.more-link {
    padding: 20px 0 0;
}

.clearfix { 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

#footerWidgetsInner .boxFooter {
    float: left;
    margin-bottom: 40px;
    overflow: hidden;
    padding-right: 30px;
    width: 210px;
}

#footerWidgetsInner h2 {
    border-bottom: 1px solid #292929;
    color: #CCCCCC;
    font-size: 20px;
    margin-bottom: 2px;
    padding: 7px 0 12px;
}

#footerWidgetsInner .boxFooter ul li {
    border-bottom: 1px solid #292929;
    color: #986123;
    font-size: 10px;
    font-style: italic;
    padding: 7px 0;
}

#footerWidgetsInner .boxFooter ul li a {
    color: #515151;
    font-size: 13px;
    font-style: normal;
    text-decoration: none;
}

#footerWidgetsInner .boxFooter ul li a:hover {
    color: #CCCCCC;
}

#footerWidgetsInner #copyright {
    border-top: 4px solid #090E0F;
    clear: both;
    margin-top: 15px;
    padding-top: 25px;
    position: relative;
}

#site5bottom {
    position: absolute;
    right: 0;
    top: 17px;
}

#site5bottom img {
    border: medium none;
}

#site5bottom a {
}

/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {
	width: 212px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url("images/tipTop.png") no-repeat top;
}
	
.tipMid {
	background: transparent url("images/tipMid.png") repeat-y; 
	padding: 0 25px 20px 25px;
	color: #000000;
}

.tipBtm {
	background: transparent url("images/tipBtm.png") no-repeat bottom;
	height: 32px;
}