body
  {
    font-family: "Helvetica Neue", Helvetica, Arial, sans;
    font-size:14px;
    color:#666;
    line-height: 1.4em;
    background: url(../img/bg.png) repeat-x #232323;
  }

/* STRUCTURE */
  
#wrapper
  {
    width:750px;
    margin: 0 auto;
  }  
#header
  {
    width:750px;
    height: 190px;
    background: url(../img/header-bg.png) no-repeat;
  }
    
#logo
  {
    display:block;
    text-indent: -9999px;
    width:750px;
    height: 140px;
    background: url(../img/header-bg.png) no-repeat;
    margin: 0;
    padding: 0;
  }  
  
#content
  {
    width:750px;
   float:left;
    background: url(../img/content-bg.png) repeat-y;
  } 
  
#content .gutter
  {
    padding: 10px 60px;
  }  
  
  
  
#footer
  {
    width:750px;
    height: 200px;
    float:left;
    background: url(../img/footer-bg.png) no-repeat;
  }    
  
/* MENU */
#menu 
  {
/*     padding-top: 140px; */
    width:420px;
    margin: 0 0 0 175px;
  }

#menu li
  {
    display:inline;
    width: 100px;
    text-align: center;
    height: 28px;
  }  
  
#menu li a
  {
    display:block;
    width: 80px;
    height: 28px;
    text-indent:-9999px;
    float:left;
  }    
  
#m-accueil a { background: url(../img/m-accueil.png) no-repeat bottom;}  
#m-accueil a:hover { background: url(../img/m-accueil.png) no-repeat center;}  
#accueil #m-accueil a { background: url(../img/m-accueil.png) no-repeat top;} 

#m-services a { background: url(../img/m-services.png) no-repeat bottom;}  
#m-services a:hover { background: url(../img/m-services.png) no-repeat center;}  
#services #m-services a { background: url(../img/m-services.png) no-repeat top;} 

#m-portfolio a { background: url(../img/m-portfolio.png) no-repeat bottom;}  
#m-portfolio a:hover { background: url(../img/m-portfolio.png) no-repeat center;}  
#portfolio #m-portfolio a { background: url(../img/m-portfolio.png) no-repeat top;}

#m-contact a { background: url(../img/m-contact.png) no-repeat bottom;}  
#m-contact a:hover { background: url(../img/m-contact.png) no-repeat center;}  
#contact #m-contact a { background: url(../img/m-contact.png) no-repeat top;} 

#m-a_propos a { background: url(../img/m-a_propos.png) no-repeat bottom;}  
#m-a_propos a:hover { background: url(../img/m-a_propos.png) no-repeat center;}  
#a_propos #m-a_propos a { background: url(../img/m-a_propos.png) no-repeat top;}  

/* ACCUEIL */
#coverflow
  {
  margin: -30px 0 0 0;
  }
  
  
#realisations_recentes
  {
    position: absolute;
    top:450px; /* ANCIENNE VALEUR: 200 */
    background: url(../img/accueil-realisations_recentes.png) ;
    width: 220px;
    height: 30px;
  }  
  
#certif
  {
    margin-top: 50px;
    width:300px;
    height: 100px; 
    display: block;
    text-indent: -9999px;
    background: url(../img/accueil-certif.png) no-repeat center center;
    float:right;  
  }  

#twitter
  {
    width:300px;
    float:right;  
    background: url(../img/twitter-bg.png) no-repeat bottom;
    padding:  0 0 10px 0;
  }
  
#twitter .gutter  
  {
    background: url(../img/twitter-bg.png) no-repeat top; 
  }
  
#twitter-link
  {
    display:block;
    width: 300px;
    height: 18px;
    background: url(../img/twitter-link.png) no-repeat ; 
    text-indent: -9999px;
    margin: 0px 0 0 0;
    float:right;
  }  
  
#twit
  {
    width:170px;
    color:white;
    padding:   3px 16px 2px 40px;
    font-size: 13px;
  }  
  
#twit a
  {
    color:white;
    text-decoration: none;
    border-bottom:1px dotted white;
    font-family: Monaco, "Courrier New", mono;
    font-size: 10px; 
  }  
  
#twit p
  {
    font-size:11px;
    text-align: right;
    margin-top: 2px;
  }  
  
#accueil-services
  {
    width:300px;
    height: 200px;
    float:left;   
    line-height: 2em;
        margin: 50px 0 50px;
    padding: 0 10px 0 10px;    
    border-right: 1px solid #cacaca;    
  }  
  
#accueil-services h3
  {
    text-indent: -9999px;
    width: 249px;
    height: 30px;  
    background: url(../img/accueil-partenaire.png) no-repeat;
    margin: 0 0 12px 0;
  }  
  
#accueil-services a
  {
    text-decoration: none;
    color:#333;
/*     border-bottom: 1px dotted silver; */

  } 
#accueil-services li
  {  

  }
  
#accueil-services a:hover
  {   
    color:black;
    border-bottom: 1px dotted black;
  } 
  
/* SERVICES */

#service_mask
  {
		position:relative;
		width:630px;
		height:400px;
		overflow:hidden;
		margin: 5px 0 50px 0px;
		border-bottom: 1px solid #F1F1F1;
		border-right: 1px solid #F1F1F1;
    float:left;
	}
	
	
	
#service
 {
   position:absolute;
  }	
  
#service ul
  {
    margin-bottom: 20px;
  }
  
#service li
  {
    
  }  
  
	
.small-col
  {
    width:200px;
  }	
  
.norm-col
  {
    width:300px
  }  
  
 .big-col
  {
    width:380px;
  }	  
  
.full-col
  {
    width:600px;
  }  
  
 .left
  { float:left}  
  
.right
  { float:right}    
	
.service_item
  {
    width:631px;
  	height:400px;
  	background: #f0f0f0;
  	border-right: 1px solid white;
    float:left;
    color:#333;
    padding: 0;
  }
  
.service_item.macintosh { background: #DDE4F5;}  
.service_item.webdesign { background: #FFEBCC; }
.service_item.hebergement { background: #F5EBFF; }
.service_item.formation { background: #E0F5E0; }

.service_item .margin
  {  
    padding: 20px;
    margin: 0;
    font-size:12px;

  }
    
#service_handles
  {
    text-align: center;
    font-size: 16px;
    color:gray;
    cursor: pointer;
    margin-top: 30px;
  }  

#service_handles span
  {
     padding: 10px;
  }
  
#service_handles span.active
  {
   color:black;
   background: #f0f0f0;
   padding: 10px
   
  }  
  
#service_handles span.active.macintosh   {background: #DDE4F5; font-weight: bold} 
#service_handles span.active.webdesign   {background: #FFEBCC; font-weight: bold}
#service_handles span.active.hebergement {background: #F5EBFF; font-weight: bold} 
#service_handles span.active.formation   {background: #E0F5E0; font-weight: bold}  
  
#service h3
  {
    font-weight:bold;
    margin: 0 0 6px 0;
    font-size:14px;
  }   
  
.macintosh .small-col 
  { padding: 50px 0 0 0; }  
  
.webdesign .small-col 
  { padding: 50px 0 0 0; }
  
.formation .small-col 
  { padding: 60px 0 0 0; }     
  
/* FORMATION */
#formation  h2
  {
    font-size:32px;
  }  
  
/* A PROPOS */
#a_propos h1
  {
    font-size:24px;
    margin: 18px 0;
    color: #333;
  }  


#a_propos h2
  {
    margin-bottom: 12px;
  }  

#a_propos .norm-col a, #contact .norm-col a, #portfolio_details a
  {
    text-decoration: none;
    color:#333;
    border-bottom: 1px dotted silver; 
  }
  
.list
  {
    font-size:12px;
    width: 100%;

  }  
  
.list th
  {
    font-size: 10px;
    font-weight:bold;
    text-align: left;
  }  

.list th, .list td
  {

  padding: 2px
  }
  
#a_propos .full-col, #a_propos left-col, #a_propos right-col,  #a_propos .norm-col  
  {
    margin-bottom:32px
  } 
  
.list td { text-align: center; font-weight:bold; }
.list td.name { text-align: left;font-weight:normal;}  

.list .odd
  {
    background: lightyelloW;
  }
  
.partner td
  {
    vertical-align: middle;
    padding: 10px 10px 10px 0;
  }
    
/* HEBERGEMENT */
.rates
  {
    width:200px;
  }
  
.rates th, .rates td
  {
    text-align: left;
    width:200px;
    vertical-align: middle;
    padding: 0 2px ;
        font-size:11px
  }  
  
.rates td
  {

  }  
  
  
/* CONTACT */
#contact .gutter
  {
    margin: 40px 0 100px;
  }

#contact h3
  {
    margin: 12px 0 6px 10px;
  }
  
#contact img
  {
    margin: 0px 0 50px 0;
    border-top:1px solid silver;
    border-left:1px solid silver;
    border-right:1px solid #999;    
    border-bottom:1px solid #999;  
  }  

#contact table th
  {
    width:100px;
  }

#contact table th, #contact table td, #contact p
  {
    font-size:12px;
    text-align: left;
    padding: 2px 2px 2px 10px;
  }  
  
/* PORTFOLIO */

#portfolio h1
  {
    font-size:24px;
    margin: 18px 0;
    color: #333;
  }  
  
#portfolio #screenshot  
  {
    float:left;
  }
  
#portfolio .back
  {
    clear: both;
    display: block;
    margin: 0px auto 0;
    width: 97px;
    height: 30px;
    background: url(../img/b-back.png) no-repeat;
    text-indent: -999px;
  }  

#portfolio_details  
  {
    margin-top: 74px;
    float:right;
    width:210px;
    font-size:12px;
    color:#666;
    list-style-position: inside;
  }
  
#portfolio a.thumb
  {
    padding: 0 8px;
    margin: 12px 0 0 0;
  }  
  
#portfolio img.thumb
  {
    border:1px solid #999;
  }    
  
#portfolio_details li
  {
    height: 30px;
    border-top:1px solid #F0F0F0;
    border-bottom:1px solid #F0F0F0;
    border-collapse: collapse;
    line-height: 2.3em;
    padding: 0 0 0 24px;
  }  
  
#portfolio_details li.activated
  { 
    color:black; 
    list-style-image: url(../img/tick.jpg);
    padding: 0;
  } 
   
/* FOOTER */
#footer #mail
  {
    width:110px;
    height: 20px;
    display:block;
    position: relative;
    top:96px;
    left:75px;
  }   
  
#footer #red-cms
  {
    width:140px;
    height: 130px;
    display:block;
    position: relative;
    top:16px;
    left:555px;
  }     
   
/* COVERFLOW */  
.mf{visibility: hidden; z-index:1; color:#333; 	font-size:14px;}

.mf * {
	outline:none;
	border:none;
	padding:0;
	margin:0;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select:none;
	-o-user-select:none;

}
.mf div.loader{
	position:absolute;
	text-align:center;
	z-index:10000;
	margin:0 auto;
	top:45%;
	width:100%;
	background:url(/img/ajax-loader.gif) no-repeat 50% 0;
	padding:50px 0;
}
.mf div.caption {
	position:absolute;
	text-align:center;
	z-index:98;
	margin:10 auto 0;
	bottom:40px;
	width:100%;
	color:black;
	font-weight: bold;
}
.mf div.mfNav{
	position:absolute;
	z-index:99;
	margin:0 auto;
	text-align:center;
	width:100%;
	bottom:20px;
	font-size:1px;
	line-height:1px;
	width:100%;

}
.mf div.autoPlayCon{
	float:left;
	width:10%;
	padding-left:3%;
	height:24px;
}
.mf a.play, .mf a.stop{
	width:27px;
	height:24px;
	float:left;
	cursor:pointer;
}
.mf a.play{
	background:url(skin/play.gif) no-repeat;
}
.mf a.stop{
	background:url(skin/stop.gif) no-repeat;
}
.mf div.sliderCon{
	margin-top:5px;
	float:left;
	width:74%;
}
.mf a.sliderNext{
	background:url(skin/left.gif) no-repeat;
}
.mf a.sliderPrev{
	background:url(skin/right.gif) no-repeat;
}
.mf a.sliderNext, a.sliderPrev{
	text-decoration:none;
	width:25px;
	height:16px;
	cursor:pointer;
	float:left;
}
.mf div.resizeCon{
	float:right;
	width:10%;
	padding-right:3%;
	height:24px;
}
.mf a.resize{
	width:34px;
	height:24px;
	float:right;
	cursor:pointer;
	background:url(skin/resize.gif) no-repeat;
}
.mf div.slider{
	background:url(skin/middle.gif) repeat-x;
	height:16px;
	position:relative;
	text-align:left;
	float:left;
}
.mf div.knob{
	height:16px;
	background:url(skin/middle-slider.gif) repeat-x right center;
}
.mf div.knobleft{
	background:url(skin/left-slider.gif) repeat-x center;
	width:8px;
	height:16px;
}  