/* CSS RESET 
-----------------------------------------------------*/
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, 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-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: Arial;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: #2e343a url(gx/fter.png) bottom left repeat-x;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

table { border:0px; border-collapse:collapse ; width:100%} 
td {vertical-align:top; padding:0px; }


td, table, select,  input, textarea{
	font-size:11px;
	vertical-align:top;
	line-height:15px;
	color:#8999a2
}
/* MAIN 
-----------------------------------------------------*/
h1{font-size: 18px;}

h2{font-size: 16px;}

h2.h1{font-size: 18px;}

h3{font-size: 14px;font-weight: bold;}

#main{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#haut{float: left;}

#contenu{
	width: 980px;
	float: left;
	text-align: left;
	margin-top: 20px;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	min-height: 800px;
}

#gauche{
	width: 460px;
	float:left;
	padding: 5px 10px;
}

#droite{
	width: 460px;
	float:right;
	padding: 5px 10px;
}

#footer{
	position: relative;
	bottom:10px;
	margin: 0 auto;
	width: 980px;
	color: #000;
	font-size: 12px;
	padding: 5px 10px;
}

#copyrights{
	float: left;
	width: 200px;
}

#facebook{
	float: right;
	width: 40px;
}

.both{ clear: both; }

.vSeparateur{
	float: left;
	margin-left: 5px;
	width: 2px;
	height: 253px;
	background: url(gx/vbar.png) top left no-repeat;
}


/* MENU 
-----------------------------------------------------*/

#menuConteneur{
	width:980px;
	float: left;
	margin-top: 20px;
}

#logoConteneur{
	width: 480px;
	float:left;
}

/* Menu Principal*/

#menu{
	float:right;
	width: 480px;
	height: 100px;
}

#menu li{
	display: inline-block;
	background: url(gx/mbar.png) top left no-repeat;
	width: 110px;
	height:100px;
	text-align: center;
}

#menu li a, #menu li a:link, #menu li a:visited{
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	margin-left:14px;
	display: block;
	text-align: left;
	padding: 34px 0 34px 0;
}
#menu li a:hover, #menu li a:active{
	color: #ccc;
}

/* Menu footer*/

#menuBasConteneur{
	float: left;
	margin-left: 120px;
}

#menuBas{
	float: left;
	width: 460px;
}

#menuBas li{
	display: inline-block;
}

#menuBas li a, #menuBas li a:link, #menuBas li a:visited{
	color: #000;
	text-decoration: none;
	text-align: left;
	padding:0 10px;
}
#menuBas li a:hover, #menuBas li a:active{
	color: #5A5A5A;
	text-decoration: underline;
}

/* RÉALISATIONS 
-----------------------------------------------------*/

#galerieConteneur{
	position: relative;
	margin-left: 20px;
}

#galerieConteneur h2{
	margin-bottom: 10px;
}

#galerieConteneur a{
	margin: 0 0 20px 20px;
	display: inline-block;
}

#galerieConteneur a img{
	width: 200px;
}

.none{display: none;}

/* NIVO SLIDER 
-----------------------------------------------------*/
.nivoSlider {
	position:relative;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}


 