/*NEWS*/

.news
{
	border:none;
	width:80%;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
	background-color:#edd6aa;
	background-image:url("../images/bordures/3-background.jpg");
}

.news .titre_news
{
	font-size:13pt;
	font-weight:bold;
	color:rgb(100,9,9);	
	margin-top:10px;
}

.news .sous_titre_news
{
	font-size:10pt;
	color:rgb(100,9,9);
	margin-top:0px;
	text-transform:capitalize;
}

.news .texte_news
{
	font-size:10pt;
	color:black;	
	margin:10px;
}


.news .coin_hg
{
	background:url('../images/bordures/3-top-left.jpg') top left no-repeat;
	padding-left:12px;
}

.news .coin_hd
{
	background: url('../images/bordures/3-top-right.jpg') top right no-repeat;
	padding-right:12px;
}

.news .bordure_h
{
	background: url('../images/bordures/3-top.jpg') top repeat-x;
	height:7px;
}
.news .cote_gauche
{
	background:url("../images/bordures/3-left.jpg") left repeat-y;
	padding-left:12px;
}

.news .cote_droit
{
	background:url("../images/bordures/3-right.jpg") right repeat-y;
	padding-right:12px;
	overflow: hidden;
}

.news .coin_bg
{
	background:url('../images/bordures/3-bottom-left.jpg') left bottom no-repeat;
	padding-left:12px;
}
.news .coin_bd
{
	background:url('../images/bordures/3-bottom-right.jpg') right bottom no-repeat;
	padding-right:12px;
}

.news .bordure_b
{
	background:url('../images/bordures/3-bottom.jpg') bottom repeat-x;
	height:7px;
}

.news a
{
	color:rgb(30,67,120);
	text-decoration:underline;
}

.news a:hover
{
	color:rgb(148,145,145);
}
.news a:focus
{
	font-weight:bold;
}

.commentaires_news
{
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
	color:black;
}

.en_tete_commentaires_news
{
	border:1px rgb(100,9,9) solid;
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:1px;
}

.titre_commentaire_news
{
	width:95%;
	margin:auto;
	margin-top:10px;
	border-bottom:2px black solid;
	margin-bottom:10px;
}

.texte_commentaire_news
{
	width:95%;
	margin:auto;
	font-style:italic;
	margin-bottom:40px;
}
