/* Start of CMSMS style sheet 'base' */
/* @override 
	http://localhost:8888/je/stylesheet.php?cssid=41&mediatype=screen
	http://je/stylesheet.php?cssid=41&mediatype=screen
*/

/* @group reset */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; margin: 0;; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
a{
	text-decoration: none;
}
dfn {
display:none;
}
.hidden{
display:none;
}
input[type=hidden]{
display:none!important;
width:0px;
height:0px;
}

/* @end */

body{
	background: url(./images/site/fond.png) repeat;
}
div#site{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	
}
div#wrapper {
	width: 100%;
	min-height: 500px!important;
	height: auto!important; /*IE bug*/
	height: 500px;	
	margin-top: 100px;
	background-color: #fdfdfd;
	-webkit-box-shadow: -3px -3px 20px #000;
    -moz-box-shadow: -3px -3px 20px #000;
     box-shadow: -3px -3px 20px #000;
}

div#footer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;	
	height: 30px;
}
div#lang {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;	
}

/* @group commun */

.left{
	float: left;
	display: inline;
}
.right{
	display: inline;
	float: right;
}

/* @end */

/* @group header */

div#header{
	height: 104px;
	width: 100%;
	background: url(./images/site/header/cadre_fond.png) repeat-x;
}
div#header .cadre{
	width: 6px;
	height: 100%;
}
div#header .cadre#g{
	background: url(./images/site/header/cadre_hg.png) no-repeat;
	float: left;
	display: inline;
}
div#header .cadre#d{
	background: url(./images/site/header/cadre_hd.png) no-repeat;
	float: right;
	display: none;
}
div#header a#logo{
	display: inline;
	float: left;
	margin-left: 11px;
	margin-top: 16px;
}
div#header a#logo div{
	display: inline;
	float: left;
	width: 194px;
	height: 66px;
	background: url(./images/site/logo.png) no-repeat;
	font-size: 0.000000001px;
	color: #e7f3f7;
}

div#banniere{
	height: 130px;
	width: 100%;
	background: url(./uploads/images/home_1.jpg) no-repeat;
}
/* @end */

/* @group menu_top */

#header div#menu {
	float: right;
	height: 100%;
}
#header div#menu li, #header div#menu li h3, #header div#menu li a, #header div#menu li a div{
	width: 91px;
	height: 105px;
	font-size: 0.0000001px;
	float: left;
	display: inline;
	color: #ecf3f5;
	}
#header div#menu ul li.selected{
	height: 114px;
}
#header div#menu ul li.selected div{
	margin-left: auto;
	margin-right: auto;
	margin-top: 104px;
		width: 15px;
		height: 10px;
	background-image: url(./images/site/bmenu/selected.png);

}

/* @end */
div#barre{
	z-index: 100px;
	height: 35px;
	width: 100%;
	background: url(./images/site/barre.png) repeat-x;
}
div#sous-menu {
	margin-left: 340px;
}

/* @group sous-menu */

div#sous-menu li, div#sous-menu li a, div#sous-menu li h3, div#sous-menu a div{
	width: 109px;
	height: 35px;
	font-size: 0.0000001px;
	float: left;
	display: inline;
	color: #ecf3f5;
}
div#sous-menu li h3{
	height: 38px;
	margin-top: -2px;

}
#content{
	padding: 20px;
	height: 190px;
	width: 960px;
	text-align: justify;
}
/* @end */

/* @group typo */
body{
	font: 10px/20px Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #737373;
}
h2.homet{
	margin-top: -10px;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	font-size: 15px;
}
h2{
	color: #5b5b5b;
	font-size: 13px;
	font-weight: bold;
}

#footer{
	color: #565e65;
	font-size: 9px;
}
a{
	color: #3c3c3c;
}
a:hover{
	color: #5c889c;
	text-decoration: underline;
}
.higlight{
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	margin-right: 10px;
	color: #a8a8a8;
}
/* @end */

/* @group footer */
#coin{
	width: 100%;
	height: 1px;
	margin-top: 0px;
}
#coin div{
	width: 7px;
	height: 7px;
	margin-top: -7px;
	background: url(./images/site/header/cadre_bg.png) no-repeat;
}
div#coin div.right{
	background: url(./images/site/header/cadre_bd_2.png) no-repeat;
}
div#footer{
	width: 100%;
	margin-top: ;
	
}
div#footer .left{
	width: 450px;
	margin-left: 15px;
}
div#footer .right{
	width: 450px;
	text-align: right;
	margin-right: 15px;
}
/* @end */



/* @group popup */

div#popup div{

	background-color: #fff;
	width: 500px;
	text-align: center;
	font-size: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0px -0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
     box-shadow: 0px 0px 10px #000;

}

div#popup a{
	color: #628da4;
}
div#popup a:hover{
	color: #85a3b9;
	text-decoration: none;
}
div#popup img{
	margin-left: 30px;


	}
	div#popup{
	width: 100%;
	position: fixed!important;
	position: absolute;
	z-index: 10;
	height: 80px;
	display: none;
	top: 235px;
}
	/* @end */

/* @group content */

div#extra .bord{
	height: 230px;
	float: left;
	display: inline;
	width: 9px;
	background: url(./images/site/separation_g.png) repeat-y;
	position: absolute;
}
div#portfolio_view{
	background: #e8eff2 url(./images/site/separation_d2.png) repeat-y 332px 0;

	
}

div#portfolio_view{
	height: 230px;
	background-color: #e8eff2;
	width: 340px;
	height: 230px;
	display: inline;
	float: left;
}
	
div#content, div#extra{
	width: 287px;
	display: inline;
	float: left;
	padding: 20px;
	height: 190px;
	text-align: justify;
}
div#extra{
	
	background-color: #fff;
}

/* @end */


/* @group partner */

#partner{
	width: 982px;
	height: 80px;
	margin-top: 30px;
	margin-bottom: 100px;
	background: url(./images/site/partner/bg.png) repeat-x;
	margin-left: auto;
	margin-right: auto;
}
#partner .bord{
	height: 100%;
	width: 9px;
	margin-left: -8px;
	background: url(./images/site/partner/partner_bg.png) no-repeat;
}
#partner .bord.right{
	background: url(./images/site/partner/partner_bd.png) no-repeat;
	margin-left: 0px;
	margin-right: -8px;
}
#partner .separator{
	background: url(./images/site/partner/separator.png) no-repeat;
	height: 66px;
	width: 4px;
	display: inline;
	float: left;
	margin-top: 5px;
}
#partner #logo_partner{
	background: url(./images/site/partner/logo_je.png) no-repeat;
	height: 46px;
	width: 128px;
	float: left;
	display: inline;
	margin-left: 10px;
	margin-top: 16px;
	margin-right: 15px;
}
#partner .partner_logo{
	width: 150px;
	height: 100%;
	float: left;
	display: inline;
	text-align: center;
}
#partner .partner_logo img{
	margin-top: 13px;
}

/* @end */

/* @group brochure */
div#brochure_img {
	background: url(./images/site/home/brochure2.png) no-repeat;
	width: 329px;
	height: 111px;
	margin-left: 7px;
	margin-top: 3px;
}
div#trad_img {
	background: url(./images/site/bloc/traduction.png) no-repeat;
	width: 329px;
	height: 111px;
	margin-left: 7px;
	margin-top: 3px;
}
div#contact{
		background: url(./images/site/bloc/contact.png) no-repeat;
	width: 280px;
	height: 86px;
	margin-top: 3px;
	margin-left: 8px;
	overflow: hidden;
	text-align: left;
	padding: 10px 22px 10px 22px;
	font-size: 13px;
}
div#contact a div{
	width: 120px;
	padding: 4px;
	text-align: center;
	font-size: 10px;
	color: #c9c9c9;
	margin-left: 150px;
	margin-top: 13px;
}
div#brochure_img h2{
	height: 22px;
	padding-top: 55px;
	padding-left: 53px;
	font-size: 10px;
}
#brochure_img p {
	margin-top: -9px;
	color: #fffeff;
	font-size: 9px;
	margin-left: 54px;
}


/* @end */

div#equipe_img {
	background: url(./images/site/bloc/team.png) no-repeat;
	width: 280px;
	height: 86px;
	margin-top: 3px;
	margin-left: 8px;
	overflow: hidden;
	text-align: left;
	padding: 10px 22px 10px 22px;
	font-size: 13px;

}
div#equipe_img h2{
	height: 22px;
	padding-top: 13px;
	padding-left: 156px;
	font-size: 10px;
	width: 150px;
}
div#services_img {
	background: url(./images/site/bloc/service.png) no-repeat;
	width: 280px;
	height: 86px;
	margin-top: 3px;
	margin-left: 8px;
	overflow: hidden;
	text-align: left;
	padding: 10px 22px 10px 22px;
	font-size: 13px;
	margin-bottom: 8px;
}
div#services_img h2{
	height: 22px;
	padding-top: 19px;
	padding-left: 34px;
	font-size: 10px;
	width: 160px;
	line-height: 16px;
}
div#services_img p{
	height: 22px;
	padding-top: 16px;
	padding-left: 34px;
	font-size: 9px;
	width: 160px;
	color: #fffeff;
}

/* End of 'base' */

