@import url("Style.css");


/*
--------------------
--------------------
HEADER
CONTENT
FOOTER
CONTENT PART
--------------------
--------------------
*/

body {
    background-color: #f1f0f0;
}

/* 
--------------------
HEADER 

- TITLE
- SEARCH
- TOP LEVEL NAVIGATION
--------------------
*/

#Header {
    background:#f9f9f9 url("http://193.134.218.10/iict/fileadmin/templateIICT/main/imgs/Bkg_Header.gif") repeat-x 0 100%;    
}

/* HEADER - TITLE */

#HeaderTitle {
    margin: 30px 0 10px 0;
    width: 111px;
 	height: 73px;
 	background: Transparent url("http://193.134.218.10/iict/fileadmin/templateIICT/main/imgs/oldLogoIICT.png") no-repeat; 
}
#HeaderTitle a {
    display: block;
    width: 111px;
 	height: 73px; 
}
#HeaderTitle span {
 	display: block;
 	width: 0;
 	height: 0;
 	overflow: hidden;
}
    
/* HEADER - SEARCH */
    
#Header fieldset {
    height: 34px;
    width: 416px;
    border: solid 1px #c3c3c3;
    border-width: 0 1px 1px 1px;
    background-color: #dcdcdc;    
}
#Header fieldset legend, #Header fieldset label {
    display: none;    
}
#Header fieldset span {
    background: Transparent url("http://193.134.218.10/iict/fileadmin/templateIICT/main/imgs/Bkg_SearchInput.gif") no-repeat; 
    display: block;
    height: 22px;
    width: 216px;
    float: right;
    margin: 6px 10px 0 0;
}
#Header fieldset input {
    border: none;
    background-color: Transparent;
    margin: 7px 20px 0 24px;
    overflow: hidden;
    font-size: 1.1em;
    font-family: inherit; 
}
#Header fieldset input:focus {
    outline: none;
}



/* HEADER - TOP LEVEL NAVIGATION */

#Header #TopLevelNavigation {
    width: 600px;
    margin: 38px 4px 0 0;
    font-size: 1.2em;
}
#Header #TopLevelNavigation ul {
    float: right;
    margin: 0 0 0 0;
}
#Header #TopLevelNavigation li {
    list-style-type: none;
    float: left;
    display: block;
    height: 42px;
    padding: 0 0 0 13px;
    margin: 10px 0 0 0; 
}
#Header #TopLevelNavigation li a {       
    font: bold 1.2em Lucida Sans, Arial, Verdana, Sans-Serif;         
    display: block;
    height: 29px;
    padding: 13px 17px 0 3px;
    margin: 0;
    text-decoration: none; 
    
    color: #444; 
}    
#Header #TopLevelNavigation li.Selected {
    background: Transparent url("http://193.134.218.10/iict/fileadmin/templateIICT/main/imgs/Bkg_MenuHighlight.jpg") no-repeat;        
}
#Header #TopLevelNavigation li.Selected a {       
    background: Transparent url("http://193.134.218.10/iict/fileadmin/templateIICT/main/imgs/Bkg_MenuHighlightRight.jpg") no-repeat 100% 0;
}
#Header #TopLevelNavigation li a:hover {     
    text-decoration: underline;       
}
#Header #TopLevelNavigation li.Selected a:hover {       
    text-decoration: none;
}
    
/*
----------------------
CONTENT

- TOP PANE
- LEFT PANE
- LEFT PANE FlOW NAVIGATION
- CONTENT PANE
- RIGHT PANE
- BOTTOM PANE
----------------------
*/
    
.content {
    background-color: #f9f9f9;
    min-height: 400px;    
}

/* CONTENT - TOP PANE */

.content #TopPane {
   margin: 20px 0 0 0;       
}
    
/* CONTENT - LEFT PANE */    
    
.content #LeftPane {
    margin: 20px 0 0 0
    
}
.content #LeftPane #LeftContent div {
    margin: 70px 0 0 0;
}

/* CONTENT - LEFT PANE FlOW NAVIGATION */  

.content #FlowNavigation {
    margin: 20px 0 0 0;
}
.content #FlowNavigation h2 {
    display: none;
}
.content #FlowNavigation ul {
    margin: 0;
}    
.content #FlowNavigation li {
    margin: 0 0 10px 0;
    list-style-type: none;
}
.content #FlowNavigation li a {
    font: 1.1em Lucida Sans, Arial, Verdana, Sans-Serif;
    color: #444;
    text-decoration: none
}
#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 ul ul {
    margin: 6px 0 0 15px;
}
.content #FlowNavigation ul li ul {
    display: none;
}
.content #FlowNavigation ul li.SelectedLeaf ul {
    display: block;
}
.content #FlowNavigation li li {
    margin: 0 0 6px 0;
    list-style-type: none;
}
.content #FlowNavigation li li:before { 
	content: "";	
	margin: 0 0 0 5px;
}
.content #FlowNavigation li li a {
    font: 1em Lucida Sans, Arial, Verdana, Sans-Serif;
    color: #444;
    text-decoration: none
}
    
/* CONTENT - CONTENT PANE */
    
.content #ContentPane {
    
}
.content #BreadCrumbs {
    font-size: 0.8em;
    margin: 3px 0 3px 0;
    color: #888;        
}
.content #BreadCrumbs a {
    text-decoration: underline; 
    color: #888;        
}
    
/* CONTENT - RIGHT PANE */ 
   
.content #RightPane {
   
}
    
/* CONTENT - BOTTOM PANE */
    
.content #BottomPane {
    
}
    
/*
---------------------------
FOOTER

- SITEMAP
- INFORMATION
---------------------------
*/    
    
#Footer {
    border-top: solid 1px #d1d1d1;
    font-size: 1.2em;        
}
#Footer .Wrapper {
    background-color: #e8e8e8;
    padding: 20px 0 20px 0;
}
    
/* FOOTER - SITEMAP */
    
#SiteMap {
    margin: 0 0 0 10px;    
}
#SiteMap ul {
    list-style: none;  
}
#SiteMap li {
    margin: 0 20px 0 0;
    width: 100px;          
}
#SiteMap li a {
    color: #999;
    font-size: 1em;
    font-weight: bold;        
    text-decoration: none;          
}
#SiteMap li:hover a {
    color: #f57e31;          
}
#SiteMap li ul {
    margin: 12px 0 0 0;   
}
#SiteMap li li {
    margin: 0 0 7px 0; 
}
#SiteMap li li a {
    color: #999;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 0.9em;
    text-decoration: none;
}
#SiteMap li li a:hover {
    text-decoration: underline;
}
#SiteMap li:hover li a {
    color: #555;
}
    
/* FOOTER - INFORMATION */
    
#Information {
     background: Transparent url("http://193.134.218.10/iict/fileadmin/templateIICT/main/imgs/Bkg_InformationTop.png") no-repeat 0 0;
     width: 250px;
     margin: 0 30px 0 0;   
}
#Information .vcard {
     background: Transparent url("http://193.134.218.10/iict/fileadmin/templateIICT/main/imgs/Bkg_Information.png") repeat-y 0 0; 
     margin: 19px 0 0 0;
     width: 250px;
     color: #888;
     font-size: 0.8em;
     padding: 0 20px 0 20px;  
}
#Information .vcard .fn {
	font-size: 1em;	
}
#Information .vcard .telecommunications {
     margin: 9px 0 0 0;  
}
#Information .vcard #NewsIICTFooter {
     margin: 12px 0 0 0;
     padding: 0 0 0 26px;
     height: 18px;
     background: Transparent url("http://193.134.218.10/iict/fileadmin/templateIICT/main/imgs/Logo_RSS.png") repeat-y 0 0;   
}
#InformationBottom {
    background: Transparent url("http://193.134.218.10/iict/fileadmin/templateIICT/main/imgs/Bkg_InformationBottom.png") no-repeat 0 0;
    height: 19px;
    width: 250px;
}

/*
---------------------------
CONTENT PART

- MICROFORMAT
- NEWS
- CONTACT
- SENDMAIL
- HISTORIQUE TABLE
- SKILLS
- ORGANIGRAMME
- BIOGRAPHY
- SKILL'S GROUP
- GROUPE DE COMPETENCE
- CONTENT FOR AN AXE
- PROJECT FOR AN AXE
- ALL PROJECT BUTTON
- LINK LIST
- BUTTON LINK
- HIGHLIGHT LINK
---------------------------
*/

/* FOOTER - MICROFORMAT */

.vcard {
	overflow: hidden;
	width: 100%;
}
.vcard img.photo {
	float: left;
	background-color: #fff;	
	border: 1px solid #ddd;	
	padding: 5px;
	margin: 0 26px 10px 0;
}
.vcard .org {
	font-weight: bold;
}
.vcard .fn {
	font-size: 1.4em;
	font-weight: bold;	
	margin: 10px 0 7px 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 - NEWS */

.content ul#News {
	background: Transparent url("http://193.134.218.10/iict/fileadmin/templateIICT/main/imgs/dotted_line.gif") repeat-x bottom left;
	padding: 0 0 1px 0;
	margin: 0;
	list-style-type: none;
}
.content ul#News li {
	background: Transparent url("http://193.134.218.10/iict/fileadmin/templateIICT/main/imgs/dotted_line.gif") repeat-x top left;
	margin: 0;
	text-indent: 0;
}
.content ul#News li:before {
	content: "";
}
.content ul#News li a {
	color: #444;
	font-weight: bold;
	display: block;
	padding: 9px 5px 9px 20px;
	text-decoration: none;
}
.content ul#News li a:hover {
	background: #ececec url("http://193.134.218.10/iict/fileadmin/templateIICT/main/imgs/dotted_line.gif") repeat-x top left
}
.content ul#News a em {
	color: #444;
	font-style: normal;
	font-weight: normal;
}
.content ul#News a span, #News a:link span, #News a:visited span {
	color: #778e8e;
	font-style:italic;
	font-size: 0.9em;
}

/* CONTENT PART - CONTACT */
.planAcces {
	margin: 20px 0 0 -12px;
}
.planAcces a.HighlightLink {
	margin: -6px 0 0 15px;
}

/* CONTENT PART - SENDMAIL */

.content #Sendmail {
	margin: 0 auto 2em auto;
	padding: 10px 20px 10px 25px;
	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 PART - HISTORIQUE TABLE */

.content .story {
	position: absolute;
	margin: -325px 0 0 102px;
	padding: 20px;
	width: 450px;
	height: 280px;
	overflow: auto;
	background-color: #000;
	color: #fff;
}
.content .story {
	
}
/* IE7- Hack */
*:first-child+html .content .story { margin: -40px 0 0 -470px; }

.close {
	float: right;	
}

/* CONTENT PART - SKILLS */

.content .skills {
	margin: 0 0 20px 0;	
}
.content .skills p { 
	display: inline;	
}
.content .skills li { 
	display: inline;
	text-indent: 0;
	margin: 0 5px 0 0;	
}
.content .skills li:before { 
	content: "";	
}
.content .skills ul {
	display: inline;
	margin-left: 0px	
}


/* CONTENT PART - ORGANIGRAMME */

#OrgPeopleList li strong {
	margin: 0;
	padding: 3px 5px 3px 9px;
	display: block;
	background-color: #888;
	color: #fff;
	width: 70%;
}
#OrgPeopleList ul {
	overflow: hidden;
	margin: 0;
}
#OrgPeopleList ul li {
	width: 264px;	
	float: left;
	text-indent: 0;
	margin: 0;
	font-size: 0.95em;
}
#OrgPeopleList ul li:first-child {
	margin: 0 60px 0 0;
}
#OrgPeopleList ul li:before {
	content: "";
}
#OrgPeopleList ul ul {
	border-bottom: solid 1px #ccc;
	margin: 0;
}
#OrgPeopleList ul li li {
	margin: 0;
}
#OrgPeopleList li li a {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 2px 9px 2px 9px;
	background-color: #eee;
	border: solid 1px #ccc;
	border-bottom: none;
}
#OrgPeopleList li li a:link {
	text-decoration: none;
}
#OrgPeopleList li li a:hover {
	background-color: #ddd;
	padding: 2px 9px 2px 9px;
	text-decoration: underline;
}
#OrgPeopleList li li a:visited {
	text-decoration: none;
}
#OrgPeopleList li a em {
	position: absolute;
	right: 4px;
	font-size: 0.8em;
}

/* CONTENT PART - BIOGRAPHY */

#userColleague li strong {
	margin: 0;
	padding: 3px 5px 3px 9px;
	display: block;
	background-color: #888;
	color: #fff;
	width: 70%;
}
#userColleague ul {
	overflow: hidden;
	margin: 0;
}
#userColleague ul li {
	width: 190px;	
	float: left;
	text-indent: 0;
	margin: 15px 0 0 0;
	font-size: 0.95em;
}
#userColleague ul li:first-child {
	margin: 0;
}
#userColleague ul li:before {
	content: "";
}
#userColleague ul ul {
	border-bottom: solid 1px #ccc;
	margin: 0;
}
#userColleague ul li li {
	margin: 0;
}
#userColleague li li a {
	display: block;
	overflow: hidden;
	padding: 2px 6px 2px 9px;
	background-color: #eee;
	border: solid 1px #ccc;
	border-bottom: none;
}
#userColleague li li a:link {
	text-decoration: none;
}
#userColleague li li a:hover {
	background-color: #ddd;
	padding: 2px 5px 2px 9px;
	text-decoration: underline;
}
#userColleague li li a:visited {
	text-decoration: none;
}
#userColleague ul li a em {
	position: absolute;
	right: 4px;
	font-size: 0.8em;
}

/* CONTENT PART - SKILL'S GROUP */

.logoSkillsGroup {
	float: left;
	margin: 0 10px 2px 0;	
}

/* CONTENT PART - GROUPE DE COMPETENCE */

.content ul.skillsGroup { 
	margin: 0;
	padding: 0;
}
.content ul.skillsGroup li { 
	width: 21%;
	float: left;
	text-indent: 0; 
	margin: 0 9px 0 0;
	background-color: #eee;
	border: 1px solid #e3e3e3;
	padding: 10px;
}
.content ul.skillsGroup li:before {
	content: "";
} 
.content ul.skillsGroup li a {
	display: block;
	/*min-height: 200px;*/
	text-decoration: none;
} 
.content ul.skillsGroup li ul {
	display: block;
	min-height: 200px;
	text-decoration: none;
} 
.content ul.skillsGroup ul.linkList {
	min-height: 90px;
}
.content ul.skillsGroup ul.linkList li a {
	font-weight: normal;
	font-size: 0.9em;
	padding: 4px 2px 2px 2px;
}
.content ul.skillsGroup span.ButtonLink a {
	font-weight: normal;
	font-size: 1.3em;
	padding: 8px 4px 4px 4px;
	min-height: 0px;
	margin: 0 0 30px;
}


/* CONTENT PART - CONTENT FOR AN AXE */

.content ul.AxeContent { 
	margin: 0;
	padding: 0;
}
.content ul.AxeContent li { 
	width: 29%;
	float: left;
	text-indent: 0; 
	margin: 0 10px 0 0;
	background-color: #eee;
	border: 1px solid #e3e3e3;
	padding: 10px;
}
.content ul.AxeContent li:before {
	content: "";
} 
.content ul.AxeContent li a {
	display: block;
	text-decoration: none;
} 
.content ul.AxeContent ul li {
	
	padding: 0;
	margin: 0;
	line-height: 1.1;
	border: none;
}

/* CONTENT PART - PROJECT FOR AN AXE */

.content ul.AxeProject { 
	margin: 0;
	padding: 0;
}
.content ul.AxeProject li { 
	width: 20%;
	float: left;
	text-indent: 0; 
	margin: 0 10px 0 0;
	background-color: #eee;
	border: 1px solid #e3e3e3;
	padding: 10px;
}
.content ul.AxeProject li:before {
	content: "";
} 
.content ul.AxeProject li h3 {
	font-size: 1.2em;
} 
.content ul.AxeProject li a {
	display: block;
	text-decoration: none;
} 
.content ul.AxeProject ul li {	
	padding: 0;
	margin: 0;
	line-height: 1.1;
	border: none;
}
.content ul.AxeProject ul.linkList a {	
	font-weight: normal;
	font-size: 0.95em;
}
.content ul.AxeProject ul.linkList li.ButtonLink a {	
	font-size: 1.2em;
}

/* CONTENT PART - ALL PROJECT BUTTON */

.content .AllProjectButton ul.linkList {
	background: none;
}

/* CONTENT PART - LINK LIST */

.content ul.linkList {
	background: Transparent url("http://193.134.218.10/iict/fileadmin/templateIICT/main/imgs/dotted_line.gif") repeat-x top left;
	padding: 1px 0 0 0;
	margin: 0 0 20px 0;
	list-style-type: none;
}
/* IE7- Hack */
*:first-child+html .content ul.linkList { 
	list-style: none;
	margin-left: 0em;
}
.content ul.linkList li {
	background: Transparent url("http://193.134.218.10/iict/fileadmin/templateIICT/main/imgs/dotted_line.gif") repeat-x bottom left;
	margin: 0;
	padding: 0;
	text-indent: 0;
	clear: both;
	float: none;
	border: none;
	width: 100%;
}
.content ul.linkList li:before {
	content: "";
}
.content ul.linkList li a {
	color: #444;
	font-weight: bold;
	display: block;
	padding: 8px 4px 4px 4px;
	text-decoration: none;
	min-height: 0px;
}
.content ul.linkList li a {
	color: #444;
	font-weight: bold;
	display: block;
	padding: 8px 4px 4px 4px;
	text-decoration: none;
}
.content ul.linkList li a:hover {

	background: #e0e0e0 url("http://193.134.218.10/iict/fileadmin/templateIICT/main/imgs/dotted_line.gif") repeat-x bottom left
}
.content ul.linkList a em {
	color: #666;
	font-style: normal;
	font-weight: normal;
	display: block;
	margin: 4px 0 0 0;
}
.content ul.linkList a acronym {
	padding: 0 4px 0 0;
	font-size: 1em;
	font-weight: normal;
} 
.content ul.linkList a acronym:after {
	content: " ::";
} 
.content ul.linkList a span, ul.linkList a:link span, ul.linkList a:visited span {
	color: #778e8e;
	font-style:italic;
	font-size: 0.9em;
}

/* CONTENT PART - BUTTON LINK */

.ButtonLink {
	clear: both;
	background: none !important;
	padding: 9px 0 10px 0 !important;
}
.ButtonLink a:hover {
	background: Transparent url("../imgs/link.jpg") no-repeat 0 0 !important;	
}
.ButtonLink a {
	display: block;
	padding: 8px 4px 4px 8px !important;
	background: Transparent url("../imgs/link.jpg") no-repeat 0 0;	
	height: 56px;
	font-size: 1.3em;
	line-height: 1.5;
	font-weight: normal !important;
}
.ButtonLink a em {
	display: block;
	font-size: 0.6em;
	line-height: 1;
}
.ButtonLink a, li.ButtonLink a em {
	color: #fff !important;	
}

/* CONTENT PART - HIGHLIGHT LINK */

a.HighlightLink {
	background: Transparent url("../imgs/next-rust_16.gif") no-repeat 0 0;
	display: block;
	margin: 12px 0 30px 0;
	padding: 0 0 0 22px;

}
a.HighlightLink:link, a.HighlightLink:visited {
	text-decoration: none;

}
a.HighlightLink:hover, a.HighlightLink:active {
	text-decoration: underline;

}



#refList em {
	display: none;
}