/* ---------------------------------------- */
/* declare all fonts  						*/
/* ---------------------------------------- */
@font-face
 {
 	font-family: LucidaSansUnicodeNormal;
	src: url("../fonts/lucida_sans_unicode_normal.ttf")
 }
@font-face
{
	font-family: Vijaya;
 	src: url("../fonts/vijaya.ttf")
}
@font-face
{
	font-family: Calibri;
 	src: url("../fonts/calibri.ttf")
}

/* ---------------------------------------- */
/* declare basic HTML elements rules		*/
/* ---------------------------------------- */
#bodyHidden{
	display:none;
}
abbr{
	border-bottom: 1px dotted black;
}
.dspNone{
	display: none;
}
.dspHidden{
	visibility : hidden; 
}

/* ---------------------------------------- */
/* declare the template around all page		*/
/* - top around page 						*/
/* - middle around page						*/
/* - bottom around page 					*/
/* ---------------------------------------- */
.page{
	width: 1280px;
/* 	height: 768; */
	background-color: white;
	margin: auto;
}
.top-page, .bottom-page, .middle-page{
	width: 100%;
}
.top-page{
	height: 12px;
}
.bottom-page{
	height:15px;
}
.top-page-middle, .bottom-page-middle{
	width:1160px;
}
.top-page-left, .top-page-right, 
.bottom-page-left, .bottom-page-right{
	width: 60px;
}
.top-page-left, .top-page-middle, .top-page-right,
.bottom-page-left, .bottom-page-middle, .bottom-page-right{
	float:left;
	height:100%
}
.middle-page{
	height: 643px;
}
.side-page{
	width: 60px;
}
.side-page, .center-page{
	height:100%;
	float: left;
}
.center-page{
	width:1160px;
}
.content{
	width: 100%;
	height: 100%;
}

/* ------------------------------------- */
/* declare the template around all pages */
/* all images used						 */
/* ------------------------------------- */
.top-page-left{
	background-image: url("../images/top-page-left.png");
}
.top-page-right{
	background-image: url("../images/top-page-right.png");
}
.top-page-middle{
	background-image: url("../images/top-page-middle.png");
}
.bottom-page-left{
	background-image: url("../images/bottom-page-left.png");
}
.bottom-page-right{
	background-image: url("../images/bottom-page-right.png");
}
.bottom-page-middle{
	background-image: url("../images/bottom-page-middle.png");
}
.side-page.left-page{
	background-image: url("../images/side-page-left.png");
}
.side-page.right-page{
	background-image: url("../images/side-page-right.png");
}

/* ---------------------------------------- */
/* declare the template for content page	*/
/* - top banner								*/
/* - middle content							*/
/* - bottom banner							*/
/* ---------------------------------------- */

.content-header{
	height: 48px;
}
.content-title{
	padding: 16px 0px 0px 24px;
}
.content-title div{
	display: inline-block;
}
.content-decoration{
	height:28px;
	width:16px;
	margin: 16px 0px 0px 16px;
}
.content-decoration, .content-title{
	float: left;
}
.content-footer{
	width: 100%;
	height: 228px;
}
.b1,.b2,.b3{
	float: left;
}
.b1{
	height:100%;
	width: 264px;
}
.b2{
	height:100%;
	width:272px;
}
.b2-header{
	padding: 6px 0px 0px 8px;
	height: 96px;
}
#b2p1{
    height: 64px;
}
#b2p2{
    width: 224px;
    position: relative;
    top: -64px;
    left:28px;
}
#b2p3{
    width: 128px;
    position: relative;
    top: -70px;
    left: 112px;
}
.b2-footer{
	padding: 52px 0px 0px 8px;
}
.b3{
	height:100%;
	width: 620px;
}
.all-items li{
	display: inline-block;
	padding: 0px 12px;
}
.all-items.i1 ul{
	padding: 24px 128px 12px 0px;
}
.all-items-contacts{
	width: 100%;
	height: 100px;
}
.all-items.i2{
	font-size: 19px;
	height: 64px;
}
.all-items.i2 ul{
	padding-top: 16px;	
}
.item{
	height: 367px;
}
.item-content{
	padding: 24px 28px;
	width: 1104px;
	height: 320px;
}
.subsection{
	float: right;
	width: 100%;
	height: 40px;
}
.subsection ul{
	height: 24px;
	margin: auto;
}
.subsection li {
	display: inline-block;
	padding-left: 64px;
}

/* ----------------------------------------- */
/* declare the template for content page     */
/* all images used / background color used	 */
/* ----------------------------------------- */
.item{
	background-image: url("../images/wood-pattern.gif");
}
.content-header{
	background-color: white;
}
.content-decoration{
	background-image: url("../images/content-title-decoration.png");
	background-repeat: no-repeat;
}
.b1{
	background-image: url("../images/menu_b1_header.gif");
	background-repeat: no-repeat;
	background-position: 8px 16px;
}
.subsection ul{
	border-bottom: 1px solid gray;
}
/* ----------------------------------------- */
/* declare the template for content page     */
/* all font styles							 */
/* ----------------------------------------- */
.content-title{
	font: LucidaSansUnicodeNormal;
	font-size: 28px;
	font-family: LucidaSansUnicodeNormal, sans-serif;
	letter-spacing: 5px;
	color: #525252;
}
.b2-header{
	font-family: Vijaya, serif;
	color: #052c6e;
}
#b2p1{
    font-size: 64px;
}
#b2p2{
    font-size: 48px;
}
#b2p3{
    font-size: 40px;
}
.b2-footer{
	font-family: Calibri,sans-serif;
}
.all-items{
	font-family: Calibri, sans-serif;
}
.all-items.i1 ul{
	text-align: right;
	font-size: 21px;
}
.all-items.i2{
	font-size: 19px;
}
.subsection{
	font-family: Calibri,sans-serif;
	font-size: 18px;
}
.subsection ul{
	text-align: center;
}
.selectedSection, .selectedSubSection, .section li:HOVER, .subsection li:HOVER{
	color: #a44600;
}

/* ---------------------------------------- */
/* declare visual separator					*/
/* ---------------------------------------- */
#v-gradUD-b1-b2{
	height: 100%;
	width: 4px;
	float: left;
	background-image: url("../images/v-gradUD-b1-b2.png");
}
#h-gradLR-b3, #h-gradRL-b3{
	width: 100%;
	height: 4px;
}
#h-gradLR-b3{
	background-image: url("../images/h-gradLR-b3.png");
}
#h-gradRL-b3{
	background-image: url("../images/h-gradRL-b3.png");
}

/* ---------------------------------------------------- */
/* declare template content page style					*/
/* ---------------------------------------------------- */

/* COMMON */
.p-out{
	margin-top: 16px;
	padding-top: 2px;
	border-top: 1px solid silver;
	font-style: italic;
	text-align: right;
	color: #0A3073;
}
em.light{
	font-style: italic;
	font-size: smaller;
}
ul.simple-list{
	list-style: square;
}
ul.simple-list li{
	margin-left: 24px;
    padding: 1px 0 3px;
}
div.list-2col, div.list-3col{
	padding: 2px 0px 6px;
}
div.list-2col div, div.list-3col div{
	display: inline-block;
	vertical-align: top;
	margin: 2px 8px 0px 0px;
}
div.list-2col div{
	width: 45%;
}
div.list-3col div{
	width: 30%;
}

/* ---------------------------------------------------- */
/* declare welcome page content style					*/
/* ---------------------------------------------------- */
#item-text-welcome{
	width: 658px;
	height: 280px;
	margin-right: 16px;
	float: left;
}
div:FIRST-CHILD#item-text-welcome{
	padding: 20px 28px;
}
#t1-welcome-title{
	height: 32px;
	margin-bottom: 76px;
}
#t1-welcome-content{
	margin-bottom: 32px;
}
#item-image-welcome{
	margin-left: 16px;
	width: 318px;
	height: 320px;
	float: left;
	padding:0px 16px;
}
#item-image-welcome div{
	height: 320px;
	width: 98px;
	margin: 0px 4px;
	float: left;
}
/* ---------------------------------------------------- */
/* declare welcome page content style					*/
/* all images used / background color used				*/
/* ---------------------------------------------------- */
div:FIRST-CHILD#item-text-welcome{
	background-color: white;
}
#item-image-welcome{
	background-image: url("../images/black_opac50.png");
}

/* ---------------------------------------------------- */
/* declare welcome page content style					*/
/* all fonts used 										*/
/* ---------------------------------------------------- */
#t1-welcome-title{
	font-size: 28px;
	font-family: Vijaya, serif;
}
#t1-welcome-content{
	font-size: 15px;
	font-family: Calibri,sans-serif;
}
#t1-welcome-conclusion{
	font-size: 22;
	font-family: Vijaya, serif;
	text-align: right;
}

/* ---------------------------------------------------- */
/* declare course --> training page content style		*/
/* ---------------------------------------------------- */
.training-remark{
	padding-top: 8px;
	color: #0A3073; 
}
.item-image-training{
	width: 98px;
	padding: 0px 16px;
	height: 320px;
	display: inline-block;
	margin-right: 12px;
}
.item-image-training div{
	height: 320px;
	width: 98px;
}
#list-training{
	float: left;
	height:280px;
	width: 240px;
	padding: 20px 16px;
	margin-right: 16px;
}
#list-training div:FIRST-CHILD{
	margin-bottom: 16px;
}
.content-training{
	float: left;
	height:280px;
	width: 638px;
	padding: 20px 16px;
	float: left;
}
.content-selected{
	float: left;
	height:280px;
	width: 784px;
	padding: 20px 16px;
	float: left;
}
.text-content-title{
	margin-bottom: 16px;
}
#list-training li{
	padding: 4px 0px;
}
.content-training-field, .content-training-details{
	float: left;
	height: 280px;
}
.content-training-details{
	margin-right: 8px;
	width: 100%;
}
.content-details-reduce{
	width: 256px;
}
.content-details-extend{
	width: 100%;	
}
.content-training-field{
	width: 520px;
}
.content-training-field li{
	margin: 8px 0px;
}
.item-text-training, .item-text-training-extend{
	height: 320px;
	display: inline-block;
	position: relative;
}
.item-text-training{
	width: 958px;
}
.item-text-training-extend{
	width: 1104px;
}
.field{
	float: left;
	width: 256px;
}
#list1-field{
	margin-right: 8px;
}

/* ---------------------------------------------------- */
/* declare course --> training page content style		*/
/* all images used / background color used				*/
/* ---------------------------------------------------- */
.item-image-training{
	background-image: url("../images/black_opac50.png");
}
#list-training{
	background-color: white;
	border-top: 1px solid black;
}
.content-training{
	background-color: white;
	border-top: 1px solid black;
}
.content-selected{
	border-top: 1px solid black;
	background-color: white;
}
.text-content-title{
	border-bottom: 1px solid grey;	
}

/* ---------------------------------------------------- */
/* declare course --> training page content style		*/
/* all fonts used 										*/
/* ---------------------------------------------------- */
#list-training{
	font-size: 15px;
	font-family: Calibri,sans-serif;
}
#list-training div:FIRST-CHILD{
	font-size: 20px;
}
.content-training{
	font-size: 15px;
	font-family: Calibri,sans-serif;
}
.content-selected{
	font-size: 15px;
	font-family: Calibri,sans-serif;
}
.text-content-title{
	font-size: 20px;
}
#list-training li:HOVER{
	text-decoration: underline;
}
.selectedTraining, .selectedField{
	color: #a44600;
}
#list-training li:HOVER, .content-field li:HOVER, .field li:HOVER{
	color: #a44600;
}
.field-backLink{
	text-decoration: underline;
	text-align: right;
	color: grey;
	padding-top: 2px;
	border-top: 1px solid silver;
	margin-top: 8px;
}
.field-backLink:HOVER {
	color: orange;
}

/* ---------------------------------------------------- */
/* declare course --> experience page content style		*/
/* ---------------------------------------------------- */
.item-image-experience{
	width: 98px;
	padding: 0px 16px;
	height: 320px;
	display: inline-block;
	margin-right: 12px;
}
.item-image-experience div{
	height: 320px;
	width: 98px;
}
#list-experience{
	float: left;
	height:280px;
	width: 240px;
	padding: 20px 16px;
	margin-right: 16px;
}
#list-experience div:FIRST-CHILD{
	margin-bottom: 16px;
}
.content-experience{
	float: left;
	height:280px;
	width: 638px;
	padding: 20px 16px;
	float: left;
}
.content-selected{
	float: left;
	height:280px;
	width: 784px;
	padding: 20px 16px;
	float: left;
}
.text-content-title{
	margin-bottom: 16px;
}
#list-experience li{
	padding: 4px 0px;
}
.content-experience-activity, .content-experience-details{
	float: left;
	height: 280px;
}
.content-experience-details{
	margin-right: 24px;
/* 	width: 100%; */
}
.content-details-reduce{
/* 	width: 396px; */
}
.content-experience-activity{
	width: 360px;
}
.content-experience-activity li{
	margin: 8px 0px;
}
.item-text-experience, .item-text-experience-extend{
	height: 320px;
	display: inline-block;
	position: relative;
}
.item-text-experience{
	width: 958px;
}
.item-text-experience-extend{
	width: 1104px;
}
.activity{
	float: left;
	width: 256px;
}
#list1-activity{
	margin-right: 8px;
}

/* ---------------------------------------------------- */
/* declare course --> experience page content style		*/
/* all images used / background color used				*/
/* ---------------------------------------------------- */
.item-image-experience{
	background-image: url("../images/black_opac50.png");
}
#list-experience{
	background-color: white;
	border-top: 1px solid black;
}
.content-experience{
	background-color: white;
	border-top: 1px solid black;
}
.content-selected{
	border-top: 1px solid black;
	background-color: white;
}
.text-content-title{
	border-bottom: 1px solid grey;	
}

/* ---------------------------------------------------- */
/* declare course --> experience page content style		*/
/* all fonts used 										*/
/* ---------------------------------------------------- */
#list-experience{
	font-size: 15px;
	font-family: Calibri,sans-serif;
}
#list-experience div:FIRST-CHILD{
	font-size: 20px;
}
.content-experience{
	font-size: 15px;
	font-family: Calibri,sans-serif;
}
.content-selected{
	font-size: 15px;
	font-family: Calibri,sans-serif;
}
.text-content-title{
	font-size: 20px;
}
#list-experience li:HOVER{
	text-decoration: underline;
}
.selectedExperience, .selectedActivity{
	color: #a44600;
}
#list-experience li:HOVER, .content-activity li:HOVER, .activity li:HOVER{
	color: #a44600;
}

/* ---------------------------------------------------- */
/* declare skill --> skill page content style		*/
/* ---------------------------------------------------- */
.item-image-skill, .item-image-skill-small{
	padding: 0px 16px;
	height: 320px;
	display: inline-block;
	margin-right: 12px;
}
.item-image-skill-small{
	width: 378px;
}
.item-image-skill{
	width: 584px;
}
.item-image-skill div, .item-image-skill-small div){
	height: 320px;
	width: 100%;
}
.item-image-skill-other{
	width: 150px;
	padding: 0px 16px;
	height: 320px;
	display: inline-block;
}
.item-image-skill-other div{
	height: 320px;
	width: 100%;
}
#list-domain{
	float: left;
	height:280px;
	width: 128px;
	padding: 20px 16px;
	margin-right: 16px;
}
#list-domain div:FIRST-CHILD{
	margin-bottom: 16px;
}
.content-skill, .content-skill-presentation,.content-skill-domain{
	float: left;
	height:280px;
	padding: 20px 16px;
	float: left;
}
.content-skill-presentation{
	width: 470px;
}
.content-skill{
	width: 264px;
}
.content-skill-domain{
	width: 280px;
}
#list-domain li{
	padding: 4px 0px;
}
.content-skill-field{
	width: 512px;
}
.content-skill-field-domain{
	width: 256px;
}
.content-skill-field li{
	margin: 2px 0px;
}
.item-text-skill, .item-text-skill-extend{
	height: 320px;
	display: inline-block;
	position: relative;
}
.item-text-skill-extend{
	width: 1104px;
}
#list1-skill-field{
	margin-right: 8px;
}

/* ---------------------------------------------------- */
/* declare skill --> skill page content style		*/
/* all images used / background color used				*/
/* ---------------------------------------------------- */
.item-image-skill, .item-image-skill-small, .item-image-skill-other{
	background-image: url("../images/black_opac50.png");
}
#list-domain{
	background-color: white;
	border-top: 1px solid black;
}
.content-skill-presentation, .content-skill, .content-skill-domain{
	background-color: white;
	border-top: 1px solid black;
}

/* ---------------------------------------------------- */
/* declare skill page content style		*/
/* all fonts used 										*/
/* ---------------------------------------------------- */
#list-domain{
	font-size: 15px;
	font-family: Calibri,sans-serif;
}
#list-domain div:FIRST-CHILD{
	font-size: 20px;
}
.content-skill-presentation, .content-skill, .content-skill-domain{
	font-size: 15px;
	font-family: Calibri,sans-serif;
}
.text-content-title{
	font-size: 20px;
}
#list-domain li:HOVER{
	text-decoration: underline;
}
.selectedSkill, .selectedDomain{
	color: #a44600;
}
#list-domain li:HOVER, .skill-field li:HOVER{
	color: #a44600;
}
.skill-field-backLink{
	text-decoration: underline;
	text-align: right;
	color: grey;
}
.skill-field-backLink:HOVER {
	color: orange;
}
/* ------------------------ */
.skill-field-inside-info{
	margin-left: 24px;
	list-style-type: square;
}
.skill-field-inside-info li{
	margin : 2px 0px;
}
.skill-field-info li:HOVER {
	color: 	#a44600;
}
.content-skill-selected{
    font-family: Calibri,sans-serif;
    font-size: 15px;
    background-color: white;
    border-top: 1px solid black;
    float: left;
    height: 280px;
    padding: 20px 16px;
    width: 876px;
}
.content-skill-globale{
	width: 876px;
	height: 256px;
}
.content-skill-field, .content-skill-field-domain{
	float: left;
	margin-right: 8px;
}
.details-skill-field{
	float: left;
	width: 320px;
	padding-right: 36px;
}
/* ---------------------------------------------------- */
/* declare about me page content style					*/
/* ---------------------------------------------------- */

.aboutMe-content{
	background: white;
	height: 100%;
	width: 100%;
}
.aboutMe-block{
	float: left;
	height: 304px;
	padding: 8px 16px;
}
#perso-story{
	width: 368px;
}
#perso-QD{
	width: 152px;
}
#perso-interest{
	width: 488px;
}
.me-paragraph {
    padding: 4px 0px;
}
.perso-QD-block{
	padding: 16px 0px;
}
.perso-QD-block ul{
	padding: 8px 0px;
}
.perso-QD-block li{
	padding: 0px 16px;
}
.perso-QD-block li:hover ,.aboutMe-block:hover , .me-paragraph:HOVER, .perso-stuff:HOVER, .perso-stuff li:HOVER{
    color: #A44600;
}
.perso-QD-block div, .perso-stuff ul {
    color: black;
}
.me-paragraph {
    color: black;
}
.perso-stuff{
	height: 128px;
}
.perso-stuff div {
    float: left;
    margin: 0px 8px;
    padding: 4px 16px;
}
.perso-stuff li {
    padding: 2px 16px;
}
.perso-stuff-detail-block{
	float: left;
}
.perso-stuff-detail-block div, .perso-stuff-detail-ext-block div{
    float: left;
    margin: 2px 4px;
}
.perso-stuff-detail-block div{
    width: 128px;
}
.perso-stuff-detail-ext-block div{
    width: 448px;
}
.perso-stuff-detail-block li, .perso-stuff-detail-ext-block li{
    list-style: square;
    margin-left: 16px;
    padding-top: 2px;
    color: black;
}
.text-content-sumup{
	height: 256px;
}
.image-content-sumup{
	height: 256px;
}
.all-items-contacts div {
   float: left;
   height: 64px;
   left: 256px;
   top: 16px;
   margin: 0 8px;
   position: relative;
   width: 64px;
}
.aboutMe-content{
	font-family: Calibri,sans-serif;
}
