/*
www.substitut.com
*/

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color: #555;
	background-color:#FFF;
}
a {
	color: #555;
}

/*
framing
*/
.container {

	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 1.3em;
	position: relative;
}
#sidenav {
	background: #FFF ;
	width: 180 px;
	position: fixed;
	float: left;
}
*html #sidenav {
	position: absolute; 
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
/*
styles/sidenav
padding/margin : Haut Droite Bas Gauche
*/

#sidenav h1 {
	margin: 0;
	font-size: 1em;
	font-weight: bolder;
	padding: 20px 5px 0 20px;
	color: #999;
	}
#sidenav p {
	padding: 0 5px 5px 20px;
	font-weight: normal;
	font-size: 0.95em;
	line-height: 1.7em;
}
#sidenav p mail a {
	font-weight: bolder;
	display: inline-block;
	text-decoration: none;
	border-bottom:1px solid #FF6000;
	padding: 2px 3px 2px 3px;
}
#sidenav p mail a:hover {
	background-color: #FF6000;
	color: #FFF;
}
#sidenav ul {
	margin: 0;
	padding: 10px 3px 3px 10px;
}
#sidenav ul li{
	font-size: 1em;
	color:#FF6000;
	display: inline;
	padding: 5px 3px 5px 10px;
}
#sidenav ul li a{
	color:#FF6000;
	font-weight: bolder;
	display: inline-block;
	text-decoration: none;
	border-bottom:1px solid #FF6000;
	padding: 3px 3px 3px 3px;
	margin: 2px 0 2px 0;
}
#sidenav ul li a:hover {
	color: #FFF;
	background-color: #FF6000;
}

/*
styles/content
*/

#content {
	float: right;
	width: 750px;
	padding: 0 0 0 0;
}

/*
styles/content/intro
*/

div.intro {
	font-size: 1.2em;
	font-weight: bolder;
	padding: 30px 0 0 0;

}
div.intro h1 {
	font-size: 1.6em;
	color: #FF6000;
}
div.intro h2 {
	font-size: 1.1em;
	color: #FF6000;
	font-weight: bolder;
}
div.intro p {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.5em;
}

div.intro mail a {
	font-weight: bolder;
	display: inline-block;
	text-decoration: none;
	border-bottom:1px solid #FF6000;
	padding: 2px 3px 2px 3px;
}

div.intro mail a:hover {
	background-color: #FF6000;
	color: #FFF;
}

/*
styles/content/cartouches
*/

div.item {
    overflow:hidden;
         background:url(../img/fd-ombre.jpg) top left;
    width:240px;
    float:left;
	padding: 0px 0px 0px 0px;
         margin-right:10px;
         margin-bottom:10px;
      }
	  
    div.information{
         padding-left: 15px; 
         padding-right: 15px; 
         height: 90px;
	line-height: 1em;
         float:left;
      }
	 div.information h1 {
		 margin-top: -2px;
         font-size:1em;
		 font-weight: bolder;
         float:left;
		 color: #222;
         }
	div.information p{
		margin-top: -4px;
         font-size:0.8em;
         float:left;
         }
	div.information p em {
         color:#FF6000;
         }
	div.information a {
		display: inline-block;
		text-decoration: none;
		border-bottom:1px solid #FF6000;
		padding-top: 1px;
		padding-bottom: 1px;
		padding-left: 2px;
		padding-right: 2px;
	}
		div.information a:hover {
		background-color: #FF6000;
		color: #FFF;
	}
	div.image{
         float:left;
      }
    div.image a{                       
	padding: 10px ;
	margin: 5px ;
         float:left;
         }
    div.image a:hover{ background-color: #FF6000; }
    div.image img{ border:0; float:left; width:210px;height:120px; }
	
	
div.itemb {
    overflow:hidden;
    width:150px;
    float:left;
	padding: 20px 30px 0 0;
      }
	
	div.informationb{
		 width:150px;
         height:32px;
         background:url(../img/dots.gif) repeat-x bottom left;
         float:left;
      }
	   div.informationb h1 {
		 margin-top: 0;
         font-size:0.9em;
		 font-weight: bolder;
         float:left;
		 color: #FFF;
         }
	  div.informationb p{
		 padding-top: 5px;
		 font-weight: normal;
         font-size:0.8em;
         float: right;
         }
	  div.imageb{
         float:left;
         margin-bottom:5px;
      }
    div.imageb a{
         padding:5px;                        
         background-color:#555;
         float:left;
         }
    div.imageb a:hover{ background-color: #fff; }
    div.imageb img{ border:0; float:left;  }
/*
styles/content/separ
*/
	
	    div.separ{
		 width: 738px;
		 height:20px;
	padding-top: 10px;
         background:url(../img/dots.gif) repeat-x bottom left;
	padding-bottom: 10px;
margin-bottom: 10px;
         float:left;
      	}
   div.separ h1 {
	margin-top: 5px;
	font-size:.9em;
	text-transform:uppercase;
	font-weight: bolder;
	float:left;
	color: #FF6000;
         }

/*
styles/content/footer
*/

div.footer {
	font-weight: bolder;
	font-size: 1em;
	padding: 50px 0 40px 0 ;
	line-height: 1.2em;
	
}
div.footer h1 {
	font-size: 1.3em;
	font-weight: normal;
}
div.footer p {

	font-weight: normal;
}

div.footer mail a {
	font-weight: bolder;
	display: inline-block;
	text-decoration: none;
	border-bottom:1px solid #FF6000;
	padding: 2px 3px 2px 3px;
}

div.footer mail a:hover {
	background-color: #FF6000;
	color: #FFF;
}
	

