body{
    margin: 0px;
    font-family: "Tahoma";
    color: black;
    background-color: rgb(218,219,220);
    min-width: 800px;
    font-size: 14px;
}

h2{color: rgb(110,112,107); text-align: center;}
input, textarea{color: black; background-color: white;}
img{border: none;}
h3 a{
    color: rgb(75,218,0);
}

ul#flash-messages {
    color: red;
    background-color: #FFFFCC;
    font-size: larger;
    font-style: italic;
    margin-left: 40px;
    padding: 4px;
    list-style: none;
    }

#header{
    height: 130px;
    overflow: hidden;
    background-image: url('images/bg_header.jpg');
    background-repeat: repeat-x;
}

#logo{
    margin-top: 15px;
    margin-left: 10%;
}

#slogan{
    float: right;
    margin-right: 35px;
    margin-top: 15px;
}

#mainbox{
    width: 90%;
    max-width: 820px;
    margin: auto;
}
#mainbox .left{
    float: left;
    width: 50%;
}
#mainbox .left img{
    width: 100%;
}
#mainbox .right{
    padding-top: 30px;
    margin-left: 50%;
    width: 50%;
}
.bottom{
    width: 580px;
    margin: auto;
    margin-bottom: 40px;
    padding: 10px;
    padding-top: 40px;
    clear: left;
    text-align: justify;
}

.topimg{
    text-align: center;
}

#leftcol{
    width: 75%;
    margin-right: 25%;
    padding-top: 1px;
    border-right: 1px solid rgb(200,200,200);
}

#rightcol{
    float: right;
    width: 25%;
    margin-top:35px;
}

h3.recentArticle{
    text-align: center;
}

h3.recentArticle a{
    color: rgb(0,150,255);
    text-decoration: none;
}

h3.recentArticle a:hover{
    text-decoration: underline;
}

#menu{
    position: relative;
    height: 45px;
    padding-left: 4%;
    background-image: url('images/bg_menu.jpg');
    background-repeat: repeat-x;
}

a.menuButton {
    display: block;
    float: left;
    width: 119px;
    height: 45px;
    border-right:1px solid rgb(100,100,100);
    border-left:1px solid rgb(75,75,75);
    background-position: left top;
}

a.menuButton:hover {
    background-position: left bottom;
}

#but1{
    background-image: url('images/but_home_fr.jpg');
}
#but2{
    background-image: url('images/but_services.jpg');
}
#but3{
    background-image: url('images/but_portfolio.jpg');
}
#but4{
    background-image: url('images/but_contact.jpg');
}
#but5{
    background-image: url('images/but_lang_fr.jpg');
    float: right;
    margin-right: 4%;
}
#but6{
    background-image: url('images/but_articles.jpg');
}

#content{
    margin-top: 0px;
    min-height: 430px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: rgb(240,240,240);
}

#boxes{
    float: right;
    width: 350px;
    height: 350px;
    margin: 10px;

    font-size: 21px;
    color: white;
    font-weight: bold;
    text-align: center;
}

#boxes img{
    margin: 1px;
    width: 150px;
}

#main{
    padding-top: 1px;
    margin-top: 60px;
}

.slogan{
    font-size: 50px;
    font-weight: bold;
    font-style: italic;
    font-family: "georgia";
}

#footer{
    padding: 20px;
    text-align: center;
    font-style: italic;
    background-image: url('images/bg_footer.jpg');
    background-repeat: repeat-x;
    color: rgb(110,110,110);
}

#services{
    width: 800px;
    margin: auto;
}

#revamp{
    width: 43%;
    padding: 3%;
    padding-top: 5px;
    border-left: 1px solid rgb(200,200,200);
    float: right;
}

#newsite{
    float: left;
    width: 43%;
    padding: 3%;
    padding-top: 5px;
}

#portfolio{
    text-align: center;
}
#portfolio img{border: 2px solid black;}

.pfbox{
    width: 610px;
    margin: auto;
    border-bottom: 2px solid rgb(100,100,100);
    padding-bottom: 10px;
}

#contact{
    width: 800px;
    margin: auto;
}

#contactform{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    white-space: nowrap;
}

#contactform input, #contactform textarea{
    -moz-border-radius: 3px;
    border: 1px solid rgb(100,100,100);
    font-size: 16px;
    padding: 3px;
}
#contactform input{height: 20px;}

#contactform div{
    margin-top: 6px;
    margin-bottom: 6px;
}

#contactinfos{
    width: 500px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid rgb(200,200,200);
    border-bottom: 1px solid rgb(200,200,200);
}

#leftcontact{
    float: left;
    width: 210px;
    padding: 19px;
    border-right: 1px solid rgb(200,200,200);
}

#rightcontact{
    float: right;
    width: 210px;
    padding: 19px;
}


.formlabels{
    width: 190px;
    float: left;
    text-align: right;
}

.forminputs{
    margin-left: 210px;
    text-align: left;
}

#submitbut{
    height: 38px !important;
    background: none;
    border: none !important;
    padding: 0px !important;
}

#errmsg{
    width: 250px;
    padding: 15px;
    text-align: center;
    margin-left: 210px !important;
    margin-top: 10px;
    font-weight: bold;
    white-space: normal;
}
.error{
    color: rgb(255,100,25);
    background-color: rgb(255,235,175);
    border: 1px solid rgb(255,100,25);
}
.succeed{
    color: rgb(0, 150, 255);
    background-color: rgb(200,225,255);
    border: 1px solid rgb(0, 150, 255);
}

/***** Articles *****/
#leftArticle {
    float: left;
    width: 66%;
    margin: 2%;
    margin-top: 20px;
}

#leftArticle .cont {
    float: right;
    width: 100%;
}

#rightArticle {
    float: right;
    width: 26%;
    margin: 2%;
    margin-top: 20px;
}

#rightArticle .cont {
    float: left;
    width: 100%;
}

.artichead{
    margin: 0px;
    text-align: left;
    padding-top: 5px;
}
.artichead a{
    font-weight: normal;
    font-size: 38px;
    color: rgb(250,125,25) !important;
    text-decoration: none;
}
.artichead a:hover{
    text-decoration: underline;
}

.articlebox{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid rgb(150,150,150);
    background-color: white;
}
.articlebox a:link, #path a:link {
    color: rgb(75,218,0);
}
.articlebox a:visited, #path a:visited {
    color: rgb(50,100,255);
}

.articlebox .tags{
    margin-top: 10px;
    font-size: 12px;
}
.articlebox .tags a{
    color: rgb(0,150,240);
}

.article_content{
    margin-top: 30px;
    padding-left: 80px;
    padding-right: 80px;
    font-size:15px;
}

.cdate{
    color: rgb(100,100,100);
    font-size: 14px;
}

#tagcloud{
    padding: 15px;
    background-color: rgb(0,34,43);
    -moz-border-radius: 10px;
    text-align: center;
}
#tagcloud a{
    margin: 3px;
    text-decoration: none;
}
#tagcloud a:hover{
    text-decoration: underline;
}
#tagcloud .small{
    color: rgb(175,100,0);
    font-size: 12px;
}
#tagcloud .medium{
    color: rgb(255,102,0);
    font-size: 20px;
}
#tagcloud .big{
    color: white;
    font-size: 26px;
}

.commentstitle{
    width: 175px;
    padding: 10px;
    text-align: center;
    margin-left: 20px;
    color: rgb(200,200,200);
    background-color: rgb(35,32,42);/*rgb(175,240,50);*/
    -moz-border-radius: 10px;
}
.commentbox{
    margin: 15px;
    margin-left: 50px;
}
.commentbox p{
    font-size: 15px;
    width: 600px;
    margin: 0px;
    /*background-color: rgb(220,222,224);
    border: 2px solid rgb(182,184,187);*/
}
.cname{
    display: block;
    color: rgb(0,150,240);
    font-size: 18px;
}
.commentbox input.but{
    background-color: rgb(225,225,225);
    border: 1px outset rgb(175,175,175);
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
}
.commentbox input.inp,
.commentbox textarea{
    border: 1px solid rgb(175,175,175);
    background-color: rgb(225,225,225);
    padding: 5px;
}
.commentbox label{
    font-size: 12px;
    color: rgb(100,100,100);
}

.navigation{
    margin:20px
}

#path {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid rgb(150,150,150);
    background-color: rgb(220,220,220);
}
/***** /Articles *****/

/***** Input tip boxes *****/
.inputTipContainer{
    display:none;
    width:225px;
    padding:2px 2px 2px 30px;
    border:1px solid #777;
    background:#ffffee url('images/tip.gif') no-repeat 10px 7px;
    color:#333;
    position:absolute;
    font-size: 12px;
    line-height: 22px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topright: 3px;
}
.badInputTipContainer{
    border:1px solid #900;
    color:#600;
    font-weight:bold;
    background:#fee url('images/error.png') no-repeat 10px 6px;
}
.goodInputTipContainer{
    color:#060;
    border:1px solid #090;
    background:#efe url('images/check.png') no-repeat 10px 6px;
}

.straightRightCorner{
-moz-border-radius-bottomright:0 !important;
-moz-border-radius-topright:0 !important;
}
/***************************/

.fclear{clear: both;}
.req{color: red;}
.aleft{text-align: center;}
.center{text-align: center;}
.italic{font-style: italic;}
.fleft{float: left;}

/**************************/

.date {
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    width: 60px;
    height: 60px;
    float: left;
    background: rgb(250,125,25) no-repeat 50% 50%;
    padding-bottom: 20px;
    margin-right: 20px;
}

.date .day {
    display: block;
    font-size: 159%;
    font-family: "Century Gothic", Verdana, sans-serif;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.date .month {
    display: block;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    font-size: 85%;
    text-transform: uppercase;
}
