@import url("Style.css");

body {
	background-color: #EFE6CE;
}

/* 
--------------------
HEADER 
--------------------
*/

#Header {
	background: Transparent url("../imgs/bkg_banner.jpg") repeat-x;
	position: absolute;
	height: 126px;
	width:100%;	
	z-index: 4;
}

/* HEADER - TITLE */
#Header h1 a {
	display: block;
	position: absolute;
	background: Transparent url("../imgs/logo_EIC.png") no-repeat;
	height: 169px;
	width:323px;
	margin: 0 0 0 -50px;
}
#Header h1 a span {
	display: none;	
}
    
/* HEADER - SEARCH */

#Header #SmartLinks {
	float: right;
	display: block;
	height: 20px;
	width: 320px;
	margin: 5px 0 0 0;
	background: #333332 url("../imgs/bkg_smartLinks.jpg") repeat-x;	
	border: solid 1px #4a130e;
	border-top: solid 1px #464544;
}
#Header #SmartLinks ul#languageSelector {
	float: left;
}
#Header #SmartLinks ul#languageSelector li {
	font-size: 0.8em;
	display: block;
	float: left;
	height: 10px;
	margin: 5px 0 0 0;
	padding: 3px 7px 2px 6px;
	background: Transparent url("../imgs/bkg_smartLinksSeparator.gif") no-repeat 0 0;
}
#Header #SmartLinks ul#languageSelector li a {
	
}
#Header #SmartLinks ul#languageSelector li.active a {
	text-decoration: underline;
	color: #ddd;
}
#Header #SmartLinks ul#languageSelector li.notAvailable {
	color: #8a8a8a;
}
#Header #SmartLinks ul#languageSelector li:first-child {
	background: none;
}
#Header #SmartLinks ul {
	float: right
}
#Header #SmartLinks ul li {
	display: block;
	height: 20px;
	float: left;
	margin: 3px 0 0 0;
	padding: 1px 14px 0 12px;
}
#Header #SmartLinks ul li:first-child {
	background: none;
}
#Header #SmartLinks ul li a {
	font-size: 1.1em;
	color: #ddd;
}
    
/* TOP LEVEL NAVIGATION */
#Header #TopLevelNavigation {
    width: 540px;
    margin: 57px 0 0 0;
}
#Header #TopLevelNavigation ul {
    float: right;
    background: Transparent url("../imgs/bkg_menuSeparator.jpg") no-repeat 0 0;
}
#Header #TopLevelNavigation li {
    float: left;
    display: block;
    height: 46px;
    padding: 0 0 0 0;
    margin: 0;     
}
#Header #TopLevelNavigation li span {
    display: block;
}
#Header #TopLevelNavigation li {
    background: Transparent url("../imgs/bkg_menuSeparator.jpg") no-repeat 100% 0;
}
#Header #TopLevelNavigation li.Selected {
    background:transparent url(../imgs/bkg_Menu1Select2.gif) repeat scroll 100% 0;
}
#Header #TopLevelNavigation li.Selected:first-child span {
    background: Transparent url("../imgs/bkg_Menu1SelectBorder2.gif") no-repeat 0 0; 
}
#Header #TopLevelNavigation li.Selected span a {
    background: Transparent url("../imgs/bkg_Menu1SelectBorder2.gif") no-repeat 100% 0; 
}
#Header #TopLevelNavigation li a {       
    font: normal 1.5em Lucida Sans, Arial, Verdana, Sans-Serif;         /* remplacé 1.6em par 1.5em  MR */
    display: block;
    height: 29px;
    padding: 17px 8px 10px 11px;  /* remplacé:  17px 10px 10px 13px */
    margin: 0;
    text-decoration: none;    
    color: #fff; 
    white-space:nowrap;
}    

    
/*
----------------------
CONTENT
----------------------
*/
    
#Content {
	background: #f6f1de url("../imgs/bkg_content.jpg") repeat-x 0 0;  
	min-height: 400px;  
	padding: 125px 0 0 0;            
}
#Content .ContentWrapper {
	background: #f6f1de url("../imgs/bkg_rightPaneSeparator.gif") no-repeat 100% 70px;	
}
#Content #BottomBkg {
	width: 100%;
	min-height: 400px;
}
#Content div#UnderMenu {
	background-color: #efe6ce;
	margin: 1px 1px 0 1px;
	color: #5e1e19;
	font-size: 0.95em;
	height: 19px;
}
#Content p#BreadCrumbs {
	padding: 2px 0 0 195px;
	margin: 0;
	font-size: 0.95em;
	color: #5e1e19;
}
#Content p#BreadCrumbs a {
	color: #5e1e19;
	text-decoration: none;
}
#Content p#BreadCrumbs a:hover {
	color: #5e1e19;
	text-decoration: underline;
}

/* CONTENT - TOP PANE */
#TopPane {	
	background-color: #fff;
}	
        
/* CONTENT - LEFT PANE */    
#Content #LeftPane {
    background: transparent url("../imgs/bkg_leftPane.gif") no-repeat 0 0;
    margin: 0 0 0 1px;
}
#Content #FlowNavigation {
    margin: 20px 0 0 0;
    padding: 30px 10px 20px 0;
}
#Content #FlowNavigation h2 {
    display: none;
}
#Content #FlowNavigation ul {
    margin: 0 0 0 0;
} 
.content #FlowNavigation ul li:before { content: ""; }   

#Content #FlowNavigation li {
    margin: -7px 0 0 0;
    list-style-type: none;
    padding: 17px 0 0 12px;    
    text-indent: 0;    
    line-height: 1em;
}
#Content #FlowNavigation li.Selected, #Content #FlowNavigation li.SelectedLeaf {
    background: transparent url("../imgs/bkg_MenuHighlight.gif") no-repeat -1px 6px;
}
#Content #FlowNavigation li.Selected a, #Content #FlowNavigation li.SelectedLeaf a {
    font-weight: bold;
}
#Content #FlowNavigation li.Selected li a, #Content #FlowNavigation li.SelectedLeaf li a, #Content #FlowNavigation li.SelectedLeaf li.Selected li a {
    font-weight: normal;	}

#Content #FlowNavigation li li.Selected a, #Content #FlowNavigation li li.Selected li.Selected a {
    font-weight: bold;
}#Content #FlowNavigation li li.Selected {
    background: none;
}
#Content #FlowNavigation li a {
    font: 1.1em Lucida Sans, Arial, Verdana, Sans-Serif;
    color: #444;
    text-decoration: none;
}
#Content #FlowNavigation ul ul {
    margin: 6px 0 0 15px;
}
#Content #FlowNavigation li li {
    margin: 0 0 3px 0;
    padding: 0;
    list-style-type: none;
}
#Content #FlowNavigation li li a {
    font: 1em Lucida Sans, Arial, Verdana, Sans-Serif;
    color: #444;
    text-decoration: none;
    font-weight: normal;
}
#Content #LeftPane #LeftContent img {
	margin-left: -120px;
	position: absolute;
}
     
/* CONTENT - CONTENT PANE */
    
    
/* CONTENT - RIGHT PANE */ 

    
/* CONTENT - BOTTOM PANE */
#BottomPane {	

}	    
    
/*
---------------------------
FOOTER
---------------------------
*/    
    
#Footer {
    	/* removed by Jfreyre position: relative; */
	background-color: #efe6ce;
	font-size: 1.2em;              
}
#Footer .Wrapper {
    padding: 20px 0 20px 0;  
    background-color: #efe6ce;  
}
    
/* FOOTER SITEMAP */
#Footer #SiteMap {
    margin: 8px 0px 0 10px; 
    width: 580px; 
}
#Footer #SiteMap ul {
    list-style: none;
    min-height: 200px;  
}

#Footer #SiteMap li {
    margin: 0 15px 0 0;   /* augmenté marge droite de 15px à 20px - MR 20.10.09 */
    width: 100px; 
    /* removed by Jfreyre position: relative; */
}  

#Footer #SiteMap li span {
    display: block;
    height: 2.2em;
    /* removed by Jfreyre position: relative; */
}

#Footer #SiteMap li:last-child {
    margin: 0;
}

#Footer #SiteMap li a {
    /* removed by Jfreyre position: absolute; */
    bottom: 0px;
    color: #ae7b6d;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
}

#Footer #SiteMap li:hover a {
    color: #83342d;
}
#Footer #SiteMap li ul {
    margin: 12px 0 0 0;
}
#Footer #SiteMap li li {
    margin: 0 0 3px 0;
}
#Footer #SiteMap li li a {
    /* removed by Jfreyre position: relative; */
    color: #a09986;
    font-size: 0.95em;
    font-weight: normal;
    line-height: 1em;
    text-decoration: none;
}
#Footer #SiteMap li li a:hover {
    text-decoration: underline;
}
#Footer #SiteMap li:hover li a {
    color: #6b6556;
}   
    
/* FOOTER - SITEMAP */
 
#Information {
     /*background-color: #666;
     border: 1px solid #505050;*/
     width: 209px;  /* baissé la largeur de 209 à 175 px  */
     margin: 0; 
     border-left: 1px solid #c1bbaa;
   	 min-height: 220px;    
}
#Information .vcard {
     /*margin: 19px 0 0 0;*/
     width: 180px;
     color: #6b6556;
     font-size: 1em;
     padding: 0 20px 0 28px;  /* baissé le padding gauche de 28px à 12 px  et le padding droite de 20 à 10px */
}
#Information .vcard a {
     color: #6b6556;  
}
#Information .vcard a:hover {
     text-decoration: underline;  
}
#Information .vcard .fn {
	font-size: 1em;	
	font-weight: bold;
	color: #83342d;
}
#Information .vcard .adr {
	line-height: 1.2em;
}
#Information .vcard span {
     margin: 9px 0 0 0;  
}
#Information .vcard .tel {
     margin: 5px 0 0 0;
     padding: 0 0 0 34px;
     background: Transparent url("../imgs/bkg_phone.gif") no-repeat 0 50%; 
     height: 11px;
}
#Information .vcard .email {
     margin: 5px 0 0 0;
     padding: 0 0 0 34px;
     background: Transparent url("../imgs/bkg_email.gif") no-repeat 0 50%; 
     height: 11px;
}

#Information .vcard #NewsFooter {
     margin: 5px 0 0 0;
     padding: 0 0 0 34px;
     background: Transparent url("../imgs/bkg_rss.gif") no-repeat 0 50%; 
     height: 11px;
}
#InformationHesso img {
	margin: 20px 0 0 29px;	
}
    
/*
---------------------------
CONTENT PART
---------------------------
*/

/* CONTENT PART - MICROFORMAT */
.vcard img.photo {
	float: left;
	background-color: #fff;
	padding: 5px;
	margin: 0 26px 10px 0;
	border: 1px solid #ddd;	
}
.vcard .org {
	font-weight: bold;
}
.vcard .fn {
	font-size: 1.4em;
	font-weight: bold;
	margin: 10px 0 11px 0;
}
.vcard .title {
	display: block;
	font-style: italic;	
}
.vcard .role {
	display: block;
	font-style: italic;	
}
.vcard .adr {
	clear: both;
	margin: 0 0 10px 0;	
}
.vcard .street-address{
	display: block;	
}
.vcard .tel .type {
	display: none;	
}
.vcard .email {
	display: block;
	margin: 7px 0 0 0;	
}

/* CONTENT PART -  */

/* CONTENT PART - SENDMAIL */

.content #Sendmail {
	margin: 0 auto 2em auto;
	padding: 10px 20px 10px 25px;
	background: #EFE6CE;
	/*background: #ECF1E1;*/
	border: solid 1px #DAE4C7;
}
.content #Sendmail p {
	margin: 0;
}
.content #Sendmail input, #Sendmail textarea {
	margin-bottom: 1em;
	width: 90%;
}
.content #Sendmail input.csc-mailform-submit{
	width: auto;
}
.content #Sendmail label {
	font-weight: bold;
	margin-bottom: 0.2em;
}
.content #Sendmail label.required {
	padding-left: 15px;
	position: relative;
	left: -15px;
	background: Transparent url("http://193.134.218.10/iict/fileadmin/templateIICT/main/imgs/form-star.gif") no-repeat left center;
}
.content #Sendmail input#mailformname, .content #Sendmail input#mailformemail {
	width: 60%;
}

/* CONTENT PART - ANNUAIRE */

.annuaire {
	overflow: hidden;
	width: 282px;
	height: 215px;
	float: left;
	margin: 0 0 20px 0;
}
.annuaire img {
	border: 4px solid #EFE6CE;
	margin: 0pt 10px 0pt 0pt;
	float: left;
}
.annuaire span.nom {
	display: block;
}
.annuaire span.role {
	display: block;
	font-style: italic;
}