/* Un formulaire */
form.label_cell {
	overflow:hidden;
	height:1%;
}
form.label_cell .cell {

}
form.label_cell div {
	height:1%;
	overflow:hidden;
	margin-bottom:3px;
}
form.label_cell label {
	display:block;
	width:90px;
	float:left;
	margin-right:5px;
	text-align:right;
	white-space:pre;
	font-size:0.9em;
	font-weight:bold;
}
form.label_cell strong {
	color:red;
	font-weight:normal;
}
form.label_cell .champs {
	float:left;
}
form.label_cell .champs input {
	margin:0;
	float:left;
}
form.label_cell .champs select optgroup {
	font-style:normal;
	display:block;
	margin-left:10px;
}
form.label_cell .champs a.calendar {
	font-weight:bold;
	text-decoration:underline;
}
form.label_cell .infos {
	float:left;
	margin-left:10px;
	display:none;
}
form.label_cell .infos .texte, #tooltip, #calendar {
	max-width:250px;
	min-width:10px;
	background: #B5C9E5;
	border:1px solid #627DB7;
	padding:5px;
	color:#1B4D9D;
	position:absolute;
	display:none;
	text-align:left;
	text-decoration:none;
	opacity:.85;
}
form.label_cell .champ_bouton {
	text-align:center;
}
form.label_cell .clear_both {
	margin-bottom:5px;
}
form.label_cell div.error label {
	color: #E20027;
	font-weight:bold;
}
form.label_cell div.error .input {
	background-color:#F8DEE0;
	border:1px solid #CA3948;
	color:#1B4D9D;
}
form.label_cell div.error .infos .texte {
	background-color: #F8DEE0;
	border: 1px solid #CA3948;
	font-weight:bold;
	color:#1B4D9D;
}
form.label_cell .champs a.deleteFile {
	font-size:0.8em;
	color:#CA3948;
	display:block;
}
form.label_cell h4 {
	font-weight:bold;
	color: #000000;
	margin-top:10px;
	margin-bottom:10px;
	font-size:1em;
}

#calendar {
	width:220px;
	text-align:center;
	padding-top:0;
}
#calendar a.close {
	display:block;
	font-size:0.8em;
	text-align:right;
	margin-bottom:5px;
}
#calendar div.date {
	text-align:center;
	margin-bottom:3px;
	font-weight:bold;
}
#calendar ul {
	clear:both;
	width:210px;
	margin-right:auto;
	margin-left:auto;
}
#calendar ul li {
	float:left;
	width:25px;
	height:15px;
	text-align:center;
	margin-right:2px;
	margin-bottom:2px;
	border:1px solid #1B4D9D;
}
#calendar ul li.lastMonth {
	border:1px solid transparent;
	visibility:hidden;
}
#calendar ul li.nextMonth {
	border:1px solid #627DB7;
	color: 	#E3CEBE;
}
#calendar ul li a {
	display:block;
	height:15px;
	color:#627DB7;
}
#calendar ul li a:hover {
	background: #627DB7;
	color:#FFFFFF;
}
#calendar ul li.today {
	border-color: #CA3948;
	background-color:#E3CEBE;
}
#calendar .previous {
	float:left;
	width:80px;
}
#calendar .previous a {
	display:block;
	text-align:left;
}
#calendar .next {
	float:right;
	width:80px;
}
#calendar .next a {
	display:block;
	text-align:right;
}
/****************** BBCODE ********************/
.div_bbcode {
	width:405px;
}
/* Le div des balises */
.div_bbcode ul.balises {
	float:none;
	height:18px;
}
/* les balises */
.div_bbcode ul.balises li.bbcode {
	display:block;
	float:left;
	width:18px;
	height:18px;
}
.div_bbcode ul.balises li.bbcode a {
	display:block;
	width:18px;
	height:18px;
	cursor:pointer;
	font-size:1px;
	background-color: #C0C0C0;
	background-repeat:no-repeat;
	background-position: 1px 1px;
}
.div_bbcode ul.balises li.bbcode a:hover, .div_bbcode ul.balises li.bbcode a.open {
	text-decoration:none;
	background-color: #A9A9A9;
	background-position: 2px 2px;
}
/* l'espace d'infos */
.div_bbcode input.readonly {
	border:none;
	background:transparent;
	cursor:default;
	width:405px;
	height:14px;
	font-size:0.8em;
}
/* Les sous menus */
.div_bbcode ul.balises li.bbcode ul {
	position:absolute;
	display:none;
	z-index:9999;
}
.div_bbcode ul.balises li.bbcode ul li a {
	font-size:1em;
}
/** sous menu mise en forme couleur **/
.div_bbcode ul.balises li.bbcode ul.subItems_color {
	margin-left:-30px;
	width:85px;
	background:white;
}
.div_bbcode ul.balises li.bbcode ul.subItems_color li {
	float:left;
}
.div_bbcode ul.balises li.bbcode ul.subItems_color li a {
	overflow:hidden;
	text-indent:9999px;
	width:15px;
	height:15px;
	display:block;
	border:1px solid #CECECE;
}
.div_bbcode ul.balises li.bbcode ul.subItems_color li a:hover {
	border:1px solid red;
}
/** sous menu mise en forme taille **/
.div_bbcode ul.balises li.bbcode ul.subItems_size {
	margin-left:-50px;
}
.div_bbcode ul.balises li.bbcode ul.subItems_size li a {
	width:100px;
	color:#000000;
	text-align:center;
}
/** sous menu mise en forme wow **/
.div_bbcode ul.balises li.bbcode ul.subItems_title {
	margin-left:-15px;
}
.div_bbcode ul.balises li.bbcode ul.subItems_title li a {
	width:50px;
	color:#000000;
	text-align:center;
}
/* Sur certains visuels on rajoute une version plein écran */
img.zoom {
	cursor:pointer;
}
#zoom {
	border:2px solid #627DB7;
	padding:10px;
	text-align:center;
	position:absolute;
	background:#FFFFFF;
}
#zoom img {
	cursor:pointer;
}
#zoom a.fermer {
	display:block;
	text-align:right;
	margin-bottom:5px;
	color:#FFFFFF;
}
/**** Protection des mails **/
.noSpam .spam {
	display:none;
}
/******* fermeture des pop-up ****/
a.fermer {
	display:block;
	text-align:right;
	margin-bottom:10px;
}
/******* un placeholder pour voir où se situe un point ***********/
.placeholder {
	display:block;
	height:50px;
	width:50px;
	position:absolute;
	top:0px;
	left:0px;
	text-align:center;
	background-color:#DAA520;
	opacity:.50;
}
/******* le tooltip qui s'affiche un peu partout ****/
#tooltip {
	display:block;
	visibility:hidden;
}

.input {
	background:white;
	border:1px solid #CECECE;
}


/***** Warning ********/
.warning {
	display:block;
	text-align:center;
	background:#F8DEE0;
	color:#1B4D9D;
	font-weight:bold;
	padding:10px;
	border:3px solid #CA3948;
	margin-bottom:15px;
	width:450px;
	margin-right:auto;
	margin-left:auto;
}

.input {
	background:white;
	border:1px solid #CCCCCC;
}
.button {
	background:white;
	border:1px solid #CCCCCC;
}

