
body{
  background: #000000;
  font-family: sans-serif, "Tw Cen MT";
  font-size: 12px;
  color: #ffffff;


}
#container{
  width: 900px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
p{
  color: #fff;
  padding: 20px 10px 0 10px;
  width: 600;
  font-size: 11px;
}
.clear{
  clear: both;
}

/*************************************** Entete *******************************************/
#header{
  width: auto;
  height: 150px;
}
#logo{

  width: 180px;
  height: 62px;
  margin: 0 0 0 10px;
}
#logo a,#logo a img{
    text-decoration: none;
    border:none;
}

#slogan{
    background: transparent url(images/slogan.png) no-repeat top left;
    width:382px;
    height: 31px;
    margin: 20px 0 0 40px;
}


/*************************** Barre de navigation haut************************************/

#navleft{
    width: 200px;
    height: 22px;
    background:url(images/nav_bar_left.png) left no-repeat;
    padding-left: 6px;
    position: absolute;
    right: 140pt;
    top: 0pt;
}
#navbar {
    background: url(images/nav_bar.png);
	height: 22px;
    width: 200px;
}

#navright {
    background: url(images/nav_bar_right.png) right no-repeat;
	height: 22px;
    width: 6px;
    margin-left:200px;
}
#nav, #nav ul{
    margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    line-height:22px;
}
#nav a{
    display:block;
    padding:0 10px;
    color:#FFF;
    font-family: "Arial";
    font-size: 11px;
    text-decoration:none;
    line-height:22px;
    width:auto;
}
#nav a:hover{
    color:#FFC;
}
#nav li{
    float:left;
    position:relative;
}
#nav img{
  padding-right: 5px;
  border: none;
  text-decoration: none;
}

#menu{
  width: auto;
  height: 30px;
  padding-right: auto;
  padding-left: 100px;
}
#menu ul {
    margin-right: auto;
    margin-left: auto;
}
#menu li {
      display:inline;
}
#menu a {
      float:left;
      margin:0 30px 0 30px;
      text-decoration:none;
}

#menu a.lien_accueil{
   text-decoration: none;
   background: url(images/accueil.png) no-repeat;
   width: 54px;
   height: 22px;
}
#menu a.lien_portfolio{
    text-decoration: none;
    background: url(images/portfolio.png) no-repeat;
    width: 73px;
    height: 22px;
}
#menu a.lien_services{
    text-decoration: none;
    background: url(images/services.png) no-repeat;
    width: 59px;
    height: 22px;
}
#menu a.lien_propos{
    text-decoration: none;
    background: url(images/propos.png) no-repeat;
    width: 68px;
    height: 22px;
}
#menu a.lien_contact{
    text-decoration: none;
    background: url(images/contact.png) no-repeat;
    width: 62px;
    height: 22px;
}
#menu a.lien_accueil:hover,active{
   text-decoration: none;
   background: url(images/accueil_hover.png) no-repeat;
   width: 54px;
   height: 22px;
}
#menu a.lien_portfolio:hover,active{
    text-decoration: none;
    background: url(images/portfolio_hover.png) no-repeat;
    width: 73px;
    height: 22px;
}
#menu a.lien_services:hover,active{
    text-decoration: none;
    background: url(images/services_hover.png) no-repeat;
    width: 59px;
    height: 22px;
}
#menu a.lien_propos:hover,active{
    text-decoration: none;
    background: url(images/propos_hover.png) no-repeat;
    width: 68px;
    height: 22px;
}
#menu a.lien_contact:hover,active{
    text-decoration: none;
    background: url(images/contact_hover.png) no-repeat;
    width: 62px;
    height: 22px;
}

/*************************** Contenu de la page************************************/
#content{
  width: 850px;
  margin-top: 20px;
  height: auto;
}

#content_topleft{
    width: 40px;
    border-right: 1px solid #1d1d1d;
    border-bottom: 1px solid #1d1d1d;
    height: 294px;
    float: left;
    padding-bottom: 5px;
}

#contenu_haut{
    width: 809px;
    margin: 0 0 0 0;
    float:right;
    border-bottom: 1px solid #1d1d1d;
}
#contenu_txt{
    background-color: #050505;
    margin: 0 0 5px 5px;
    color: #ffffff;
    font-size: 11px;
    height: 294px;
}
#contenu_masquotte_noir{
    float: right;
    width: 300px;
    height: 250px;
}
#contenu_masquotte_noir img{
    float: left;
    margin-top: 50px;
}
#contenu_masquotte_jaune{
   float: right;
   width: 300px;
   height: 250px;
}
#contenu_masquotte_jaune img{
     margin: 40px 40px 0 0;
     float: right;
}
#bulle{
  float: left;
  width: 158px;
  height: 93px;
  padding-top: 60px;
}


#contenu_bulle a.lien{
   background: url(images/bouton_bulle.png) no-repeat;
   width: 158px;
   height: 29px;
   float: left;
}

#fleche_bulle{
    background: url(images/fleche_bulle.png) no-repeat;
    width: 48px;
    height: 32px;

    top: 309px;
    margin-left: 80px;
    float: right;
}

#content_bottomleft{
    width: 40px;
    border-right: 1px solid #1d1d1d;
    height: 250px;
    float: left;
}

#contenu_img{
   background-color: #050505;
   width: 804px;
   height: 220px;
   float:right;
   margin-top: 5px;
}
#bloc_txt{
  width: 450px;
  float: left;
}
#bloc_catalogue{
   float: right;
   width: 280px;
   height: 202px;
   padding-top: 30px;
}
#bloc_catalogue img{
    border: 1px solid #1d1d1d;
}
#bloc_catalogue p{
    padding: 0 0 0 7px;
    width: 280px;
    color: #00CCFF;
}
#bloc_bordure{
  float: left;
  padding-right: 10px;
  margin-top: 10px;
}


#bordure1,#bordure2,#bordure3,#bordure4,#bordure5,#bordure6{
    width: 160px;
    height: 121px;
    background: url(images/bordure.png) no-repeat;
    position: absolute;
    z-index: 1;

}


#bordure1{
  margin-top: 30px;
  margin-left: 80px;
}
#bordure2{
  margin-top: 60px;
  margin-left: 105px;
}
#bordure3{
   margin-top: 20px;
  margin-left: 50px;

}
#bordure4{
   margin-top: 30px;
  margin-left: 85px;
}
#bordure5{
  margin-top: 30px;
  margin-left: 50px;
}
#bordure6{
 margin-top: 50px;
  margin-left: 85px;
}

#contenu_img a{
   text-decoration: none;
    border:none;
    margin: 0 30px 0 68px;
}


#contenu_img a img{
    width: 157px ;
    height: 119px;
    margin-top: 40px;
    border:none;
    position :relative;
    z-index: 10;
}
/***************************** pour la page contact************************************/
#contact_content_topleft{
    width: 40px;
    border-right: 1px solid #1d1d1d;
    border-bottom: 1px solid #1d1d1d;
    height: 209px;
    float: left;
    padding-bottom: 5px;
}

#contact_contenu_haut{
    width: 809px;
    margin: 0 0 0 0;
    float:right;
    border-bottom: 1px solid #1d1d1d;
}
#contact_contenu_txt{
   background-color: #050505;
   margin-left: 5px;
   margin-bottom: 5px;
    color: #ffffff;
    font-size: 11px;
    height: 209px;
}
#contact_contenu_txt p{
    color: #ffffff;
    font-size: 11px;
    height: 169px;
}
#contact_contenu_txt p a{
    color: #FF6699;
    font-size: 11px;
    height: 209px;
}
#contact_content_bottomleft{
    width: 40px;
    border-right: 1px solid #1d1d1d;
    height: 460px;
    float: left;
}

#contact_contenu_message{
   background-color: #050505;
   width: 804px;
   height: auto;
   float:right;
   margin-top: 5px;
   padding-top: 10px;
}
#contact_contenu_message p{
   padding-left: 20px;
}
#contact_contenu_masquotte_noir{
    float: right;
    width: 300px;
    height: 209px;
}
#contact_contenu_masquotte{
   background: url(images/masquotte.png) no-repeat;
   width: 101px;
   height: 188px;
   float: left;
   margin-top: 20px;
}
label {
	float: left;
	width: 100px;
	font-size: 12px;
}
.input, textarea{
  background: #000000;
  border: 1px solid #1d1d1d;
  color: #fff;
  font-size: 11px;
  width: 250px;
}
.input_button{
  background: #000000;
  border: 1px solid #1d1d1d;
  color: #fff;
  font-size: 11px;
  float: right;
  margin-right: 80px;
}
textarea{
    width: 250px;
    height: 150px;
}

/***************************** pour la page Portfolio************************************/

#folio_content_topleft{
    width: 140px;
    border-right: 1px solid #1d1d1d;
    border-bottom: 1px solid #1d1d1d;
    height: 400px;
    float: left;
    padding-bottom: 5px;
}
#folio_content_topleft ul{
    list-style-type:none;
    line-height:15px;
}
#folio_content_topleft li{
    float:left;
    position:relative;
    margin-top: 20px;
}
#folio_content_topleft a{
    display:block;
    padding:0 10px;
    color:#FFF;
    font-family: "Arial";
    font-size: 11px;
    font-weight: bold;
    text-decoration:none;
    line-height:22px;
    width:auto;
}
#folio_contenu_haut{
    width: 709px;
    margin: 0 0 0 0;
    float:right;
    border-bottom: 1px solid #1d1d1d;
}
#folio_contenu_txt{
    margin-left: 5px;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 11px;
    height: 400px;
}
#folio_contenu_img{
  width: 690px;
  margin-left: auto;
  margin-right: auto;
  padding-left: auto;
  padding-right: auto;
}
#folio_contenu_img img{
  width: 690px;
  margin-left: auto;
  margin-right: auto;
}

#folio_contenu_pagination{
    background-color: #050505;
    width: auto;
    height: 20px;
    margin-top: 28px;
   margin-left: auto;
   margin-right: auto;
}
#folio_contenu_pagination a{
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    margin: 2px 10px 0 10px;
    padding-left: 7px;
    float: left;
}
#folio_contenu_pagination a:hover{
    background: url(images/fond_page.png) repeat;
    width: 14px;
    height: 17px;

}
#folio_contenu_pagination a:active{
    background: url(images/fond_page.png) repeat;
    width: 14px;
    height: 17px;
}
#folio_content_bottomleft{
    width: 140px;
    border-right: 1px solid #1d1d1d;
    height: 150px;
    float: left;
}
#folio_contenu_presentation_projet{
   background-color: #050505;
   width: 704px;
   height: 145px;
   float:right;
   margin-top: 5px;
}
#folio_bloc_txt{
  width: 450px;
}
#folio_contenu_img a{
   text-decoration: none;
   border:none;
   margin-right: 30px;
   margin-left: 68px;
}


#folio_contenu_img a img{
    width: 157px ;
    height: 119px;
    margin-top: 50px;
    border:none;
    position :relative;
    z-index: 10;
}


/*************************** Pied de page************************************/
#footer{
  margin-top: 20px;
  padding-left: auto;
  padding-right: auto;
  width: 900px;
  height: 50px;
  font-size: 11px;
  text-align:center;
}
#footer a{
  text-decoration: none;
  color: #cccccc;
}

