/* General styles */

/* Table of Content
==================================================
	1-#Reset & Clearfix
	2-#Basic Styles
	3-#Form Styles
    */

/*-----------------------------------------------------------------------------------*/
/*	1.	CSS Reset & Clearfix
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,  h1, h2, h3, h4, h5, h6, p, blockquote, pre,  a, abbr, acronym, address, big, cite, code,  del, dfn, em, img, ins, kbd, q, s, samp,  small, strike, strong, sub, sup, section, tt, var,  b, u, i, center,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td,  article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary,  time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: top !important;
	word-wrap: break-word; 
	word-break: normal; 
}
#system-message-container table #vg-main-body-ajax table , #vg-main-body-ajax td ,#vg-main-body-ajax {

	vertical-align: top !important;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section {
	display: block;
}
html {-webkit-text-size-adjust:none;}
body { line-height: 1; overflow-x:hidden; overflow-y:auto;}
body.home{display:none;}
ol, ul { list-style: none; } 
blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } 
ins { text-decoration: none; } 
del { text-decoration: line-through; } 
table { 
    border-collapse: collapse; 
	border-spacing: 0; 
}
h1,h2,h3,h4,h5,h6{font-weight:bold;}
.clearfix { clear:both; } 
.none { display: none; } 
strong{font-weight:bold;}

/*-----------------------------------------------------------------------------------*/
/*	2.	Basic Styles
/*-----------------------------------------------------------------------------------*/
body {
   font:normal 14px/1.5em Arial, sans-serif;
   color: #666;

   -webkit-font-smoothing: antialiased;
   word-wrap: break-word;
   word-break: break-word;
}
a { 
	color: #0b2a78;
	-webkit-transition: color .1s linear;
	-moz-transition: color .1s linear;
	-o-transition: color .1s linear;
	-ms-transition: color .1s linear;
	transition: color .1s linear;
	text-decoration:none;
}
a:hover { 
    color: #000; 
	opacity:0.5;
    -moz-opacity:0.9;
    -o-opacity:0.9;
    filter:alpha(opacity=90);
}
a img { border: none; }
a img { vertical-align: bottom; }
a img:hover{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

::selection {
    background: #524A42;
    color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/*	3.	Form Styles
/*-----------------------------------------------------------------------------------*/

input[type="text"],textarea{
    padding:11px 8px;
    border:none;
	margin-bottom:15px;
	font-family:'nexa_lightregular';
}
#splashPageBG , html {
	width: 100%;
	background-color:#1B1108;
}

#section-about * {
	color: #666666 !important;
}

#splashPage {
	position: relative;
	background-image: url("../images/theo-brunet-splash-page.jpg") !important;
	width: 980px;
	height: 673px;
	margin: 0 auto;
}
.splashLink:hover {
	color: #DCC87F;
}
.splashLink {
  color: #DCC87F;
    font-size: 34px;
    position: absolute;
    top: 451px;
    height: 50px;
    padding-top:3px;
	
}
#splashLink_en {
	left:  689px;
}
#splashLink_fr { 
	left: 532px;
}

#frameHolder {
	position: relative;
	width: 50px;
	height: 1px;
	margin: 0 auto;
}
#frameHolderInner {
   line-height: 20px;
	height: 295px;
    background-image: url("../images/frame.png") !important;
    background-repeat: no-repeat;
    color: white;
    font-size: 13px;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 47px;
    position: absolute;
    right: -462px;
    top: -670px;
    width: 340px;
}
#closeFrame {
    color: red;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    right: -448px;
    top: -660px;
}
.email-icon {
	display: none !important;
}

#miniFlagFR { 	background-image: url(../images/francais.jpg) !important; }
#miniFlagEN {	background-image: url(../images/anglais.jpg) !important; }

body #footerMobile .miniFlag {
	width: 20px  !important;
	padding: 0px !important;
	float: right;
	height: 13px !important;
	display: block !important;
	margin-right: 24px;	
} 


#note , #note p {
	color: white !important;
	font-size: 20px;
	margin-top: 20px;
}

.pagenav {
	display: none !important
}
