@charset "utf-8";
/* CSS Document */
div#news h1{
	margin:auto;
	width: 600px;
	height: 50px;
	background:url(../images/mise_en_page/titre_news.png) no-repeat;
	margin-bottom: 20px;
}

.corp_news{
	width:90%;
	margin:auto;
	border:3px red solid;
	position:relative;
	min-height: 180px;
	margin-bottom: 10px;
}

.id_news{
	padding-left:20px;
	background:#FF9595;
}

.titre_news{
	font-size:30px;
	font-weight:bold;
}

div#news img{
	border:solid 1px black;
	margin-top:10px;
	margin-left:10px;
	float:left;
}

div#news  p.contenuNews{
	margin-left:150px;
}
/**/
.comNews{
	clear:both;
	width:640px;
	margin:auto;
}
.divAjoutComNews{
	
	height:290px;
	border:1px solid #FF9595;
	border-bottom:2px solid #450C03;
	font-family:Arial, Helvetica, sans-serif;
	
}
.divAjoutComNews h3,.divAjoutComNews form, .divAjoutComNews p ,.divAjoutComNews table{
	margin:0;
	padding:0;
}
.divAjoutComNews h3{
	width:100%;
	background-color:#FF9595;
}
.divAjoutComNews form input#nomComNews{
	width:200px;
}

.divAjoutComNews form textarea{
	width:340px;
	height:120px;
}
	.divAjoutComNews span.formNews{
		padding-left:30px;
		padding-top:10px;
		float: left;
	}
		.divAjoutComNews  label,.divAjoutComNews input[type=button]{
			cursor:pointer;
		}
.divAjoutComNews table{
	padding-left:20px;
	padding-top:15px;

}	
.divAjoutComNews .boutonComNews{
	width:200px;
	height:45px;
	cursor:pointer;
	margin-top:5px;
	background:url(../images/news/boutonCom.png) top no-repeat;
	border:none;
	font-size:16px;
	font-weight:bold;
}

.divAjoutComNews .boutonComNews:hover{
	background:url(../images/news/boutonCom.png) bottom no-repeat;
}
	
.divAjoutComNews h3{
	width:100%;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	color:#381105;
}
.divAjoutComNews h3 span{
	font-style:italic;
	font-size:12px;
}
/**/
.listeComNews{
	border:1px solid #FF9595;
	max-height:500px;
	overflow:auto;
}
.leComNewsTete b{
	padding-left:10px;
	font-size:1.2em;
}
.leComNewsCorps{
	min-height:70px;
	overflow:auto;/*scrollbar*/
}
	.leComNewsCorps p{
		margin:0;
		margin-left:80px;
		width:520px;
	}

.listeComNews .leComNews .leComNewsTete{
	background-color:#FF9595;
}
/*bouton Ajouter*/
.ajouterComNews{
	width:140px;
	height:50px;
	margin-left:550px;
	cursor:pointer;
	font-style:italic;
	color: #361210;
	font-size:0.8em;
}
.ajouterComNews p{
	cursor:pointer;
	font-size:2em;
}
.ajouterComNews table td{
	margin:0;
	padding:0;
}
.ajouterComNews:hover{
	color:#990000;
}
.chiffreComNews{
	font-size:2em;
	font-weight:bold;
	font-style:normal;
	color: #FFFFFF;
	width:40px;
	height:40px;
	text-align:center;
	background:url(../images/news/bulleNb.png) no-repeat;
}
.clear{
	clear:both;
}
.topComNews{
	font-size:12px;
	color: #FF0000;
	cursor:pointer;
	margin-left:580px;
	padding:5px;
}