/******************************************************************************
* cmStyle.css
******************************************************************************/

body, html
{
    width: 100%;
}

body
{
    background-color: #1c1c1c;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;    
    font-family: Arial, Helvetica, sans-serif;    
    color: #000000;
    font-size: 12px;
    line-height: 15px;
    font-family: Arial,Sans-Serif;
    
}

h2, h2.bsLevel0, h3.bsLevel0, h4.bsLevel0
{
    font-size: 24px;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    color:#005c9f;
    clear:both;
}

h3, h2.bsLevel1, h3.bsLevel1, h4.bsLevel1
{
    font-size: 21px;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-weight:normal;
    color:#707070;
}

h4, h4.bsLevel2, h3.bsLevel2, h2.bsLevel2
{
    font-size: 13px;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    color: #000000;
}

a
{
    color: #000000;
    font-weight:bold;
    text-decoration: underline;
}

a:hover
{
    color: #000000;
    font-weight:bold;
    text-decoration: none;
}

.cmBold
{
    font-weight: bold;
}

.cmClearBoth
{
    clear: both;
}

.cmClearLeft
{
    clear: left;
}

.cmClearRight
{
    clear: right;
}

.cmClearNone
{
    clear: none;
}

.cmFloatLeft
{
    float: left;
}

.cmFloatRight
{
    float: right;
}

.cmFloatNone
{
    float: none;
}

input, textarea, select
{
    font-family: Arial,Sans-Serif;
}

/* Legende */

.legend {
	font-size:10px;
	color:#666;
}

/* Page */

.cmPage
{
    width: 997px;
    padding: 0px;
    margin: 0px auto 0px auto;
    position:relative;
}

/* Tools */

.cmPage .cmTools
{
    width: 997px;
    height: 32px;
}

.cmPage .cmTools .cmToolsBottom
{
    height: 4px;
    background-image: url(../iso_icons/outils_bas.png);
    background-repeat: no-repeat;
    background-position: bottom;
    margin-top: 0px;
    margin-right: 4px;
    margin-bottom: 0px;
    margin-left: 4px;
    clear:both;
}

.cmPage .cmTools .cmToolsLeft
{
    width: 4px;
    height: 28px;
    background-image: url(../iso_icons/outils_gauche.png);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
}

.cmPage .cmTools .cmToolsRight
{
    width: 4px;
    height: 28px;
    background-image: url(../iso_icons/outils_droite.png);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
}

.cmPage .cmTools .cmToolsLeft2
{
    background-image: url(../iso_icons/dynoutils_gauche2.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0px 0px 0px 0px;
    float:left;
    width:989px;
}

.cmPage .cmTools .cmToolsRight2
{
    background-image: url(../iso_icons/dynoutils_droite2.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding:0px 2px 0px 2px;
}

.cmPage .cmTools .cmToolsContent
{
    height: 28px;
    background-image: url(../iso_icons/dynoutils_centre.png);
    background-repeat: repeat-x;
    background-position: top;
}

.cmPage .cmTools .cmAddThis
{
    float: right;
    margin-top: 5px;
    margin-right: 20px;
}

/* Zone de recherche */

.cmSearch
{
	background-position: left top;
	float: left;
	margin: 3px 0px 0px 75px;
	background-image: url('../iso_icons/dynrecherche_picto.png');
	background-repeat: no-repeat;
	padding-left:26px;
}

.cmSearch label.cmLabel
{
}

.cmSearch div.cmInput
{
	background-position: left top;
	float: left;
	background-image: url('../iso_icons/dynrecherche_fond.png');
	background-repeat: no-repeat;
	margin: 1px 0px 0px 0px;
}

.cmSearch input.cmInput
{
	background-color: transparent;
	border: none;
	font-size: 11px;
	color: #ffffff;
	padding:3px 7px 0px 7px;
	margin:0px;
	float:left;
	width: 154px;
	height:19px;
	display:block;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}

.cmSearch div.cmBtn
{
	background-image: url('../iso_icons/dynbtn_ok.png');
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px;
	float:left;
	cursor:pointer;
	margin-left:2px;
    width: 26px;
}

.cmSearch input.cmBtn
{
    background-color: Transparent;
    color: #ffffff;
    border: none;
    margin: 0px;
    padding: 4px 0px 3px 4px;
    cursor: pointer;
    float: left;
    font-size: 10px;
    font-weight: normal;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}

/* Authentification */

.cmAuthentication
{
    float: left;
    margin: 3px 0px 0px 3px;
    width:332px;
}

.cmAuthentication .usrNoAuthenticated
{

}

.cmAuthentication .usrAuthenticated
{
	background-position: left top;
	background-image: url('../iso_icons/dynfond_identifiant_ok.png');
	background-repeat: no-repeat;
	width:261px;
	height: 22px;
	overflow:hidden;
}

.cmAuthentication form
{
}

.cmAuthentication p
{
    padding: 0px;
    margin: 0px;
}

.cmAuthentication label
{
    display: none;
}

.cmAuthentication input
{
	background-color: transparent;
	border: none;
	font-size: 11px;
	color: #ffffff;
	padding:0px;
	margin:0px;
	display:block;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}

.cmAuthentication p.login
{
	background-position: left top;
	float: left;
	width: 114px;
	height: 22px;
	background-image: url('../iso_icons/dynfond_identifiant.png');
	background-repeat: no-repeat;
	background-color: transparent;
	text-align: left;
}

.cmAuthentication p.login input:first-child 
{
    display:none;
}

.cmAuthentication p.login input
{
	padding:4px 7px 3px 7px;
	width:100px;
}

.cmAuthentication p.pwd
{
	background-position: left top;
	float: left;
	width: 114px;
	height: 22px;
	background-image: url('../iso_icons/dynfond_password.png');
	background-repeat: no-repeat;
	background-color: transparent;
	margin-left: 6px;
	text-align: left;
}

.cmAuthentication p.pwd input
{
	padding:4px 7px 3px 7px;
	width:100px;
}

.cmAuthentication p.button
{
	background-image: url('../iso_icons/dynbtn_ok.png');
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px;
	float:left;
	cursor:pointer;
	margin:0px 0px 0px 2px;
    width: 26px;
}

.cmAuthentication p.button input
{
    background-color: Transparent;
    background-image:none;
    color: #ffffff;
    border: none;
    margin: 0px;
    padding: 4px 0px 3px 4px;
    cursor: pointer;
    float: left;
    font-size: 10px;
    font-weight: normal;
    width: 22px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}

.cmAuthentication p.text
{
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
    color:#ffffff;
    float:left;
    padding:4px 0px 0px 5px;
}

.cmAuthentication .links
{
    padding: 0px 0px 0px;
    float:left;
}

.cmAuthentication p.lostPwd
{
    display:none;
}

.cmAuthentication p.newUser
{
	padding: 0px 0px 0px 5px;
	float: left;
	margin: 0px 0px 0px 0px;
}

.cmAuthentication p.newUser a
{
	height: 22px;
	width: 65px;
	display:block;
	background-image: url(../iso_icons/dynbtn_sinscrire.png);
	background-repeat: no-repeat;
	background-position:left top;
	cursor:pointer;
}

.cmAuthentication p.logout
{
	padding: 0px;
	float: right;
	margin: 4px 10px 0px 0px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}

.cmAuthentication p.logout a
{
	display:block;
	color:#ffffff;
    text-decoration:underline;
}

.cmAuthentication p.logout a:hover
{
    text-decoration:none;
}



/* Raccourcis header */

ul.cmShortcutHeader
{
    height: 24px;
    float: right;
    margin: 1px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
}

ul.cmShortcutHeader li
{
    padding: 0px;
    margin: 0px 0px 0px 0px;
    display: block;
    float: left;
    list-style-type: none;
}

ul.cmShortcutHeader a, ul.cmShortcutHeader a:link, ul.cmShortcutHeader a:active, ul.cmShortcutHeader a:visited
{
}

ul.cmShortcutHeader a:hover
{
}

/* Langue */

ul.cmLang
{
    padding: 0px;
    margin: 5px 0px 0px 20px;
    list-style-type: none;
    float: right;
}

ul.cmLang li
{
    padding: 0px 0px 0px 0px;
    margin: 0px 4px 0px 0px;
    list-style-type: none;
    float: left;
}

ul.cmLang li a, ul.cmLang li a:link, ul.cmLang li a:active, ul.cmLang li a:visited
{
    display: block;
    text-decoration: none;
}

ul.cmLang li a:hover
{
}


/* Haut de page */

.cmHeader
{
    height: 134px;
}

/* Logo */

.cmHeader h1.cmLogo
{
    padding: 0px;
    float: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 6px;
    cursor:pointer;
}


.cmHeader h1.cmLogo a
{
    height: 82px;
    width: 452px;
    display: block;
    
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0px;
    margin: 0px;
    cursor:pointer;
}

.cmHeader .cmLogoMancheFr
{
    padding: 0px;
    margin-top: 5px;
    margin-left: 5px;
    float: right;
}

.cmHeader .cmLogoMancheFr a
{
    display: block;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0px;
    margin: 0px;
    cursor:pointer;
}

/* Milieu */

.cmMiddleTop
{
    background-image: url(../iso_icons/contenu_haut.png);
    height: 5px;
    background-repeat: no-repeat;
    background-position: center top;
}

.cmMiddleBottom
{
    background-image: url(../iso_icons/contenu_bas.png);
    height: 8px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.cmMiddleLeft
{
    background-image: url(../iso_icons/contenu_gauche.png);
    background-repeat: repeat-y;
    background-position: left;
    overflow: hidden;
    width: 997px;
}

.cmMiddleRight
{
    background-image: url(../iso_icons/contenu_droit.png);
    background-repeat: repeat-y;
    background-position: right;
    overflow: hidden;
}

.cmMiddle
{
    background-color: #f8f8f8;
    margin-right: 3px;
    margin-left: 4px;
    overflow:hidden;
}

/****************************** Menu Haut jQuery *********************************/

/*Initialisation*/


ul.cmMenuBar ul
{
    position:absolute;
    width:400px;
    z-index:100000;
    visibility:hidden;
}

ul.cmMenuBar ul ul
{
    position:relative;

}

/* Menu design */

/* N1 */


ul.cmMenuBar 
{
    padding: 0px;
    list-style: none;
    margin:0px 0px 22px 1px ;
    border:none;
    background: #CCCCCC;
    float: left;
    width: 988px;
}

ul.cmMenuBar li
{
    padding: 0px;
    list-style: none;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
}

ul.cmMenuBar li a
{
    display: block;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url(../iso_icons/dynongletN1_droit.png);
    padding-right: 15px;
    padding-left: 0px;
}

ul.cmMenuBar li a span
{
    display: block;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../iso_icons/dynongletN1_gauche.png);
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    padding:4px 0px 4px 13px;
    cursor:pointer;
    white-space:nowrap;
}

ul.cmMenuBar li a span.cmMiddleTxt
{
    padding:11px 0px 12px 13px;
} 

ul.cmMenuBar li a:hover, 
ul.cmMenuBar li.cmHover a
{
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url(../iso_icons/dynongletN1_droit_hover.png);
}

ul.cmMenuBar li a:hover span, 
ul.cmMenuBar li.cmHover a span
{
    color: #ff9600;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../iso_icons/dynongletN1_gauche_hover.png);
}

/* N2 */

ul.cmMenuBar ul
{
    padding: 15px 0px 15px 0px;
    margin: 0px;
    float: none;
    background-repeat: repeat;
    background-position: left top;
    background-image: url(../iso_icons/dyncmMenuLeftN2Background.png);

    text-align: left;
    overflow: hidden;
    border-top: solid 1px #ffffff;
}

ul.cmMenuBar ul li
{
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 20px;
    width: 174px;
    border: none;
    background-repeat: repeat-y;
    background-position: right top;
    background-image: url(../iso_icons/dyncmMenuTopN2Separator.png);
    overflow:hidden;
}

ul.cmMenuBar ul li a
{
    padding: 0px 15px 0px 15px;
    white-space: normal;
    color: #ffffff;
    border-right: none;
    line-height: normal;
    height: auto;
    background-repeat: no-repeat;
    background-position: left 6px;
    background-image: url(../iso_icons/dyncmMenuTopN2InsetDot.png);
}

ul.cmMenuBar li.cmHover ul li a
{
    white-space: normal;
    border-right: none;
    background-repeat: no-repeat;
    background-position: left 6px;
    background-image: url(../iso_icons/dyncmMenuTopN2InsetDot.png);
}

ul.cmMenuBar ul li a:hover, 
ul.cmMenuBar li.cmHover ul li a:hover
{
    white-space: normal;
    border-right: none;
    background-repeat: no-repeat;
    background-position: left 6px;
    background-image: url(../iso_icons/dyncmMenuTopN2InsetDot.png);
    color: #ff9600;
}


/* N3 */


ul.cmMenuBar ul ul
{
    padding: 0px;
    margin: 0px;
    width: auto;
    overflow: hidden;
    clear: both;
    border:none;
    background-repeat: repeat-y;
    background-position: right top;
    background-image: url(../iso_icons/dyncmMenuTopN2Separator.png);
}

ul.cmMenuBar ul ul li
{
    padding: 0px;
    margin: 0px 0px 0px 15px;
    clear: both;
    background-image: none;
    width:155px;
}

ul.cmMenuBar ul ul li a
{
    padding: 0px 15px 0px 10px;
    font-size: 11px;
    color: #ffffff;
    font-weight: normal;
    background-position: left 3px;
    background-image: url(../iso_icons/dyncmMenuTopN3InsetDot.png);
}

ul.cmMenuBar li.cmHover ul ul li a
{
    padding: 0px 15px 0px 10px;
    background-position: left 3px;
    background-image: url(../iso_icons/dyncmMenuTopN3InsetDot.png);
}

ul.cmMenuBar li ul ul li a:hover, 
ul.cmMenuBar li.cmHover ul ul li a:hover
{
    padding: 0px 15px 0px 10px;
    color: #ff9600;
    background-position: left 3px;
    background-image: url(../iso_icons/dyncmMenuTopN3InsetDot.png);
    font-weight:normal;
}

/* Menu Cote */

/* N1 */

.cmPage .cmMenuLeft
{
    float: left;
    width: 177px;
    margin-left: 1px;
    margin-top: 28px;
}

.cmPage .cmMenuLeft ul
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    list-style: none;
    overflow: hidden;
}

.cmPage .cmMenuLeft li
{
    list-style: none;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 13px;
    font-weight: bold;
    width: 177px;
    text-align: left;
    margin:0px 0px 1px 0px;
}

.cmPage .cmMenuLeft li a, .cmPage .cmMenuLeft li a:link, .cmPage .cmMenuLeft li a:active, .cmPage .cmMenuLeft li a:visited
{
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../iso_icons/dynongletN2_bas.png);
    line-height: 15px;
    display: block;
    padding-bottom: 2px;
}

.cmPage .cmMenuLeft li a span, .cmPage .cmMenuLeft li a:link span, .cmPage .cmMenuLeft li a:active span, .cmPage .cmMenuLeft li a:visited span
{
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../iso_icons/dynongletN2_haut.png);
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight:bold;
    color: #ffffff;
    font-size: 13px;
    padding-top: 6px;
    padding-bottom: 3px;
    padding-left: 26px;
    padding-right: 8px;
}

.cmPage .cmMenuLeft li a:hover, .cmPage .cmMenuLeft li.cmHover a
{
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../iso_icons/dynongletN2_bas_hover.png);
}

.cmPage .cmMenuLeft li a:hover span, .cmPage .cmMenuLeft li.cmHover a span
{
    color: #ff9600;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../iso_icons/dynongletN2_haut_hover.png);
}

/* N2 */

.cmPage .cmMenuLeft .cmMenuLeftN2
{
    float:left;
    background-repeat: repeat;
    background-position: left top;
    background-image: url(../iso_icons/dyncmMenuLeftN2Background.png);	
	width:177px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;	
}

.cmPage .cmMenuLeft ul ul
{
	margin: 0px;
	list-style: none;
}

.cmPage .cmMenuLeft li ul li
{
    list-style: none;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	width:177px;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.cmPage .cmMenuLeft li ul li a, .cmPage .cmMenuLeft li ul li a:link, .cmPage .cmMenuLeft li ul li a:active, .cmPage .cmMenuLeft li ul li a:visited
{
    background-image:url(../iso_icons/dyncmMenuTopN3InsetDot.png); 
    background-repeat: no-repeat;
	background-position: 12px 3px;
	text-decoration: none;
	padding-left: 26px;
	padding-right:10px;
	color:#ffffff;
}

.cmPage .cmMenuLeft li ul li a:hover, 
.cmPage .cmMenuLeft li.cmHover ul li.cmHover a
{
	background-image: url(../iso_icons/N3_fond_hover.png);
	color:#ffffff;
	background-repeat: repeat-y;
	background-position: center center;
}

/* Menu autre */

.cmAccesMancheFr
{
    margin-top: 16px;
    margin-left: 6px;
    float: left;
}

.cmAccesMancheFr a
{
    width: 163px;
    height: 37px;
    background-image: url( '../iso_icons/acces_manche_fr.png' );
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
}

.cmGoogleTraduction
{
    text-align:center;
}

/* Barre d'ancetre - Fil d'ariane */

.cmPage .cmAncestor
{
    padding: 0px;
    float: left;
    margin: 0px 0px 5px 0px;
    clear:both;
}

.cmPage .cmAncestor ul
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.cmPage .cmAncestor ul li
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #707070;
    list-style-type: none;
    text-align: left;
    float: left;
}

.cmPage .cmAncestor ul li a, .cmPage .cmAncestor ul li a:link, .cmPage .cmAncestor ul li a:active, .cmPage .cmAncestor ul li a:visited
{
    color: #707070;
    text-decoration: underline;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

.cmPage .cmAncestor ul li a:hover
{
    color: #000000;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

/* Contenu */

.cmContentBlock
{
    float: right;
}

.cmCenter
{

}

.cmCenter .cmContent
{
    float: left;
    width: 100%;
}

.cmCenter .cmContent .cmPaneCenter
{
}

.cmCenter .cmContent .cmPaneCenter .cmPaneCenterPadding
{
    padding-right: 10px;
}

.cmCenter .cmPaneLeft
{
    float: left;
}

.cmCenter .cmPaneLeft .cmPaneLeftPadding
{
    padding-right: 30px;
}


.cmCenter .cmPaneRight
{
    float: left;
}

.cmCenter .cmPaneRight .cmPaneRightPadding
{
    padding-left: 20px;
    padding-right: 10px;
}


/* Footer */

.cmFooter
{
	width: 990px;
	margin: 0px 0px 0px 4px;
	overflow:hidden;
}

.cmFooterTop {
	background-image: url(../iso_icons/dynfooter_haut.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 4px;
	width: 990px;	
}

.cmFooterBottom {
	background-image: url(../iso_icons/dynfooter_bas.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 3px;
	width: 990px;	
}

.cmFooterContent {
	background-image: url(../iso_icons/dynfooter_centre.png);
	background-repeat: repeat-x;
	padding-right: 12px;
	padding-left: 16px;
	overflow:hidden;
	padding-bottom: 10px;
}

.cmFooterTitre {
	background-image: url(../iso_icons/dyntitre_nos_sites.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 5px;
	height: 27px;
	width: 962px;
}

.cmFooterSeparateur1 {
	background-image: url(../iso_icons/dynfooter_separateur.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: 110px;
	width: 3px;
	margin-right: 15px;
}

.cmFooterSeparateur2 {
	background-image: url(../iso_icons/dynfooter_separateur.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: 110px;
	width: 3px;
	margin-left: 15px;
}

/* Logo bas */

.cmFooterManche {
	float: right;
	background-image: url(../iso_icons/dynfooter_manche.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.cmFooterManche a  
{
    padding-top:100px;
	display:block;
    height:12px;
    width: 230px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
    position:relative;
    text-align:center;
}

.cmFooterManche a:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ff9600;
	text-decoration: none;
}

.cmFooterMancheTxtGras {
	font-weight: bold;
}

/* Liste bas */

.cmFluxFooter {
	margin:0px 0px 0px 0px;
	float: left;
	padding: 0px;
	color:#FFFFFF;
}

ul.cmFooterList {
	list-style-type: none;
	margin:0px;
	padding: 0px;
}

ul.cmFooterList li {
	padding-left: 26px;
	overflow:hidden;
}

ul.cmFooterList li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	list-style-type: none;
	padding:0px 0px 0px 26px;
	margin:0px;
	text-align: left;
	line-height: 14px;
	display: block;
    width:130px;
    float:left;
    clear:both;
	background-image: url(../iso_icons/dynpuce_footer.png);
	background-repeat: no-repeat;
	background-position: left top;
}

ul.cmFooterList li a:hover {
	color: #ff9600;
	text-decoration: none;
	list-style-type: none;
	padding:0px 0px 0px 26px;
	margin:0px;
	text-align: left;
	background-image: url(../iso_icons/dynpuce_footer_hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/* Raccourcis bas */


.cmFooter ul.cmShortcutBottom
{
    padding: 0px;
    float: right;
    list-style-type: none;
	margin-top: 7px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.cmFooter ul.cmShortcutBottom li
{
	line-height: 17px;
}

.cmFooter ul.cmShortcutBottom li a, .cmFooter ul.cmShortcutBottom li a:link, .cmFooter ul.cmShortcutBottom li a:active, .cmFooter ul.cmShortcutBottom li a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
	list-style-type: none;
	padding:0px;
	margin:0px;
	text-align: left;
	display: block;
	text-align: right;
    position:relative;
    width:150px;
}

.cmFooter ul.cmShortcutBottom li a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ff9600;
	text-decoration: none;
	list-style-type: none;
	padding:0px;
	margin:0px;
	text-align: right;
}

/* Logo Bas */

.cmFooterLogo 
{
    overflow:hidden;
    padding:1px 35px 0px 35px;
    margin:10px 0px 20px 0px;
	background-image: url(../iso_icons/footer_logo_fond.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Cadre */
/********* cadre 1 *********/

.cmInset1
{
    overflow: hidden;
    border:#d3d3d3 1px solid;
    padding:13px 18px 14px 18px;
}

.cmInset1 h3.insTitle-text
{
    margin: 0px;
    display: block;
}

.cmInset1 h3.insTitle-text span
{
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #005c9f;
    margin:0px 0px 9px;
}

.cmInset1 h3 a, 
.cmInset1 h3 a:link, 
.cmInset1 h3 a:active, 
.cmInset1 h3 a:visited
{
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #005c9f;
    margin:0px 0px 9px;
    text-decoration:none;
}

.cmInset1 h3 a:hover
{
    text-decoration:underline;
}

.cmInset1 .insContent
{

}

/********* cadre 2 *********/

.cmInset2
{
	margin:0px;
	padding: 0px;
    overflow: hidden;
}

.cmInset2 .insLevel1
{
	margin:0px;
	padding: 0px;
}

.cmInset2 h3.insTitle-text
{
	background-image: url('../iso_icons/cadre2_fond_titre.png');
	background-repeat: repeat-x;
	background-position:left center ;
	margin:0px;

}

.cmInset2 h3.insTitle-text span
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;	
	padding:5px 10px 5px 10px;
	display:block;
}

.cmInset2 h3 a, .cmInset2 h3 a:link, .cmInset2 h3 a:active, .cmInset2 h3 a:visited
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	display:block;
}

.cmInset2 h3 a:hover
{
	text-decoration:underline;
}

.cmInset2 h3.insTitle-img
{
	background-image: url('../iso_icons/cadre2_fond_titre.png');
	background-repeat: repeat-x;
	background-position:left center ;
	margin:0px;

}

.cmInset2 h3.insTitle-img a, 
.cmInset2 h3.insTitle-img a:link,
.cmInset2 h3.insTitle-img a:active, 
.cmInset2 h3.insTitle-img a:visited,
.cmInset2 h3.insTitle-img a:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	display:block;
}

.cmInset2 .insContent
{
	padding: 2px;
	overflow: hidden;
	background-color: #ffffff;
	font-size: 11px;
	color: #707070;
	text-align: left;	
	border:solid 1px #dcdcdc
}

.cmInset2 .insContent a
{
	color: #3193de;
}


/********* cadre 3 *********/

.cmInset3
{
	margin:0px;
	padding: 0px;
    overflow: hidden;
}

.cmInset3 .insLevel1
{
	margin:0px;
	padding: 0px;
}

.cmInset3 h3.insTitle-text
{
	background-image: url('../iso_icons/cadre3_fond_titre.png');
	background-repeat: repeat-x;
	background-position: left center;
	margin:0px;

}

.cmInset3 h3.insTitle-text span
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;	
	padding:5px 10px 5px 10px;
	display:block;
}

.cmInset3 h3 a, .cmInset3 h3 a:link, .cmInset3 h3 a:active, .cmInset3 h3 a:visited
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	display:block;
}

.cmInset3 h3 a:hover
{
	text-decoration:underline;
}

.cmInset3 h3.insTitle-img
{
	background-image: url('../iso_icons/cadre3_fond_titre.png');
	background-repeat: repeat-x;
	background-position:left center ;
	margin:0px;

}

.cmInset3 h3.insTitle-img a, 
.cmInset3 h3.insTitle-img a:link,
.cmInset3 h3.insTitle-img a:active, 
.cmInset3 h3.insTitle-img a:visited,
.cmInset3 h3.insTitle-img a:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	display:block;
}

.cmInset3 .insContent
{
	padding: 2px;
	overflow: hidden;
	background-color: #ffffff;
	font-size: 11px;
	color: #707070;
	text-align: left;	
	border:solid 1px #dcdcdc
}

.cmInset3 .insContent a
{
	color: #707070;
}

/********* cadre 4 *********/

.cmInset4
{
	margin:0px;
	padding: 0px;
    overflow: hidden;
}

.cmInset4 .insLevel1
{
	margin:0px;
	padding: 0px;
}

.cmInset4 h3.insTitle-text
{
	background-image: url('../iso_icons/cadre4_fond_titre.png');
	background-repeat: repeat-x;
	background-position: left center;
	margin:0px;

}

.cmInset4 h3.insTitle-text span
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;	
	padding:5px 10px 5px 10px;
	display:block;
}

.cmInset4 h3 a, 
.cmInset4 h3 a:link, 
.cmInset4 h3 a:active, 
.cmInset4 h3 a:visited
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	display:block;
}

.cmInset4 h3 a:hover
{
	text-decoration:underline;
}

.cmInset4 h3.insTitle-img
{
	background-image: url('../iso_icons/cadre4_fond_titre.png');
	background-repeat: repeat-x;
	background-position:left center ;
	margin:0px;

}

.cmInset4 h3.insTitle-img a, 
.cmInset4 h3.insTitle-img a:link,
.cmInset4 h3.insTitle-img a:active, 
.cmInset4 h3.insTitle-img a:visited,
.cmInset4 h3.insTitle-img a:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	display:block;
}

.cmInset4 .insContent
{
	padding: 2px;
	overflow: hidden;
	background-color: #ffffff;
	font-size: 11px;
	color: #707070;
	text-align: left;	
	border:solid 1px #dcdcdc
}

.cmInset4 .insContent a
{
	color: #ff9a00;
}

/********* cadre 5 *********/

.cmInset5
{
	margin:0px;
	padding: 0px;
    overflow: hidden;
}

.cmInset5 .insLevel1
{
	margin:0px;
	padding: 0px;
}

.cmInset5 h3.insTitle-text
{
	background-image: url('../iso_icons/cadre5_fond_titre.png');
	background-repeat: repeat-x;
	background-position: left center;
	margin:0px;

}

.cmInset5 h3.insTitle-text span
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;	
	padding:5px 10px 5px 10px;
	display:block;
}

.cmInset5 h3 a, 
.cmInset5 h3 a:link, 
.cmInset5 h3 a:active, 
.cmInset5 h3 a:visited
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	display:block;
}

.cmInset5 h3 a:hover
{
	text-decoration:underline;
}

.cmInset5 h3.insTitle-img
{
	background-image: url('../iso_icons/cadre5_fond_titre.png');
	background-repeat: repeat-x;
	background-position:left center ;
	margin:0px;

}

.cmInset5 h3.insTitle-img a, 
.cmInset5 h3.insTitle-img a:link,
.cmInset5 h3.insTitle-img a:active, 
.cmInset5 h3.insTitle-img a:visited,
.cmInset5 h3.insTitle-img a:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	display:block;
}

.cmInset5 .insContent
{
	padding: 2px;
	overflow: hidden;
	background-color: #ffffff;
	font-size: 11px;
	color: #707070;
	text-align: left;	
	border:solid 1px #dcdcdc
}

.cmInset5 .insContent a
{
	color: #ea1416;
}

/********* cadre 6 *********/

.cmInset6
{
	margin:0px;
	padding: 0px;
    overflow: hidden;
}

.cmInset6 .insLevel1
{
	margin:0px;
	padding: 0px;
}

.cmInset6 h3.insTitle-text
{
	background-image: url('../iso_icons/cadre6_fond_titre.png');
	background-repeat: repeat-x;
	background-position: left center;
	margin:0px;

}

.cmInset6 h3.insTitle-text span
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;	
	padding:5px 10px 5px 10px;
	display:block;
}

.cmInset6 h3 a, 
.cmInset6 h3 a:link, 
.cmInset6 h3 a:active, 
.cmInset6 h3 a:visited
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	display:block;
}

.cmInset6 h3 a:hover
{
	text-decoration:underline;
}

.cmInset6 h3.insTitle-img
{
	background-image: url('../iso_icons/cadre6_fond_titre.png');
	background-repeat: repeat-x;
	background-position:left center ;
	margin:0px;

}

.cmInset6 h3.insTitle-img a, 
.cmInset6 h3.insTitle-img a:link,
.cmInset6 h3.insTitle-img a:active, 
.cmInset6 h3.insTitle-img a:visited,
.cmInset6 h3.insTitle-img a:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	display:block;
}

.cmInset6 .insContent
{
	padding: 2px;
	overflow: hidden;
	background-color: #ffffff;
	font-size: 11px;
	color: #707070;
	text-align: left;	
	border:solid 1px #dcdcdc
}

.cmInset6 .insContent a
{
	color: #0fc5d0;
}

/********* cadre 6 *********/

.cmInset7
{
	margin:0px;
	padding: 0px;
    overflow: hidden;
}

.cmInset7 .insLevel1
{
	margin:0px;
	padding: 0px;
}

.cmInset7 h3.insTitle-text
{
	background-image: url('../iso_icons/cadre7_fond_titre.png');
	background-repeat: repeat-x;
	background-position: left center;
	margin:0px;

}

.cmInset7 h3.insTitle-text span
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;	
	padding:5px 10px 5px 10px;
	display:block;
}

.cmInset7 h3 a, 
.cmInset7 h3 a:link, 
.cmInset7 h3 a:active, 
.cmInset7 h3 a:visited
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	display:block;
}

.cmInset7 h3 a:hover
{
	text-decoration:underline;
}

.cmInset7 h3.insTitle-img
{
	background-image: url('../iso_icons/cadre7_fond_titre.png');
	background-repeat: repeat-x;
	background-position:left center ;
	margin:0px;

}

.cmInset7 h3.insTitle-img a, 
.cmInset7 h3.insTitle-img a:link,
.cmInset7 h3.insTitle-img a:active, 
.cmInset7 h3.insTitle-img a:visited,
.cmInset7 h3.insTitle-img a:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	display:block;
}

.cmInset7 .insContent
{
	padding: 2px;
	overflow: hidden;
	background-color: #ffffff;
	font-size: 11px;
	color: #707070;
	text-align: left;	
	border:solid 1px #dcdcdc
}

.cmInset7 .insContent a
{
	color: #78d502;
}

/********* cadre 8 *********/

.cmInset8
{
	margin:0px;
	padding: 0px;
    overflow: hidden;
}

.cmInset8 .insLevel1
{
	margin:0px;
	padding: 0px;
}

.cmInset8 h3.insTitle-text
{
	background-image: url('../iso_icons/cadre2_fond_titre.png');
	background-repeat: repeat-x;
	background-position:left center ;
	margin:0px;

}

.cmInset8 h3.insTitle-text span
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;	
	padding:5px 10px 5px 10px;
	display:block;
}

.cmInset8 h3 a, .cmInset8 h3 a:link, .cmInset8 h3 a:active, .cmInset8 h3 a:visited
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	display:block;
}

.cmInset8 h3 a:hover
{
	text-decoration:underline;
}

.cmInset8 h3.insTitle-img
{
	background-image: url('../iso_icons/cadre2_fond_titre.png');
	background-repeat: repeat-x;
	background-position:left center ;
	margin:0px;

}

.cmInset8 h3.insTitle-img a, 
.cmInset8 h3.insTitle-img a:link,
.cmInset8 h3.insTitle-img a:active, 
.cmInset8 h3.insTitle-img a:visited,
.cmInset8 h3.insTitle-img a:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	display:block;
}

.cmInset8 .insContent
{
	padding: 2px;
	overflow: hidden;
	background-color: #dcdcdc;
	font-size: 11px;
	color: #707070;
	text-align: left;	
	border:solid 1px #dcdcdc
}

.cmInset8 .insContent a
{
	color: #3193de;
}



/* Bouton */

p.sdsButton
{
    padding: 0px;
    margin: 0px;
}

span.cmLinkSmallColor
{
}

span.cmLinkSmallColor a.cmLinkSmallColor, span.cmLinkSmallColor a.cmLinkSmallColor:link, span.cmLinkSmallColor a.cmLinkSmallColor:active, span.cmLinkSmallColor a.cmLinkSmallColor:visited
{
    font-size: 10px;
    text-decoration: underline;
}

span.cmLinkSmallColor a.cmLinkSmallColor:hover
{
    text-decoration: none;
}

span.cmLinkSmallColorLine
{
    display: block;
    background-image: url(../iso_icons/cmPxlGrey.png);
    background-repeat: repeat-x;
    background-position: left center;
}

span.cmLinkSmallColorLine a.cmLinkSmallColorLine, span.cmLinkSmallColorLine a.cmLinkSmallColorLine:link, span.cmLinkSmallColorLine a.cmLinkSmallColorLine:active, span.cmLinkSmallColorLine a.cmLinkSmallColorLine:visited
{
    background-color: #ffffff;
    font-size: 10px;
    text-decoration: underline;
    padding-right: 6px;
}

span.cmLinkSmallColorLine a.cmLinkSmallColorLine:hover
{
    text-decoration: none;
}

/* Drag and Drop */

div.poiDragLI
{
    overflow:hidden;
    margin-bottom:-22px;
    float:right;
    position:relative;
    padding:0px 3px 0px 0px;
}

div.poiDragLI a,
div.poiDragLI input
{
	display: block;
    background-repeat: no-repeat;
    background-position: left top;
    width:17px;
    height:18px;
    border:none;
    margin:4px 0px 0px 2px;
    position:relative;
    float:left;
}

div.poiDragLI .dragBtnMoins
{
    background-image: url('../iso_icons/cmIcnDragMinus.png');
}

div.poiDragLI .dragBtnPlus 
{
    background-image: url('../iso_icons/cmIcnDragPlus.png');
}

div.poiDragLI .dragBtnMove 
{
    background-image: url('../iso_icons/cmIcnDragMove.png');
}

.cmdgdp
{
	background-image: url('../iso_icons/cadre2_fond_cote.png');
	background-repeat: no-repeat;
	background-position: left bottom;
    overflow: hidden;
    border:none;
	border-bottom: solid 3px #eeeeee;
}

.cmdgdp .cmdgdpInsLevel1
{
	background-image: url('../iso_icons/cadre2_fond_cote.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	margin:0px;
	padding: 0px;
}

.cmdgdp h3.cmdgdpTitle
{
	background-image: url('../iso_icons/cadre3_fond_titre.png');
	background-repeat: repeat-x;
	background-position: left center;
	margin:0px;
	padding:0px;
	overflow:hidden;
	height:25px;
}

.cmdgdp h3.cmdgdpTitle span
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;	
	margin:0px;
	padding:5px 10px 5px 10px;
	display:block;
	overflow:hidden;
	width:50%;
}

.cmdgdp .cmdgdpContent
{
	padding: 9px 9px 9px 9px;
	overflow: hidden;
	background-color: #FFFFFF;
	margin-right: 3px;
	margin-left: 3px;
	font-size: 11px;
	color: #707070;
	text-align: left;
}

.cmdgdp .cmdgdpContent input.cmInput
{
    border:solid 1px #cccccc;
    width:80%;
    float:left;
    color: #777777;
}


.cmdgdp .cmdgdpContent .cmdgdpSubmit
{
    background-color:Transparent;
    border:none;
}

.cmdgdp .cmdgdpContent input.cmdgdpSubmit
{
    color: #777777;
    padding-top:3px;
}

.cmdgdp .cmdgdpListContent 
{
    background-image:none;
    border-top:dotted 1px #777777;
}

.cmdgdp .cmdgdpContent H4
{
    color: #777777;
    font-size:11px;
}

.cmdgdp .cmdgdpContent li a.cmdgdpBtnDelete
{
    width:13px;
    height:16px;
}

.cmdgdp .cmdgdpContent li a
{
    color: #777777;
    font-weight:normal;
}
.yui-skin-sam .cmdgdp .bd
{
    padding: 0px;
    background-color:white;
}

.yui-skin-sam .cmdgdp .ft 
{
		background-color:white;
}
.cmdgdp .cmdgdpContent
{
		margin:0px;
}
.cmdgdp h3 span {
float:left;
}
.cmdgdp h3 a.cmdgdpLnkClose {
color:#FFFFFF;
cursor:pointer;
display:block;
float:right;
text-decoration:none;
text-transform:uppercase;
}

div.poiDragLI input.dragBtnMoins,
div.poiDragLI input.dragBtnPlus
{
	cursor:pointer;
}

/* Favoris */

.cmfav
{
	background-image: url('../iso_icons/cadre2_fond_cote.png');
	background-repeat: no-repeat;
	background-position: left bottom;
    overflow: hidden;
    border:none;
	border-bottom: solid 3px #eeeeee;
}

.cmfav .cmfavInsLevel1
{
	background-image: url('../iso_icons/cadre2_fond_cote.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	margin:0px;
	padding: 0px;
}

.cmfav h3.cmfavTitle
{
	background-image: url('../iso_icons/cadre3_fond_titre.png');
	background-repeat: repeat-x;
	background-position: left center;
	margin:0px;
	padding:0px;
	overflow:hidden;
	height:25px;
}

.cmfav h3.cmfavTitle span
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;	
	margin:0px;
	padding:5px 10px 5px 10px;
	display:block;
	overflow:hidden;
	width:50%;
}

.cmfav .cmfavContent
{
	padding: 9px 9px 9px 9px;
	overflow: hidden;
	background-color: #FFFFFF;
	margin-right: 3px;
	margin-left: 3px;
	font-size: 11px;
	color: #707070;
	text-align: left;
}

.cmfav .cmfavContent input.cmInput
{
    border:solid 1px #cccccc;
    width:80%;
    float:left;
    color: #777777;
}


.cmfav .cmfavContent .cmfavSubmit
{
    background-color:Transparent;
    border:none;
}

.cmfav .cmfavContent input.cmfavSubmit
{
    color: #777777;
    padding-top:3px;
}

.cmfav .cmfavListContent 
{
    background-image:none;
    border-top:dotted 1px #777777;
}

.cmfav .cmfavContent H4
{
    color: #777777;
    font-size:11px;
}

.cmfav .cmfavContent li a.cmfavBtnDelete
{
    width:13px;
    height:16px;
}

.cmfav .cmfavContent li a
{
    color: #777777;
    font-weight:normal;
}

/* Alertes */

.cmAlt .cmAltSubscribe 
{
    background-image:none;
    border-bottom:dotted 1px #777777;
    margin-bottom:10px;
}

.cmAlt label a,
.cmAlt label a:link,
.cmAlt label a:active,
.cmAlt label a:visited
{
    color: #c30b07;
    font-weight:normal;
}

/* Pub */

.containerPubLeft 
{    
    position:absolute;
    width: 120px;
    left:-110px;
    margin-top: 170px;
}

.containerPubRight
{
    position:absolute;
    width: 120px;
    right:-110px;
    margin-top: 170px;
}

/* Plan du site */

ul.cmSiteMap 
{
    list-style-type:none;
    padding:0px 0px 20px 0px;
    margin:0px;
    overflow:hidden;
}

ul.cmSiteMap li 
{
    clear:both;
}

ul.cmSiteMap li h3 
{

}

ul.cmSiteMap li h3 a
{
    color:#707070;
    text-decoration:none;
    font-weight:normal;
    font-size:20px;
}

ul.cmSiteMap li h3 a:hover
{
    text-decoration:underline;
}

ul.cmSiteMap ul
{
    list-style-type:none;
    padding:0px;
    margin:0px;
}

ul.cmSiteMap ul li 
{
    float:left;
    clear:none;
    background-color:#f1f1f1;
    padding:10px;
    margin:0px 20px 20px 0px;
    width:19%;
    color:#30c7d0;
}

ul.cmSiteMap ul li a
{
    color:#30c7d0;
    font-size:1.1em;
    text-decoration:none;
}

ul.cmSiteMap ul li a:hover
{
    color:#30c7d0;
    text-decoration:underline;
}

ul.cmSiteMap ul ul
{
    list-style-type:square;
    margin:5px 0px 5px 0px
}

ul.cmSiteMap ul ul li 
{
    float:none;
    width:auto;
    margin:0px 0px 0px 20px;
    padding:2px 0px 2px 0px;
    color:#30c7d0;
}

ul.cmSiteMap ul ul li a 
{
    text-decoration:none;
    color:#707070;
    font-size:1em;
    font-weight:normal;
}

ul.cmSiteMap ul ul li a:hover 
{
    color:#707070;
    font-weight:normal;
}

ul.cmSiteMap ul ul ul 
{
    list-style-type:disc;
    margin:2px 0px 2px 0px
}

ul.cmSiteMap ul ul ul li 
{
    margin:0px 0px 0px 16px;
    padding:1px 0px 1px 0px;
}

ul.cmSiteMap ul ul ul li a 
{
    text-decoration:none;
    font-size:0.9em;
    color:#969696;
}


/* CSS de surcharge diverse */

html div.bsHeading1Content, html .bsHeading1 div.bsHeading1Content
{
    padding: 0px;
    margin: 0px;
}

/* Style pour slider home*/

.ad-gallery {
  width: 474px;
  height:267px;
}
.ad-gallery, .ad-gallery * {
  margin: 0;
  padding: 0;
}
  .ad-gallery .ad-image-wrapper {
    width: 474px;
    height: 267px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
  }
    .ad-gallery .ad-image-wrapper .ad-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left: 48%;
      border: 1px solid #CCC;
    }
    .ad-gallery .ad-image-wrapper .ad-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
      /* Or else IE will hide it */
      background: url(non-existing.jpg)\9
    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(ad_prev.png);
        width: 30px;
        height: 30px;
        display: none;
        position: absolute;
        top: 47%;
        left: 0;
        z-index: 101;
      }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(ad_next.png);
        width: 30px;
        height: 30px;
        right: 0;
        left: auto;
      }
    .ad-gallery .ad-image-wrapper .ad-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 200;
	background:url(spacer.gif) repeat;
    }
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 7px;
        text-align: left;
        width: 100%;
        z-index: 200;
        //background: url(opa75.png);
        //color: #000;
	background:#5b5b5a; 
	color:#fff;  
	opacity:.7; 	
	filter:alpha(opacity=70);
      }
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description span.spanDescription 
      {
      	display:block;
      	width:200px;
	z-index:200;
	color:#ffb514;
	font-weight:700;
      }
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description span.spanDescription a
      {
      	display:block;
      	width:200px;
	z-index:200;
	color:#ffb514;
	font-weight:700;
      }
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description a 
      {
      	text-decoration:none;
      }
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
      }
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: block;
          width:320px;
	z-index:200;
	font-size:12px;
	color:white;
	font-weight:700;
        }
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title a{
          display: block;
          width:320px;
	z-index:200;
	font-size:18px;
	color:white;
	font-weight:700;
        }
  .ad-gallery .ad-controls {
    height: 0px;
  }
    .ad-gallery .ad-info {
      float: left;
    }
    .ad-gallery .ad-slideshow-controls {
      float: right;
    }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
      }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
      }
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
      font-style: italic;
    }
  .ad-gallery .ad-nav {
    width: 40%;
    position: relative;
    top:-55px;
    left:265px;
    z-index:300;
  }
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
    }
    .ad-gallery .ad-back {
      cursor: pointer;
      left: -20px;
      
      display: block;
	width:20px; 
	height:45px; 
background:url(scroll-left.gif) center center no-repeat; 
background-color:#222;
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: block;
     width:20px; 
height:45px; 
background:url(scroll-right.gif) center center no-repeat; 
background-color:#222;
right:-20px;
    }
    .ad-gallery .ad-nav .ad-thumbs {
      overflow: hidden;
      width: 100%;
    }
      .ad-gallery .ad-thumbs .ad-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
      }
        .ad-gallery .ad-thumbs li {
          float: left;
          padding-right: 5px;
        }
          .ad-gallery .ad-thumbs li a {
            display: block;
          }
            .ad-gallery .ad-thumbs li a img {
              border: 3px solid #CCC;
              display: block;
            }
            .ad-gallery .ad-thumbs li a.ad-active img {
              border: 3px solid #616161;
            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}

@media print
{
    .cmPage .cmMenuLeft, .cmFooter, .cmPage .cmHeader, .cmPage .cmMenuTopContent, .cmPage .cmHeaderImg, #cmMenuTop ul
    {
        display: none;
    }

    .cmPage .cmContentBlock, .cmPage .cmCenter
    {
        width: 100%;
        font-size: 16px;
        line-height: 20px;
    }

    .noPrint
    {
        display: none;
    }

}

