@charset "UTF-8";
/* CSS Document */
/*
color: #f29400;
color: #005da8;
*/

/*********************************************/
/************ Layout global ******************/
/*********************************************/

/*
#containerborder
{
	margin:60px auto;
	width:920px;
}
*/

#centre1
{
	width:920px;
	background:url(../img/ombre_02.gif) repeat-y right;
}
#centre2
{
	width:900px;
	/*height:420px;*/
	background:white;
}
#footer1
{
	width:920px;
	background:url(../img/ombre_03.gif) repeat-y right;
}
#footer2
{
	width:900px;
	height:4px;
	background:url(../img/bandeau_bas.gif) no-repeat;
}


/*********************************************/
/************ login *******************/
/*********************************************/
#top
{
	width:675px;
	padding-left:225px;
	height:93px;
}
#user
{
	padding-top:60px;
	color:#02669a;
	font-weight:bold;
}
#user SPAN
{
	display:block;
	float:left;
	font-size:12px;
	margin-right:30px;
}
#user A
{
	display:block;
	float:left;
	color:#fe2222;
	text-decoration:none;
	background:url(../img/picto_deconnexion.jpg) no-repeat left;
	padding:1px 1px 1px 16px;
	height:13px;

}

#user A:hover
{
	color:#fe2222;
	text-decoration:none;
}




/*********************************************/
/************ Navigation onglets *******************/
/*********************************************/
.onglet_def,a.onglet_def:active,a.onglet_def:link, a.onglet_def:visited
{	
	color:#172027;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
a.onglet_def:hover
{
	text-decoration: underline;	
}
.onglet_cur,a.onglet_cur:active,a.onglet_cur:link, a.onglet_cur:visited
{	
	color:#ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	cursor:default;
}
a.onglet_cur:hover
{
	text-decoration:none;
}
.onglet_dis,a.onglet_dis:active,a.onglet_dis:link, a.onglet_dis:visited
{	
	color:#888888;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	cursor:default;
}
a.onglet_dis:hover
{
	text-decoration:none;
}

#hnav
{
	width:100%;
}
#nav1
{
}

#nav1 UL,#nav1 LI
{
	margin:0;
	padding:0;
}
#nav1 LI
{
	list-style-type:none;
	float:left;
	
	padding-left:8px;
	margin-right:1px;
	
}

#nav1 LI A 
{
	display:block;
	float:left;
	padding:2px 10px 0 2px;

	color:white;
	font-weight:bold;
	text-decoration:none;
	background:#ff9a17;
}
#nav1 LI A:hover 
{
	color:#172027;
	
}

#nav1 LI#on
{
	
}
#nav1 LI#on A,#nav1 LI#on A:hover
{
	color:white; 
	text-decoration:none;
	background:#005da8;
	cursor:text;
}

#nav1 LI#dis
{
	
}
#nav1 LI#dis A,#nav1 LI#dis A:hover
{
	color:#cccccc; 
	text-decoration:none;
	background:#0046a1;
	cursor:text;
}
	
#nav1 LI#ondis
{
	/*background:white url(../img/coin_g-on.gif) no-repeat left;	*/
}
#nav1 LI#ondis A,#nav1 LI#ondis A:hover
{
	color:#0046a1; 
	text-decoration:none;
	background:#005da8 ;
	cursor:text;
}

/*********************************************/
/************ Navigation gauche *******************/
/*********************************************/

#gauche
{
	float:left;
	width:235px;
	/*height:400px;*/
}


#nav2
{
	margin-top:10px;
	padding-top:5px;
	/*height:340px;*/
	width:215px;
	margin-left:10px;
	background:url(../img/fd-nav.jpg) no-repeat top left;
}

#nav2 UL,#nav2 LI
{
	margin:0;
	padding:0;
	margin-left:5px;
}
#nav2 LI
{
	list-style-type:none;
	float:left;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#nav2 LI A 
{
	display:block;
	width:180px;
	padding:2px 2px 2px 2px;
	margin-top:0px;		/*margin-top:3px;*/
	/*text-align:right;*/
	color: #172027;
	font-weight:bold;
	text-decoration:none;
}
#nav2 A:hover
{
	color: #ffffff; 
	text-decoration:none;
}
#nav2 A.current
{
	color: #9f010a; 
	text-decoration:none;
	/*
	padding-left:15px;
	background:white url(../img/puce_etoile.gif) no-repeat left;
	background-position:2px 3px;
	*/
	padding-left:2px;
	background:white;
	cursor:text;
}
/*********************************************/
/************ contenu *******************/
/*********************************************/

#contenu1
{
	float:left;
	margin-top:10px;
}
#contenu2
{
	padding:0px;
}

