﻿/***********************************/
/*           Onglets               */
/***********************************/
div#onglet_background a
{
	font-family :Arial ;
	font-size:9px;
	color :#000000;
	text-transform: uppercase;
	text-decoration :none;
	vertical-align :middle;
}

div#onglet_background a:hover
{
	color :#999999;
}

.onglet_top
{
	background-image: url(images/onglet_top.gif);
	height:22px; /*30px avec le padding*/
	width:150px;
	background-repeat: no-repeat;
	vertical-align:middle;  
	text-indent:20px;
	padding-top :8px;    
}

.onglet
{
	background-image: url(images/onglet.gif);
	height:22px; /*30px avec le padding*/
	width:150px;
	background-repeat: no-repeat;
	vertical-align:middle;  
	text-indent:20px;
	padding-top :8px;    
}

.onglet_50px
{
	background-image: url(images/onglet50px.gif);
	height:46px; /*50px avec le padding*/
	width:130px;/*150px avec le padding*/
	background-repeat: no-repeat;
	vertical-align:middle;  
	padding-left:20px;
	padding-top :4px;
}

#onglet_middle
{
	background-image: url(images/onglet_middle.gif);
	height:200px;
	width:150px;
	background-repeat: no-repeat;
}

#onglet_camera
{
	background-image: url(images/onglet_camera.gif);
	background-repeat: no-repeat;
	padding-top :3px;
	padding-bottom :3px;
	height :21px;
	margin-bottom :3px;
	text-align :left;
	text-indent:26px;
	width:150px;
}

#onglet_info
{
	background-image: url(images/onglet_info.gif);
	background-repeat: no-repeat;
	padding-top :3px;
	padding-bottom :3px;
	height :21px;
	margin-bottom :3px;
	text-align :left;
	text-indent:26px;
	width:150px;
}

#onglet_print
{
	background-image: url(images/onglet_print.gif);
	background-repeat: no-repeat;
	padding-top :3px;
	padding-bottom :3px;
	height :21px;
	margin-bottom :3px;
	text-align :left;
	text-indent:26px;
	width:150px;
}

#lien_print
{
	background-image: url(images/onglet_print.gif);
	background-repeat: no-repeat;
	padding-top :3px;
	padding-bottom :3px;
	height :21px;
	margin-bottom :3px;
	text-align :left;
	text-indent:26px;
	width:150px;
}

#lien_print a
{
	font-family :Arial ;
	font-size:9px;
	color :#000000;
	text-transform: uppercase;
	text-decoration :none;
	vertical-align :middle;
}

#lien_print a:hover
{
	color :#999999;
}

#onglet_mail
{
	background-image: url(images/onglet_mail.gif);
	background-repeat: no-repeat;
	padding-top :0px;
	padding-bottom :0px;
	height :21px;
	text-align :left;
	text-indent:26px;
	width:150px;
}

#onglet_background
{
	background-image: url(images/onglet_outer.gif);
	background-repeat: repeat-y;
	width:150px;    
}


