/*===========================================================================*/
/*   CSS POUR LES NEWS (en page d'ACCUEIL et en NEWS ANCIENNES)              */
/*   On définit de nouveaux styles ou on surcharge certains standards        */
/*===========================================================================*/

/*
#cwmainglobal {
  background: url(http://www.cobraworld.net/news/News_Fond.jpg) no-repeat;
  background-position: top right;
}
*/

.cwbloc01 {
  width: 750px;
  
}

.cwbloc03 {
  width: 450px;
  height: 600px;
}

.ulstd { margin: 2px 0px 0px 10px; }

#cwnewsyears {
  margin: 5px 0px 15px 10px;
}

#cwnewsyears ul {
	text-align: left;
	margin-bottom: 8px;
}

#cwnewsyears li {
  display: inline;
}

#cwnewsyears li a {
  padding: 1px 10px 2px 10px;
  text-align: center;
  background-color: #660000;
  border: 1px solid #000000;
  text-decoration: none;
}

#cwnewsyears li a:hover, #cwnewsyears li a:focus {
  background-color: #880000;
}

.cwnewsdate {
  color: #FFFF99;
  font-size: 10px;
  float: right;
}

.cwnewsimgg {
	margin: 2px 5px 2px 5px;
  border: 0px;
  float: left;
}

.cwnewsimgd {
	margin: 2px 5px 2px 5px;
  border: 0px;
  float: right;
}

.cwnewsimgborder1 {
  border: 1px solid #999999;
}




/*===========================================================================*/
/*   PAGE DES NEWS                                                           */
/*===========================================================================*/

#cwnews_all {
  width: 100%;
  text-align: center;
  margin-left:auto; 
  margin-right:auto;
  color:#FFFFFF;
  background: url(http://www.cobraworld.net/news/News_Fond.jpg) no-repeat;
  background-position: top right;
  font-size:11px; font-style:normal; font-family:Verdana,Arial;
}

#cwnews_all .cwnews_all_td1 { 
  width: 50%;
  text-align: left; 
}

#cwnews_all .cwnews_all_td2 { 
  width: 50%;
  text-align: left; 
  vertical-align: bottom;
}

#cwnews_all .cwnews_all_td1 h2, #cwnews_all .cwnews_all_td2 h2 { 
  margin: 12px 0px 2px 0px;
  font-size:12px; font-style:normal; font-family:Verdana,Arial; font-weight:bold;
  color: #88AAEE;
  text-align: left;
}

#cwnews_all .cwnews_all_td1 li, #cwnews_all .cwnews_all_td2 li { 
  margin-left: 5px;
}



#cwnews_oldnews {
	margin: 0px 0px 30px 0px;
  border-top : 1px solid #FFFF99;
  border-left : 1px solid #FFFF99;
  border-right : 1px solid #FFFF99;
  background-color: #440000;
}

#cwnews_oldnews img {
	margin: 2px 5px 2px 5px;
  border: 0px;
}

#cwnews_oldnews .cwmain_newsimgg {
	margin: 2px 5px 2px 5px;
  border: 0px;
  float: left;
}

#cwnews_oldnews .cwmain_newsimgd {
	margin: 2px 5px 2px 5px;
  border: 0px;
  float: right;
}

#cwnews_oldnews div {
  margin: 25px 8px 5px 8px;
  color : #FFFFFF;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size : 11px;
  text-align: justify;
  position: relative;
}

#cwnews_oldnews h2 {
  margin: 5px 0px 0px 8px;
  color: #88AAEE;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size : 11px;
  text-align: left;
  font-weight: bold;
  float:left;
}

#cwnews_oldnews h3 {
  margin: 5px 8px 0px 0px;
  color : #FFFF99;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size : 10px;
  text-align: right;
  font-weight: normal;
  float:right;
}

#cwnews_oldnews h4 {
  margin: 30px 0px 20px 20px;
  color : #FFFF99;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size : 11px;
  text-align: left;
  font-weight: normal;
  clear: both;
}

h5.itw {
  margin: 30px 0px 10px 0px;
  color : #FFFF99;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size : 11px;
  text-align: justify;
  font-weight: bold;

}


