/* Actualité MSIT */

.actu		{	
				padding: 0;
				margin-bottom: 1em;
				border-bottom: solid 1px #800000;
				float: left;
				width: 100%;
			}

.actuLast	{	
				padding: 0;
				margin-bottom: 1em;
			}
		
.dateActu	{	text-align: left;
				padding: 0;
				margin: 0;
				font-weight: bold;
				font-size: 110%;
				color: black;
			}
			
.texteAct	{	padding: 0 0 0 5px;
				margin: 0;
			}

.titreActu	{	color: #000080;
				font-weight: bold;
			}
			
.suite		{	text-align: right;
				padding: 0;
			}

.actionModeration	{
					}

.actionModeration ul
{
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.actionModeration li
{	
	float: right;
	display: block;
	padding: 0;
	margin: 0 10px -1px 0;
	border-left:	solid 1px #800000;
	border-top:		solid 1px #800000;
	border-right:	solid 1px #800000;
	border-bottom:	solid 1px #800000;
	border-collapse: collapse;
	background-color: white;
}

.actionModeration a
{	padding: 0 1em 0 1em;
}

.actionModeration a:hover
{	background-color:	#800000;
	color: white;
	display: block;
}

#ajoutNews	{	
				padding: 1em;
				float: left;
				width: 93%;
			}

#ajoutNews	form dl, dl.labels {
			margin:0em;
			font-size:100%;
			margin-top:0em;
		}

#ajoutNews	form dt, dl.labels dt {
			float:left;
			clear:left;
			width:10em;
			margin-bottom:0.8em;
			color: #000080;
			text-align:right;
			font-weight: bold;
			position:relative /*IEWin hack*/
		}

#ajoutNews	form dd, dl.labels dd {
			clear:right;
			margin-left:10.5em;
			margin-bottom:0.8em;
			font-size:100%;
			font-style:normal;
			padding-left:0.5em
		}

#ajoutNews	input, textarea	{	width: 95%;	}

#ajoutNews	form dd.submit, dl.labels dd.submit	{
			margin-top:2em
		}

#ajoutNews		.formhelp	{ color:#777; font-size:90% }
#ajoutNews		.reqd	{ color:#c00; font-weight:normal; margin-right: 0.25em; }
#ajoutNews		.help	{ cursor:help }

/* Catégorisation des news */

.categ1		{	background-image: url('../images/actus/cat07.gif');
				background-position: top left;
				background-repeat: repeat-y;
			}

.categ2		{	background-image: url('../images/actus/cat02.gif');
				background-position: top left;
				background-repeat: repeat-y;
			}

.categ3		{	background-image: url('../images/actus/cat03.gif');
				background-position: top left;
				background-repeat: repeat-y;
			}

.categ4		{	background-image: url('../images/actus/cat04.gif');
				background-position: top left;
				background-repeat: repeat-y;
			}

.categ5		{	background-image: url('../images/actus/cat05.gif');
				background-position: top left;
				background-repeat: repeat-y;
			}

.categ6		{	background-image: url('../images/actus/cat06.gif');
				background-position: top left;
				background-repeat: repeat-y;
			}

.categ7		{	background-image: url('../images/actus/cat07.gif');
				background-position: top left;
				background-repeat: repeat-y;
			}

/********************** Details d'une news **********************/
#entete		{	padding: 0 0 0 5px;
			}
			
#author		{	font-style: italic;
				color: #000080;
			}

#newsDate	{	color: #000080;
			}

#titre		{
			}

#accroche	{	padding: 0;
				margin: 1em 0 1em 0;
				font-weight: bold;
			}
			
#contenu	{
			}

#moderateur	{	float: right;
				position: relative;
				top: auto;
				left: auto;
				right: 0;
				bottom: 0;
				margin-top: 5em;
				padding: 1em;
				background-color: #BCC2F3;
				color: #000080;
				border: solid 1px black;
				text-align: center;
				-moz-border-radius: 5px 5px 5px 5px ;
			}

#moderateur h1	{	padding: 0;
					margin: 0 0 0.5em 0;
				}

#moderateur	ul	{	list-style: none;
					padding: 0 0 0 0;
					margin: 0 0 0 0;
				}
				
#moderateur li	{
					float: left;
					display: block;
					padding: 0;
					margin: 0 10px -1px 0;
					border-left:	solid 1px #800000;
					border-top:		solid 1px #800000;
					border-right:	solid 1px #800000;
					border-bottom:	solid 1px #800000;
					background-color: white;
					-moz-border-radius: 5px 5px 5px 5px ;
				}

#moderateur	a	{	padding: 0 1em 0 1em;	}

#moderateur	a:hover	{
						background-color:	#800000;
						color: white;
						display: block;
					}
				
