#home {
background: url(../images/bg_degrad.jpg) repeat-x #eae8e8;
margin: 0px;
width:100%;
font-family: Trebuchet MS,Arial,sans-serif,Tahoma;     /* web safe fonts */
font-size: 14px;
color: #554f4f;
overflow:hidden;
overflow-y: auto;
overflow-x: hidden;
overflow : -moz-scrollbars-vertical;
}

#page_wrapper_home {
background: url(../images/bg.png) no-repeat top center;
width: 100%;


}


#page {
width:960px;
height:1200px;
margin: 0 auto;
background: none;


}


#realisations {
position: absolute;
margin-left: 10px;
margin-top: 120px;
width: 938px;
height: 458px;
background-color: #FFFFFF;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
-moz-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
box-shadow: rgba(0,0,0,.3) 1px 1px 3px


}

img {
border:none
}

a:active, a:focus{ outline:none; }

#logo {
position: absolute
}



h1 {

text-align: left;
text-transform: uppercase;
font-size: 18px;
color: #0eafdc;
margin-left: 15px;

}


a {
text-decoration: none
}

a:hover {
cursor: pointer
}


h1:hover {
color: #971b80;
text-decoration: none;
cursor: pointer
}

/*Menu*/

#menu {
position: absolute;
margin-top: -21px;
margin-left: 435px
}

.menu_list {
            position: relative;
            height: 33px;
            width: 650px;
            background:none;
            padding: 50px;
            margin: 17px 0 0 20px;
            overflow: hidden;
        }
.menu_list li {
float: left;
list-style: none;
                }
				
.menu_list li.back {
	background: url("../images/lamp.gif") no-repeat right -33px;
	width: 9px; 
	height: 33px;
	z-index: 8;
	position: absolute;
}

.menu_list li.back .left {
	background: url("../images/lamp.gif") no-repeat top left;
	height: 33px;
	margin-right: 10px; /* 7px is the width of the rounded shape */
}

.menu_list li a {
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #554f4f;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 33px;
	position: relative;
	overflow: hidden;
	margin: auto 15px;    
}

.menu_list li a:hover {
border: none;
color: #971b80;
}

.menu_list li a.active {
color: #0eafdc
}



/*/menu*/

/* Slider */


#bande {
background: url(../images/bande_slider.png) no-repeat;
position: absolute;
width: 138px;
height: 115px;
z-index: 3;
margin-left: -1px;
margin-top: -1px


}

.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin-top: -1px;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 938px; height: 458px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			/* border: 5px solid #000 */; /* this is the border. should have the same value for the links */
			margin-top: 30px;
			margin-left: 30px;
			width: 879px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 399px;
			clear: both;
			background: #fff;
			border: 1px solid #b6b6b6;
			
			-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 879px;
			 /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			/* padding: 10px; */
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			position: absolute;
			margin-top: 369px;
			margin-left: 560px;
			z-index: 3;
			
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 7px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 14px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #0eafdc;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 10px;
		}
		
		.stripNav li.tab1 a { background: #FFFFFF; border: 1px solid #b6b6b6; color: #554f4f;  -moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px; -webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
-moz-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
box-shadow: rgba(0,0,0,.3) 1px 1px 3px   }
		.stripNav li.tab2 a { background: #FFFFFF; border: 1px solid #b6b6b6; color: #554f4f;  -moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px; -webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
-moz-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
box-shadow: rgba(0,0,0,.3) 1px 1px 3px }
		.stripNav li.tab3 a { background: #FFFFFF; border: 1px solid #b6b6b6; color: #554f4f;  -moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px; -webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
-moz-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
box-shadow: rgba(0,0,0,.3) 1px 1px 3px  }
		.stripNav li.tab4 a { background: #FFFFFF; border: 1px solid #b6b6b6; color: #554f4f;  -moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px; -webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
-moz-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
box-shadow: rgba(0,0,0,.3) 1px 1px 3px }
		.stripNav li.tab5 a { background: #FFFFFF; border: 1px solid #b6b6b6; color: #554f4f;  -moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px ;-webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
-moz-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
box-shadow: rgba(0,0,0,.3) 1px 1px 3px }
		
		.stripNav li a:hover {
			background: #971b80;
			color: #FFFFFF
		}
		
		.stripNav li a.current {
			background: #0eafdc;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 160px;
			text-indent: -9000em;
			z-index: 3
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 85px;
			width: 85px;
		}
		
		.stripNavL {
			left: -15px;
		}
		
		.stripNavR {
			right: -15px;
		}
		
		.stripNavL {
			background: url("../images/boutons_slider_g.png") no-repeat;
			background-position: 0 -85px
		}
		
		.stripNavL:hover {
			background: url("../images/boutons_slider_g.png") no-repeat;
			background-position: 0 0
		}

		
		.stripNavR {
			background: url("../images/boutons_slider_d.png") no-repeat;
			background-position: 0 -85px
		}
		
		.stripNavR:hover {
			background: url("../images/boutons_slider_d.png") no-repeat;
			background-position: 0 0
		}
		
		/* /slider */
		
		/* tooltip styling */ 
.tooltip { 
    display:none; 
    background: rgb(255, 255, 255) ; opacity: 0.8;
    height:32px; 
    padding:10px; 
    width:125px; 
    font-size:14px; 
    color:#554f4f;
    -moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
-moz-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
box-shadow: rgba(0,0,0,.3) 1px 1px 3px
} 


#services_home {
position: relative;
float: left;
margin-top: 602px;
margin-left: 10px;
width: 217px;
height: 295px;
background-color: #FFFFFF;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
-moz-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
box-shadow: rgba(0,0,0,.3) 1px 1px 3px

}

#services_home ul {
list-style: none;
color: #554f4f;
font-size: 14px;
margin-left: -25px;
margin-top: -5px;
}

#services_home li {
background: url(../images/puce.png) no-repeat left;
line-height: 41px;
padding-left: 45px;

}



#competences_home {
position: relative;
float: left;
margin-left: 23px;
margin-top: 602px;
width: 217px;
height: 295px;
background-color: #FFFFFF;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
-moz-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
box-shadow: rgba(0,0,0,.3) 1px 1px 3px

}

#competences_home ul {
list-style: none;
color: #554f4f;
font-size: 14px;
margin-left: -25px;
margin-top: -5px;
}

#competences_home h1 {
color: #554f4f;

}

#competences_home h1:hover {
color: #554f4f;
cursor: default

}



#competences_home li {
background: url(../images/puce.png) no-repeat left;
line-height: 41px;
padding-left: 45px;

}


#mac_home {
position: relative;
float: left;
margin-left: 25px;
margin-top: 603px;
width: 457px;
height: 287px;
background: url(../images/macbook_pro.png) no-repeat;


}

#mac_home li {
margin-left: 71px;


}

#mac_home ul {
list-style: none
}

#footer_contact {
position: absolute;
float: left;
margin-top: 922px;
margin-left: 10px;
width: 458px;
height: 142px;
font-family: arial;
font-size: 14px;
color: #554f4f;
background-color: #FFFFFF;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
-moz-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
box-shadow: rgba(0,0,0,.3) 1px 1px 3px

}

#footer_contact h1 {
color: #554f4f;

}

#footer_contact h1:hover {
color: #554f4f;
cursor: default

}


#footer_reseau {
position: absolute;
float: left;
margin-top: 922px;
margin-left: 492px;
width: 458px;
height: 142px;
background-color: #FFFFFF;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
z-index: 2;
-webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
-moz-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
box-shadow: rgba(0,0,0,.3) 1px 1px 3px

}

#footer_bg {
position: absolute;
margin-top: 897px;
margin-left: 772px;
width: 326px;
height: 281px;
background: url(../images/bg_footer.png) no-repeat;

}


#twitter {
position: absolute;
margin-left: 355px;
margin-top: -50px;
z-index: 999

}

#fb_shadii {
margin-left: 2px
}

#photo_shad {

margin-left: 322px;
margin-top: -114px
}

#formulaire_mail {
margin-left: 15px;
margin-top: -4px

}

#formulaire_mail a {
font-family: Arial;     
font-size: 14px;
color: #0eafdc;


}

#formulaire_mail a:hover {
color: #971b80;
text-decoration: none;
cursor: pointer
}

#formulaire_mail span {
position: absolute;
margin-left: 10px;
margin-top: 5px
}

#msn {
margin-left: 17px;

}

#msn span {
position: absolute;
margin-left: 11px;
margin-top: 3px
}

#telephone {
margin-left: 19px;
margin-top: 3px

}

#telephone span {
position: absolute;
margin-left: 15px;
margin-top: 7px
}

#horaires {
font-family: arial;
font-size: 9px;
font-style: italic;
margin-left: 48px;
margin-top: -6px

}

div#copyright {
color: #554f4f;
font-family: arial;
font-size: 10px
}

div#copyright a {
color: #0EAFDC;
}

div#copyright a:hover {
color: #971B80;
}

#notice {
margin-top: 30px;
margin-left: 0px
}

#notice_services {
margin-top: 30px;
margin-left: 0px
}


#w3c {
float: left;
width: 88px;
margin-top: 3px

}

