*{ 
  color:#fff;
  font-family:"times mew roman", serif;
  font-size:14px;
}
/*_______Typos________________________________________________________________*/
p{
  text-indent: 10px;
  padding-top:4px;
  padding-bottom:4px;
}
a{
  font-weight:bold;
  text-decoration:none;
}
h1{
  font-size:24px;
  font-weight:bold;
   letter-spacing:1px;
}
h2{
  font-size:18px;
  font-weight:bold;
   letter-spacing:2px;
}
/*_______Classes______________________________________________________________*/
.news{
  padding:10px;
  padding-bottom:5px;
  border-bottom:1px solid #fff;
}
.date{
  color:#C2C2C3;
  font-size:10px;
  font-weight:bold;
  letter-spacing:2px;
}
.p_news{
  padding-left:10px;
}
.p_liens{
  padding-left:25px;
}
.plus{
  text-align:right;
  clear:both;
}
.plus_liens{
  color:#C2C2C3;
  font-size:10px;
  font-weight:bold;
  letter-spacing:2px;
}
.bookmarks{
  color:#FFF;
  text-decoration:underline;
  padding-left:15px;
  font-weight:bold;
  font-size:14px;
  letter-spacing:1px;
}
.titre_comment{
  font-size:14px;
  font-weight:bold;
   letter-spacing:2px;
}
#contenu ul, li{
  list-style-type:none;
  padding-left:10px;
}
.group{
text-align:right;
  font-size:12px;
  font-weight:bold;
  letter-spacing:1px;
}
#footer a{
  font-size:11px;
}
#footer a:hover{
  text-decoration:none;
}
/*_______Menu_________________________________________________________________*/
#menu ul, li{
  margin:0;
  padding:0;
  
}
#menu li{
  float:left;
  padding-right:15px;
  text-align:center;
  width:50px;
  list-style-type:none;
}
#menu li a {
  display:block;
  width:100%;
  font-size:14px;
  font-weight:bold;
  letter-spacing:1px;
  text-decoration:none;
}
#menu li a:hover {
  display:block;
  color:#cccccc ;
  width:100%;
  font-size:14px;
  font-weight:bold;
  letter-spacing:1px;
  text-decoration:none;
}

/*_______Input________________________________________________________________*/
 textarea {
	border: 1px;
	border-style: solid;
	border-color: #fff;
  background:#000;
	color: #fff;
	margin-top: 10px;
	margin-left: 15px;
}
 textarea:hover{
 border-style: dotted;
 }
  textarea:focus{
 border-style: dotted;
 }
input {
	border: 1px;
	border-style: solid;
	border-color: #fff;
  background:#000;
	color: #fff;
	margin-top: 10px;
	margin-left: 15px;
}
input:hover{
 border-style: dotted;
 }
input:focus{
 border-style: dotted;
 }
.button {
	width: 70px;
	height: 20px;
  font-size: 10px;
	color: #fff;
}
.button:hover {
  color:#fff;
}
/*________________contenu_____________________________________________________*/
#contenu ul li{
  line-height:15px;
  list-style-type:circle;
}
