/*

	news.css
--------------------- ecrit par: jarod01 
					  le 19/08/2008
					  pour: www.sciencesettechniques.com
					 
					 
*/


/*news*/

.liste_des_news{
	padding:0;
	background-color: #E8F0F4;
	color:#2a2a2a;
	width:80%;
	margin-left:10%;
	margin-top:50px;
	border:1.5px solid black;
}


.liste_des_news img{
	margin:10px;
}


.img_flot_left{
	float:left;
}


.news{
	padding:5px;
}


.propriete_news{
	color:black;
	margin-top:0;
	margin-left:30px;
}

.contenu_du_news{
	margin-left:5%;
	font-family: Andalus, "Arabic Transparent", "Times New Roman", Times, serif;
	color:black;
}


h3{
	clear:left;
}


.liste_des_news p{
   text-indent: 20px;
}


.titre_news {
	width:100%;
	background-image:url("header.png");
	background-repeat:repeat-x;
	color:#f7f7f7;
	font-size:1.2em;
	background-color:#696969;
	font-variant:normal;
	min-height:30px;
}




.under_header {
	background-image:url("under_header.png");
	background-repeat:repeat-x;
	height:19px;
}

.propriete_titre_news {
	margin-top:10px;
	margin-left:15px;
	font-family:'Trebuchet MS', Arial, 'Times New Roman', Times, serif;
}

