
/************************************************/
/* Page Layout                                  */
/************************************************/    

body {  
	color: #000000;
	background: #fc3 url(design_jibe/title_top.png) 0 0 no-repeat;
	margin:0;
	padding:0;
}

#content {
  margin-left:15em;
  width:680px;
	position: absolute;
  top:130px;
	left:0px;
}

html>body #content { /* will not work in IE, so width remains around 680 px */
  max-width:750px;
  min-width:600px;
}

#site_title { /* invisible, but here for Google */
  position: absolute;
	left: -200px;
	font-size:1px;
}

#main_content {
  padding:10px;
	border:2px solid #000;
	background-color:#fff;
}

/*html>body #main_content {  will not work in IE 
	background: #fff url(../../images/banner1_transp.png) 150px 0 no-repeat fixed;
}*/

#comments, #resources {
  background-color: #fff;
  padding:10px;
	border:2px solid #000;
	margin-top:20px;
}
  
#nav {
  border:2px solid #000;
	background-color:#fff;
	padding:5px 20px;
	margin:0;
  position: absolute;
  top:130px;
	left:20px;
}

#search {
  position: absolute;
	left: 770px;
	top: 60px;
	font-size: 1px;
}

#languages {
  position: absolute;
	margin:0;
	padding:0;
	left:770px;
	top:10px;
}

#style_choice {
  position: absolute;
	margin:0;
	padding:0;
	left:770px;
	top:20px;
}

/* html>body #nav, html>body #search , html>body #languages {
   will not work in IE so position stays absolute 
  position: fixed;
} */

/************************************************/
/* Languages: replace label by row of flags     */
/************************************************/

#languages li {
  display:inline;
  list-style-type:none;
  list-style-image:none;
}

#languages li a {
	float: left;
	width:32px;
  height:16px;
  margin-right:4px;
  text-decoration: none;
	font-size:1px;
}

#lang_fr a {
	background: url(../../images/fr.png) no-repeat;
}

#lang_en a {
	background: url(../../images/en.png) no-repeat;
}

/************************************************/
/* Lists: normal basic list                     */
/************************************************/  

ul {
  margin-top: 0;
	margin-bottom: 0;
}

li {
  list-style-image:url(../../images/flecher3.gif);
}

/************************************************/
/* Navigation Menu                              */
/************************************************/  
  
#nav {
  list-style-position:inside;
}

#nav li ul li {
	list-style-type:none;
	list-style-image:none;
}

  

  
/************************************************/
/* Latest comments - what's new                 */
/************************************************/ 

#latest_comments, #whats_new {
  position:relative;
  border: 1px solid #808080;
  margin:4px;
  padding:5px;
}

#latest_comments li, #whats_new li {
  color: #808080;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}

#latest_comments h3, #whats_new h3 {
  left: 1em;
  width: 50%;
  margin:0;
  color: #cc0000;
  font-weight: bold;
  font-size: 0.9em;
}

#whats_new_details_link {
  font-size: 0.8em;
}

/************************************************/
/* Forms                                        */
/************************************************/ 

input, textarea, select {
	background-color: white;
	border: #808080 solid 1px;
	color: #808080;
	font-size: 12px;
}
  
input {
 font-weight: bold ;
}

#search input {
	font-size: 10px;
}

input[type="submit"] {
	background-color: #fc3;
	border: #000 solid 2px;
	font-weight: bold;
	color: #000;
}

#search input[type="submit"] {
	background-color: #fff;
	color: #000;
	display:block;
}

/************************************************/
/* Comments                                     */
/************************************************/ 
 
.comment {
	margin-top:1em;
}

.comment_info {
	background-color:#ccf;
	float:left;
	margin:0;
	padding:0;
}

.comment_author {
	padding-left:10px;
	float:left;
	margin:0;
}

.comment_author_name {
	font-weight: bold;
}

.comment_date {
	float: right;
  text-align: right;
	margin:0;
}

.comment_content {
	clear:both;
  background-color:#fc3;
	margin-top: 0.2em;
	padding:10px;
}

#comment_form {
  background-color:#ccf;
	padding-left:10px;
}

#comment_form div {
  clear: both;
  padding-top:10px;
}

#comment_form label {
  float: left;
  text-align: right;
	width:100px;
	margin-right:1em;
}

#comment_form input[type="submit"] {
display: block;
    margin-left: auto;
    margin-right: auto;
}

/************************************************/
/* various sub-sectiosn                         */
/************************************************/ 

#important_pages h3 {
	background-color:#fc3;
	font-weight: bold;
  font-size: 0.9em;
	padding-left : 5px;
	margin-bottom:0;
}

#important_pages {
	border-bottom:5px #fc3 solid;
}

.group1 h3 {
	background-color:#ccf;
	font-weight: bold;
  font-size: 0.9em;
	padding-left : 5px;
	margin-bottom:0;
}

/********************
Images
***************/

img {
	border: 1px solid;
}

img.top_illustration {
	float:right;
}