﻿/*classes css : sortableOnStart & sortableOnSort*/

/*
/////////////////////////////////////////////////////////////////////////  ADMIN
*/
#center .article
{
	width: 525px;
}
/*************************   Editeur */
#center .mceLayout
{
	width: 550px;
	position: relative;
	z-index: 99;
	clear: both;
	margin: 10px 0 20px -15px;
}
body .mceEditor
{
	position: static;
}

/*************************   Formulaires */
#center .article label
{
	/*min-width:185px; 	width:auto !important;*/
	width: 185px;
	margin: 5px 5px 5px 0;
	display: block;
	float: left;
	clear: left;
	font-weight: bold;
}
#center .article input.text, #center .article input.file, #center .article .calendar input, #center .article textarea, #center .article select
{
	border: 1px solid #2EA2FF;
	width: 320px;
	font-family: verdana, arial,sans-serif;
	font-size: 1em;
	margin: 5px 0;
	float: left;
}
#center .article input.text
{
	height: 15px;
}
#center .article .text.tinyMCE1
{
	width:553px;
}
#center .article .text.tinyMCE2
{
	width:100%;
}
#center .article select
{
	width: 316px;
	padding: 3px;
}
#center .article textarea
{
	height: 70px;
}
#center .article .calendar input
{
	width: 180px;
	margin-right: 10px;
}
#center .article .calendar img
{
	float: left;
	margin: 5px 0;
}
#center .article span.checkbox
{
	float: left;
	margin: 5px 0;
	width: 300px;
}
#center .article .fieldValidator
{
	float: left;
}
#center input.submit
{
	display: block;
	float: left;
	margin: 10px 15px;
	padding: 2px 0;
	width: 200px;
	text-align: center;
	background: url(../images/bkgd/btn_submit.png) no-repeat;
	color: #fff;
	font-weight: bold;
	font-family: verdana, arial,sans-serif;
	font-size: 0.9em;
	cursor: pointer;
}
#center input.btnSmall
{
	display: block;
	float: left;
	margin: 10px 15px;
	padding: 0 0 2px 0;
	width: 130px;
	text-align: center;
	background: url(../images/bkgd/btn_submit_small.png) no-repeat;
	color: #fff;
	font-weight: bold;
	font-family: verdana, arial,sans-serif;
	font-size: 0.9em;
	cursor: pointer;
}
#center .article .messageErreur
{
	clear: both;
	border: red 1px solid;
	padding: 5px;
	width: 513px;
	display: block;
	font-weight: bold;
	color: red;
	background: url(../images/barre_admin/message_erreur.png);
	margin: 10px 0;
}
#center .article .messageErreur ul
{
	margin-top: 10px;
}
#center .article .messageErreur ul li
{
	background-image: url( "../images/puces/bullet_rouge.gif" );
}
#center .article .messageReussite
{
	clear: both;
	border: green 1px solid;
	padding: 5px;
	width: 513px;
	display: block;
	font-weight: bold;
	color: green;
	background: url(../images/barre_admin/message_succes.png);
	margin: 10px 0;
}
#center .article .messageReussite ul
{
	margin-top: 10px;
}
#center .article .messageReussite ul li
{
	background-image: url( "../images/puces/bullet_verte.gif" );
}
/*************************   organiser */
#center .article .organisation ul li
{
	padding: 0;
	background: none;
}
#center .article .organisation ul img
{
	margin-right: 5px;
}
/*************************   Tableaux de mise en page */
#center .article .editorial .mceEditor table, #center .article .editorial .mceEditor table td
{
	border: 0;
	margin: 0;
	padding: 0;
}
#center .article .editorial .mceEditor table
{
	width: auto;
}


/*************************   Editeur tynimce */
#center .article .editorial .tableauMiseEnPage
{
	width: auto;
	margin: 0;
	border: 0;
}
#center .article .editorial .tableauMiseEnPage td
{
	border: 0;
}
/*************************   barre administration */
#center .menuAdmin
{
	background: #7A7979 url(../images/barre_admin/bkgd_ul.png) repeat-x top;
	height: 38px;
	width: 100%;
}
#center .menuAdmin a
{
	color: #fff;
	font-weight: bold;
}
#center .menuAdmin tbody
{
	background: url(../images/barre_admin/bkgd_ul_right.png) no-repeat right top;
}
/* hack ie*/#center .menuAdmin tbody td
{
	background-position: expression(-this.offsetLeft +  " " + -this.offsetTop);
}
#center .menuAdmin tbody tr
{
	background: url(../images/barre_admin/bkgd_ul_left.png) no-repeat left top;
}
#center .menuAdmin tbody table
{
	background: url(../images/barre_admin/points.png) repeat-y left;
	padding: 0;
	height: 26px;
	margin-bottom: 7px;
	margin-left: 3px;
	padding: 0 7px;
	text-align: center;
}
#center .menuAdmin tbody #ctl00_ContentPlaceHolder1_AdministrationMenu_mnAdministrationn0 table
{
	background: none;
}
#center .menuAdmin tbody table a img
{
	margin-right: 5px;
}
#center .menuAdmin tbody table tbody, #center .menuAdmin tbody table tbody tr
{
	background: none;
}
#center .menuAdmin tbody table.menuSelected
{
	background: url(../images/barre_admin/bkgd_ul_selected.png) no-repeat left;
}
/*  Sous rubriques déroulant  */
#center div.ssMenuAdmin
{
	background: #7b7a7a url(../images/barre_admin/bkgd_ssmenu.png) repeat-x left 1px;
	padding-top: 5px;
	position: absolute;
	z-index: 99;
}
#center div.ssMenuAdmin table table
{
	background: url(../images/barre_admin/points_x.png) repeat-x bottom;
	height: 25px;
	vertical-align: middle;
}
#center div.ssMenuAdmin table a
{
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 5px 15px;
	height: 14px;
	margin-bottom: 1px;
}
#center div.ssMenuAdmin table a:hover
{
	text-decoration: none;
	background: #939292;
}
/*************************   Page d'accueil */
.accueil #center .edit h2.edit
{
	color: #1a8eff;
	font-size: 1.6em;
	border-bottom: 1px solid #1a8eff;
	margin: 16px 15px 0 15px;
	padding: 0 0 3px 0;
	background: none;
	height: auto;
	position: static;
	width: 750px;
}
.accueil #center .bloc
{
	position: static;
	float: left;
	display: inline;
}
.accueil #center .bloc .menuAdmin a, .accueil #center .bloc .ssMenuAdmin a
{
	color: #fff;
}
.accueil #center .bloc .ssMenuAdmin
{
	position: absolute;
	z-index: 99 !important;
}
.accueil #center .edit .article
{
	width: 742px;
	min-height: 0;
	height: auto;
}
/*************************   Newsletter */
#center .article .GestionNewsletters fieldset
{
	margin: 20px 0;
	background: #E0E8EF;
	border-top: 5px solid #1A8EFF;
	padding: 0 5px;
}
#center .article .GestionNewsletters fieldset legend
{
	font-size: 1.3em;
	font-weight: bold;
	color: #1A8EFF;
	padding: 0 10px;
	margin: 10px;
	margin-top: 0;
	padding-top: 5px;
	background: #fff;
}
#center .article .GestionNewsletters fieldset fieldset
{
	border-top: 0;
	padding: 0;
}
#center .article .GestionNewsletters fieldset fieldset legend
{
	font-size: 1.2em;
	border-bottom: 1px solid #1A8EFF;
	padding: 0;
	background: none;
}
#center .article .GestionNewsletters .tableauSpecifique input.txtOrdre
{
	width: 40px;
}
#center .article .GestionNewsletters .tableauSpecifique .element
{
	clear: both;
	margin-bottom: 10px;
}
#center .article .GestionNewsletters .tableauSpecifique .element img
{
	display: block;
	margin-top: 10px;
}
#center .article .GestionNewsletters .tableauSpecifique .element label
{
	vertical-align: top;
	float: none;
}
#center .article .GestionNewsletters .tableauMiseEnPage
{
	margin: 5px 0;
}
#center .article .GestionNewsletters .tableauMiseEnPage td
{
	padding-left: 0;
}
#center .article .GestionNewsletters .tableauMiseEnPage input
{
	float: left;
	margin-right: 10px;
}
#center .article .GestionNewsletters .tableauMiseEnPage label
{
	clear: none;
	margin: 0;
}
#center .article .GestionNewsletters .treeView table
{
	width: auto;
	margin: 0;
	border-collapse:collapse;
}
#center .article .GestionNewsletters .treeView table td
{
	padding: 0;
	border:none;
}
