/* GENERAL */

body {
    width: 1000px;
    margin: 0 auto;
    background: url(../BG.png) top center repeat-y;
    font-family: arial;
    color: #444;
    }
    
sup {
    font-size: 8px;
}

h4 {
    color: #666;
}
    
.emph {
    color: #67aeca;
    font-weight: bold;
}

.emphparaph {
    font-weight: bold;
}

.design-color {
    color: red;
}


.graphism-color {
    color: #cb5dc7;
}

.web-color {
    color: #97bf0d;
}

.note {
    font-size: 10px;
    color: #999;
    font-style: italic;
}

.oakoo {
    color: #fb9d09;
    font-weight: bold;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.italic {
    font-style: italic;
}

.floating {
    float: left;
}

.clear {
    clear: both;
}

.font-xl {
    font-size: 20px;
}

.font-l {
    font-size: 16px;
}

.double-interligne {
    line-height: 2;
}

.semi-interligne {
    line-height: 1.5;
}

a img {
  border: 0px;
  }
  
p {
    margin-top: 0px;
}

ul {
    margin-top: 0px;
}

.message {
    border: 1px dashed #aaa;
    padding: 5px 10px;
    margin: 10px 0;
}

 /* HEADER */

div#header {
    height: 150px;
}

/* MENU */

div#menu {
    position: relative;
}

div#logo-contact {
    margin-top: 20px;
}

div#menu div#menulinks {
    padding: 0px 140px;
    background: url(../img-menu-bg2.png) repeat-x;
    height: 5px;
}

div#menu span {
  padding: 0;
  float: left;
  height: 5px;
}

div#menu span {
    border-left: 1px solid #888;
    border-right: 1px solid #777;
}

div#menu span#menu1 {
    border-left: 0px;
}

div#menu span#menu9 {
    border-right: 0px;
}
div#menu div#titlebar {
    position: absolute;
    right: 0px;
    z-index: 10;
}


/* LEFTBAR */

div#leftbar {
    clear: both;
    float: left;
    width: 160px;
    height: 1160px;
    background: url(../AP-ga.jpg) repeat-y;
    /* synchro with rightbar */
    padding-top: 20px;
}

div#leftbar #datetime {
    height: 60px;
    text-align: center;
}

div#leftbar #date {
    font-size: 16px;
    color: #777;
}

div#leftbar #time {
    font-size: 30px;
    color: #aaa;
}

div#leftbar div.block {
    margin-bottom: 20px;
}

div#leftbar div.block-content {
    background: #fcce00;
    border: 1px solid #fb9d09;
    border-width: 1px 1px 1px 0;
    font-family: arial;
    font-weight: bold;
    color: white;
}

div#leftbar div.block-content div {
    padding: 6px 0px;
}

div#leftbar div#rac4 {
    background: url(../img-base-rac4.png) no-repeat;
}

/* RIGHTBAR */

div#rightbar {
    float: left;
    width: 160px;
    height: 1100px;
    background: url(../AP-dr.jpg) repeat-y;
    /* synchro with leftbar */
    padding-top: 80px;
}

div#rightbar div.block {
    margin-bottom: 8px;
    padding-bottom: 10px;
    text-align: center;
}

div#rightbar .globallinks div.block-content div {
    padding: 3px 0;
    font-size: 12px;
    font-family: verdana;
}

div#rightbar div.block-content {
    background: #555;
    color: #ccc;
    text-align: center;
    border: 0 solid white;
}

div#rightbar div.home {
    border-width: 0 0 1px 1px;
    border-color: #666;
}

div#rightbar div.graphism {
    border-width: 0 0 1px 1px;
    border-color: #666;
}

div#rightbar div.design {
    border-width: 0 0 1px 1px;
    border-color: #666;
}

div#rightbar div.numeric {
    border-width: 0 0 1px 1px;
    border-color: #666;
}

div#rightbar div.siteweb {
    border-width: 0 0 1px 1px;
    border-color: #666;
}

div#rightbar div.formation {
    border-width: 0 0 1px 1px;
    border-color: #666;
}

div#rightbar div.references {
    border-width: 0 0 1px 1px;
    border-color: #666;
}

div#rightbar div.contact {
    border-width: 0 0 1px 1px;
    border-color: #666;
}

div#rightbar div.process {
    border-width: 0 0 1px 1px;
    border-color: #666;
}

div#rightbar div.news {
    border-width: 0 0 1px 1px;
    border-color: #666;
}

div#rightbar div.faq {
    border-width: 0 0 1px 1px;
    border-color: #666;
}

div#rightbar div.adhesion {
    border-width: 0 0 1px 1px;
    border-color: #666;
}

div#rightbar div.legal {
    border-width: 0 0 1px 1px;
    border-color: #666;
}

div#rightbar div.block-content img.photo {
    border: 1px solid #eee;
}

div#rightbar .block-content .highlight {
    font-weight: bold;
}


/* CONTENTPAGE */

div#pagecontent {
    float: left;
    width: 680px;
    height: 100%;
    font-size: 12px;
    margin-top: 30px;
    background-color: white;
}

p#titletxt {
    margin-top: 50px;
}

div#pagecontent div#block {
  width: 550px;
  margin: auto;
}

div#pagecontent p {
  text-align: justify;
}


div#pagecontent h3 {
    color: #fb9d09;
    text-decoration: underline;
    margin: 30px 0 20px 0;
}

div#pagecontent ul li {
    list-style: square;
}

/* NEWS */

.news_block {
    margin-top: 20px;
}

.news_block .news_politique {
    border-bottom: 3px solid #ffc600;
    font-size: 16px;
}

.news_block .news_social {
    border-bottom: 3px solid #e50e0e;
    font-size: 16px;
}

.news_block .news_economic {
    border-bottom: 3px solid #5661f1;
    font-size: 16px;
}

.news_block .news_subject {
    margin-left: 40px;
    font-size: 16px;
}

.news_block .news_text {
    margin-top: 10px;
    white-space: pre;
}

/* CONTACT */

#contact_names {
    margin-top: 20px;
}
    
#contact_names {
    overflow: visible;
    width: 600px;
    height: 200px;
}

#contact-bg {
    position: absolute;
    z-index: 1;
}

#contact_names table {
    width: 100%;
    font-size: 14px;
    font-family: verdana;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 80px;
	padding-right: 10px;
    z-index: 30;
    background: url(../contact/img-contact-fd-03.png) no-repeat;
    overflow: visible;
    color: #ccc;
}

#contact_names table td {
    padding: 3px 0;
}

#contact_names table td.padding {
    padding: 3px 80px; 
}

#contactform {
    background: url(../contact/img-contact-fd-01.png);
	margin: auto;
    color: #eee;
}

#contactform input {
    color: #eee;
    background: #333;
    border: 1px solid white;
}

#contactform textarea {
    color: #eee;
    background: #333;
    border: 1px solid white;
    width: 90%;
    height: 80px;
}

#contactform .submit {
    border: 0px;
    background: url(../contact/img-contact-btnenvoyer.png) no-repeat;
    width: 130px;
    height: 40px;
}

#contactform .submit:hover {
    cursor: pointer;
}

#contactform div {
    padding : 4px 4px;
}

/* PROCESS */

div#process-content p.fixed {
    height: 32px;
}

#rightbar div.process {
    font-size: 16px;
}

#rightbar div.globallinks-process {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/* DESIGN */

ol.emphlist {
    color:  #1b88b5;
}

/* FORMATION */

.emphformation {
    font-weight: bold;
    text-decoration: underline;
}

#rightbar div.formation {
    font-size: 14px;
}

/* REFERENCES */

#galerie #title-image {
  margin-bottom: 4px;
}

#galerie #all-images {
  border: 0px solid white;
}

#galerie #all-images span {
    float: left;
}

#galerie #all-images img {
    padding: 1px 1px 0px 0px;
}

#galerie .image_cat {
  padding-bottom: 4px;
}

#galerie #title-image {
    background: url(../references/img-ref-barreform.png) no-repeat;
    color: #ddd;
    width: 550px;
    height: 30px;
}

#galerie #title-image h6 {
    text-align: center;
	color:  #333333;
    font-size: 16px;
    padding-top: 4px;
    font-weight: normal;
}
/* FOOTER */
div#footer {
    clear: both;
}

