@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#f5f5f5;
	font-family:"Arial";
	color:#000000;
	font-size:12px;
}
h1 {
	height:23px;
	margin:0px;
	padding:0px;
	padding-left:30px;
	padding-top:2px;
	background-image:url(../img/bullet_big.png);
	background-repeat:no-repeat;
	font-size:20px;
}
span.up-color {
	color:#779302;
}
.container {
	width:970px;
	margin:auto;
}

legend {
	color:#779302;
}
/*********************** LINKS *************************/
ul#top-menu li a {
	color: #a7a7a7;
	text-decoration:none;
	height:30px;
	width:99px;
	display:block;
	padding-top:13px;
	background-image:url(../img/back_btn_menu_top_off.png);
	background-repeat:no-repeat;
}

ul#top-menu li a:hover {
	color: #739700;
	text-decoration:none;
	height:30px;
	width:99px;
	display:block;
	padding-top:13px;
	background-image:url(../img/back_btn_menu_top_on.png);
	background-repeat:no-repeat;
}

a.menu:link {
	text-decoration: none;
	background-image:url(../img/back_btn_menu_top_off.png);
	background-repeat:no-repeat;
	color:#a7a7a7;
}
a.menu:visited {
	text-decoration: none;
	background-image:url(../img/back_btn_menu_top_off.png);
	background-repeat:no-repeat;
	color:#a7a7a7;
}
a.menu:hover {
	text-decoration: none;
	background-image:url(../img/back_btn_menu_top_on.png);
	background-repeat:no-repeat;
	color:#739700;
}
a.menu:active {
	text-decoration: none;
	background-image:url(../img/back_btn_menu_top_off.png);
	background-repeat:no-repeat;
	color:#a7a7a7;
}
a.proj:link {
	color: #000000;
	text-decoration: none;
	padding-left:15px;
	background-image:url(../img/bullet_off.png);
	background-repeat:no-repeat;
	background-position:left;
}
a.proj:visited {
	text-decoration: none;
	color: #000000;
	padding-left:15px;
	background-image:url(../img/bullet_off.png);
	background-repeat:no-repeat;
	background-position:left;
}
a.proj:hover {
	text-decoration: none;
	color: #779302;
	padding-left:15px;
	background-image:url(../img/bullet_on.png);
	background-repeat:no-repeat;
	background-position:left;
}
a.proj:active {
	text-decoration: none;
	color: #000000;
	padding-left:15px;
	background-image:url(../img/bullet_off.png);
	background-repeat:no-repeat;
	background-position:left;
}
a.ssmenu:link {
	color: #616161;
	text-decoration: none;
	padding-left:15px;
	background-image:url(../img/bullet_off.png);
	background-repeat:no-repeat;
	background-position:left;
}
a.ssmenu:visited {
	text-decoration: none;
	color: #616161;
	padding-left:15px;
	background-image:url(../img/bullet_off.png);
	background-repeat:no-repeat;
	background-position:left;
}
a.ssmenu:hover {
	text-decoration: none;
	color: #779302;
	padding-left:15px;
	background-image:url(../img/bullet_on.png);
	background-repeat:no-repeat;
	background-position:left;
}
a.ssmenu:active {
	text-decoration: none;
	color: #616161;
	padding-left:15px;
	background-image:url(../img/bullet_off.png);
	background-repeat:no-repeat;
	background-position:left;
}
/*********************** HEADER *************************/
.header {
	height:100px;
}
.logo {
	float:left;
	width:390px;
	height:80px;
	margin-top:10px;
}
/*********************** MENU TOP *************************/
.menu {
	height:50px;
}
.menu-left {
	float:left;
	width:20px;
	height:50px;
	background-image:url(../img/back_menu_top_left.png);
	background-repeat:no-repeat;
}
.menu-center {
	float:left;
	width:930px;
	height:50px;
	background-image:url(../img/back_menu_top_center.png);
	background-repeat:repeat-x;
}
.menu-right {
	float:right;
	width:20px;
	height:50px;
	background-image:url(../img/back_menu_top_right.png);
	background-repeat:no-repeat;
}
#top-menu {
	width:100%;
	list-style-type:none;
	padding:0px;
	margin:0px;
	height:43px;
}
#top-menu li {
	float:left;
	margin:0px;
	margin-right:20px;
	height:30px;
	width:99px;
	font-size:12px;
	color:#a7a7a7;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
}
#top-menu li.on {
	padding-top:13px;
	background-image:url(../img/back_btn_menu_top_on.png);
	background-repeat:no-repeat;
	color:#739700;
}
#top-menu li.off {
	padding-top:13px;
	background-image:url(../img/back_btn_menu_top_off.png);
	background-repeat:no-repeat;
	color:#a7a7a7;
}
/*********************** CONTENT *************************/

.content {
	margin-top:20px;
}
.content-title-1 {
	float:left;
	width:601px;
	height:35px;
	margin:0px;
	padding-left:20px;
	padding-top:10px;
	background-image:url(../img/back_content_title_1.png);
	background-repeat:no-repeat;
}
.content-size-1 {
	float:left;
	width:581px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#f9f9f9;
}
.last-project {
	float:right;
	width:337px;
	height:261px;
	background-image:url(../img/back_last_project.png);
	background-repeat:no-repeat;
}
.title-last-project {
	margin-top:10px;
	margin-left:10px;
}
.text-last-project {
	margin-top:12px;
	margin-left:40px;
	line-height:26px;
}

/*********************** OVERLAY *************************/

	/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    width:840px;     
    min-height:444px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(../img/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

/* styling for elements inside overlay */ 
.details { 
    position:absolute; 
    top:15px; 
    right:15px; 
    font-size:11px; 
    color:#fff; 
    width:150px; 
} 
 
.details h3 { 
    color:#779302; 
    font-size:15px; 
    margin:0 0 -10px 0; 
}

/*********************** DIAPO PROJETS *************************/
.dia {
	clear:both;
	padding-top:20px;
}
.diaporama-projets {
	height:170px;
	padding-left:20px;
	padding-right:20px;
	background-image:url(../img/back_dia_proj.png);
	background-repeat:no-repeat;
}
div.scrollable div.items {
	/* this cannot be too large */ 
    width:20000em;
	position:absolute;
}
div.scrollable div.items div {
	float:left;
}
div.items div.active {
	border:1px inset #ccc;
	background-color:#fff;
}
.scrollable {
	float:left;
}
a.browse {
	background:url(../img/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:60px 10px;
	cursor:pointer;
	font-size:1px;
}
a.right {
	background-position: 0 -30px;
	clear:right;
	margin-right: 0px;
}
a.right:hover {
	background-position:-30px -30px;
}
a.right:active {
	background-position:-60px -30px;
}
a.left {
	margin-left: 0px;
}
a.left:hover {
	background-position:-30px 0;
}
a.left:active {
	background-position:-60px 0;
}
a.disabled {
	visibility:hidden;
}
.scrollable {
	position:relative;
	overflow:hidden;
	width: 850px;
	height:170px;
}
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}
.scrollable img {
	float:left;
	margin:40px 10px 20px 0px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.scrollable .active {
	border:2px solid #ace905;
	z-index:9999;
	position:relative;
}
/*********************** FOOTER *************************/
.footer {
	clear:both;
}
#footer-menu {
	width:100%;
	list-style-type:none;
	padding:0px;
	margin:0px;
	height:11px;
	margin-top:23px;
}
#footer-menu li {
	float:left;
	margin:0px;
	margin-right:20px;
	height:11px;
	padding-left:15px;
	font-size:10px;
	color:#616161;
}
#footer-menu li.on {
	background-image:url(../img/bullet_on.png);
	background-repeat:no-repeat;
	color:#779302;
}
#footer-menu li.off {
	background-image:url(../img/bullet_off.png);
	background-repeat:no-repeat;
	color:#616161;
}
.copyright {
	padding:20px;
	font-size:10px;
	color:#616161;
}

