/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* 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 {
font-family:arial;
font-size:12px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

    
/* GENERIC */
H1  {
	font-family: Arial, Helvetica, sans-serif;
	color: #1C4299;
	font-size: 14px;
	font-weight: bold;
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* 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 {
}


/* ================================
    MENU SIDEMENU
   ================================
*/   
.MenuItem A {
font-style: Arial;
font-size: 11px;
background-color: Transparent;
padding-top: 0px;
color: #000000;
text-decoration: none;
margin-left:10px;
}

.MenuItemMouseOver A, .MenuItemMouseOver A:Active, .MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Link, .MenuItemMouseOver A:Visited {
font-style: Arial;
font-size: 11px;
background-color: Transparent;
padding-top: 0px;
color: red;
text-decoration: none;
}

.spacer {
padding:6px;
}
/* ================================
    CONTENU PAR DEFAUT
   ================================
*/  
.SubHead    {
color:#1C4299;
font-family:arial;
font-size:12px;
font-weight:normal;
}
.NormalTextBox {
border:solid 1px #5fa3d3;
background-color:#f0f2f8;
}

/* Liens par defaut */
.CommandButton     {
border:solid 1px #1C4299;
background-color:#f0f2f8;
padding-top:2px;
padding-bottom:2px;
padding-left:5px;
padding-right:5px;
text-decoration: none;
color:red;
font-size:10px;
}
    
A.CommandButton:link {
text-decoration: none;
color:#1C4299;
}

A.CommandButton:visited  {
text-decoration: none;
text-decoration: none;
color:#1C4299;
}

A.CommandButton:active   {
text-decoration: none;
text-decoration: none;
color:#1C4299;
}

A.CommandButton:hover    {
text-decoration: none;
text-decoration: none;
color:green;
}

/* ================================
    NAVIGATION PRINCIPALE
   ================================
*/  
/* Barre des menus */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: transparent;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 1; 
	height: 1;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #1C4299; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: red; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal;
	background-color: transparent;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* SEO MENU */
.SEOMenuH {
text-align:left;
font-family: arial;
font-size:11px;
margin:0 padding:0;
}

.SEOMenuH ul {
padding:0;
margin-left:10px;
/* for Firefox */
}
.SEOMenuH li {
list-style-type:none;

}

.SEOMenuH li a, .SEOMenuH li a:visited, SEOMenuH li a:active, SEOMenuH li a:link {
display:block;
text-decoration:none;
color:black;
width:145px;
}
.SEOMenuH li a:hover {
display:block;
text-decoration:none;
color:red;
width:145px;
}

/* RUBRIQUE NIVEAU 1 */ 
* html .SEOMenuH li a, .SEOMenuH li a:visited, .SEOMenuH li a:over {
font-weight:normal;
font-size:11px;
color:black;
width:145px;
/* hack for IE5.5 */}

.SEOMenuH li a.sub, .SEOMenuH li a.sub:visited {
font-weight:normal;
font-size:11px;
color:black;
width:145px;
}

/* First Level */ 
.SEOMenuH li ul {
margin-left:7px;
font-weight:normal;
font-size:11px;
width:145px;
}
.SEOMenuH table {
margin:-1px;
border-collapse:collapse;
font-size:11px;
width:145px;
/* font size for IE5.5 */
}

/* LIEN DE LA RUBRIQUE SELECTIONNEE */ 
.SEOMenuH .CurrentItem a, .SEOMenuH .CurrentItem a:visited {
font-size:11px;
text-decoration:none;
background:#C6D1E5;
width:140px;
padding-left:0px;
}
.SEOMenuH .CurrentItem a:hover {
color:red;
}

/* For Parent Link */ 

.SEOMenuH .ParentItem a, .SEOMenuH .Parentlist a:visited{
font-size:11px;
}
.SEOMenuH .Parentlist a:hover{
color:red;
font-size:11px;
}

.rightpane {
padding:2px;}

.contentpane {
padding:2px;} 

.tabactu {
background:#eeeeee;
margin-top:5px;
width:300px;
padding:5px;
} 

.hractu {
color:red;
background:#1c4299;
height:1px;
border:0;
}


.lienactu {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	margin-top:20px;
text-align:right;
background:#1C4299;
height:15px;

}

.lienactu A {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	margin-top:20px;
text-align:right;
background:#1C4299;
}

.commande A {
height:17px;
width:180px;
text-align:center;
padding-left:5px;
padding-right:5px;
padding-top:1px;
background-color:#1C4299;
color:white;
font-family:arial;
font-size:11px;
font-weight:bold;
}

.commande_produit {
border-top:solid 1px #1c4299
}


/* --- TITRE RUBRIQUE NON CLICABLE --- */
.MenuHdr0 {
color:#1c4299;
font-size:11px;
padding-left:2px;
border-bottom:solid 1px #1C4299;
}
A.MenuHdr0 A:hover, .MenuHdr0 A:link, .MenuHdr0 A:visited, .MenuHdr0 A:active {
color:#1c4299;
font-size:11px;
padding-left:2px;
border-bottom:solid 1px #1C4299;
}
/* --- FIN TITRE RUBRIQUE NON CLICABLE --- */

/* --- MENU COMPORTANT DES SOUS-RUBRIQUES --- */
.MenuHdr1 {
font-size:11px;
border-bottom:solid 1px #cccccc;
border-top:solid 1px #cccccc;
border-right:solid 1px #cccccc;
border-left:solid 1px #cccccc;
background-image: url(http://www.cryobiosystem.com.mixtrio.net/Portals/3/fleche-grise.jpg);
background-repeat: no-repeat;
background-position:right;
}
.MenuHdr1 A:hover, .MenuHdr1 A:link, .MenuHdr1 A:visited, .MenuHdr1 A:active {
color:#1c4299;
margin-left:2px;

}
/* --- FIN MENU COMPORTANT DES SOUS-RUBRIQUES --- */


/* --- RUBRIQUE NIVEAU 0 --- */
.MenuItem0 {
font-size:11px;
padding-left:2px;
}
A.MenuItem0 A:hover, .MenuItem0 A:link, .MenuItem0 A:visited, .MenuItem0 A:active {
color:black;
font-size:11px;
}
.MenuItemMouseOver0 A, .MenuItemMouseOver0 A:hover, .MenuItemMouseOver0 A:link, .MenuItemMouseOver0 A:visited, .MenuItemMouseOver0 A:active {
font-size:11px;
padding-left:2px;
color:black;
}
/* --- RUBRIQUE NIVEAU 0 --- */


/* --- RUBRIQUE NIVEAU 1 --- */
.MenuItem1 {
color:black;
font-size:11px;
border-bottom:solid 1px #1C4299;
}
.MenuItem1 A:hover, .MenuItem1 A:link, .MenuItem1 A:visited, .MenuItem1 A:active {
margin-left:2px;
color:black;
font-size:11px;
}
.MenuItemMouseOver1 A, .MenuItemMouseOver1 A:hover, .MenuItemMouseOver1 A:link, .MenuItemMouseOver1 A:visited, .MenuItemMouseOver1 A:active {
font-size:11px;
padding-left:2px;
color:black;
}
/* --- FIN RUBRIQUE NIVEAU 1 --- */


/* --- RUBRIQUE NIVEAU 2 --- */
.MenuItem2 {
font-size:11px;
}
A.MenuItem2 A:hover, .MenuItem2 A:link, .MenuItem2 A:visited, .MenuItem2 A:active {
margin-left:2px;
color:black;
font-size:11px;
}
A.MenuItemMouseOver2 A:hover, .MenuItemMouseOver2 A:link, .MenuItemMouseOver2 A:visited {
font-size:11px;
padding-left:2px;
color:black;
}
.currentItemHighlight2 {
font-size:11px;
color:#1C4299;
background-color :#eeeeee;
}
/* --- FIN RUBRIQUE NIVEAU 2 --- */



/* --- MENU POUR ACCUEIL --- */
.MenuHdr {
color:#1c4299;
font-size:11px;
padding-left:2px;
border-bottom:solid 1px #1C4299;
background-image: url(http://www.cryobiosystem.com.mixtrio.net/Portals/3/fleche-grise.jpg);
background-repeat: no-repeat;
background-position:right;
}
A.MenuHdr A:hover, .MenuHdr A:link, .MenuHdr A:visited, .MenuHdr A:active {
color:#1c4299;
font-size:11px;
padding-left:2px;
border-bottom:solid 1px #1C4299;
}
.MenuItem {
font-size:11px;
}
.MenuItem A:hover, .MenuItem A:link, .MenuItem A:visited, .MenuItem A:active {
margin-left:2px;
color:black;
font-size:11px;
}
.MenuItemMouseOver A, .MenuItemMouseOver A:hover, .MenuItemMouseOver A:link, .MenuItemMouseOver A:visited, .MenuItemMouseOver A:active {
font-size:11px;
padding-left:2px;
color:#1c4299;
}
/* --- FIN MENU POUR ACCUEIL --- */

/* TABLEAUX FICHES PRODUITS */
.tab_produits {
font-family:arial;
font-size:11px;
border:solid 2px #214593;
color:black;
}

/* TABLEAUX FICHES PRODUITS */
.tab_produits {
font-family:arial;
font-size:11px;
border:solid 2px #214593;
color:black;
}

.tab_produits TR TH  {
border-style: solid solid solid none;
border-color: windowtext windowtext windowtext rgb(212, 208, 200);
border-width: 1pt 1pt 1pt medium;
padding: 0cm 5.4pt;
width: 159.1pt;
background-color: #e0e0e0;
}

/* FORMULAIRE DE CONTACT */
.tab_contact {
	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;
border:none;
margin-top:10px;
margin-bottom:10px; 
padding:5px;
}
.formulaire_contact {
	font-family: Arial, Helvetica, sans-serif;
	color: #1C4299;
	font-size: 14px;
border:solid 1px #1C4299;
margin-top:10px;
margin-bottom:10px; 
padding:5px;
}
.Txtcontact {
	font-family: Arial, Helvetica, sans-serif;
	color: #1C4299;
	font-size: 12px;
font-weight:bold;
}

.ContactTextBox {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
border:solid 1px #1C4299;
background:#eeeeee;
width:285px;
}

.TableTextBox {
color: #222222;
background-color: #eeeeee;
font-size:10px;
border:solid 1px #999999;
height:18px;
}
.TableTextBox td {
padding:5px;

}

/* MODULE ONGLET */
/* Chiffon Top */
.CHIFFON_TOP_TabStrip {
	border-bottom : 1px solid #1C4299;
	margin : 0;
	padding-bottom : 19px;
	padding-left : 0px;
}

.CHIFFON_TOP_TabPage {
	border-left: 1px solid #1C4299;
	border-right: 1px solid #1C4299;
	border-bottom: 1px solid #1C4299;
	padding: 3px;
	background: white;
}

.CHIFFON_TOP_TabStrip .CHIFFON_TOP_TabSelected{
	cursor: pointer;

	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
	
	background : #1C4299;
	border-top : 1px solid #ccc;
	border-left : 1px solid #ccc;
	border-right : 1px solid #ccc;
	border-bottom : 1px solid #1C4299;
	color : #fff;
	float : right;
	font-size : 11px;
	font-weight : normal;
	line-height : 14px;
	margin-left : 4px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
 -moz-border-radius-topleft: 7px;
 -moz-border-radius-topright: 7px;

}

.CHIFFON_TOP_TabStrip .CHIFFON_TOP_TabUnselected {
	cursor: pointer;

	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;

	background : #eeeeee;
	border-bottom : none;
border-left:solid 1px #ccc;
border-right:solid 1px #ccc;
border-top:solid 1px #ccc;
	color : #666;
	float : right;
	font-size : 11px;
	font-weight : normal;
	line-height : 14px;
	margin-left : 4px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;

 -moz-border-radius-topleft: 7px;
 -moz-border-radius-topright: 7px;
}

.CHIFFON_TOP_TabStrip .CHIFFON_TOP_TabMouseover {
	color : black;
	background: #dddddd;
}

/* ---------- ONGLET FAQ -------------- */
/* Left Style */

.SIMPLE_LEFT_TabStrip {
height:20px;
}

.SIMPLE_LEFT_TabPage {
 border-left: none;
 border-bottom : none;
 border-right: none;
 border-top: none;
 background: white;
 padding: 2px;
 width: 450px;
}

.SIMPLE_LEFT_TabStrip .SIMPLE_LEFT_TabSelected{
 cursor: pointer;
 border-top:solid 1px #ccc;
 border-left:solid 1px #ccc;
 border-bottom:solid 1px #ccc;
 -moz-border-radius-topleft: 7px;
 -moz-border-radius-bottomleft: 7px;
 background: #1C4299;
 padding: 2px;
 position: relative;
 text-align: left;
 left: 1px;
 margin-bottom:2px;
 font-size:11px;
color:white;
}

.SIMPLE_LEFT_TabStrip .SIMPLE_LEFT_TabUnselected {
 cursor: pointer;
 border-top:solid 1px #ccc;
 border-left:solid 1px #ccc;
 border-bottom:solid 1px #ccc;
 -moz-border-radius-topleft: 7px;
 -moz-border-radius-bottomleft: 7px;
 background: #eeeeee;
 padding: 2px;
 position: relative;
 text-align: left;
 margin-bottom:2px;
 font-size:11px;
color:#999999;
}

.SIMPLE_LEFT_TabStrip .SIMPLE_LEFT_TabMouseover {
 border-top:solid 1px #ccc;
 border-left:solid 1px #ccc;
 border-bottom:solid 1px #ccc;
 background: gainsboro;
 -moz-border-radius-topleft: 7px;
 -moz-border-radius-bottomleft: 7px;
}





/* ---------- TABLE FAQ -------------- */
.tabl_FAQ {
border: solid 2px #1C4299;
font-size:11px;
}
.titre_gris {
background-color: #e0e0e0;
padding-left:2px;
}

#dnn_dnnCOPYRIGHT_lblCopyright {
color:white;
font-family:arial;
font-weight:normal;
font-size:10px;
}




















