/* balises HTML */

img
{
	border:0px;
}

textarea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* classes et ids */

.msg_erreur
{
	color:#CC0000;
	font-weight:bold;
	padding:7px 0px;
}

#tableau_backoffice, #tableau_backoffice_no_border
{
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#tableau_backoffice th, #tableau_backoffice_no_border th
{
	background-color:#EAEAEA;
	line-height:2.5em;
	padding-left:7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#tableau_backoffice td
{
	border-bottom:1px solid #cccccc;
	height:24px;
	padding-left:7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#tableau_backoffice_no_border td
{
	height:24px;
	padding-left:7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#tableau_backoffice .th-actions, #tableau_backoffice_no_border
{
	font-size:11px;
	font-weight:normal;
}


#rech form
{
	padding:0px;
	margin:0px;
}
#rech {
	background-color:#f7f7f7;
	border:solid 1px #ddd;
	margin-bottom:10px;
	padding:10px;
}
#rech td
{
	border-bottom:1px solid #cccccc;
}

.submit
{
	float:left;
	font-variant:small-caps;
	margin-top:16px;
}
.annuler
{
	float:left;
	font-size:11px;
	margin-left:12px;
	margin-top:20px;
}
#flash
{
	background-color:#D4FFD6;
	background-image:url(../images-bo/picto_une_une.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
	clear:both;
	color:#339900;
	font-weight:bold;
	padding:9px;
	padding-left:35px;
	margin-bottom:12px;
}
.titre-backoffice
{
	/* color:#84048F; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-bottom:10px;
}
.fieldset
{
	border-bottom:1px solid grey;
	/* color:#84048F; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-variant:small-caps;
	font-weight:bold;
	padding-top:5px;
}
#user-info
{
	font-size:11px;
	font-weight:bold;
}

/* */

#menu-adherents div a
{
	display:block;
	padding-left:14px;
	text-decoration:none;
}
#menu-adherents div a:hover, #menu-adherents #actif
{
	background-color:#4F94B4;
	color:#fff;
}

#menu-adherents .titre-adh
{
	font-size:12px;
	font-weight:bold;
	padding:7px 0px 2px 7px;
}
#menu-adherents a
{
	display:block;
	line-height:1.4em;
	text-decoration:underline;
}
#menu-adherents a:hover
{
	background-color:#eee;
	text-decoration:none;
}
#menu-adherents .lien-selected a
{
	color:#993366;
	display:block;
	line-height:1.4em;
	padding-left:15px;
	text-decoration:none;
}
#menu-adherents .lien-selected a:hover
{
	text-decoration:underline;
}


/* styles du wdsql */

#tableau_backoffice .td_calendrier td {
	border:0px;
	padding:0px;
}

.texte-rouge
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FF0000;
}
.legende-bo
{
	color:#666;
	font-size:11px;
}
.label_champ
{
	/*font-weight:bold;*/
}

/* Styles diaporama */
.theme_off{
	display:block;
	width:16px;
	height:16px;
	background:url(../images-bo/picto_triangle_droite.gif) no-repeat 0 0;
}

.theme_on{
	display:block;
	width:16px;
	height:16px;
	background:url(../images-bo/picto_triangle_bas.gif) no-repeat 0 0;
}