﻿html, body 
{
	height:1000px;
}

body 
{ 
	margin: 0 auto; 
	padding: 0; 
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#F0F0F0', startColorstr='#FFFFFF', gradientType='0');
	font: 12px Verdana; 
	color : #000000;
}

.center
{
	margin:0 auto;
	width: 980px;
	padding: 0; 
}

.tdTitle
{
	text-align:left;
	font-size:13px;
	font-weight:bold;
	border-bottom: solid 1px #D9DEE1;
}

.popupTitle
{
	text-align:left;
	font: 12px Verdana; 
	font-weight:bold;
	color : #FFFFFF;
	background-color:#0A246A;
	height:17px;
}

.loginInfo
{
    font-size:10px;
    color: #FFFFFF;
    vertical-align:middle;
    height:20px;
    filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#2266B1', startColorstr='#5C9BE2', gradientType='0');
}

.footer
{
	padding-top:30px;
    font-size:10px;
    color: #000000;
    text-align:center;
    height:20px;
}


.loginInfoSmall
{
    font-size:10px;
    color: #FFFFFF;
}

.topMenu
{
	text-align:left;
	width:181px;
	background: url(../images/menubas.jpg) no-repeat top left;
}

.btn
{ 
	margin: 0; 
	border: solid 1px black; 
	background: #f5f5f5; 
	color: #000666; 
	font-weight: bold; 
	cursor: pointer;
	height: 24px;
	font-size: 12px; 
}
.btnPopup
{ 
	margin: 0; 
	color: #000000; 
	cursor: pointer;
	height: 24px;
	background-color:#D4D0C8;
	border-width:1px;
	border-style:solid;
	border-bottom-color:ThreeDShadow;
	border-right-color:ThreeDShadow;
	border-left-color:ThreeDHighlight;
	border-top-color:ThreeDHighlight;
	font: 12px Verdana;
}

.text 
{
	margin: 0; 
	background: #ffffff;
	border: solid 1px black;
	font-size: 12px;
	height: 20px;
}
.headerGauche
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	empty-cells:show;
    text-align:center;   
}

.headerCentre
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	empty-cells:show;
    text-align:center;   
}

.headerDroite
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	empty-cells:show;
    text-align:center;   
}

.header1GauchePresence
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
	empty-cells:show;
    text-align:center;   
}

.header1CentrePresence
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
	empty-cells:show;
    text-align:center;   
}

.header1DroitePresence
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	empty-cells:show;
    text-align:center;   
}

.header2GauchePresence
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	border-left: solid 1px black;
	border-bottom: solid 2px black;
	empty-cells:show;
    text-align:center;   
}

.header2CentrePresence
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	border-left: solid 1px black;
	border-bottom: solid 2px black;
	empty-cells:show;
    text-align:center;   
}

.header2DroitePresence
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 2px black;
	empty-cells:show;
    text-align:center;   
}

.contenuGauche
{
	font-size: 9pt;
	font-family: Arial;
	vertical-align: top;
	empty-cells:show;
	text-align:left; 
	padding:3px 5px;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
}
.contenuCentre
{
	font-size: 9pt;
	font-family: Arial;
	vertical-align: top;
	empty-cells:show;
	text-align:left; 
	padding:3px 5px;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
}
.contenuDroite
{
	font-size: 9pt;
	font-family: Arial;
	vertical-align: top;
	empty-cells:show;
	text-align:left; 
	padding:3px 5px;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}



.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	background-color:#D4D0C8;
	border-width:2px;
	border-style:solid;
	border-bottom-color:ThreeDShadow;
	border-right-color:ThreeDShadow;
	border-left-color:ThreeDHighlight;
	border-top-color:ThreeDHighlight;
	font: 12px Verdana;
}

.tabControl
{
	background-color:#D4D0C8;
	border-width:2px;
	border-style:solid;
	border-bottom-color:ThreeDShadow;
	border-right-color:ThreeDShadow;
	border-left-color:ThreeDHighlight;
	border-top-color:ThreeDHighlight;
	font: 12px Verdana;
}

.menuItem
{
	text-align:left;
}

.tabBg
{
	background-color:#D4D0C8;
}

/* onglets */
.onglets .ajax__tab_outer					{ background:url(../images/onglets/tab-right.gif) no-repeat right; }
.onglets .ajax__tab_inner					{ background:url(../images/onglets/tab-left.gif) no-repeat; }
.onglets .ajax__tab_tab						{ background:url(../images/onglets/tab.gif) repeat-x; }
.onglets .ajax__tab_hover .ajax__tab_outer	{ background:url(../images/onglets/tab-hover-right.gif) no-repeat right; }
.onglets .ajax__tab_hover .ajax__tab_inner	{ background:url(../images/onglets/tab-hover-left.gif) no-repeat; }
.onglets .ajax__tab_hover .ajax__tab_tab	{ background:url(../images/onglets/tab-hover.gif) repeat-x; }
.onglets .ajax__tab_active .ajax__tab_outer	{ background:url(../images/onglets/tab-active-right.gif) no-repeat right; }
.onglets .ajax__tab_active .ajax__tab_inner	{ background:url(../images/onglets/tab-active-left.gif) no-repeat; }
.onglets .ajax__tab_active .ajax__tab_tab	{ background:url(../images/onglets/tab-active.gif) repeat-x; }

.onglets .ajax__tab_header 					{ font-family:verdana;font-size:10px; }
.onglets .ajax__tab_outer					{ height:23px; }
.onglets .ajax__tab_inner					{ padding-left:3px; }
.onglets .ajax__tab_tab						{ padding:5px;margin:0; }
.onglets .ajax__tab_body					{ font-family:verdana;font-size:10pt;border:1px solid #66737c;padding:8px;background-color:#dfe4e5; }
/* fin onglets */

.test
{
	margin-right:0px;
	margin-left:0px;
	padding-left:0px;
	padding-right:0px;
}