/****************************************************************************************************
* cmStyle.css
****************************************************************************************************/

body, html
{
    width: 100%;
}

html body
{
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    text-align:center;
    font-family:Arial,Sans-Serif;
    font-size:12px;
}

a,a:link,a:active,a:visited
{
    color:#f08b17;
    text-decoration:underline;
}

a:hover
{
    color:#f08b17;
    text-decoration:none;
}

p 
{
    font-size:12px;
}
/********************************************* Titre **********************************************/

h2, h2.bsLevel0, h3.bsLevel0, h4.bsLevel0
{
	font-size: 14px;
	font-weight: normal;
	color: #7a2531;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	clear:both;
	font-family:Arial,Sans-Serif;
}

h3, h2.bsLevel1, h3.bsLevel1, h4.bsLevel1
{
	font-size: 24px;
	font-weight: bold;
	color: #7a2531;
	padding: 0px;
	margin: 0px 0px 0px 0px;
    font-family:Arial,Sans-Serif;
}

h3.cmTitle-surTitre, h2.cmTitle-surTitre, h4.cmTitle-surTitre
{
	font-size: 14px;
	font-weight: bold;
	color: #7a2531;
	padding: 0px;
	margin: 0px 0px 0px 0px;
    font-family:Arial,Sans-Serif;
}

h4, h4.bsLevel2, h3.bsLevel2, h2.bsLevel2
{
	font-size: 14px;
	font-weight: bold;
	color: #7a2531;
	padding: 0px;
	margin: 0px 0px 0px 0px;
    font-family:Arial,Sans-Serif;
}

/***************************************** Utilitaire **************************************************/

.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;
}

.cmVerticalAlign-top 
{
    vertical-align:top;
}

input, textarea, select
{
}

/**************************************************** Page ***************************************************/

.cmPage
{
    width: 990px;
    padding: 0px;
    margin: 0px auto 0px auto;
    text-align:left;
}

/**************************************************** Tools *************************************************/

.cmTools
{
    float:right;
}

/* Raccourcis header droite */

.cmShortcutsHeader
{
    padding: 0px;
    float: left;
    margin:23px 10px 0px 0px;
}

.cmShortcutsHeader ul
{
    padding: 0px;
    margin: 0px;
}

.cmShortcutsHeader li
{
    list-style-type: none;
    float: left;
    font-family:Arial,Sans-Serif;
    font-size:12px;
    color:#7a2531;
}

.cmShortcutsHeader a,
.cmShortcutsHeader a:link,
.cmShortcutsHeader a:active,
.cmShortcutsHeader a:visited
{
    color:#7a2531;
    text-decoration:none;
}

.cmShortcutsHeader a:hover
{
    color:#7a2531;
    text-decoration:underline;
}

.cmShortcutsHeader a span
{
    cursor:pointer;
}

/*********************************************** Moteur de recherche ******************************************/

.cmSearch
{
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

.cmSearch form
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

.cmSearch div.cmInput
{
    margin:0px 0px 0px 0px;
    background-color: Transparent;
    border:solid 7px #bc9298;
}

.cmSearch input.cmInput
{

    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height:16px;
    font-size: 11px;
    color: #7a2531;
    cursor: text;
    font-weight:bold;
    text-align: center; 
    width:100%;   
    outline: 0;
    border:solid 0px Transparent;
}

.cmSearch div.cmBtn
{
    float: left;
    background-image: url(  '../iso_icons/cm-btn-searchBackground.png' );
    background-repeat: no-repeat;
    background-position: top left;
}

.cmSearch input.cmBtn
{
    background-color: Transparent;
    border: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    width: 31px;
    height: 31px;
    float: left;
    font-size: 12px;
    color: #ffffff;
    font-weight:bold;
    outline: 0;
}


/******************************************** Haut de page (header) ****************************************/

.cmHeader
{
}

/* Logo */

.cmHeader h1.cmLogo
{
    margin: 0px;
    padding: 0px;
    float: left;
    cursor: pointer;
    padding-top: 34px;
    padding-left: 10px;
    position:absolute;
}

.cmHeader h1.cmLogo a
{
    display: block;
    cursor: pointer;
}

/************************************************ Menu Haut *******************************************/

.cmMenuBar
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: right;
    background-color: #bc9298;
    width:866px;
    display:none;
}

.cmMenuBar ul
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    list-style: none;
    float:right;
}

.cmMenuBar ul li
{
    padding: 0px 0px 0px 0px;
    list-style: none;
    float: left;
    color: #ffffff;
    font-family:Arial,Sans-Serif;
    font-size:12px;
    font-weight:bold;
    border-right:solid 1px #ffffff;
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    width:106px;
    text-align:center;
}

.cmMenuBar ul li a,
.cmMenuBar ul li a:link,
.cmMenuBar ul li a:active,
.cmMenuBar ul li a:visited
{
    font-family:Arial,Sans-Serif;
    font-size:12px;
    font-weight:bold;
    color: #ffffff;
    display: block;
    text-decoration:none;
    height:36px;
    letter-spacing:1px;
    padding:4px 5px 0px 5px;
}

.cmMenuBar ul li a:hover,
.cmMenuBar ul li.cmHover a,
.cmMenuBar ul li.sfHover a
{
    font-family:Arial,Sans-Serif;
    font-size:12px;
    font-weight:bold;
    color: #ffffff;
    display: block;
    text-decoration:none;
    background-color:#7a2531;
    height:36px;
    letter-spacing:1px;
    padding:4px 5px 0px 5px;
}

/* N2 */

.cmMenuBar ul li.sfHover ul
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px -1px;
    float: none;
    background-color: #bc9298;
    position:absolute;
    border:solid 1px #ffffff;
    border-bottom:none;
    list-style: none;
    width:140px;
    display:none;
}

.cmMenuBar ul li.sfHover ul li
{
    padding: 0px 0px 0px 0px;
    list-style: none;
    float: left;
    color: #ffffff;
    font-family:Arial,Sans-Serif;
    font-size:12px;
    font-weight:bold;
    border-bottom:solid 1px #ffffff;    
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    text-align:center;
    width:140px;
}

.cmMenuBar ul li.sfHover ul li a,
.cmMenuBar ul li.sfHover ul li a:link,
.cmMenuBar ul li.sfHover ul li a:active,
.cmMenuBar ul li.sfHover ul li a:visited
{
    font-family:Arial,Sans-Serif;
    font-size:12px;
    font-weight:normal;
    color: #7a2531;
    display: block;
    text-decoration:none;
    padding:2px 5px 2px 5px;
    height:auto;
    letter-spacing:normal;
    background-color: #bc9298;
}

.cmMenuBar ul li.sfHover ul li a:hover,
.cmMenuBar ul li.sfHover ul li.cmHover a
{
    font-family:Arial,Sans-Serif;
    font-size:12px;
    font-weight:normal;
    color: #ffffff;
    display: block;
    text-decoration:none;
    background-color:#7a2531;
    padding:2px 5px 2px 5px;
    height:auto;
    letter-spacing:normal;
}


/******************************************************* Barre d'ancetre - Fil d'ariane *************************************************/

.cmAncestor
{
	padding: 8px 0px 0px 150px;
	margin: 0px;
	clear:both;
	height:12px;
}

.cmAncestor ul
{
	padding: 0px;
	margin: 0px;
}

.cmAncestor ul li
{
	font-size: 12px;
	font-weight: normal;
	color: #010101;
	list-style-type: none;
	float: left;
}

.cmAncestor ul li a
{
	font-size: 12px;
	color: #010101;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.cmAncestor ul li a:hover
{
	text-decoration: none;
}

/*************************************************** Milieu/contenu ******************************************************/

.cmMiddle
{
    padding:0px 0px 0px 0px;
    clear:both;
}

/* Contenu */

.cmContent
{
    padding:0px 0px 0px 8px;
}

.cmContent .cmContentTable
{
    width:100%;
}

.cmContent .cmContentTable .cmPaneLeft
{
    padding-right: 15px;
    vertical-align:top;
}

.cmContent .cmContentTable .cmPaneCenter
{
    padding-right: 15px;
    vertical-align:top;
}

.cmContent .cmContentTable .cmPaneRight
{
    padding: 6px 0px 0px 0px;
    vertical-align:top;
    clear:both;
}

/*************************************************** Bas de page (Footer) *************************************************/

.cmFooter
{
    margin:0px 0px 20px 0px;
    overflow:hidden;
}

/* Raccourcis bas */


.cmShortcutBottom ul
{
	padding: 0px;
	margin: 0px;
	border-left:solid 1px #7a2531;
	float:right;
	list-style-type: none;
}

.cmShortcutBottom ul li
{
    font-family:Arial,Sans-Serif;
	font-size: 12px;
	color: #7a2531;
	list-style-type: none;
	float:left;
	display:block;
	border-right:solid 1px #7a2531;
	width:58px;
    text-align:center;
}

.cmShortcutBottom ul li a,
.cmShortcutBottom ul li a:link,
.cmShortcutBottom ul li a:active,
.cmShortcutBottom ul li a:visited
{
    font-family:Arial,Sans-Serif;
	font-size: 12px;
	color: #7a2531;
	text-decoration: none;
	display:block;
}

.cmShortcutBottom ul li a:hover
{
	text-decoration: underline;
}



/****************************************************** Cadre ******************************************************/

/* cadre 1 */

.cmInset1
{
    overflow: hidden;
    margin:0px;
    padding: 0px;
    background-color:#e5e2c6;
	zoom:1;
}

.cmInset1 h3.insTitle-text
{
    padding:0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: block;
	zoom:1;
}

.cmInset1 h3.insTitle-text span
{
    padding:5px 10px 5px 10px;
    margin: 0px;
    display: block;
	font-size: 18px;
	font-weight: normal;
	color: #7a2531;
	background-color:#cac58d;
}

.cmInset1 h3 a, .cmInset1 h3 a:link, .cmInset1 h3 a:active, .cmInset1 h3 a:visited
{
    font-size:10px;
    color:#f08b17;
    text-decoration:underline;
}

.cmInset1 h3 a:hover
{
    font-size:10px;
    color:#f08b17;
    text-decoration:none;
}

.cmInset1 .insContent
{
	padding: 10px 10px 10px 10px;
    overflow: hidden;
    font-size:10px;
}

.cmInset1 .insContent h3
{
    font-size:14px;
    font-weight:bold;
    color:#7a2531
}

.cmInset1 .insContent p
{
    font-size:10px;
}

/* cadre 2 */

.cmInset2
{
    margin:0px;
    padding: 0px;
    overflow: hidden;
		zoom:1;
    padding: 0px 0px 0px 0px;
}

.cmInset2 h3.insTitle-text
{
    padding:0px 0px 0px 0px;
    margin: 0px;
    display: block;
		zoom:1;
}

.cmInset2 h3.insTitle-text span
{
    font-size: 14px;
		font-weight: bold;
		color: #968b1a;
		text-transform:uppercase;    
}

.cmInset2 h3 a, .cmInset2 h3 a:link, .cmInset2 h3 a:active, .cmInset2 h3 a:visited
{
}

.cmInset2 h3 a:hover
{
}

.cmInset2 .insContent
{
    background-color:#cac58d;
    overflow: hidden;
    height:90px;
    overflow:auto;
    padding: 8px 8px 8px 8px;
}

.cmInset2 .insContent H3 span
{
    font-size: 10px;
	font-weight: bold;
	color: #968b1a;
}

.cmInset2 .insContent p
{
    font-size:10px;
}

/* cadre 3 */

.cmInset3
{
    margin:0px;
    padding: 0px;
    overflow: hidden;
	zoom:1;
}

.cmInset3 h3.insTitle-text
{
    padding:0px 0px 0px 0px;
    margin: 0px;
    display: block;

}

.cmInset3 h3.insTitle-text span
{
    font-size: 14px;
	font-weight: normal;
	color: #b1ca34;
	text-transform:uppercase;    
}

.cmInset3 h3 a, .cmInset3 h3 a:link, .cmInset3 h3 a:active, .cmInset3 h3 a:visited
{
}

.cmInset3 h3 a:hover
{
}

.cmInset3 .insContent
{
    background-color:#d8e49a;
	padding: 8px 8px 8px 8px;
    overflow: hidden;
    height:90px;
    overflow:auto;
	zoom:1;
}

.cmInset3 .insContent H3 span
{
    font-size: 10px;
	font-weight: bold;
	color: #b1ca34;
}

.cmInset3 .insContent p
{
    font-size:10px;
}


/* cadre 4 */

.cmInset4
{
    margin:0px;
    padding: 0px;
    overflow: hidden;
	zoom:1;
}

.cmInset4 h3.insTitle-text
{
    padding:0px 0px 0px 0px;
    margin: 0px;
    display: block;
	zoom:1;
}

.cmInset4 h3.insTitle-text span
{
    font-size: 14px;
	font-weight: normal;
	color: #968b1a;
	text-transform:uppercase;    
}

.cmInset4 h3 a, .cmInset4 h3 a:link, .cmInset4 h3 a:active, .cmInset4 h3 a:visited
{
}

.cmInset4 h3 a:hover
{
}

.cmInset4 .insContent
{
    background-color:#ede680;
	padding: 8px 8px 8px 8px;
    overflow: hidden;
    height:90px;
    overflow:auto;
}

.cmInset4 .insContent H3 span
{
    font-size: 10px;
	font-weight: bold;
	color: #968b1a;
}

.cmInset4 .insContent p
{
    font-size:10px;
}

/************************************************** Paragraphe ***********************************************************/

p.cmPara-date 
{
    font-size:9px;
    color:#485359;
    margin-top:15px;
    text-align:right;
}

p.cmPara-10px,
.cmPara-10px
{
    font-size:10px;
}

/***************************************************** Bouton ************************************************************/





/*************************************************** 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
{
    text-decoration: none;
    font-weight: bold;
}

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%;
}

ul.cmSiteMap ul li a
{
    font-size: 1.1em;
    text-decoration: none;    
}

ul.cmSiteMap ul li a:hover
{
    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;
}

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 (XHTML)***************************************************/

html div.bsHeading1Content, html .bsHeading1 div.bsHeading1Content
{
    padding: 0px;
    margin: 0px;
}

html .bsGrid > tbody > tr > td, 
html .bsGrid > tbody > tr > th 
{
    padding: 0px 10px 0px 0px;    
}

html table.xshFlowDefault td.xshContent 
{
    padding:0px;
}

html .cardCell img ,
.cmDetail img
{
    margin:10px 10px 10px 10px;
}

html .bsImgStd img 
{
    margin:0px;
}

html div.directHtml img {
    margin-left:4px;
    margin-top:4px;
    margin-right:4px;
    margin-bottom:4px;
}

html .bsDownloadable .bsDownloadableTitle
{
    padding:0px;
 
}

html .bsDownloadable dd.bsDownloadableDescription p
{
    padding:0px;
    margin:0px 0px 5px 0px;    
}

html .ocsBody-grid 
{
    width:98%;
}



/************************************************* CSS de surcharge diverse (HTML)***************************************************/

.advSeparatorV, .advDashedSeparatorH
{
    display: none;
}

.fontColorTocScroller
{
    color: #8f8f8f;
    font-size: 10px;
}

a.fontColorTocScroller, 
a.fontColorTocScroller:link, 
a.fontColorTocScroller:active, 
a.fontColorTocScroller:visited
{
    color: #175294;
    font-size: 10px;
    text-decoration: underline;
}

a.fontColorTocScroller:hover
{
    color: #8f8f8f;
    font-size: 10px;
    text-decoration: none;
}

.siteMapFrame .siteMapLevel1
{
    margin-bottom: 10px;
    margin-top: 10px;
}

.backgroundColorStandardText, 
.backgroundColorTitle1
{
    background-color: transparent;
}

.backgroundColorTocCell
{
    background-color: transparent;
}
/************************************************* CSS ajout Damien pour div specifique en code html ***************************************************/
H3.bsLevel1
{
line-height:24px;
}
.dategrise span.textColor1
{
color:#4D5056;
}
.lienvisite a:visited,.lienvisite a:visited span, a:visited, a:visited span
{
color:#4D5056;
}


/************************************************************* Impression ************************************************************/

@media print
{
    .noPrint
    {
        display: none;
    }
    
    .cmHeader,.cmMenuBar,.cmFooter,.cmSearch
    {
        display:none;
    }
    
    .cmInset2 .insContent,.cmInset3 .insContent,.cmInset4 .insContent
    {
        overflow:hidden;
        height:auto;
    }

}