/* CSS Document */

body{
	/*font:"Courier New", Courier, mono;*/
	background-color:#000000;
	text-align:center;
}

#container{
  text-align:center;
  width:1003px;
}

/* Design du titre */
#titre{
  text-align:center;
  display:block;
  height:170px;
  width:591px;
  background-image: url("Images/titre_complet.jpg");
}

/* Design du CORPS */
#corps {
  margin:0px 0px 0px 0px;
  float:left;
	background-color:#A69DCE;
  width:620px;
  display:block;
}

#corps_top{
  margin:0px;
  background-image: url("Images/barre_body_haut.png");
  width:620px;
  height:18px;
  display:block;
}   

#corps_bottom{
  margin:0px;
  background-image: url("Images/barre_body_bas.png");
  width:620px;
  height:18px;
  display:block;
}   

#corps_main{
	font-family:arial, helvetica, sans-serif;
  text-align:justify;
	padding: 10px 10px 10px 10px;
}
	
#corps h1{
	font-family:arial, helvetica, sans-serif;
	text-align:center;
	font-size:22px;
	background-color:#0000FF;
	display:block;
	border-color:#000000;
	border-style:solid;
  border-width:1px 1px 1px 1px;
}
	
#corps h2{
	font-family:arial, helvetica, sans-serif;
	font-size:16px;
	background-color:#FFFFFF;
	display:block;
	border-color:#000000;
	border-style:solid;
  border-width:1px 1px 1px 1px;
}

#corps h3{
	font-family:arial, helvetica, sans-serif;
	font-size:16px;
	text-decoration: underline; 
}

.post-info{
  font-size:11px;
  text-align:right;
}

.comment-info{
	font-family:arial, helvetica, sans-serif;
	font-size:16px;
  margin-top:5px;
  margin-bottom:0px;
	background-color:#F0F0E0;
	display:block;
	border-color:#000000;
	border-style:solid;
  border-width:1px 1px 1px 1px;
}

.comment-content{
	font-family:arial, helvetica, sans-serif;
	font-size:16px;
  margin-top:0px;
  margin-bottom:0px;
  padding-left:10px;
	background-color:#FFFFFF;
	display:block;
	border-color:#000000;
	border-style:solid;
  border-width:1px 1px 1px 1px;
}

.comback_content{
	font-family:arial, helvetica, sans-serif;
	font-size:16px;
  margin-top:0px;
  margin-bottom:0px;  
  padding-left:10px;
	background-color:#FFFFFF;
	display:block;
	border-color:#000000;
	border-style:solid;
  border-width:1px 1px 1px 1px;
}

#corps th{
  text-align:center;
}

#corps.a:link { 
	text-decoration: underline; 
	color:#336600;
	}
	
#corps.a:visited { 
	color:#336600;
	}
	
#corps.a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
	
#corps.a:active { 
	color: #333333;
	}

/* Pour les formulaires */
#corps form, #corps input, #corps p.field{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  list-style-type:none;
}

#copyright{
  clear:both;
	color: #FFFFFF;
	text-align:center;
}

.assembleur {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border-color:#0000FF;
	border-width:thin;
	border-style:solid;
	padding:10px 0px 10px 10px;
	margin-left:20px;
	vertical-align: baseline;
	display:block;
}

/* recherche surlignée */
span.highlight0 {background-color: #FFFF99;}
span.highlight1 {background-color: #FF99FF;}
span.highlight2 {background-color: #99FFFF;}
span.highlight3 {background-color: #FF9999;}
span.highlight4 {background-color: #9999FF;}
