/***************************************************
				      FONTS
***************************************************/
@font-face {
	font-family: 'LeagueGothicRegular';
	src:	url('fonts/League_Gothic-webfont.eot');
	src: 	url('fonts/League_Gothic-webfont.eot?iefix') format('eot'),
			url('fonts/League_Gothic-webfont.woff') format('woff'),  
			url('fonts/League_Gothic-webfont.ttf') format('truetype'),  
			url('fonts/League_Gothic-webfont.svg#webfontbfTRXsQ9') format('svg');
	font-weight: normal;
	font-style: normal;
}

/***************************************************
				      GENERAL
***************************************************/
pre,code{
	font-family:"Times New Roman", Times, serif;
	white-space:pre;
	overflow:auto;
	padding:20px;
	letter-spacing: 0.1em;
	display: block;
	float: left;
}
pre{
	padding:5px;
}
code{
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background:#252525;
	font-size:11px;
	color: #999999;
	padding: 3px;
	padding-left: 10px;

	behavior: url(http://imediat.fr/js/PIE.htc);
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,  del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:  Helvetica, Arial, sans-serif;
	text-decoration:none;
	line-height: 18px;
}
body {
	height: 100%;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color: #252525;
	color: #E4E4E4;
	background: url(../images/imediat_bg.jpg) repeat;
}
h1,h2,h3,h4,h5,h6{
	margin-bottom: 12px;
	font-weight: normal;
	color: #35B5B3;
}
h1{
	font-size:34px;
	line-height: 38px;
}
h2{
	font-size:28px;
	line-height: 33px;
}
h3{
	font-size:24px;
	line-height: 29px;
}
h4{
	font-size:20px;
	line-height: 25px;	
}
h5{
	font-size:16px;
	line-height: 21px;
}
h6{
	font-size:14px;
	line-height: 17px;
}
ul, ol	{
	display: block;
	padding: 0px;
	margin: 0px;
	margin-left: 17px;
	margin-bottom: 14px;
}
blockquote {
	margin: 0px;
	float: left;
	width: 40%;
	border-bottom: 2px solid #ccc;
	margin-bottom: 5px;
	margin-right: 25px;
	color: #aaaaaa;	quotes: "";
}
blockquote.right {
	float: right;
	margin: 0 0 5px 25px;
	text-align: right;
}
blockquote p {
    font: 20px/22px Georgia,"Times New Roman",Times,serif;
    padding-bottom: 10px;
    text-transform: uppercase;
	margin-bottom: 0px;
}
p {
	margin-bottom: 14px;
}
p:last-child {
	margin-bottom: 0;
}
em {
	font-style: italic;
}
strong, b {
	font-weight: bold;
	color: #82B3B2;
}
input, textarea, select {
	outline-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 9px;
	color: #676767;
	border: 1px solid #495362;
	background-color: #282D34;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin: 1px;

	behavior: url(http://imediat.fr/js/PIE.htc);
}
input:focus, textarea:focus, select:focus {
	border: 2px solid #69AABA;
    color: #69AABA;
    margin: 0px;	
}
input.submit, input.submit:focus, input.submit:active {
	cursor:pointer;
	text-align:center;
    color: #fff;
	text-decoration:none !important;
	display: block;
	float: left;	
	margin: 1px;
	background: url(../images/sprite-button.png) repeat-x scroll 0 -20px #69AABA;
	border: 1px solid #5AA2B4;
}


input.submit:hover {
	text-decoration: underline;
}
a {
	text-decoration: none;
	outline:none;
	color: #F09100;
}
a:hover {
	color: #69AABA;
}
.title, .title a {
	text-decoration: none;
	color: #CCCCCC;
	display:block;
}
.title a:hover {
	color: #69AABA;
}
.heading-link {
	background: url(../images/bg-stripes-light.gif) center 5px repeat-x;
	width: 100%;
	float: left;
	margin-bottom: 15px;
	padding-bottom: 10px;
	/*	border-bottom: 1px dotted #666666;*/
    text-align: center;
	font-size:12px;
	font-weight: bold;
	text-transform:uppercase;
}
.heading-link strong, .heading-link a {
	background-color: #333333;
	display: inline;
}
.heading-link strong {
	padding: 0 10px; 
	color: #CCCCCC;
}
.heading-link a {
	text-decoration: none;
	color:#666666;
}
.heading-link a:hover {
	color: #F09100;
}
.read-more {
	font-size:10px;
	text-transform:uppercase;
	font-weight: bold;
}
.top {
	width: 95%;
	margin-bottom: 25px;
	padding-bottom: 10px;
	position: relative;
	border-bottom: 1px dotted #ccc;
	background-image: none;
}
.top a {
	font-size:10px;
	position: absolute;
	right: -5%;
	top: 0px;
}
img, iframe {
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	behavior: url(http://imediat.fr/js/PIE.htc);
}
.alignleft {
	float:left;
	margin: 10px 20px 10px 0;
}
.alignright {
	float:right;
	margin: 10px 0 10px 20px;
}
.aligncenter {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 55px;
	display: block;
	margin-bottom: 12px;
	text-align: center;
}
.border {
}
.divider {
	float: left;
	width: 100%;
	display: block;
	height: 70px;
}
.divider-border {
	width: 100%;
	display: block;
	float: left;
	margin: 40px 0 40px 0;
	border-top: 1px dotted #596577;
}
/***************************************************
			SELECT WORDS COLOR
***************************************************/
::-moz-selection { background: #34B4E4; color: #000; text-shadow: none; }
::selection { background: #34B4E4; color: #000; text-shadow: none; }

/***************************************************
			MAIN CONTENT
***************************************************/
#wrapper {
	width:100%;
	float: left;
}
#main-content {
	width:920px;
	margin-right: auto;
	margin-left: auto;
	padding:0 25px 40px 25px;
	/*-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	background-color: #333333;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius:3px;*/
	overflow: hidden;
	min-height: 200px;

	behavior: url(http://imediat.fr/js/PIE.htc);
	
}	
#header-wrap {
	width:100%;
	float: left;
}
#header {
	width:970px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
	background: url(../images/imediat_bg_logo.png) no-repeat;
	background-position: bottom center;
}
#logo a {	
	float: left;
	/*margin-right: 25px;*/    
}
#logo span {
	float: left;
	margin-top: 20px;
}

/* ===================== MENU ===================== */
#menu_main {
	background: url(../images/imediat_bg_bloc.png) no-repeat;
	background-position: bottom center;
	padding: 0 0 15px;
	float: left;
	width:970px;
}
p.demos {
	text-align:center;
	display: block;
	line-height: 30px;
	padding-bottom: 25px;
	padding-top: 15px;
}
p.demos a {
	display: inline-block;
	width: 66px;
	height: 66px;
	margin: 0px 13px;
	color: #fff;
	line-height: 60px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 50%;
	font-size: 16px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.2);
	behavior: url(http://imediat.fr/js/PIE.htc);
}
.bt_icon1 {
	background: url(../images/menu_main/icon1.png), url(../images/menu_main/light.png);
	background-position: top right, top center;
	background-color:#145f68;
}
a.current-menu.bt_icon1 {
	-webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
 	background: url(../images/menu_main/icon1.png), url../(images/menu_main/light.png);
	background-position: top left, top center;
	background-color:#B16F0D;
}
p.demos a.bt_icon1:hover {
	-webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	background: url(../images/menu_main/icon1.png), url(../images/menu_main/light.png);
	background-position: top left, top center;
	background-color:#B16F0D;
}
.bt_icon2 {
	background: url(../images/menu_main/icon2.png), url(../images/menu_main/light.png);
	background-position: top right, top center;
	background-color:#145f68;
}
a.current-menu.bt_icon2 {
	-webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	background: url(../images/menu_main/icon2.png), url(../images/menu_main/light.png);
	background-position: top left, top center;
	background-color:#B16F0D;
}
p.demos a.bt_icon2:hover {
	-webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	background: url(../images/menu_main/icon2.png), url(../images/menu_main/light.png);
	background-position: top left, top center;
	background-color:#B16F0D;
}
.bt_icon3 {
	background: url(../images/menu_main/icon3.png), url(../images/menu_main/light.png);
	background-position: top right, top center;
	background-color:#145f68;
}
a.current-menu.bt_icon3 {
	-webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	background: url(../images/menu_main/icon3.png), url(../images/menu_main/light.png);
	background-position: top left, top center;
	background-color:#B16F0D;
}
p.demos a.bt_icon3:hover {
	-webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	background: url(../images/menu_main/icon3.png), url(../images/menu_main/light.png);
	background-position: top left, top center;
	background-color:#B16F0D;
}
.bt_icon4 {
	background: url(../images/menu_main/icon4.png), url(../images/menu_main/light.png);
	background-position: top right, top center;
	background-color:#145f68;
}
a.current-menu.bt_icon4 {
	-webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	background: url(../images/menu_main/icon4.png), url(../images/menu_main/light.png);
	background-position: top left, top center;
	background-color:#B16F0D;
}
p.demos a.bt_icon4:hover {
	-webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	background: url(../images/menu_main/icon4.png), url(../images/menu_main/light.png);
	background-position: top left, top center;
	background-color:#B16F0D;
}
.bt_icon5 {
	background: url(../images/menu_main/icon5.png), url(../images/menu_main/light.png);
	background-position: top right, top center;
	background-color:#145f68;
}
a.current-menu.bt_icon5 {
	-webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	background: url(../images/menu_main/icon5.png), url(../images/menu_main/light.png);
	background-position: top left, top center;
	background-color:#B16F0D;
}
p.demos a.bt_icon5:hover {
	-webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	background: url(../images/menu_main/icon5.png), url(../images/menu_main/light.png);
	background-position: top left, top center;
	background-color:#B16F0D;
}
.bt_icon6 {
	background: url(../images/menu_main/icon6.png), url(../images/menu_main/light.png);
	background-position: top right, top center;
	background-color:#145f68;
}
a.current-menu.bt_icon6 {
	-webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	background: url(../images/menu_main/icon6.png), url(../images/menu_main/light.png);
	background-position: top left, top center;
	background-color:#B16F0D;
}
p.demos a.bt_icon6:hover {
	-webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	background: url(../images/menu_main/icon6.png), url(../images/menu_main/light.png);
	background-position: top left, top center;
	background-color:#B16F0D;
}
.bt_icon7 {
	background: url(../images/menu_main/icon7.png), url(../images/menu_main/light.png);
	background-position: top right, top center;
	background-color:#145f68;
}
a.current-menu.bt_icon7 {
	-webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	background: url(../images/menu_main/icon7.png), url(../images/menu_main/light.png);
	background-position: top left, top center;
	background-color:#B16F0D;
}
p.demos a.bt_icon7:hover {
	-webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.3);
	background: url(../images/menu_main/icon7.png), url(../images/menu_main/light.png);
	background-position: top left, top center;
	background-color:#B16F0D;
}


/***************************************************
		   INTRO
***************************************************/
#intro {
	float: left;
	width: 908px;
	margin-bottom: 40px;
	padding: 30px;
	margin-left: -25px;
	background: url(../images/bg-intro.jpg) repeat scroll #282828;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 3px solid #242424;
}
#intro .left {
	float: left;
	width: 700px;
}
#intro .right {
	float: right;
}
#intro.center {
    text-align: center;
}
#intro .title {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
/***************************************************
		  ENTRY-HOLDER
***************************************************/
.entry-holder {
	width: 100%;
	float: left;
	margin: 10px 0 30px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #596577;
}
.entry-holder .center {
    text-align: center;
}
.entry-holder h1 {
	font-family:'LeagueGothicRegular', Georgia, sans-serif;
	font-size: 35px;
	/*line-height: 26px;*/
	/*font-weight: bold;*/
	display: inline;
	float: left;
	
	text-shadow: 2px 2px 2px #282d34;
	filter: dropshadow(color=#282d34, offx=2, offy=2); 
	zoom:1;
}
.entry-holder .sub-title {
    border-left: 1px dotted #666666;
    display: inline;
    line-height: 26px;
    margin-left: 15px;
    padding-left: 15px;
}
/***************************************************
		   CALLOUT
***************************************************/
.callout-wrap {
	clear: both;
	padding: 20px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border: 1px solid #333;
	background-color: #252525;

	behavior: url(http://imediat.fr/js/PIE.htc);
}
.callout {
	overflow: hidden;
}
.callout .left {
	float:left;
	width:70%;
	margin-top: 10px;
}
.callout .right {
	float:right;
}
.callout .button {
	margin:0;
}
/***************************************************
						 FOOTER
***************************************************/
#footer-wrapper {
	width: 100%;
	position: relative;
	float: left;
	font-size: 11px;
}
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #999;
}
#footer a {
	color: #666666;
}
#footer a:hover {
	color: #F09100;
}
#footer span {
	display:block;
}
#footer span a  {
	display: inline;
}
#footer h3 {
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	font-weight: bold;
}
#footer ul {
	list-style-type: none;
}
#footer ul li {
	display:block;
	margin-bottom:10px;
}
.footer-content-holder {
	width: 100%;
	float: left;
	/*border-top: 2px solid #111;
	border-bottom: 10px solid #333;*/
	background: url(../images/imediat_bg_footer.png) no-repeat;
	background-position: top center;
}
.footer-content {
	width: 100%;
	float: left;
	padding-bottom: 40px;
	padding-top: 40px;
}
#footer img.logo {
	margin: 0 0 15px 0;
}
#footer-bottom {
	width: 100%;
	float: left;
	/*border-top: 1px solid #333;*/
}
#footer-bottom p {
	margin-bottom: 0px;
}
#footer-bottom .left {
	text-align: left;
}
#footer-bottom .right {
	text-align: right;
}
#footer-bottom .footer-menu ul {
	margin: 20px 0 0 0;
}
#footer-bottom .footer-menu ul li {
	display: inline;
	margin-left: 10px;
}

/***************************************************
				      COLUMNS
***************************************************/
.one, .one-half, .two-third, .one-third, .one-fourth, .one-five {
	float:left;
	margin-right: 4%;
	display: inline;
}
.one {
	width: 100%;
	margin-right: 0%;
}
.one-half {
	width:47.9%;
}
.two-third {
	width:65.4%;
}
.one-third  {
	width:30.5%;
}
.one-fourth {
	width:22%;
}

.one-five {
	width:16.8%;
}

.last { 
	margin-right: 0%;
}
/*********************************************************************
					ICON BOXES
 *********************************************************************/
.iconbox {
}
.iconbox h3 {
	font-size:11px;
	font-weight: bold;
	text-transform:uppercase;
	line-height: 14px;
}
.iconbox-icon{
    float: left;    
	padding: 0 10px 0 0;
}
.iconbox-content {
    overflow: hidden;
}
/*********************************************************************
					DIFFERENT UL STYLES
 *********************************************************************/
.check-list, .arrow-list, .star-list {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	display: block;
}
.check-list li, .arrow-list li, .star-list li {
	margin-bottom: 5px;
	padding-left: 15px;
}
.arrow-list li {
	background: url(../images/bullet-ul.png) no-repeat scroll -82px 5px transparent;
}
.check-list li {
	background: url(../images/bullet-ul.png) no-repeat scroll -42px -45px transparent;
}
.star-list li {
	background: url(../images/bullet-ul.png) no-repeat scroll 0px -80px transparent;
}
ul.colored-counter-list {
	counter-reset:li;
	margin-left:0; 
	padding-left:0; 
}
ul.colored-counter-list > li {
	position:relative; 
	list-style:none;
	padding-left: 35px;
	margin-bottom: 13px;
}
ul.colored-counter-list > li:before {
	content:counter(li); 
	counter-increment:li; 
	position:absolute;
	top:-6px;
	left:0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:2em;
	margin-right:8px;
	text-align:center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	-moz-border-radius: 22px;
	-webkit-border-radius:22px;
	border-radius:22px;
	background-color: #282D34;
	color: #fff;
	
	/*Ajout à vérifier si compatibilité browser !!*/
	-moz-box-shadow: inset 0 0 5px #1b1d20;
   -webkit-box-shadow: inset 0 0 5px #1b1d20;
   box-shadow: inset 0 0 5px #1b1d20;
   
   border-left:none;
   border-right:none;
   border-bottom:1px solid #596577;
   border-top:1px solid #000;

	behavior: url(http://imediat.fr/js/PIE.htc);
}
/***************************************************
		    BUTTONS
***************************************************/
.button {
	cursor:pointer;
	text-align:center;
	display:inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
.button.right {
	float:right;
}
.button, .button:hover {
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	color: #FFFFFF;
}
.button:hover {
	text-decoration: underline;
}
.smallest {
	padding: 1px 7px !important;	
	font-size: 11px;
	background: url(../images/sprite-button.png) repeat-x scroll 0 0 transparent;
}
.small {
	padding: 7px 14px 7px 14px !important;
	background: url(../images/sprite-button.png) repeat-x scroll 0 -20px transparent;
}
.medium {
	padding: 11px 19px 11px 19px !important;
	font-size: 17px;
	background: url(../images/sprite-button.png) repeat-x scroll 0 -52px transparent;
}
.large {
	padding: 16px 24px 16px 24px !important;
	font-size: 21px;
	background: url(../images/sprite-button.png) repeat-x scroll 0 -92px transparent;
}
.rectangle {
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	border-radius:2px;

	behavior: url(http://imediat.fr/js/PIE.htc);
}
.rounded {
	-moz-border-radius: 79px;
	-webkit-border-radius:79px;
	border-radius:79px;

	behavior: url(http://imediat.fr/js/PIE.htc);
}
.silver {	
	background-color:#666666;
	border: 1px solid #D2D2D2;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	color: #707070;
}
.grey {	
	background-color:#707070;
	border: 1px solid #666666;
}
.gold {
	background-color:#d5bc6a;
	border: 1px solid #CEB353;
}
.orange {
	background-color:#F09100;
	border: 1px solid #D37204;
}
.green {
	background-color:#aabf7d;
	border: 1px solid #9EB76C;	
}
.tealgreen {
	background-color:#3EA99F;
	border: 1px solid #399B92;
}
.blue {
	background-color: #69AABA;
	border: 1px solid #5AA2B4;
}
.navyblue {
	background-color: #657383;
	border: 1px solid #5F6B7A;
}
.purple {
	background-color:#9a86a2;
	border: 1px solid #8E7797;
}
.magenta {
	background-color:#C25283;
	border: 1px solid #BB4275;
}
.pink {
	background-color:#F9A7B0;
	border: 1px solid #F8949D;
}
.red {
	background-color:#dc4f49;
	border: 1px solid #DA433A;
}
.brown {
	background-color:#968770;
	border: 1px solid #94846B;
}
.lightbrown {
	background-color:#C9C299;
	border: 1px solid #C4BC8E;
}
/*********************************************************************
						DROPCAPS
 *********************************************************************/
.dropcap1 {
	float: left;
	font-size:34px;
	line-height:36px;
	margin:0 8px 0 0;
}
.dropcap2 {
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	display:block;
	float:left;
	font-size:24px;
	line-height:44px;
	margin:6px 8px 0 0;
	text-align:center;
	width:44px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);	
	background-color: #f5f5f5;
    color: #666666;

	behavior: url(http://imediat.fr/js/PIE.htc);
}
.dropcap3 {
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
	border-radius: 55px;
	display:block;
	float:left;
	font-size:24px;
	line-height:44px;
	margin:6px 8px 0 0;
	text-align:center;
	width:44px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);		
	background-color: #f5f5f5;
    color: #666666;

	behavior: url(http://imediat.fr/js/PIE.htc);
}
/********************************************
					TABS STYLE
 ********************************************/
ul.tabs {
	padding: 0;
	list-style: none;
	width: 100%;
	margin: 0;
	float: left;
}
ul.tabs li {
	overflow: hidden;
	position: relative;
	/*margin-right: 2px;*/
	margin-right: 5px;
	float: left;
}
ul.tabs li {
}
ul.tabs li a {
	background-color: #252525;
	color: #AAAAAA;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	float: left;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	/*-moz-border-radius-topright: 2px;
	-moz-border-radius-topleft: 2px;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-top-left-radius: 2px;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	behavior: url(http://imediat.fr/js/PIE.htc);
}
ul.tabs li.active  {
}
ul.tabs li a:hover, ul.tabs li.active a {
	background-color: #35B5B3;
    color: #fff;
}
.tab_container{
	clear: both;
	float: left;
	width: 100%;
	color: #C4C4C4;
	border: 1px solid #333;
	border-top: 2px solid #f5f5f5;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);		
	background-color: #282d34;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;

	behavior: url(http://imediat.fr/js/PIE.htc);
}
.tab_container {
	margin: 0px;
	padding: 0px;
	float: left;
	margin-top: 5px;
}
.tab_content {
	padding: 20px;
}
/***************************************************
			TOGGLE STYLE1 (NOT COLLAPSIBLE)
***************************************************/
.toggle-wrap {
	float: left;
	width: 100%;
	margin-bottom: 7px;
}
.trigger {
}
.trigger a {
	display: block;
	padding: 10px;
	padding-left: 15px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color: #AAAAAA;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/toggle-buttons.png) no-repeat 100% -29px #252525;
	border: 1px solid #333;

	behavior: url(http://imediat.fr/js/PIE.htc);
}
.trigger a:hover { 	
	color: #35B5B3;
	background: url(../images/toggle-buttons.png) no-repeat 100% -29px #252525;
}
.trigger.active a { 
	color: #35B5B3;
	background: url(../images/toggle-buttons.png) no-repeat 100% -115px #282D34;
	
	-moz-box-shadow: inset 0 0 5px #1b1d20;
   -webkit-box-shadow: inset 0 0 5px #1b1d20;
   box-shadow: inset 0 0 5px #1b1d20;
   
   border-left:none;
   border-right:none;
   border-bottom:1px solid #596577;
   border-top:1px solid #000;
}
.trigger.active a:hover { 
	color: #35B5B3;
	background: url(../images/toggle-buttons.png) no-repeat 100% -115px #282D34;
	
	-moz-box-shadow: inset 0 0 5px #1b1d20;
   -webkit-box-shadow: inset 0 0 5px #1b1d20;
   box-shadow: inset 0 0 5px #1b1d20;
   
   border-left:none;
   border-right:none;
   border-bottom:1px solid #596577;
   border-top:1px solid #000;
}
.toggle-container {
	overflow: hidden;
	float: left;
	padding: 15px;
}
/***************************************************
	     TOGGLE STYLE2 (COLLAPSIBLE)
***************************************************/
#toggle-wrap {
	float: left;
	width: 100%;
}
.trigger-button {
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	margin-bottom: 7px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color: #aaaaaa;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/toggle-buttons.png) no-repeat 100% -29px #252525;
	border: 1px solid #333;
	cursor:pointer;

	behavior: url(http://imediat.fr/js/PIE.htc);
}
.trigger-button span {
	padding-left: 15px;
}
.toggle-container2 {
	float: left;
	padding: 8px 15px 22px 15px;
}
.trigger-button:hover { 	
	color: #35B5B3;
	background: url(../images/toggle-buttons.png) no-repeat 100% -29px #252525;
}
.trigger-button.active { 
	color: #35B5B3;
	background: url(../images/toggle-buttons.png) no-repeat 100% -115px #282D34;
	
	-moz-box-shadow: inset 0 0 5px #1b1d20;
   -webkit-box-shadow: inset 0 0 5px #1b1d20;
   box-shadow: inset 0 0 5px #1b1d20;
   
   border-left:none;
   border-right:none;
   border-bottom:1px solid #596577;
   border-top:1px solid #000;
}
.trigger-button.active:hover { 
	color: #35B5B3;
	background: url(../images/toggle-buttons.png) no-repeat 100% -115px #282D34;
	
	-moz-box-shadow: inset 0 0 5px #1b1d20;
   -webkit-box-shadow: inset 0 0 5px #1b1d20;
   box-shadow: inset 0 0 5px #1b1d20;
   
   border-left:none;
   border-right:none;
   border-bottom:1px solid #596577;
   border-top:1px solid #000;
}

/***************************************************
		    BUTTONS NAVRIGHT ADMIN
***************************************************/
ul.navright {
	margin: 0px;
	padding: 0px;
	float: right;
	list-style-type: none;
}
ul.navright li, ul.navright li a, ul.navright li a:hover {
	float: left;
	margin-left: 2px;
	margin-bottom: 2px;
}
ul.navright li a {
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #AAAAAA;
	background-color:  #252525;
    padding: 7px 9px;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	border-radius:2px;	
	
	behavior: url(http://imediat.fr/js/PIE.htc);
}
ul.navright li a:hover, ul.navright li.current a { 
	background-color: #f5f5f5;
    color: #666666;
}
ul.navright li.current {
}
ul.navright li.icon {
	margin-right: 40px;
	margin-top: 7px;
	padding-left: 30px;
	background: url(../images/sprite.png) no-repeat scroll 0 -96px transparent;
}
/***************************************************
		   ITEM NAVIGATION
***************************************************/
ul.item-nav {
	float: right;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul.item-nav li {
	float: left;
	margin-left: 4px;
}
ul.item-nav li a {
    background: url(../images/sprite.png) no-repeat scroll 0 0 #252525;
	color: #AAAAAA;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    display: block;
    padding: 7px 9px;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	border-radius:2px;

	behavior: url(http://imediat.fr/js/PIE.htc);
}
ul.item-nav li a:hover {
    background-color: #f5f5f5;
	color: #676767;
}
ul.item-nav li.prev a {
    background-position: 9px -274px;
	padding-left: 25px;
}
ul.item-nav li.prev a:hover {
    background-position: 9px -247px;
}
ul.item-nav li.all a {
    background-position: -66px -274px;
	text-indent: -9999px;
    width: 17px;
}
ul.item-nav li.all a:hover {
    background-position: -66px -247px;
}
ul.item-nav li.next a {
    background-position: -112px -274px;
	padding-right: 25px;
}
ul.item-nav li.next a:hover {
    background-position: -112px -247px;
}
/***************************************************
			CONTACT
***************************************************/
#contact {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#contact-form {
	float: left;
	width: 100%;
}
#contact-form ul {
	margin: 0px;
	padding: 0px;
}
#contact-form  li {
	position: relative;
	list-style-type: none;
	display: block;
	padding-bottom: 10px;
}
#contact-form label {
	height: 20px;
	display: block;
}
#contact-form  li.textarea {
	height: 200px;
	padding-bottom: 20px;
}
#contact-form  li.button {
	float: left;
	list-style-type: none;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#contact-form input, textarea {
	/*width: 400px;*/
	 width: 95%;
}
#contact-form .checked {
	width: 15px;
	height: 15px;
	margin-right: 10px;
}
#contact-form textarea {
	height: 160px;
	/*width: 75%;*/
	 width: 95%;
}
#contact-form input.submit {
	width: 130px;
}
#contact-form em {
	color:#666666;
	display: inline;
	font-size: 11px;
	font-style: normal;
}
#contact-form li label.error {
	color: #F09100;
	font-size: 11px;
	position: absolute;
	top: 0px;
	right: 225px;
}
#contact-form li label.error input:focus {
	border-color: #F09100;
}
.contact-map {
	margin-bottom: 25px;
	margin-top: -25px;
	margin-left: -25px;
}
.message-success {
}
.message-success p {
	margin-bottom: 0px;
}
.post .message-success {
	padding: 10px;
}



/***************************************************
				 SHADOW
***************************************************/
.shadow_int {
   -moz-box-shadow: inset 0 0 5px #1b1d20;
   -webkit-box-shadow: inset 0 0 5px #1b1d20;
   box-shadow: inset 0 0 5px #1b1d20;
   
   border-left:none;
   border-right:none;
   border-bottom:1px solid #596577;
   border-top:1px solid #000;
}

.shadow_ext {
   -moz-box-shadow: 0 0 5px #282d34;
   -webkit-box-shadow: 0 0 5px #282d34;
   box-shadow: 0 0 5px #282d34;
   
   border:1px solid #1f242b;
}

.shadow_img {
   -moz-box-shadow: 0 8px 9px -6px #000;
   -webkit-box-shadow: 0 8px 9px -6px #000;
       box-shadow: 0 8px 9px -6px #000;
}

/***************************************************
				 CONTAINER TAB ALT LIGHT
***************************************************/
.no_bg{
	border: none;
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;	
		
	background-color:transparent;
	
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-radius: 0px;

	behavior: url(http://imediat.fr/js/PIE.htc);
}

/***************************************************
				 LOADING
***************************************************/
.loading {
background: url("../images/loading.png") no-repeat scroll 50% 50%;
}

#top_buttons {
    padding-top: 10px;
    position: absolute;
    right: 6px;
}


/***************************************************
				 Table
***************************************************/
table{ width:100%; border-collapse:collapse;}
thead{/*border-top:solid 1px #596577*/; background:#252525;}
thead td{padding:10px;border-bottom:solid 1px #596577; color: #35B5B3;}
tbody td{ padding:10px;border-bottom:solid 1px #596577;}
thead{font-weight:bold;}
table tbody tr:hover td {background:#343A44; color:#FFF;}

.m-table tbody tr th{
	background:#252525;
	border-bottom: 1px solid #596577;
}



/***************************************************
				 Typo Highlight
***************************************************/
.highlight {
    background-color: #282D34;
    color: #FFFFFF;
    padding: 1px 4px;
	border:none;
}
.highlight.pink {
    background: none repeat scroll 0 0 #BD1E7B;
}
.highlight.green {
    background: none repeat scroll 0 0 #35B5B3;
}
.highlight.red {
    background: none repeat scroll 0 0 #EF2D2D;
}
.highlight.orange {
    background: none repeat scroll 0 0 #C35105;
}
.highlight.blue {
    background: none repeat scroll 0 0 #308AEF;
}
.highlight.yellow {
    background: none repeat scroll 0 0 #CB7A0B;
}


/***************************************************
				SLIDEBAR
***************************************************/
#sidebar {
	width: 240px;
	float: left;
}
#inner-content {
	width: 630px;
}
#inner-content.left {
	float: left;
	margin-right: 24px;
	padding-right: 25px;
	border-right: 1px dotted #666666;
}
#inner-content.right {
	float: right;
	margin-left: 24px;
	padding-left: 25px;
	border-left: 1px dotted #666666;
}

/***************************************************
				File uploader
***************************************************/

#mainprogressbar {
	display : block;
	width : 300px;
	height : 20px;
	background-color : #000;
}

#mainprogressbar div {
	display : block;
	height : 20px;
	width : 0px;
	background-color : #35B5B3;
}

#fileupload tr.template-download {
	display : none;
}

/***************************************************
				Fallr extras
***************************************************/

#fallr h4 {
	font-size : 1.8em!important;
}

#fallr .error {
	color: #F09100;
}

/*#fallr input.error {
	color : #F09100!important;
	border : 1px solid #F09100!important;
}*/
#fallr label.error input[placeholder], #fallr label.error input::-webkit-input-placeholder, #fallr label.error input:-moz-placeholder {
	color : #F09100 !important;
}

#fallr ul.error {
	padding-bottom : 1em;
	font-size : 0.8em;
}

#fallr ul.error li {
	color : #F09100;
}

#fallr label.error input {
	border : 1px solid #F09100;
}


/***************************************************
				Detect IE6
***************************************************/
div#_d {
 z-index: 999;
 }


.serveur_up, .serveur_up a{
color:#fff;
}

.serveur_down, .serveur_down a{
color:#FF5E01;
}