@import url('reset.css');

/*
 * BASE TAG REFORMATTING */


body {
    line-height: 16px;
    width: 100%;
    font-family: "Trebuchet MS", Arial, Verdana;
    font-size: 62.5%;
    cursor: default;
    color: #484848;
    background: #f5f5f5 url('../images/top-bkg.jpg') repeat-x left top;
}

/* HEADLINES */

h1, h2, h3, h4, h5, h6 {
    font-weight: normal !important;
    font-family: "Trebuchet MS";
    color: #0091dc;
    margin-bottom: 20px;
}

h1, h1 a {
    font-size: 30px;
    line-height: 30px;
}
h2, h2 a {
    font-size: 26px;
    line-height: 26px;
}
h3, h3 a {
    font-size: 22px;
    line-height: 22px;
}
h4, h4 a {
    font-size: 18px;
    font-weight: bold !important;
    line-height: 18px;
}
h5, h5 a {
    font-size: 16px;
    line-height: 16px;
}
h6, h6 a {
    font-size: 14px;
    line-height: 14px;
}

a {
    font-family: "Trebuchet MS";
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.clearer { clear: both; }
.aligncenter { display: block; margin: 0 auto; }
.alignleft { display: block; float: left !important; }
.alignright { display: block; float: right !important; }
img.alignleft { margin: 0 20px 20px 0; }
img.alignright { margin: 0 0 20px 20px; }
img {
    border: 1px dotted #e0e0e0;
    padding: 4px;
}
p {
    font-size: 11px;
    color: #aaa;
    line-height: 20px;
    padding-bottom: 20px;
}


ul.style-a {
    list-style-type: square;
    list-style-position: inside;
}
ul.style-a li {
    font-size: 11px;
	color:#444444;
    margin-bottom: 4px;
}

ul.social-links {
    list-style-type: none;
}
ul.social-links li {
    clear: both;
    overflow: hidden;
}
ul.social-links li img {
    border: 0;
}
ul.social-links li a {
    display: block;
    color: #2393e1;
}


/*
 * CUSTOM DEFINITIONS */

#root {
    position: relative;
    overflow: hidden;
    width: 753px;
    margin: 0 auto;
    padding-top: 60px;
}

/*
 * WEBSITE CONTROLLER */

#website-controller {
    height: 604px;
    width: 604px;
    background: transparent url('../images/controller.png') top center;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.shadow {
    position: relative;
    margin: 0 auto;
    background: transparent url('../images/shadow.png') no-repeat center;
    width: 312px;
    height: 24px;
    z-index: 0;
    top: -18px;
}
.copyright {
    padding: 0 10px;
    font-size: 12px;
    color: #aaa;
    text-align: center;
}

.logo-space {
    position: absolute;
    width: 230px;
    height: 60px;
    left: 190px;
    top: 270px;
}

.logo-space img {
    float: left;
    border: 0;
}

.logo-space .meta-data {
    float: right;
    text-align: left;
    width: 106px;
}
.logo-space .meta-data h4 {
    font-family: Arial;
    font-weight: bold;
    color: #5e5e5e;
    margin-bottom: 0;
    text-transform: capitalize;
}
.logo-space .occupation {
    font-size: 12px;
    color: #0fa7b7;
    font-family: Arial;
    font-weight: bold;
}


/*
 * CONTROLLER LINKS */

ul.controller-links {
    position: absolute;
    list-style-type: none;
}
ul.controller-links li {
    position: absolute;
}
ul.controller-links li a {
    cursor: pointer;
    text-align: center;
    width: 134px;
    height: 75px;
    display: block;
    color: #a3a3a3;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    background: transparent url('../images/controller-option.png') no-repeat top center;
}
ul.controller-links li a span.image {
    display: block;
    position: relative;
    padding: 0;
    top: 14px;
    height: 60px;
}
ul.controller-links li a span.image img {
    display: block;
    padding: 0;
    margin: 0 auto;
    position: relative;
    bottom: 0px;
    top: 0px;
    margin-bottom: 4px;
}
ul.controller-links li a span.image {
    display: block;
    position: relative;
    padding: 0;
    top: 14px;
    height: 40px;
}
ul.controller-links li a span.title {
    clear: both;
    cursor: pointer;
    display: block;
    padding: 0;
    position: relative;
    font-family: "Trebuchet MS";
    text-transform: uppercase;
    font-weight: bold;
    bottom: 16px;
    color: #555;
}
ul.controller-links li a span.image.correction {
    top: 20px;
}
ul.controller-links li a span.image.bottom-correction {
    margin-bottom: 3px;
}
ul.controller-links li a:hover {
    color: #888;
    background: transparent url('../images/controller-option-over.png') no-repeat top center;
}
ul.controller-links li a:hover span {
    color: #888 !important;
}


ul.controller-links li.about-me {
    left: 236px;
    top: 70px;
}
ul.controller-links li.my-works {
    left: 444px;
    top: 270px;
}
ul.controller-links li.social-links {
    left: 26px;
    top: 270px;
}
ul.controller-links li.contact-me {
    left: 236px;
    top: 460px;
}


/*
 * BIG SCREEN */

#big-screen {
    background: transparent url('../images/big-screen.png') no-repeat top center;
    width: 752px;
    height: 553px;
    position: absolute;
    z-index: 20;
    top: -640px;
    left: 4px;
}
#big-screen  p{
color:#3f3f3f;
}
#big-screen .page {
    width: 598px;
    height: 404px;
    border: 1px solid #b0b0b0;
    background: #fff;
    position: absolute;
    left: 36px;
    top: 36px;
    padding: 14px 40px 40px 40px;
    display: none;
    overflow: hidden;
    z-index: 30;
}
#big-screen.down-state {
    top: 86px;
}
#big-screen .page.down-state {
    display: block;
}

#big-screen .page h1, h2, h3, h4, h5, h6 {
    border-bottom: 1px dotted #eeeeee;
    text-transform: uppercase;
    padding: 4px 0;
}
#big-screen .page .color {
    color: #70afd7;
}
#big-screen .page .simple {
    color: #353535;
    border-bottom: 0;
    padding: 0;
    margin-bottom: 10px;
    font-weight: normal !important;
    text-transform: capitalize;
}

a.back-to-menu {
    text-transform: uppercase;
    color: #828282;
    font-size: 11px;
    display: block;
    width: 114px;
    height: 24px;
    background: transparent url('../images/back-to-menu.png') no-repeat left center;
    text-align: center;
    line-height: 24px;
    position: absolute;
    top: 510px;
    left: 319px;
}
a.back-to-menu:hover {
    text-decoration: none;
    background: transparent url('../images/back-to-menu-over.png') no-repeat left center;
}
a.footer {
    color: #828282;
    font-size: 11px;
}

/*
 * CUSTOM BUTTON */

a.button {
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 150px;
    position: relative;
    display: block;
    background: transparent url('../images/button-left.png') no-repeat left center;
    height: 28px;
    color: #aaa;
}
a.button span {
    font-size: 11px;
    display: block;
    background: transparent url('../images/button-right.png') no-repeat right center;
    height: 28px;
    line-height: 28px;
    margin-left: 10px;
    padding-right: 10px;
}
a.button:hover {
    display: block;
    background: transparent url('../images/button-left-over.png') no-repeat left center;
    height: 28px;
    color: #7b7b7b;
}
a.button:hover span {
    display: block;
    background: transparent url('../images/button-right-over.png') no-repeat right center;
    height: 28px;
}


/*
 * PORTFOLIO PAGE */


/*
 * SLIDER DEFINITION */

#slider {
    clear: both;
    position: relative;
}
.scroller {
    overflow: scroll !important;
}
#slider-content {
    width: 600px;
    height: 340px;
    margin: 0 auto;
    position: relative;
}
#slider-wrapper {
    position: relative;
    width: 600px;
    height: 340px;
}
#slider-content .slide {
    float: left;
    margin: 0 auto;
    width: 600px;
}
#slider-nav {
    position: relative;
    z-index: 1;
    bottom: -30px;
    right: -26px;
    list-style-type: circle;
}
#slider-nav li {
    display: inline;
    float: left;
}
#slider-nav li a {
    display: block;
    padding: 0px 4px;
    text-decoration: none;
    color: #999;
    border: 1px solid #ccc;
    margin-right: 2px;
}
#slider-nav li a.on {
    color: #fff;
    background: #ccc;
}

ul.portfolio {
    list-style-type: none;
}
ul.portfolio li {
    background: transparent url('../images/portfolio-base.png') no-repeat top center;
    width: 172px;
    height: 160px;
    float: left;
    margin-right: 40px;
    padding-bottom: 20px;
    position: relative;
}
ul.portfolio li img {
    position: absolute;
    border: 0;
    top: 3px;
    left: 26px;
}
ul.portfolio li a.button {
    top: 130px;
    margin: 0 auto;
}


/*
 * MULTI COLUMNS */

.columns {
    margin-bottom: 20px;
    clear: both;
}

.col300 {
    width: 280px;
    float: left;
    margin-right: 20px;
}
.col300.border-right {
    border-right: 1px dotted #ccc;
    width: 279px;
}

.col-third {
    width: 180px;
    float: left;
    margin-right: 20px;
}

.col-two-thirds {
    width: 380px;
    float: left;
    margin-right: 20px;
}

.last {
    margin-right: 0 !important;
}


/*
 * CONTACT FORM */
form div {
    position: relative;
}
input, textarea {
    font-family: "Trebuchet MS";
    font-style: italic;
    font-size: 11px;
    color: #474646;
    padding: 4px;
    border: 1px solid #e2e2e2;
    margin-bottom: 10px;
    width: 200px;
}
textarea {
    width: 350px;
}
input.submit-button {
    display: block;
    background: transparent url('../images/contact-button.png') no-repeat center;
    border: 0;
    width: 129px;
    height: 28px;
    z-index: 20;
    top: 0;
    position: absolute;
    cursor: pointer;
    font-style: normal;
    color: #999;
}
form a.button {
    position: absolute;
    z-index: 10;
}
.output-messages {
    border: 1px solid #e6d7a9;
    background: #ffffe0 url('../images/information.gif') no-repeat left center;
    background-position: 10px;
    padding: 20px 20px 20px 70px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #4f5256;
}
.gear{
margin-left:-0px;
margin-top:7px;
}
#flash{
margin-top:-300px;
margin-left:500px;
position: relative;
 z-index: 10;
}
#message_droite{
float:right;
margin-top:-650px;
}
#message_gauche{
float:left;
margin-top:-550px;
}
.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
width:180px;
padding:15px 45px 15px 10px;
text-align:right;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../images/state_info.png');
background-position:97% 50%;
font-family: 'Coming Soon', arial, serif; 
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../images/state_ok.png');
background-position:97% 50%;
font-family: 'Coming Soon', arial, serif; 
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../images/state_warning.png');
background-position:97% 50%;
font-family: 'Coming Soon', arial, serif; 
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../images/state_error.png');
background-position:97% 50%;
font-family: 'Coming Soon', arial, serif; 
}
