/* css styles for alterduo website */

@import "reset.css";
@import "text.css";
@import "grid.css";

/* General styles {{{ */

.left {
    float: left;
}

.right {
    float: right;
}

.hidden {
    display: none;
}

p a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

p a:hover {
    color: #e41770;
}

h2 {
    font-size: 44px;
    font-weight: normal;
    color: #b0b0b0;
    margin-top: 30px;
}

h3 {
    font-size: 13px;
    font-weight: bold;
    color: #e41770;
}

h5, h6 {
    font-size: 12px;
    color: #e41770;
}

h6 {
    font-weight: normal;
}

blockquote {
    font-style: italic;
    text-align: justify;
    margin: 0;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #bbb;
}

blockquote p {
    margin: 0;
}

.jscrollpane {
    height: 395px;
}

/* }}} */
/* Body {{{ */

body {
    background-color: #e0e0e0;
    background: #cecece url(../images/background.png) repeat-x 0 0;
}

body.home {
    background: white url(../images/background-home.png) repeat-x 0 0;
}

/* }}} */
/* Header {{{ */

#header h1 {
    margin: 0;
}

#header h1 a {
    display: block;
    background: transparent url(../images/logo.png) no-repeat 0 0;
    height: 98px;
    width: 188px;
}

#header h1 a span {
    display: none;
}

#header ul {
    width: 780px;
    position: relative;
    height: 23px;
    margin: 0;
    z-index: 9999;
}

#header ul li {
    float: left;
    position: relative;
    margin: 0;
    border-left: 1px solid white;
}

#header ul li.first-child {
    border: 0;
}

#header ul li.last-child {
    float: right;
}

#header ul li a {
    position: relative;
    height: 19px;
    padding: 2px 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}

#header ul li.selected a,
#header ul li.ancestor a,
#header ul li a:hover {
    color: #e41770;
}

#header ul li ul {
    display: none;
    position: absolute;
    top: 22px;
    left: 0;
    padding: 1px;
    z-index: 9999;
}

#header ul li:hover ul,
#header ul li.hover ul {
    display: block;
}

#header ul li ul li {
    float: none;
    display: block;
    background-color: black;
    width: 103px;
    border: 1px solid white;
    border-width: 1px 0;
    height: 20px;
}

#header ul li ul li.last-child {
    float: none;
}

#header ul li ul li a {
    color: white;
    font-size: 10px;
    border: 0;
    padding: 4px 10px 1px 10px;
}

#header ul li.ancestor ul li a,
#header ul li.selected ul li a {
    color: white;
}


#header ul li ul li.selected a,
#header ul li ul li a:hover {
    color: #e41770;
}


/* }}} */
/* Content common {{{ */

#content {
}

/* }}} */
/* Content "home" {{{ */

.home #content {
    text-align: center;
}

.home div.noflash p {
    padding: 30px 160px 0 160px;
}

/* }}} */
/* Content "who we are" {{{ */

.who-we-are div.text-left {
    padding-top: 135px;
    text-align: right;
}

.who-we-are div.dots-left,
.who-we-are div.dots-right {
    position: absolute;
    z-index: 9999;
    height: 5px;
    background: transparent url(../images/dots.png) repeat-x 0 0;
}

.who-we-are div.dots-left {
    top: 160px;
    left: 213px;
    width: 149px;
}

.who-we-are div.dots-right {
    top: 275px;
    right: 235px;
    width: 107px;
}

.who-we-are div.text-right {
    padding-top: 250px;
    text-align: left;
}

.who-we-are div.text-right h3,
.who-we-are div.text-right p {
    padding-left: 12px;
}

/* }}} */
/* Content "prestations" {{{ */

.prestations h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #bbb;
}

.prestations h4 {
    font-size: 12px;
    text-transform: uppercase;
    margin: 25px 0 10px 0;
}

.prestations .jscrollpane div {
    color: #777;
}

.prestations ul {
    list-style: disc;
    margin-top: -10px;
    margin-left: 15px;
}

.prestations ul li {
    list-style: disc outside;
    margin-left: 15px;
}

.prestations ul#prestations-nav li {
    color: #e41770;
}

.prestations ul#prestations-nav li a {
    color: #e41770;
    text-transform: uppercase;
    text-decoration: none;
}

.prestations ul li a:hover {
    text-decoration: underline;
}


/* }}} */
/* Content "deontology" {{{ */

.deontology ul li {
    list-style: disc;
}

/* }}} */
/* Content "testimonials" {{{ */

.testimonials h5, .testimonials h6 {
    margin: 2px 0;
    text-align: right;
}

.testimonials h6 {
    margin-bottom: 40px;
}

/* }}} */
/* Content "affiliates" {{{ */


.affiliates h2 { 
    margin-bottom: 50px;
}

.affiliates a { 
    text-decoration: none;
}

.affiliates img { 
    margin: 0 5px 5px 0;
    border: 1px solid #ccc;
}

.affiliates .cms_plugin_holder img {
    float: none;
    display: block;
}

/* }}} */
/* Content "contact" {{{ */

#content {
}

/* }}} */

