/* 1 =Reset
---------------------------------------------------------------------- */

html, body, div, span, 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, samp,
small, strike, strong, sub, sup, tt, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

address, cite, q, dfn {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section { 
  display: block;
}

a, ins, del {
  text-decoration: none
}

q, blockquote {
	quotes: none;
}

q:after, q:before,
blockquote:after, blockquote:before {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
  vertical-align: top;
}

th {
  text-align: left;
}

button, input, select, textarea {
  font: inherit;
}

/* 2. DIVERS
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */
.column { background-color:#92C348; height:400px; float:left; margin-top:20px; }
.gutter { background-color:#BCDA86; height:400px; float:left; margin-top:20px; }
.gutter_outer { background-color:#56644A; height:400px; float:left; margin-top:20px; }
		
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #fff;
	font-size:11px;
	color:#666;
	font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
}
label.fix_width_check { font-size:11px; }
#content_width, #full_width, #full_width_text { font-size:40px; font-family:Georgia, "Times New Roman", Times, serif;  }
p { line-height:22px; }
a {
	text-decoration:none;
	color:#3fa9f5;
}
a:hover{ text-decoration:none; color:#7ec7fb; }

		
div {overflow: visible; }
.hidden { display:none ; } 


#header {
	height:40px;
	background-color: #ffffff;
	border-top: 6px solid white;
	z-index: 200;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	top:0;
}


#logo{
	height:60px;
	width: 270px;
	position:absolute;
	overflow:hidden;
	z-index:1000;
	margin: 0 auto;
}
#logo h1{
	font-size:12px;
	margin: 0 auto;
	width:270px;
	height: 60px;
	background-image:url(../images/logo-pi.png);
	z-index: 600;
}

#logo h1 a {
	display: block;
	width: 270px;
	height: 60px;
	text-indent: -9999px;
}

#conteneur{

}


#footer{
	height:70px;
	padding-top:40px;
	color:#A6A6A6;
}

#footer a {
	text-decoration:none;
	color:#AEAEAE;
}

#footer a:hover{ 
	text-decoration:none; color:#7ec7fb; 
}


#footer li{
	display: inline;
	padding-left: 0px;
	padding-right: 30px;
}

#infos{	
	position:absolute;
	padding-top:0px;
	left:165px; 
}

#petit-logo{
	position:absolute;
	top:27px; 
}

/* 3. NAV
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

#nav {
	position:absolute;
	left:565px;
	width:300px;
	z-index: 9998;
	top:48px;
}

#nav #navul {
	margin: 0;
	padding: 0;	
}

#nav #navul li {
  display: inline;
}

#nav #navul li a{
	float: left;
	height: 0;
	padding-top:40px; 
    overflow: hidden;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
}


/* BUTTONS */
#nav #navul li#news-nav a {  width: 70px; background-position: 0 0; }
#nav #navul li#references-nav a { width: 101px; background-position: -70px 0; }
#nav #navul li#a-propos-nav a { width: 93px; background-position: -171px 0; }
#nav #navul li#contact-nav a { width: 87px; background-position: -339px 0; }

/* OVER STATES */
#nav #navul li#news-nav a:hover { background-position: 0 -43px; }
#nav #navul li#references-nav a:hover { background-position: -70px -43px; }
#nav #navul li#a-propos-nav a:hover { background-position: -171px -43px; }
#nav #navul li#contact-nav a:hover { background-position: -339px -43px; }

/* PRESSED STATES */
#nav #navul li#news-nav a:active { background-position: 0 -43px; }
#nav #navul li#references-nav a:active { background-position: -70px -43px; }
#nav #navul li#a-propos-nav a:active { background-position: -171px -43px; }
#nav #navul li#contact-nav a:active { background-position: -339px -43px; }

/* ON STATES */
#nav.news-nav #navul li#news-nav a { background-position: 0 -43px; }
#nav.references-nav #navul li#references-nav a { background-position: -70px -43px; }
#nav.a-propos-nav #navul li#a-propos-nav a { background-position: -171px -43px; }
#nav.contact-nav #navul li#contact-nav a { background-position: -339px -43px; }




