@charset "utf-8";
/* CSS special NEWS module */

table.NEWS-TABLE {
border: 1px solid #996633;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 15px;
margin-right: 15px;
}

table.NEWS-TABLE td {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #333333;
padding: 2px;
}

.tr-hight td {
height: 25px;
background-image: url(http://www.tropiques-argent.com/site-images/img-bg-grisblanc.png);
background-repeat: repeat-x;
font-weight: bold;
}

.td-bgjaune { background-color: #FEFFF0; }
.td-bgjaune a { color: #0066CC; }
.small-link {font-size: 11px; color: #0066FF; text-decoration: underline; }

.BoutonOrange {
display: block;
background-image: url(http://www.tropiques-argent.com/site-images/img-bg-jauneorange.png);
background-repeat: repeat-x;
height: 25px;
font-size: 13px;
font-weight: normal;
color: black;
text-align: center;
padding-left: 10px;
padding-right: 10px;
text-decoration: none;
border: 1px outset #999999;
margin-top: 5px;
margin-bottom: 5px;
cursor: pointer;
}
.BoutonOrange:focus {
border: 1px inset #999999;
}


form { margin-top: 20px; padding-left: 15px; }
textarea { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: black; }
label {
display: inline;
font-size: 13px;
color: black;
margin-top: 5px;
margin-bottom: 5px;
}

ul.news-listing {
list-style: none;
color: #333333;
font-size: 14px;
padding-left: 0;
}
	ul.news-listing a {
	color: #0066CC;
	text-decoration: none;
	}
	ul.news-listing a:hover {
	text-decoration: underline;
	}
	
.titre-h2 {
color: #0066CC;
font-size: 16px;
font-weight: bold;
margin-top: 0;
}
