/*
www.substitut.com
*/

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

/*
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: 0.9em;
	font-weight: bolder;
	padding: 20px 5px 0 20px;
	color: #444;
	}
#sidenav p {
	padding: 0 5px 0 20px;
	font-weight: normal;
	font-size: 0.8em;
	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;
	font-weight: bolder;
}
div.intro p {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.4em;
}
div.intro p em {
		font-weight: bolder;
         color:#FF6000;
		 font-size:1em;
         }

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;
    width:220px;
	background:url(../img/shadow.png) no-repeat 0 140px ;
    float:left;
	padding: 20px 30px 0 0;
      }
	  
    div.information{
         height:82px;
         background:url(../img/dots.gif) repeat-x bottom left;
         float:left;
      }
	 div.information h1 {
		 margin-top: 5px;
         font-size: 0.9em;
		 font-weight: bolder;
         float:left;
		 color: #111;
         }
	div.information p{
	margin-top: -5px;
	font-size:0.8em;
	line-height: 1.2em;
	float:left;
         }
	div.information p em {
		font-weight: bolder;
         color:#FF6000;
         }
		 
	div.information a {
		font-weight:bolder;
		display: inline-block;
		text-decoration: none;
		border-bottom:1px solid #FF6000;
		padding: 2px 3px 2px 3px;
	}
	div.information a:hover {
		background-color: #FF6000;
		color: #FFF;
	}	
	div.image{
         float:right;
         margin-bottom:5px;
      }
    div.image a{
         padding:5px;                        
         background-color:#ccc;
         float:left;
         }
    div.image a:hover{ background-color: #444; }
    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:1em;
		 font-weight: bolder;
         float:left;
		 color: #FFF;
         }
	  div.informationb p{
		 font-weight: normal;
         font-size:0.9em;
         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: 720px;
		 height:20px;
		padding: 20px 0 2px 0;
         background:url(../img/dots.gif) repeat-x bottom left;
         float:left;
      	}
   div.separ h1 {
	margin-top: 5px;
	font-size:0.9em;
	font-weight: bolder;
	float:left;
	color: #FF6000;
         }
	
	
/*
styles/content/footer
*/

div.footer {
	font-weight: bolder;
	font-size: 0.9em;
	line-height: 1.2em;
	padding: 50px 0 40px 0 ;
	
}
div.footer p {
	font-weight: normal;
	line-height: 16px;
}
div.footer h2 em {
		font-weight: bolder;
        color:#FF6000;
         }
div.footer h2 {
		font-size: 1.2em;
         }

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;
}

div.footer2 {
	font-weight: bolder;
	font-size: 0.9em;
	padding: 20px 0 0 0 ;
	
}
div.footer2 h1 {
	font-weight: normal;
	font-size: 1.1em;
	line-height: 16px;
}
div.footer2 mail a {
	font-weight: bolder;
	display: inline-block;
	text-decoration: none;
	border-bottom:1px solid #FF6000;
	padding: 2px 3px 2px 3px;
}

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