/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */

/* basic elements */
html {
	margin: 0 auto; 
    max-width: 1000px;   
    min-width: 760px;
    min-height: 600px;
    padding: 0;
    overflow: auto;
    background-color: #F0EDE3;
    background-color: #B9B7AF;
    font: normal normal 500 14px/14px RobotoMy;
}

body { 
/*    background: transparent url(bg_left.png) repeat top left;  
	font: 75% RobotoMy; */
    width: 100%;
	line-height: 1.88889;
	color: #555753; 
	margin: 0; 
	padding: 20px;
    padding-bottom: 30px;
    background-color: #FFFFFF;
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    color: #222222;
}

p { 
	margin-top: 0; 
	text-align: justify;
}

h1 {

    margin-top: 0.3em;
}

h3 { 
	font: italic normal 1.4em RobotoMy;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
}

a:link { 
	text-decoration: none; 
    font-weight: 700;
	color: #000000;
    color: #639e1b;
    color: #DD0000;
}

a:visited { 
	text-decoration: none; 
    font-weight: 700;
	color: #000000;
    color: #639e1b;
    color: #DD0000;
}

a:hover, a:active { 
	text-decoration: underline; 
    font-weight: 700;
	color: #6cbde5;
    color: #DD0000;
}

acronym {
	border-bottom: none;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
}

img, div { 
    behavior: url(/base/3rdparty/iepngfix/iepngfix.htc);
}

#bottom {
    clear: both;
    width: 100%;
}

.topline {

    border-top: 1px solid #949494;
}

#all {
    background-color: #ffffff;
}

/* header */

#header_top {
    width: 100%;
    height: 120px;
    margin: 0 0 10px 0;
    padding: 0;
    background-color: #ffffff;

    border-bottom: 1px solid #D4D4D4;
}

#logo {
    width: 285px;
    height: 75px;
    margin: 0px 0px 0px 0px;
    padding: 0; 
    float: left;
	display: inline;
    position: relative;
    text-align: center;
    border: none;
}

#logo a {
    border: none;
}

#logo h2 {

    margin: 0;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    font: normal normal 700 22px/33px RobotoMy;
}

.mannertop {

    background-color: #FFE600;
    background-color: #E4E4E4;
    background-color: #e7dddc;
    float: right;

    width: 300px;
    height: 60px;
    margin-left: 30px;
    padding: 5px;
    padding-top: 2px;

    font: normal normal 700 18px/20px RobotoMy;
    text-align: center;

    -moz-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
    -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
    box-shadow: 1px 2px 3px rgba(0,0,0,.5);
}

.mannertop a {

    font: normal normal 700 16px/18px RobotoMy;
    text-decoration: none;
    color: #000000;
}

.mannertop:hover {

    -moz-box-shadow: 1px 2px 3px rgba(0,0,0,.8);
    -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.8);
    box-shadow: 1px 2px 3px rgba(0,0,0,.8);
}

.mannerr {

    backgroung-color: #FD3F49;
}

.mannertop img {

     height: 60px;	
     width: auto; 
     float: left;
}

.mannerg {

    backgroung-color: #FFBD40;
}

.mannerb {

    background-color: #4575D4;
}

#topmenu {

    float: right;
	display: inline;
    position: relative;
    width: 600px;

    margin: 0; 
    padding: 0;
    margin-top: 18px;
    margin-right: 0px;

    font-size: 14px;
    font-weight: 700;
}

#topmenu .menu_item {

    background: transparent url(button2.png) no-repeat top center;  
	display: inline;
    float: right;

    width: 135px; 
    height: 25px;

    margin: 0px 2px 0px 2px;
    padding: 0 0 0 0; 

    text-align: center;
}

#topmenu h2 {
    display: none;
}

#topmenu a {
    text-decoration: none;
    background-color: #DDDDDD;
    color: #FFFFFF;
    background: transparent url(button2.png);  
    background-repeat: no-repeat;
    background-position: 0px 0px; 
    padding-left: 0px; 
}

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

#topmenu a:after {
    content: "";
}

#topmenu a:before {
    content: "";
}

#topmenu a:hover:after {
}

#topmenu a:hover:before {
}

#topmenu img {
    display: none;
}

/* content */

.content {
    min-height: 500px;
    float: right;
    width: 63%;
    margin: 0;
    padding: 0;
    margin-right: 45px;
    margin-bottom: 20px;
}

#content_center {
    width: 100%;

    padding: 10px;
    padding-top: 7px;
    padding-left: 15px;

/*    background-color: #EFEFEF;
    background-color: #DBDBDB;
    background-color: #EBEBEB;*/

/*    border-top-right-radius: 7px 7px;
    border-top-left-radius: 7px 7px;
    border-bottom-right-radius: 7px 7px;
    border-bottom-left-radius: 7px 7px;*/
}

#content_center h1 {

    font: normal normal 700 20px/20px RobotoMy;
}

#content_center h2 {

    font: normal normal 700 18px/18px RobotoMy;
}

#content_center h3 {

    font: normal normal 700 16px/16px RobotoMy;
    color: #000000;
    margin-bottom: 10px;
}

#content_center table {

    border: 3px;
    border-color: #555753; 
    text-align: center;
    width: 80%;
}

.bgpink {

    background-color: #ff9999;
}

.bgblue {

    background-color: #9999ff;
}

#content_center p {

    width: 90%;
    line-height: 2em;
    text-align: justify;
    text-indent: 12pt;
}

/* banner */

#banner {

    width: 270px;
    float: left;
    border: 0;
/*    background: transparent url(bg_left.png) repeat top left;  */
}

#leftmenu {

    margin: 0;
    padding: 0;
}

#leftmenu li {

    width: 100%;
    height: 2em;

    font: normal normal 700 16px/16px RobotoMy;
    color: #000000;

    background-color: #FF6E00;
    color: #34A8FF;
    color: #FFFFFF;
    margin-bottom: 5px;
    padding-top: 0.9em;
    padding-left: 15px;
}

#leftmenu a {

    color: #FFFFFF;
    font-weight: 700;
}

#leftmenu a:visited {

    color: #FFFFFF;
}

#leftmenu li > img {

    width: 32px;
    height: 32px;
    background-color: transparent;
    background-color: #000000;
    float: right;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
/*    margin: 0 0 -10px 15px;
    padding: 0;*/
}

#leftmenu li.inwork {

    background: #FF6E00 url(star.png) no-repeat top right;  
    font-style: normal;
}

#inworkstar {

    background: #999999 url(star.png) no-repeat left;  
    width: 244px;
    height: 32px;
    font: normal normal 500 16px/16px RobotoMy;
    padding-left: 42px;
    padding-top: 10px;
    margin-top: 22px;
    color: #FFFFFF;
    float: none;
    display: block;
    letter-spacing: -1px;
}

/*#banner img {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 1em;
    float: left;
    padding: 3px 3px 3px 3px;
    background-color: #aaccff;
    border: 0;
}*/

/* login form */

#client_login {
    width: 90%;
    height: auto;
    margin: 5px 5px 0px 0px;
    padding: 5px 5px 5px 5px;
    background-color: #55bb55;
    color: #ffffff;
}

#client_login input {
    width: 90%;
}

/* news */

#news_list {

    text-align: left;
    margin: 0;
    margin-top: 30px;
}

#news_list h2 {

    margin: 0;
    background: transparent url(button2.png) repeat top center;  
	display: inline;
    color: #FFFFFF;
    padding-right: 15%;
    padding-left: 15%;
    margin-bottom: 20px;
    font: normal normal 500 24px/24px RobotoMy;
    text-transform: uppercase;
}

.news h2 {
    text-align: center;
}

#news_list ul {

    list-style-type: none;
}

#news_list ul > li {

    text-align: left;
    margin: 0;

    line-height: 1.2em;
    background-image: url(ul.png);
    background-repeat: no-repeat;
    background-position: 0px 0em; 
    padding-left: 22px; 
}

#news_list h1 {

    margin-bottom: 0em; 
    font: normal normal 500 16px/16px RobotoMy;
}

#news_list p {

    font-size: 15px;
    line-height: 1.2em;
    text-indent: 1em;
    margin-top: 10px;
}

#news_list img {
    height: 5em;
    width: auto;
    float: left;
    display: inline;
    margin: 0 0.5em 1em 0;
}

#news_list ul > li > .date {
    text-align: right;
}

div#requis.reveal-modal {

    width: 600px;
}

div.news_item h1 > a {
    
    font-size: 11pt;
}

.cent {

    text-align: center;
}


