@import "layout.css";

 
/* Les éléments HTML en général
-------------------------------------------------------- */
body {
	height: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bbb;
	background-color: #333;
	text-align: center;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

a {
  text-decoration: none;
  color: #bbb;
}
img {
    border: none;
}
ul {
   list-style: none;
}
.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}
.hidden {
      visibility: hidden;
      line-height: 0;
}
/* La page
-------------------------------------------------------- */
#page{
	background: #000;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 140px;
}
#logo_top {
	  position: absolute;
	  top: 5px;
	  left: 8px;
	  width: 150px;
}
#banniere {
	  position: absolute;
	  top: 16px;
	  right: 0;
}
#top h1 {
     visibility: hidden;
     height: 0;
}

/* Le contenu
-------------------------------------------------------- */
div .home {
      height: 393px;
}

.home h1 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding: 35px 85px 0 80px;
	text-indent: 80px;
	line-height: 25px;
	text-align: justify;
}
.home p {
      font-size: 13px;
      padding: 15px 85px 0 80px;
      text-align: justify;
      text-indent: 80px;
}
.home h2 {
      font-family: times, serif;
      font-size: 20px;
      font-weight: normal;
      font-style: italic;
      padding: 30px 0 0 430px;
}
.home a {
      color: #e77539;
}
.home a:hover {
      text-decoration: underline;
}
/* Le titre
-------------------------------------------------------- */
#title {
       padding-bottom: 8px;
       background-repeat: no-repeat;
       background-position: 60% 50% ;
       height: 42px;
}
#title h1 {
       visibility: hidden;
       line-height: 0;
}
/* Le scroll
-------------------------------------------------------- */
#scroll {
	padding-right: 25px;
	text-align: left;
}
/* partenaires
-------------------------------------------------------- */
.partenaires h4 {
	     font-style: italic;
	     font-weight: bold;
	     font-size: 13px;
	     text-align: center;
	     width: 600px;
	     margin-left: auto;
	     margin-right: auto;
	     margin-top: 10px;
}
.partenaires h2, .references h2 {
	font-size: 15px;
	font-variant: small-caps;
	color: #e77539;
	border-bottom: solid 1px;
	width: 727px;
	padding: 0 0 3px 0;
	margin-bottom: 7px;
	margin-top: 10px;
	clear: both;
}
.partenaires p {
	     text-align: justify;
	     margin-left: 55px;
	     line-height: 16px;
}
.partenaires h3 {
	     padding-top: 4px;
	     font-weight: normal;
	     font-size: 11px;
	     color: #777;
             font-style: italic;
	     text-align: right;
}
.partenaires h3 a {
	     font-size: 12px;
             font-style: normal;
}
.partenaires a:hover {
      color: #e77539;
}
.references {
	    font-size: 15px;
}
.references span {	
	    display: block;
	    float: left;
}
.col-left {
	  text-align: right;
	  padding: 5px 20px 5px 5px;
	  width: 340px;
}
.col-right {
	   float: left;
	   display: block;
	   text-align: left;
	   padding: 5px;
	   width: 360px
}
/* video
-------------------------------------------------------- */
#video {
       padding: 30px 10px 0px 5px;
       text-align: justify;
       font-size: 12px;
       line-height: 16px;
}
#flvplayer {
	   float: left;
	   margin-right: 15px;
}
#video h3 {
        font-size: 14px;
        clear: both;
        padding-left: 10px;
        font-weight: normal;
        font-style: italic;
        font-size: 12px;
}
/* cv
-------------------------------------------------------- */
.cv h1 {
    font-size: 14px;
    padding: 12px 0 0px 0px;
}
.cv h2 {
	font-size: 15px;
	font-variant: small-caps;
	color: #e77539;
	border-bottom: solid 1px;
	width: 727px;
	padding: 0 0 3px 0;
	clear: both;
}
.cv h3 {
	font-size: 13px;
	padding: 5px 0 0 0;
}
.cv dl {
    padding: 0 0 4px 12px;
}
.cv dt {
    color: #777;
    font-style: italic;
    letter-spacing: 1px;
    padding-top: 4px;
}
.cv dd {
    padding: 0 0 0 20px;
    background: url(img/puce.gif) no-repeat;
    background-position: 12px 3px;
}

.cv img.identite {
    border: 3px solid #FFF;
    float: right;
}

/* formulaire
-------------------------------------------------------- */
fieldset{
	border: none;
}
.contact label{
	display: block;
}

.contact input, .contact textarea{
	border: 1px solid #999;
	margin:4px 0 6px 34px;
}
.contact input.submit {
      background-color: #aaa;
      border: 1px solid #e77539;
      cursor: pointer;
      cursor: hand;
}



.day-date{
	padding-left: 20px;
	margin-left: 25px;
	padding-bottom: 10px;
	color: #888;
	font-style: italic;
}

.post-title{
	font-size: 15px;
	font-variant: small-caps;
	color: #e77539;
	border-bottom: solid 1px;
	width: 727px;
	padding: 10px 0 3px 0;
        clear: both;
}


.post-content{
	text-align: justify;
font-size: 12px;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}
.post-content p{
	       text-indent: 60px;
	       padding: 6px 0;
	       line-height: 18px	
}
.post-content a{
              text-decoration : underline;
              color: #E77539;
}
/* mentions legales
-------------------------------------------------------- */
.legales h1 {
	font-size: 15px;
	font-variant: small-caps;
	color: #e77539;
	border-bottom: solid 1px;
	width: 727px;
	padding: 0 0 3px 0;
        margin: 10px 0;
}
/* La barre de navigation
-------------------------------------------------------- */
#sidebar li {
       padding-bottom: 15px;
}
#sidebar a
{
	display: block ;
	width: 150px ;
	height: 22px ;
	background-repeat: no-repeat;
	background-position: 0 0 ; 
}

#sidebar a:hover
{
	background-position: 0 -22px ;
}

a.actualites {
	     background-image: url(img/menu-actualites.gif);
}
a.photos {
	     background-image: url(img/menu-photos.gif);
}
a.contact {
	     background-image: url(img/menu-contact.gif);
}
a.references {
	     background-image: url(img/menu-references.gif);
}
a.partenaires {
	     background-image: url(img/menu-partenaires.gif);
}
a.cv {
	     background-image: url(img/menu-curriculum-vitae.gif);
}
a.clients {
	     background-image: url(img/menu-clients.gif);
}
/*   bottom    
-------------------------------------------------------- */
.cartouche img  {
	padding: 21px 8px 0 8px;
}
.cartouche {
	   position: relative;
	   float: right;
	   height: 97px;
	   width: 229px;
	   padding-right: 14px;
           background: url(img/cartouche.gif) no-repeat top left;
}
.sur-cartouche {
	       position: absolute;
	       top: 0;
	       left: 0;
}
.sur-cartouche img {
	       padding: 0;
}
/*   footer    
-------------------------------------------------------- */
#footer {
	background: #000 url(img/footer-filet.gif) top right no-repeat;
	font-size: 9px;
}
#footer li {
      display: inline;
      padding: 0 10px;
}
#footer a {
      color:#999;
}
#footer a:hover {
      color:#ddd;
      text-decoration:underline;
}

