/* CSS Document */
*{
padding:0px;
margin:0px;
}
html,body{
height:100%;
text-align: center;
}
.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
	 background-color: #F6F2E9;	
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid; 
}/*
.SkinObject {
	 margin-top:11px;
	 font-family: verdana;
}
A.SkinObject:link {
    text-decoration:    none;
    margin-top:11px;
	 font-family: verdana;
}

A.SkinObject:visited  {
   text-decoration:    none;
    margin-top:11px;
	 font-family: verdana;
}

A.SkinObject:active   {
   text-decoration:    none;
    margin-top:11px;
	 font-family: verdana;
}

A.SkinObject:hover    {
    text-decoration:    none;
    margin-top:11px;
	 font-family: verdana;
}*/
/*-------------------------------------------------------------------------------------------------*/
/* style for module titles */

.Head   {
   font-family: verdana;
	 background-color: transparent;
}

/* style of item titles on edit and admin pages */
.SubHead    {/* style pour les TITRES des MODULES */
    font-family: verdana;
    font-size:  11px;
    font-weight:    bold;
	 color: #37585d;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family:  verdana;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}


.Normal,.NormalDisabled/* text pour le textes DES MODULES */
{
   font-family: verdana;
	color:#494949;
	font-size:11px;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
   color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold /* par example les nom du module event */
{
    font-family: verdana;
	color:#494949;
	font-size:11px;
    font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
    font-family: verdana;
	font-size:11px;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox/* couleur de fond des FORMULAIRS, menu SELECT*/
{
     font-family: verdana;
	color:#494949;
	font-size:11px;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
	 background-color: #dcdcdc;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color: #003366;
	 
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the FileManager */

.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family:verdana;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 0px 0px 0px 0px;
}

.FileManager_Item
{
    font-family:verdana;
    font-size: 11px;
    font-weight: normal;
    color: Black;
	  background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
	  
}

.FileManagerTreeNodeSelected 
{
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
	 background-color: #dcdcdc;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
	 
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the Wizard Framework */

.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
	width:650px;
}
.WizardButton
{
	border-right: dimgray 1px solid;
	padding-right: 2px;
	border-top: dimgray 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: dimgray 1px solid;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
	background-color: gainsboro;
}
.WizardHeader
{
	 background: #ffffcc;
	border-bottom: black 1px solid;
	height:40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
	
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: verdana;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family:verdana;
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: verdana;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
	 
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    none;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    none;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    none;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;1
	color: #000000;
	font-family: verdana;
}

/*------------------------------------------------------------------------------------------------------------------------------------*/   
/* GENERIC */

h1{
    font-family:verdana;
	 color:#fd8002;
	 font-size:14px;
    font-weight: bold;
	 margin-bottom:15px;
}

H2  {
    font-family:verdana;
	 color:#494949;
	 font-size:14px;
    font-weight: bold;
	 margin-bottom:15px;
}

H3  {
    font-family:verdana;
	 color:#fd8002;
	 font-size:13px;
    font-weight: bold;
	 margin-bottom:13px;
}

H4  {
    font-family:verdana;
	 color:#494949;
	 font-size:13px;
    font-weight: bold;
	 margin-bottom:10px;
}

H5, DT  {
    font-family:verdana;
	 color:#fd8002;
	 font-size:10px;
    font-weight: bold;
}

H6  {
     font-family:verdana;
	 color:#86cd0a;
	 font-size:12px;
    font-weight: bold;
	 margin-bottom: 7px;
}

TFOOT, THEAD    {
    font-family:verdana;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: verdana;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
   font-family: verdana;
	color:#fd8002;
	font-size:11px;
   text-decoration:    none;
	margin: 0px;
	padding: 0px;
}
A:link.lien{
	font-family: verdana;
	color:#fd8002;
	font-size:11px;
   text-decoration:    none;
	margin: 0px;
	padding: 0px;
}

A:visited   {
   font-family: verdana;
	color:#fd8002;
	font-size:11px;
   text-decoration:    none;
	margin: 0px;
	padding: 0px;
}
A:visited.lien{
	font-family: verdana;
	color:#fd8002;
	font-size:11px;
   text-decoration:    none;
	margin: 0px;
	padding: 0px;
}

A:active    {
   font-family: verdana;
	color:#fd8002;
	font-size:11px;
   text-decoration:    none;
	margin: 0px;
	padding: 0px;
}
A:active.lien{
	font-family: verdana;
	color:#fd8002;
	font-size:11px;
   text-decoration:    none;
	margin: 0px;
	padding: 0px;
}

A:hover {
   font-family: verdana;
	color:#494949;
	font-size:11px;
   text-decoration:    none;
	margin: 0px;
	padding: 0px;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type: disc ;
	 margin-left:15px;
	 text-align: justify;
	 margin-top:5px;
	 margin-bottom: 5px;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
	 
}
/*------------------------------------------------------------------------------------------------------*/
/* Module Title Menu */


.ModuleTitle_MenuContainer {/* style ADMIN , fond couleur des titres des MODULES */
	border-bottom: #666644 0px solid; 
	border-left: #666644 0px solid; 
	border-top: #666644 0px solid; 
	border-right: #666644 0px solid;
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Fuchsia;
	
}

.ModuleTitle_MenuItem {/* style ADMIN, style de titre des MODULES  menus droulant */
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family:verdana; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px dotted; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: #8c9ea1;
}

.ModuleTitle_MenuIcon {/* style ADMIN, fond de couleur derrir des icnes, devant le titre des MODULES (menu deroulant) */
	cursor: pointer; 
	cursor: hand; 
	background-color: #657679;
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
	
}

.ModuleTitle_SubMenu {/* style ADMIN, couleur de fond de menus droulant des MODULES*/
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #94a5a8; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); */
	
}


.ModuleTitle_MenuBreak {/* style ADMIN , ligne de sparation entre les noms de menus des MODULES (menu deroulant) */
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	/*background-color: Fuchsia;*/
	height: 1px;
	
}

.ModuleTitle_MenuItemSel { /* style ADMIN pour le fond des menus des MODULES (menu deroulant) */

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
   
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {/* style ADMIN, (et publique -> espace devant les noms de MENUS ) il affiche aprs le nom des menus des MODULES (menu deroulant) */

	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	
}


/*----------------------------------------------------------------------------------------------------------------------------------------*/
/* LEGACY STYLES from DNN 1-2 */

.HeadBg {
   background-color: #CCCCCC; 
}

.TabBg {
    background-color: black;
}

.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family:verdana;
    text-decoration: none;
	 
}

A.SelectedTab:link {
    text-decoration:    none;
    color: white;
	
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: #eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: verdana;
    text-decoration: none;
}
    
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}
.PagingTable {
    height: 33px;
}

.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration: underline overline;
}

.LabelEditTextClass
{
	border: solid 1px red;
	background-color: transparent;
	}

.LabelEditWorkClass
{
	/*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
	border: solid 0px red;
	background-color: transparent;
}

.contentheading{
  font-size: 14px;
  font-weight: bold;
  color: #a50842;
}
.contentpaneopen{
font-family: verdana;
font-size: 12px;
color: #605848;
}

/*----------------------------------------------------------------------------------------------------------------------------*/
/* autres...divers..., personnalis�  */
#accueil {
background:url(img/rubans.gif) no-repeat center top;
}
#accueil2 {
background:url(img/rubans2.gif) no-repeat center top;
}
div#page{
width: 942px;
text-align: left;
padding-bottom:58px;
/*height:610px;*/
}
div#banner{
/*width:1062px;*/
height: 140px;
margin-bottom: 3px;
padding-top: 228px;
background:url(img/banner.jpg) no-repeat center top;
}
	div#menus{
	margin-left: 90px;
	width: 762px;
	height: 140px;
	overflow: hidden;
	background: url(img/fond_navig.gif) no-repeat;
	}
div#dnn_solutionPane{
width:260px;
float:left;
text-align:left;
}
div#dnn_referencesPane{
width:243px;
float:left;
text-align:left;
}
div#dnn_societePane{
width:259px;
float:right;
text-align:left;
}
dl#solution dt{
width:80px;
height:23px;
background:url(img/menu_solution.gif) left bottom no-repeat;
margin-left:30px;
}
dl#references dt{
width:100px;
height:23px;
background:url(img/menu_references.gif) left bottom no-repeat;
margin-left:17px;
}
dl#societe dt{
width:80px;
height:23px;
background:url(img/menu_societe.gif) left bottom no-repeat;
margin-left:23px;
}
dl#solution dd{
width:210px;
height:20px;
line-height:20px;
margin-left:30px;
background:url(img/flesh_menu_off.gif) no-repeat right center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
dl#references dd{
width:210px;
height:20px;
line-height:20px;
margin-left:17px;
background:url(img/flesh_menu_off.gif) no-repeat right center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
dl#societe dd{
width:210px;
height:20px;
line-height:20px;
margin-left:23px;
background:url(img/flesh_menu_off.gif) no-repeat right center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
dl#solution dd a,
dl#references dd a,
dl#societe dd a{
color:black;
text-decoration: none;
}
dl#solution dd a:link,
dl#solution dd a:visited,
dl#references dd a:link,
dl#references dd a:visited,
dl#societe dd a:link,
dl#societe dd a:visited
{
text-decoration: black;
}
dl#solution dd a:hover,
dl#references dd a:hover,
dl#societe dd a:hover
{
color:#fb8b03;
}
dl#solution dd a.ddActif,
dl#references dd a.ddActif,
dl#societe dd a.ddActif{
	color:#fb8b03;
	font-weight: bold;
}
.clear{
clear:both;
height:0px;
line-height:0px;
font-size:0px;
}
div#footer{
height: 179px;
}
/*div#marginLeft{
width:55px;
float:left;
}*/
div#nouveautes{
width:485px;
height:179px;
float:left;
background:url(img/fond_nouveautes.gif) no-repeat;
}
div#titreNouveaute{
	width: 485px;
	height: 21px;
	background: url(img/titreNouveaute.jpg) left bottom no-repeat;
}
div#dnn_newsPane{
	width: 472px;
	height: 136px;
	overflow: hidden;
	margin: 0px 8px 22px 5px;
	text-align: left;
	/*background-color: Fuchsia;*/
}
div#media{
width:229px;
height:179px;
float:left;
background:url(img/fond_media.gif) no-repeat;
}
div#dnn_mediaPane{
	width:212px;
	height: 136px;
	overflow: hidden;
	margin: 0px 8px 22px 9px;
	text-align: left;
	/*background-color: Aqua;*/
}
div#titreMedia{
	width: 229px;
	height: 21px;
	background: url(img/titreMedia.jpg) left bottom no-repeat;
}
div#mediaLeft{
width:224px;
height:179px;
float:left;
background:url(img/fond_mediaLeft.gif) no-repeat;
}
div#titreMediaLeft{
	width: 224px;
	height: 21px;
	background: url(img/titreMediaLeft.jpg) left bottom no-repeat;
}
div#dnn_mediaLeftPane{
	width:213px;
	height: 136px;
	overflow: hidden;
	margin: 0px 5px 22px 6px;
	text-align: left;
	/*background-color: Fuchsia;*/
}
div#nouveauteRight{
width:490px;
height:179px;
float:left;
background:url(img/fond_nouveautesRight.gif) no-repeat;
}
div#titreNouveauteRight{
	width: 224px;
	height: 21px;
	background: url(img/titreNouveauteRight.jpg) left bottom no-repeat;
}
div#dnn_nouveauteRightPane{
	width:434px;
	height: 136px;
	overflow: hidden;
	margin: 0px 16px 22px 15px;
	text-align: left;
	/*background-color: Fuchsia;*/
}
div#login{
width:228px;
height:179px;
float:left;
background:url(img/fond_login.gif) no-repeat;
}
div#titreLogin{
	width: 228px;
	height: 21px;
   background: url(img/titreLogin.jpg) left bottom no-repeat;
}
div#dnn_loginPane{
	width:220px;
	height: 136px;
	overflow: hidden;
	/*margin: 0px 3px 22px 4px;
	text-align: left;*/
}
div#login2{
width:228px;
height:179px;
float:left;
background:url(img/fond_login2.gif) no-repeat;
}
div#SplashScreen{
	width: 890px;
	height: 232px;
	margin: 0px auto;
	background: url(img/splashScreen.jpg) no-repeat center center;
	padding-top: 68px;
   padding-right:64px;
	padding-bottom: 0px;
	padding-left: 0px;
}
* html div#SplashScreen{
	width: 954px;
	height: 300px;
	margin: 0px auto;
}
* +html div#SplashScreen{
	width: 954px;
	height: 300px;
	margin: 0px auto;
}
div#loginSplash{
width:228px;
height:137px;
float:right;
}
/*style pour le module LOGIN PORTIA ---------------------------------------------------------------------------*/
#formPortia{
text-align: left;
padding-left: 7px;
padding-top:15px;
}
* html #formPortia{
 padding-top:0px;
}
* +html #formPortia{
 padding-top:0px;
}
#formPortia ul {
list-style-type: none;
margin: 0px;
padding: 0px;

}
#formPortia li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 18px;
	height: 18px;
	width: 216px;
	margin-bottom: 5px;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:white;
	background: url(img/inputPortia.gif) no-repeat right center;
	}
#formPortia li.checkbox {
	margin: 0px;
	padding: 0px;
	background:none;
	font-weight:normal;
	color:#000000;
}
#formPortia label {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 105px;
	float: left; }
#formPortia li.checkbox label {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 195px;
	float: right;
	font-size: 10px; }
	/*pour module login: */
#formPortia li input {
	margin: 0px;
	padding: 0px;
	width: 100px;
	line-height: 18px;
	height: 18px;
	color: #7c7c7c;
	border: 0px none;
	background-color: transparent;
	outline: none;
	}
#formPortia li.checkbox input { 
text-align: left;
	margin: 0px;
	padding: 0px;
	width: 15px;
	}
#formPortia p.button {
margin-top: 8px;
width: 194px;
height:19px;
line-height: 19px;
text-align: right;
background: url(img/btnPortia.gif) no-repeat right center;
}
#formPortia p.button input {
   text-align:center;
   width: 74px;
	background: none;
	border: 0px none;
	font-family:verdana;
	font-size:11px;
	height:19px;
   line-height: 19px;
	color:white;
	text-transform:uppercase;
	cursor: pointer;
	}
#formPortia p.message a,
#formPortia p.message a:link,
#formPortia p.message a:hover
{
	font-family:verdana;
	font-size:11px;
	color:white;
	text-decoration:underline;
}
#formPortia p.message a:hover{
	text-decoration:none;
}
#formPortia p.message a:active { outline:none; }
table tbody tr td{
	font-family: verdana;
	color:#494949;
	font-size:11px;
}
/* style pour la page interne : -----------------------------------------------------------------------------*/
#global{
background:url(img/ruban_top.gif) no-repeat center top;
}
#entetePage{
	margin: 0px auto;
	text-align: left;
	width: 944px;
	height: 249px;
	overflow: hidden;
	background: url(img/bannerPage_1.jpg) no-repeat center top;
}
#linkAccueil{
	float: left;
	width: 250px;
	height: 124px;
	cursor: pointer;
}
#loginPage{
	float: right;
	width: 124px;
	height: 30px;
	cursor: pointer;
}

#navigPage{
	margin-left: 90px;
	width: 764px;
	height: 125px;
	overflow: hidden;
	background:url(img/fond_navig_interne.gif) no-repeat;
}
/*
* html #navigPage{
margin-left:50px;
}
* +html #navigPage{
margin-left:50px;
}*/
#multilanguePage{
	width: 944px;
	margin: 0px auto 0px auto;
	text-align: right;
	height:20px;
	line-height:20px;
	overflow:hidden;
}
#multilanguePage * { text-align: right; }
#limitLangue{
	width: 120px;
	/*background-color: Aqua;*/
}
#bottomPage{
	background: url(img/ruban_bottom.gif) no-repeat center bottom;
	padding-bottom: 60px;
}
#site{
	margin:0px auto;
	width: 944px;
	background: url(img/fond_site.gif) repeat-y center top;
}
#contenuPage{
	width: 944px;
	background: url(img/top_content.gif) no-repeat center top ;
}
#bottomCont{
width:944px;
background:url(img/bottom_contenu.gif) no-repeat center bottom;
}
#dnn_ContentPagePane{
	width:909px;
	padding:10px 20px 10px 15px;
	text-align: left;
}
/* style pour le slider : -------------------------------------------------------------------------*/
#slider {
	width: 908px;
	height: 185px;
	overflow: hidden;
	text-align: center;}
* html #slider{ width: 911px;}
#slider div.scrollable {   
	float:left;
	position: relative; 
	overflow: hidden;
	text-align: left;    
	width: 848px;     
	height: 185px;
	background: url(img/fond_slider.gif) repeat-x; } 
#slider div.scrollable div.items {  
	width: 20000em;
	position: absolute; 
	height: 185px;
    }
#slider div.scrollable div.items div {    
	float: left; 
	height: 150px;
	width: 179px;
	padding-left: 16px;
	padding-right: 17px;
	/*
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
    border: 1px solid #333333;
	 */
	text-align: center;
	background: url(img/fond_pict_slider.gif) no-repeat center top;
	} 
	#slider div.scrollable div.items div H5{
		white-space: nowrap;
	}
	#slider div.scrollable div.items img {
		
		margin-top:7px;
		margin-bottom:8px;
		border: 1px solid #f3a03b;
		width: 177px;
		height: 136px;
		overflow: hidden;
	}

#slider div.items div.active { 
	background-color:#fff; }
#slider a.browse {
	display: block;
	width: 29px;
	height: 185px;
	float: left;
	margin: 0px;
	cursor: pointer;
	font-size: 1px;
	background-repeat: no-repeat;
	background-position: center center;
}
#slider a.prevPage {height:185px; overflow: hidden; background-image: url(img/flesh_left.gif); background-position: left top; }
#slider a.nextPage {height:185px; overflow: hidden; background-image: url(img/flesh_right.gif); background-position: left top; }
#slider #prevPage.disabled, #slider #nextPage.disabled {
	background-position: left bottom; cursor: default;
}
#slider a.lienslider{
	color: black;
	text-decoration: none;
	font-size: 10px;
}
/** OVERLAY (Lightbox) **/
div.overlay {
display: none;
text-align:center;
}
div.overlay div.close { 
background: url(img/btnClose.gif) no-repeat center top;
position:absolute; 
right:2px; 
top:2px; 
cursor:pointer; 
height:27px;
width:27px;
}

div.overlay div.texteLightbox{
text-align:center;
color:white;
margin-top: 15px;
}
ul#listeWebsite{
	width: 910px;
	padding: 0px;
}
ul#listeWebsite li{
	float:left;
	height: 163px;
	text-align: center;
	width: 220px;
	padding:0px 2px 11px 2px;
	margin: 0px;
	overflow: hidden;
}
div#loginForm{
 BACKGROUND-COLOR: #FFFFFF;
}
#loginForm #login2 {
	float:left;
}
div#dnn_loginContactPane{
	/*float: right;*/
}
/** Forget Password**/
#forgetPassFrame {
	width: 580px;
	height: 190px;
	background-color: white;
	border: 2px solid black;
   overflow: hidden;
}
/* texte en rouge au cas d'erreur de connexion par le modul login portia*/
#errorLabel{
	color: red;	
	font-weight: bold;
}


