html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font-size: 12px;
	line-height: 150%;
}

body#background{
	margin: 10px 0 0 0; 	padding: 0;
	font: normal 13px/1.6em  verdana, tahoma, sans-serif;	 
	text-align: center;
	background: #090807 url(../images/bg.jpg) repeat-x;
	color: #B4B4B4; 	
}

/* Normal link */
a:link, a:visited {
	color: #fff;		
	background-color: inherit;
	text-decoration: none;			
}

a:hover, a:active {
	color: #93DD00;
	background-color: inherit;
}

a img {
	border: none;
}

/* headers */
h1, h2, h3, h4 {
	font: normal 1em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #eee;
}

h1 { font-size: 3em; color: #84A5DA; letter-spacing: -2px;	} 
h2 { font-size: 2.5em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.5em; }

p, h1, h2, h3, h4 {
	margin: 0;
	padding: 10px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}

/* images */
img {
background: transparent;
border : none;	
}

img a {
   border: none;	
}

.img_caption {
font: italic 1em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
} 

code {
  margin: .5em 0;
  display: block;
  padding: 20px;
  text-align: left; 
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
  /* white-space: pre; */
  background: transparent;
  border: 1px solid #211E20;   
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #8F8F8E;
}
blockquote {
	margin: 10px 15px;
 	padding: 10px 0 10px 30px;  
   background: transparent;
	border: 1px solid #211E20;   
  	font: normal 1.6em/1.5em Georgia, "Times New Roman", Times, serif;
}


/* ======================== Layout ==============================*/

#header, #nav, #content, #footer-wrap {
	width: 910px;
}

/* header */
#header {
	clear: both;
	position: relative;
	margin: 0 auto; padding: 0;
	background: transparent;
	height: 382px;
	text-align: center;	
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #12120f url(../images/footer-top.jpg) repeat-x left bottom;
}
#content {
	text-align: justify;	
	padding: 0; 
	margin: 0 auto;		
}

/* sidebar */
#sidebar {
	float: right;
	width: 24em;
	margin: 0px 0 10px -21em; 
	padding: 0 0 0 10px;
border-left: 1px solid #333;		
}

/* main */
#main {
	margin: 20px 26em 10px 0; 
	padding: 0 4px 0 0;
text-align: justify;
line-height:180%;	
}


#main p a:link {
	border-bottom: 1px dotted;
}
#main p a:hover {
	border: none;
}

#footer-wrap {	
	clear: both;
	padding: 0;	
margin: 0 auto; 
}

/* columns */
#columns {
	clear: both;
	text-align: left;
	color: #8F8F8E;
	margin: 0 auto; 
	padding: 1.6em 0.5em 0;
	width: 95%;	
}

/* footer */
#footer-bottom {
	clear: both;
	margin: 0 auto; 
	padding: 1em 0 1.5em 0;
	text-align: center;
	font-size: .85em
}

/* ======================== boutons specifiques ==============================*/

#haut { 
display:block;
width: 52px;
height: 52px;
background:url("../images/hautb.png") 0 0 no-repeat;
text-decoration: none;
float:left;
margin:2px;
border:none;
}

#haut:hover {
background:url("../images/hautw.png") 0 0 no-repeat;
border:none;
} 

#haut img {
display:none;
border:none;
} 

#accueil { 
display:block;
width: 52px;
height: 52px;
background:url("../images/accueilb.png") 0 0 no-repeat;
text-decoration: none;
float:left;
margin:2px;
border:none;
}

#accueil:hover {
background:url("../images/accueilw.png") 0 0 no-repeat;
border:none;
} 

#accueil img {
display:none;
border:none;
} 

#contact { 
display:block;
width: 52px;
height: 52px;
background:url("../images/contactb.png") 0 0 no-repeat;
text-decoration: none;
float:left;
margin:2px;
border:none;
}

#contact:hover {
background:url("../images/contactw.png") 0 0 no-repeat;
border:none;
} 

#contact img {
display:none;
border:none;
} 

#mentions { 
display:block;
width: 52px;
height: 52px;
background:url("../images/mentionsb.png") 0 0 no-repeat;
text-decoration: none;
float:left;
margin:2px;
border:none;
}

#mentions:hover {
background:url("../images/mentionsw.png") 0 0 no-repeat;
border:none;
} 

#mentions img {
display:none;
border:none;
}
