
* {
	margin:0;
	padding:0;
}

body {
	background-color:#FEFEFE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#2F2F2F;
	}

h1, h2, h3 {
	color:#2D2D2D;
	margin-left:10px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	/*letter-spacing:1px;*/
}

html, body, #wrap {
	height: 100%;
}

body > #wrap {
	height: auto; 
	min-height: 100%;
}

#main {
	padding-bottom: 30px;/* must be same height as the footer */
}

#footer {
	position: relative;
	margin-top: -30px; /* negative value of footer height */
	height: 30px;
	clear:both;
} 

#header {
	padding:15px 0 15px 0;
	height:75px;
	background-color:#787878;
	color:#CCCCCC;
}

#header #logo {
	margin:0 auto;
	padding:0 10px 0 10px;
	font-size:10pt;
}

#header a, a:visited {
	color:#CCCCCC;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}

#header a:hover {
	color:#FFF;	
}

#header #logo #bouton {
	width:100px;
	float:right;
	height:55px;
	margin-right:0px;
	text-align:right;
}

/* Footer */
#footer{
	height:30px;
	background: #787878;
	color:#6E6E68;
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%;
	line-height:18px;
}

#footer p{
	margin:0;
	padding:6px 10px;
}

#footer a, a:visited {
	display:inline;
	padding:0;
	color: #CCC;
	text-decoration:none;
}

#footer a:hover {
	display:inline;
	padding:0;
	color: #FFF;
	text-decoration:none;
}

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;		
	height:29px;
	background-color:#787878;
	font-weight:bold;
	border-bottom:solid 2px #F90;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
	border-right:solid 2px #787878;
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background-color:#000;
	font-size:12px;
	display:block;
	height: 28px;  
	line-height:30px;
	width: 134px;	
	text-decoration:none;
	color:#FFF;
	padding:0px;
	margin:0px;		
	position:relative;
	top:1px;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	text-transform:lowercase;
}

ul.tabs a:active {
	outline:none;	
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;
	color:#FFF;
	background-color:#F90;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#FFC !important;
	background-color:#F90;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl { 
	background-position: 0 -0px; 
	width:228px; 
	background-image:url(../images/coin_sup.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
ul.tabs a.xl:hover 	{ 
	background-position: 0 -31px; 
	background-image:url(../images/coin_sup.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
ul.tabs a.xl.current { 
	background-position: 0 -62px; 
	background-image:url(../images/coin_sup.gif);
	background-position:top right;
	background-repeat:no-repeat;
}


/* initially all panes are hidden */ 
.panes .pane {
	display:none;
}

#keywords {
	margin-left:290px;
}

#keywords a, a:visited {
	color:#2D2D2D;
	text-decoration:none;
}

#keywords a:hover {
	color:#000;
	text-decoration:none;
}

#keywords .keywords_col1 {
	float:left;
	width:50%;
}

#keywords .keywords_col2 {
	margin-left:50%;
	
}

#pics_panel {
	height:520px;
	margin-top:10px;
}

#pics_panel p {
	margin-bottom:10px;		
}

#pics_panel h3 {
	margin:0 0 10px;		
}

#pics_panel a, a:visited {
	color:#999;
	text-decoration:none;
}

#pics_panel a:hover {
	color:#333;	
}

.etiquette {
	color:#6E6E68;	
}

#tech-info {
	background-color:#787878;
	padding:10px;
}

#tech-info .etiquette {
	color:#F90;
}

.details_infos {
	float:left;
	width:260px;
	overflow:auto;
	margin-left:10px;
}

.options_panel {
	position:absolute;
	right:10px;
	top:60px;
}
