@import "editeur.css";
*{
    padding:0px;
    margin:0px;
}

body{
	font-family: Arial;
	/*background-image: url(../images/bck_body.jpg);
	background-repeat: repeat-x;
	background-color: #E9F0F6;*/
}

a,a:link{
    text-decoration: none;
    color:#004e8f;
}
a:hover,a:visited:hover{
    text-decoration: underline;
}

#wrapper_print{
    margin: 13px 20px 0px 20px;
    width:80%;
    height:auto;
    min-height: 500px;
	font-family:Arial;
}

#logo{
    width:80%;
    height: auto;
    margin-bottom: 20px;
    
}

#content-wrapper_print{
    width: 80%;
    height: auto;
    font-family: Arial;
}

h1.csc-firstHeader{
	float:left;
   clear: both;
   width: 100%;
   margin-bottom: 20px; 
}

div.breadcrumb-class{
    margin-bottom: 20px;
	width:100% !important;
	float:left;
	
}

div #content_print{
    font-size: 11px;
    color: #545454;
	clear:both;
	font-family:Arial;
}

	div.csc-textpic-intext-left{
		float:left;
		clear:both;
	}
	
	p{
		font-family:Arial;
	}
	
	ol,ul{
		font-family:Arial;
	}
	
	ol li, ul li{
		font-family:Arial !important;		
	}
	
	div.csc-textpic-intext-right{
		float:none;
	}
	
	div.csc-textpic-text{
		text-align:left;
		font-family:Arial;
	}
	
	div.csc-textpic-intext-right div.csc-textpic-text{
		
	}
	
        div#content-pub{
            float:left;
            width:223px;
            min-height:200px;
            height: 100%;
            background-color: black;
            margin-right: 20px;
            padding:0px;
        }
    
        div#news-content{
            float:left;
            width:207px;
            height: auto;
            background-color: white;
            margin-right: 21px;
        }
        
          div#menu-content{
            float:left;
            width:207px;
            min-height:200px;
            height: 100%;
            background-color: white;
            margin-right: 21px;
        }
        
          div#client-content{
            float:left;
            width:207px;
            min-height:200px;
            height: 100%;
            background-color: #eceeef;
        }


/*------- Menu Espace Client -----*/

h1.titleSection{
    float: left;
    clear: both;
    width:184px;
    background-image: url(../images/h1_back.jpg);
    background-repeat: repeat-x;
    padding-left:23px; 
}

ul.menuEspaceClient{
    list-style: none;
    font-family: Arial;
    font-size: 11px;
}

ul.menuEspaceClient li{
    clear: both;
    width: 184px;
    height: 18px;
    border-bottom: 1px solid #8eb1cd;
    background-image: url(../images/arrow_blue.png);
    background-position: 12px center;
    background-repeat: no-repeat;
    padding-left:23px;
    padding-top: 2px;
}

ul.menuEspaceClient li a,ul.menuEspaceClient li a:link{
    text-decoration: none;
    color: #666;
}

ul.menuEspaceClient li a:hover,ul.menuEspaceClient li a:visited:hover{
    text-decoration: underline;
    color: #666;
}


ul.menuEspaceClient li.MenuEspaceEnd{
    border: none;
    border: 0px;
}




/* ---- Bloc News Home -----*/
div.news-list-container{
    width:207px;
    height:auto;
}

div.details_news_list{
    width:207px;
    float:left;
    height:auto;
    clear: both;
}

div.news-list-item{
    float:Left;

}

div.titleNews{
    float: left;
    width:207px;
    background-image: url(../images/h1_back.jpg);
    background-repeat: repeat-x;
}


div.RSSLink{
    float:left;
    margin-top: 2px;
    margin-left:4px;
    margin-right: 4px;
}
    div.RSSLink img{
        border: 0px;
        border: none;
    }

h1.titreNews_colonne{
    width: auto;
    float:left;
}

h3.title_news{
    float:left;
    clear: both;
    width: 192px;
    font-size: 11px;
    color: #545454;
    font-weight: bold;
    cursor: pointer;
    padding-left:15px;
    height:14px;
}

h3.news_background{
    float:left;
    clear: both;
    background-image: url(../images/news_bck_list_header_title.jpg);
    background-repeat: no-repeat;
    padding-left: 27px;
    width: 180px;
}

div.news_subheader_image{
    float: left;
    clear: both;
    width: 207px;
    height: auto;
    min-height: 62px ;
    background-color: #e5e5e5;
}
div.news_subheader_list{
    float:left;
    clear: both;
    font-family: verdana;
    font-size: 9px;
    color: #545454;
    width:177px;
    padding: 0px 15px 0px 15px;
}
    
div.news_more_link_list{
    float:right;
    clear: both;
    #float:none;
    width:192px;
    height: 10px;
    text-align: right;
    padding-right:15px;
}    
    
img.arrow_blue{
    float: right;
    border: 0px;
    border: none;
}   

/*------- Menu Entreprise ---------------*/

.titleEntreprise h1{
    float: left;
    width:184px;
    background-image: url(../images/h1_back.jpg);
    background-repeat: repeat-x;
    padding-left:23px;

}


ul.entrepriseMenu{
    list-style: none;
    font-family: Arial;
    font-size: 11px;
}  

ul.entrepriseMenu li{
    width: 184px;
    height: 18px;
    border-bottom: 1px solid #8eb1cd;
    background-image: url(../images/arrow_blue.png);
    background-position: 12px center;
    background-repeat: no-repeat;
    padding-left:23px;
    padding-top: 2px;
}

ul.entrepriseMenu li a,ul.entrepriseMenu li a:link{
    text-decoration: none;
    color: #666;
}

ul.entrepriseMenu li a:hover,ul.entrepriseMenu li a:visited:hover{
    text-decoration: underline;
    color: #666;
}

ul.entrepriseMenu li.MenuEntrepriseEnd{
    border: none;
    border: 0px;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption{
	font-family:Arial;
	font-size:10px;
}

ul li{
	font-family:Arial;
	color:#
}


