/**
 * @version $Id: template_css.css,v 1.5 2011-01-31 17:26:18 dsp Exp $
 * @package bic-code
 * @copyright Copyright (C) 2008 BROCELIA. All rights reserved.
 */
@import url('communs.css');

@import url('modules.css');

@import url('specific.css');

@import url('menu.css');

.highlight_champ {
	background-color: #ED9E1D;
}

/* NEWS */
table.contentpaneopen_news strong {
	font-size: 11px;
	font-weight: bold;
}

table.contentpaneopen_news em {
	font-size: 9px;
	font-weight: bold;
	color: #1d8ab4;
	font-style: normal;
}

table.contentpaneopen_news td.intro {
	line-height: 16px;
	font-size: 11px;
}

table.contentpaneopen_news td a {
	color: #f59e16;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

table.contentpaneopen_news td a:hover {
	text-decoration: none;
	color: #f59e16;
	font-size: 10px;
	font-weight: bold;
}

table.contentpaneopen_news img.bord_gris {
	border: 1px solid #818181;
}

/* LA NEWS */
table.contentpaneopen_la_news {
	width: 600px;
}

table.contentpaneopen_la_news strong {
	font-size: 12px;
	font-weight: bold;
}

table.contentpaneopen_la_news em {
	font-size: 9px;
	font-weight: bold;
	color: #1d8ab4;
	font-style: normal;
}

table.contentpaneopen_la_news .full_text {
	vertical-align: top;
	line-height: 16px;
}

table.contentpaneopen_la_news img.bord_gris {
	border: 1px solid #818181;
}

/* pour eviter le d�calage de limage de fond vers le bas */
.moduletable_fond_gauche p {
	margin: 0px;
}

/* sert à occulter un element */
.dissimule {
	display: none;
}

.bic_popup_mdp {
	width: 181px;
	height: 105px;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../images/module_login/bg.jpg);
	background-repeat: no-repeat;
	padding: 16px 5px 5px 5px;
}

.bic_popup_mdp .inputmail {
	margin-top: 5px;
	float: left;
}

.bic_popup_mdp .ok {
	margin-top: 7px;
	float: left;
}

.couleur_bleue {
	color: #1D8AB4;
}

.couleur_orange {
	color: #F59F16;
}

.menutype {
	float: left;
	margin-right: 30px;
}

h1.ref {
	color: #1D8AB4;
	font-size: 24px;
	font-weight: normal;
	margin: 10px 0;
	padding: 0;
}

h1.ref em {
	font-size: 18px;
	font-style: normal;
}

#ch_plan .titre_rubrique {
	font-weight: bold;
	color: #1D8AB4;
	margin-top: 10px;
}

#ch_plan .titre_rubrique a {
	color: #1D8AB4;
	text-decoration: none;
}

#ch_plan .bloc_rubrique ul li {
	color: #F59F16;
	font-weight: bold;
}

#ch_plan .bloc_rubrique ul li a {
	color: #F59F16;
}

.registration_form .groupe label.right {
	float: right;
}

.calendar,.calendar table {
	float: left;
}

.registration_form .groupe.nro span {
float: none;
}

#datebegin,#dateend {
	width: 67px;
}

.registration_form .groupe label.date2 {
	width: 22px;
}

.registration_form table.nro {
	width: 640px;
	margin-top: 14px;
}
.registration_form table.nro td{
    padding: 5px;
}
div.calendar{
z-index:1000; 
}
