<!--

div#main-frame #center-frame #content-center-frame #formulaire-ajout-actualite #erreurdesaisie{
	margin-left:auto; margin-right:auto;
	margin-top:20px;
	padding:10px;
	width: 580px; height:auto;
	border:#dd3c10 1px solid;
	background-color:#ffebe8;
	text-align:center;
}

/***** FORMULAIRE AJOUT ACTUALITE *****/

div#main-frame #center-frame #content-center-frame #formulaire-ajout-actualite{
	margin-left:auto; margin-right:auto;
	width:808px; height:auto;
	padding-bottom:20px;
	padding-left:20px; padding-right:20px;
	border:1px solid #CCCCCC;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

div#main-frame #center-frame #content-center-frame #formulaire-ajout-actualite table{
	margin-left:auto; margin-right:auto;
	width:100%; margin-top:20px;
	border-collapse: collapse;
}

div#main-frame #center-frame #content-center-frame #formulaire-ajout-actualite table tr{
	border:1px solid #CCCCCC;
}

div#main-frame #center-frame #content-center-frame #formulaire-ajout-actualite table tr td.champ{
	width:10%;
	border:1px solid #CCCCCC;
	padding:5px;
	background-color:#f8f8f8;
}

div#main-frame #center-frame #content-center-frame #formulaire-ajout-actualite table tr td.lab{
	width:90%;
	border:1px solid #CCCCCC;
	padding:5px;
	background-color:#f0f0f0;
}

div#main-frame #center-frame #content-center-frame #formulaire-ajout-actualite table tr td.editeur{
	width:100%;
	border:1px solid #CCCCCC;
	padding:5px;
	background-color:#f0f0f0;
}

div#main-frame #center-frame #content-center-frame #formulaire-ajout-actualite table tr td label{
	width: auto;
	text-align: left;
}

div#main-frame #center-frame #content-center-frame #formulaire-ajout-actualite table tr td input[type="text"]{
	width: 750px;
	border: #CCC 1px solid;
}

div#main-frame #center-frame #content-center-frame #formulaire-ajout-actualite table tr td input[type="text"]:hover{
	background-color: #ffbcbc;
}

div#main-frame #center-frame #content-center-frame #formulaire-ajout-actualite p{
	margin: 2px 0;
}

div#main-frame #center-frame #content-center-frame #formulaire-ajout-actualite a:link{
	text-decoration: none;
	color:#909090;
	border-bottom: 1px solid;
}

div#main-frame #center-frame #content-center-frame #formulaire-ajout-actualite a:visited{
	text-decoration: none;
	color:#000000;
	border-bottom: 1px solid;
}

div#main-frame #center-frame #content-center-frame #formulaire-ajout-actualite a:hover{
	text-decoration: none;
	color:#000000;
	border-bottom: 1px solid;
}

div#main-frame #center-frame #content-center-frame #formulaire-ajout-actualite input[type="submit"]{
	width: auto; height:auto;
	padding:5px;
	background: url(../connection-page-objects/bouton-fond.png) center repeat-x;
	color:#e5e5e5;
	/*border: 1px #CCCCCC 1px solid;*/
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

div#main-frame #center-frame #content-center-frame #formulaire-ajout-actualite input[type="submit"]:hover{
	background: url(../connection-page-objects/bouton-hover-fond.png) center repeat-x;
	color:#000000;
	cursor: pointer;
}

-->