/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
	Capio : #668ec8;
	Capio clair : rgb(231, 240, 249)
	Capio foncé : rgb(0, 51, 102)
*/
/**
 *  Module tableau Bayonne, sur le modèle des tableaux du module UDT
 */
table.Capio {
	margin: 1em 0 1em 2em;
	width: 90%;
	border: 0;
	border-collapse:collapse;
}
table.Capio caption {
	font-family: arial; 
	font-size: 14px; 
	color: #668ec8;
	text-align: LEFT;
	padding-left: 1em;
}
table.Capio th {
	border: 1px solid white;
	font-weight: bold;
	background-color: #668ec8;
	color: white;
}
tr.Capio_THead {
}
tr.Capio_THead td {
	border: 1px solid white;
	padding: 2px 8px;
}
td.Capio_Col1 {
	background-color: #96f;
}
td.Capio_Col2 {
	background-color: #9a6;
}
td.Capio_Col3 {
	background-color: #f6c;
}
td.Capio_Col4 {
	background-color: #f66;
}
td.Capio_Col5 {
	background-color: #fc6;
}
td.Capio_Col6 {
	background-color: #6cf;
}
tr.Capio_TPart {
}
tr.Capio_Row1 {
	background-color: rgb(231, 240, 249);
}
tr.Capio_Row2 {
	background-color: white;
}

table.Capio td {
	text-align: center;
}
table.Capio  td.right {
	text-align: right;
	padding-right: 0.5em;
}
table.Capio  td.left  {
	text-align: left;
	padding-left: 0.5em;
}


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
 border-right: 1px solid #eeeeee;
}

.ContentPane  { 
   text-align: left;
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1 {
   margin: 12px 0px 2px 0px; 
   color: black;
   font-family: Arial;
   font-size: 18px;
   font-weight: normal;
   text-align: center;
}

H2 {
   margin: 12px 0px 2px 0px; 
   padding-left: 15px; 
   font-family: arial;
   font-size: 14px; 
   font-weight: bold; 
   color: #668ec8; 
   background: url(/cms/Portals/0/Capio/puces/sup.gif) no-repeat left 0.25em; 
}

H2.ferme {
   background: url(/cms/Portals/0/Capio/puces/ArrowRight.gif) no-repeat left 0.25em; 
}
H2.ouvert{
   background: url(/cms/Portals/0/Capio/puces/ArrowDown2.gif) no-repeat left 0.3em; 
}

H2 A, H2 A:visited {
   color: #668ec8;
   text-decoration: none;
}

H2 a:hover {
   text-decoration: underline;
}


H3  {
   margin: 8px 2px 2px 2px;
   padding: 0px;
   font-family: Verdana;
   font-size: 12px;
   font-weight: bold;
   color: #668ec8;
}

H4  {
   margin: 2px;
   font-style: italic;
   color: #668ec8;
}
.plus {
    margin-left:3em;
}
UL.linkList {
   margin: 2px 2px 2px 3em;
   padding: 0px;
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
   font-family: Verdana;
   font-size: 11px;
   font-weight: normal;
}

A:visited   {
   font-family: Verdana;
}

A:hover {
}

A:active    {
}

A.accueil, A.accueil:hover, A.accueil:visited {
   font-family: Verdana;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
   color: #668ec8;
}
A.accueil:hover {
   text-decoration: underline;
}

A.gris, A.gris:hover, A.gris:visited {
   margin: 5px 0px;
   font-family: Verdana;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
   color: #6C7184;
}
A.gris:hover {
   text-decoration: underline;
}
.gris {
   color: #6C7184;
}

SMALL   {
	font-size: 9px;
}

BIG {
}

BLOCKQUOTE, PRE {
}

/* */
UL.fleche LI {
   list-style: square outside url(/cms/Portals/0/Capio/puces/fleche.gif); 
}

UL.fleche LI LI, UL.fleche2    {
   list-style: square outside url(/cms/Portals/0/Capio/puces/fleche2.gif); 
}

UL LI {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

P {
   margin: 6px 0px 2px 0px;
   text-align:justify;
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/* GPE */
table.trombi {
	border: #4169e1 1pt solid;
	border-bottom:0px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
table.trombi th {
	border-bottom: #4169e1 1pt solid;
	padding: 18px;
	background-color: #EEEEEE;
	text-align: center;
}
table.trombi td {
	border-bottom: #4169e1 1pt solid;
	padding: 0px 8px;
}

ul.liste_cliniques {
   font-family: Verdana;
   font-size: 11px;
   color: #000000;
}
ul.liste_cliniques li {
   margin-top: 8px;
   padding-left: 12px;
   list-style: square outside url(/cms/Portals/0/Capio/puces/point.gif);
   font-weight: bold;
}
ul.cliniques {
   margin-left: 0px;
}
ul.cliniques li {
   padding-left: 0px;
   font-weight: normal;
   list-style: none outside none;
}
ul.cliniques li a, ul.cliniques li a:hover, ul.cliniques li a:visited {
   color: #668ec8;
}


ul.presse {
   font-family: Verdana;
   font-weight: normal;
   font-size: 11px;
}
ul.presse li {
   margin-top:12px;
   padding-left: 12px;
   list-style: square outside url(/cms/Portals/0/Capio/puces/point.gif);
   line-height: normal;
}
.presse_titre{
   font-size: 12px;
   font-weight: bold;
   color: #668ec8;
}
.presse_descr{
   font-size: 12px;
}

H1.praticiens {
   margin: 12px 0px 12px 0px; 
   font-family: Verdana;
   font-size: 24px;
   font-weight: bold;
   text-align: left;
   color: #668ec8;
}
SPAN.praticiens {
   margin: 10px 5px 5px 5px;
   padding: 5px 5px 5px 25px;
   background: url(/cms/Portals/0/Capio/puces/superieur.gif) no-repeat left 8px;
   font-family: Verdana;
   font-size: 12px;
   color: #668ec8;
}
IMG.praticiens {
   margin:8px 0px;
   border:1px solid #668ec8;
}

table.donnees {
   margin:24px;
   border: 0;
   border-collapse:collapse;
   font-family: Verdana;
   font-size: 11px;  
   font-weight: normal;
   color: #000000;
}
table.donnees caption {
   padding: 5px;
   font-style: italic;
/*   text-decoration: underline; */
}
table.donnees th {
   border: white 1pt solid;
   padding: 5px;
   background-color: #668ec8; /* EEEEEE; */
   font-size: 11px;  
   color: white; /* #668ec8; */
   text-align: center;
}
table.donnees td {
   border-bottom: #668ec8 1pt solid;
   border-right: #668ec8 1pt solid;
   padding: 5px;
}

A.menu, A.menu:visited {
   text-decoration: none;
   font-style: bold;
   color: white;
}
A.menu:hover {
  color: red;
}

**
 * MODULE "Formulaire" (cv ...)
 */
.formHead {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	border: 2px solid black;
	padding: 1em 0;
}
.formHead .formLine {
	float: left;
	width: 300px;
	margin-top: 4px;
	text-align: right;
	_padding-right: 0.5em;
}
.formHead .firstLine {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: bold;
}
.formHead .formCol {
	float: left;
	width: 128px;
	font-weight: bold;
}
.formHead .formColWide {
	float: left;
	width: 256px;
	font-weight: bold;
}
.eol {
	width: 1px;
	height: 1px;
	clear: left;
	_clear: none;
}

.formBody {
	width: 700px;
}
.formBody .alt{
	background-color: #E7F0F9;
}
.formBody .formLine {
	float: left;
	width: 412px;
}
.formBody .formLineWide {
	float: left;
	width: 540;
}
.formBody .firstLine {
	margin-top: 8px;
	font-size: 12px;
}
.formBody .subLine {
	_padding-left: 3em;
	font-size: 11px;
}
.formBody .formCol {
	float: left;
	width: 52px;
	_width: 64px;
	padding-left: 12px;
	_padding-left: 1em;
	font-size: 10px;
	font-style: italic;
}
.formBody .colHd {
	padding-top: 0.5em;
	width: 64px;
	padding-left: 0px;
	text-align: center;
}
.formBody #formSubmit {
	float: right;
	margin-right: 2em;
}
.formBody #formPrint {
	float: right;
	margin-right: 5em;
}
.formBody input[type='radio'] {
}
.formBody input[type='text'] {
	border: 1px solid #668ec8;
}
.formBody input[type='file'] {
	margin: 0.5em 0.5em 0.5em 3em;
	width: 42em;
	border: 1px solid #668ec8;
}
.formBody textarea {
	margin: 0.5em 0.5em 0.5em 3em;
	width: 42em;
	border: 1px solid #668ec8;
}
.formFoot {
	padding: 1em;
	font-size: 14px;
	font-style: italic;
	color: #668ec8;
	text-align: center;
}




