/* importer dautres css */
@import url( "./form.css" );
@import url( "./table.css" );
@import url( "./balise.css" );
@import url( "./news.css" );
@import url( "./menu.css" );
@import url( "./jd.slideshow.css" );

#popup
{
	position:absolute;
	height:0px;
	width:0px;
	left:0;
	top:0;
	filter:Alpha(opacity=90);
	-moz-opacity:0.90;
	opacity: 0.90;
}

#popup2
{
	position:absolute;
	height:0px;
	width:0px;
	margin:auto;
	background-color:white;
}


.popContent
{
	height:90%;
	width:60%;
	margin:auto;
	background-color:white;
	text-align:left;
	padding:5px;
}

.popTotal
{
	margin:auto;
	text-align:center;
	height:100%;
}


.menu, .menu_cat
{
	height: 25px;
}

.menu
{
	clear: left;
	background-color: silver;
	/* background: transparent url( "../img/font_menu.gif" ) repeat-x; */
}

.menu_cat
{
	background-color: silver;
	padding:0px;
}

.menu_cat div
{	
	margin: auto;
	display: block;
	width: 605px;
	height:20px;
}

.menu UL
{
	list-style-type: none;
	padding-left: 5px;
}

.menu LI
{
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	height: 12px;
	min-width: 60px;
	padding: 8px 4px;
	border-radius: 15px; /* CSS3 Standard */
	-moz-border-radius: 15px; /* for Mozilla */
	background-color: #eee;
}

.menu LI
{
	margin: 2px 40px;
}

.menu LI:hover
{
	background-color: #fff;
}

.menu LI.actif
{
	/*
	color: #fff;
	background-color: #0e4ba8;
	*/
}

.menu LI.actif > A
{
	color: #fff;
}

.titre
{
	text-align: right;
	font-size: 1.50em;
	border-bottom: 2px solid #eee;
	margin-bottom: 5px;
}

.opt_first
{
	padding-left: 0px;
	color: white;
	background-color: black;
}

.opt_second
{
	padding-left: 15px;
	color: black;
	background-color: #eee;
}

.opt_second OPTION
{
	background-color: white;
}

.block_left
{
	vertical-align: top;
}

.block_right
{
	border-left: 1px dashed #000;
	padding: 15px;
	vertical-align: top;
}

/* debut style block */

.b 	 {font-weight: bold;}
.i	 {font-style: italic;}
.u	 {text-decoration: underline;}
.small	 {font-size: x-small;}
.big	 {font-size: large;}
.center	 {text-align: center;}
.left	 {text-align: left;}
.right	 {text-align: right;}

/* fin style block */

.red,a.red
{
	color : red;
	font-weight:bold;
}

td.selectDate select
{
	width:62px;
}

.error
{
	color: #fff;
	background-color: #ff2915;
}

.info
{
	color : #83829d;
}

.info span
{
	font-weight:bold;
	color:red;
}

.tabInscr
{
	width:80%;
	text-align:center;
}

.tabInscr th
{
	text-align:left;
}

.Y a
{
	font-weight:bold;
	color:#04f400;
}

.N
{
	font-weight:bold;
	text-align:center;
}

.N a
{
	font-weight:bold;
	color:#ec3c07;
}

.retour a
{
	color:#0597ee;
}

.nveau
{
	text-align:right;
	margin-bottom:10px;
}

.nveau a
{
	font-weight:bold;
	color:#ec3c07;
	background-color:silver;
	padding:3px;
}
