@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
}
:focus {
        outline: 0;
}
body {
        line-height: 1;
        color: black;
        background: white;
}
ol, ul {
        list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: separate;
        border-spacing: 0;
}
caption, th, td {
        text-align: left;
        font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: "";
}
blockquote, q {
        quotes: "" "";
}



/* @end */

body {
	font: 85% Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	color: #404040;
	margin-bottom: 5px;
}

a {
	color: #82A546;
	text-decoration: none;
}

div.clearFloat {
	clear: both;
}

/* @group identite */

#identite {
	padding-top: 30px;
	padding-bottom: 30px;
}

#identite .contenu {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

#identite .contenu img#postIt {
	position: absolute;
	top: 40px;
	margin-left: 445px; /*480px*/
	margin-top: 125px;
}

#identite .contenu h1 {
	display: none;
}

#identite .contenu ul {
	top: 40px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	text-align: right;
	width: 200px;
	position: absolute;
	margin-left: 400px;
	margin-top: 10px;
}

#identite .contenu ul a:hover {
	color: #688438;
}

#identite .contenu p#accroche {
/*	background: url(../img/bgAccroche.png) no-repeat left top;*/
/*	background:url("../images/home/bgAccroche.png") no-repeat left top;*/
	color: #B3B3B3;
	padding-left: 50px;
	margin-left: 100px; /*150px*/
/*	font: 2.5em/1.3em Georgia, "Times New Roman", Times, serif; 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,sans-serif*/
	font: 2.2em/1.3em Meiryo,Tahoma,Verdana,Segoe,sans-serif;
}

/* @end */

/* @group portfolio */

#portfolio {
/*	background: url(../img/bgPortfolio.png) repeat-x 0 top;*/
	background:url("../images/bgPortfolio.png") repeat-x 0 top;
	height: 360px; /*302px*/
	margin-bottom: 15px;
}

#portfolio .contenu {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;/*20px*/
}

#portfolio .contenu h2 {
	color: #fff;
	font-size: 2em;
	text-align:center;
	background:url("../images/H1port.gif") no-repeat left center;
	padding: 10px 10px 10px 0px;
/*	margin-bottom: 18px;*/
}

#portfolio .contenu #stage{
	width: 600px; 
	overflow: auto;
	overflow-x:hidden; 
	overflow-y:hidden; 
/*	height: 160px;*/
	margin-bottom: 12px;
	margin-top: 0;
	color: #fff;
	letter-spacing: 0.5px;
	text-align: left;
}

#portfolio .contenu #stage img{

/*	width: 5000px; 
	border:0; 
	margin: 0; 
	padding:0; 
	left:400px;*/
	border: 6px solid #d4dfa8;/*a5ba50*/
}

/*
#portfolio .contenu #stage img:hover {
	border-color: #d4dfa8;
}
*/

#portfolio .contenu #slider-buttons{width: 100%; margin:0 auto;
/*	text-align: right;*/
	color: #a8ba5d;
}

#portfolio .contenu #slider-buttons a {
	color: #a8ba5d;
}

#portfolio .contenu #slider-buttons a:hover {
	color: #d4dfa8;
}



/* @end */

/* @group boite */

#boite {
/*	margin-bottom: 30px;*/
}

#boite a {
	color: #698834;
}

#boite a:hover {
	text-decoration: underline;
}

#boite .contenu {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5em;
}

#boite .contenu h2 {
	font-size: 2em;
	background:url("../images/icon3.jpg") no-repeat left center;
	padding: 10px 10px 10px 60px;
	margin-bottom: 15px;
	margin-top: 15px;
	float: left;
	width: 100%;
}

#boite .contenu h2#contact {
	margin-top: 15px;
}

#boite .contenu .zoneImage {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

#boite .contenu .zoneImage img {
	float: left;
	margin-right: 20px;
}

#boite .contenu .zoneImage p.legende {
	line-height: 1.2em;
	font-style: italic;
	color: gray;
	margin-top: 20px;
}

#boite .contenu ul.savoirFaire {
	line-height: 1.1em;
	color: #656565;
	font-size: 1.1em;
	margin-top: 18px;
	margin-bottom: 5px;
}

#boite .contenu ul.savoirFaire li {
	background: url(../../img/bgPointVerif.png) no-repeat 10px center;
	border-bottom: 1px dotted #ccc;
	padding: 7px 10px 7px 32px;
}

#boite .contenu ul.savoirFaire li.alterner {
	background-color: #ebebeb;
}

#boite .contenu ul.savoirFaire li.der {
	border-bottom-style: none;
}



/* @end */

/* @group piedPage */

#piedPage {
	color: gray;
	font-size: 0.9em;
	text-align:right;
}

#piedPage a#top {
	width: 200px;
	height: 200px;
	position: absolute;
	margin-top: -190px;
	margin-left: 400px;
}

#piedPage .contenu {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}

#piedPage .contenu p {
	margin-top: 10px;
}

#nav-container {
/*	background: url(../images/nav-bg.jpg) no-repeat 0 0;*/
	height: 40px;
	width: 600px;
	margin-left: 40px;
}

ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

ul#nav li a {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9000px;
	position: absolute;
}

/***　日本語　***/
ul#nav li a.ja {
	background-image: url(../images/btnja.gif);
	height: 30px;
	width: 90px;
	top: 0;
	left:0;
}

ul#nav li a.ja:hover{
	background-position: 0 -30px;
}

/***　韓国語　***/
ul#nav li a.kr {
	background-image: url(../images/btnkr.gif);
	height: 30px;
	width: 90px;
	top: 0;
	left:100px;
}

ul#nav li a.kr:hover{
	background-position: 0 bottom;
}

/***　中国語　***/
ul#nav li a.ch {
	background-image: url(../images/btnch.gif);
	height: 30px;
	width: 90px;
	top: 0;
	left:200px;
}

ul#nav li a.ch:hover{
	background-position: 0 bottom;
}

/***　中国語Ｔ　***/
ul#nav li a.cht {
	background-image: url(../images/btntw.gif);
	height: 30px;
	width: 90px;
	top: 0;
	left:300px;
}

ul#nav li a.cht:hover{
	background-position: 0 bottom;
}

/***　英語　***/
ul#nav li a.en {
	background-image: url(../images/btnen.gif);
	height: 30px;
	width: 90px;
	top: 0;
	left:400px;
}

ul#nav li a.en:hover{
	background-position: 0 bottom;
}

/***　スペイン語　***/
ul#nav li a.es {
	background-image: url(../images/btnes.gif);
	height: 30px;
	width: 90px;
	top: 40px; /*0*/
	left:0; /*500px*/
}

ul#nav li a.es:hover{
	background-position: 0 bottom;
}

/***　Thai　***/
ul#nav li a.thai {
	background-image: url(../images/btnthai.gif);
	height: 30px;
	width: 90px;
	top: 40px; /*0*/
	left:100px; /*500px*/
}

ul#nav li a.thai:hover{
	background-position: 0 bottom;
}

/***　Bahasa Indonesia　***/
ul#nav li a.in {
	background-image: url(../images/btnin.gif);
	height: 30px;
	width: 90px;
	top: 40px;
	left:200px;
}

ul#nav li a.in:hover{
	background-position: 0 bottom;
}

/***　Vietnam　***/
ul#nav li a.vi {
	background-image: url(../images/btnvi.gif);
	height: 30px;
	width: 90px;
	top: 40px; /*0*/
	left:300px; /*500px*/
}

ul#nav li a.vi:hover{
	background-position: 0 bottom;
}

/* @end */