@charset "utf-8";
/* CSS Document */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, font, img, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html { height:100%}

body {
	color: #666666;
    background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
p {
color: #666666;
}

a {
text-decoration:none;
color: inherit;
}
a:hover, a:focus {
text-decoration:none;
color: inherit;
}
strong { font-weight:normal;
}

h1 {
	color: rgb(0, 204, 255);
	margin-bottom: 0px;
	margin-top: 15px;
	text-transform:uppercase;
	font-size: 13px;
	}


h2 {
	color: rgb(0, 204, 255);
	margin-bottom: 6px;
	margin-top: 8px;
	text-transform:uppercase;

}

h3 {
	color: rgb(102, 204, 204);
	font-variant: small-caps;
	margin-bottom: 3px;
	margin-top: 6px;
}

h4 {
	color: rgb(204, 255, 255);
	font-size: 12px;
	font-weight:lighter;
}

li {
margin-left: 30px;
}

#wrapper {
	width:930px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
#header {
	margin-top:5px;
	margin-bottom:5px;
	width:930px;
	height: 110px;
	overflow:hidden;
}
#header h1 {
	font-size:11px;
	font-family:arial;
	color:#353c47;
	text-shadow: 0px 2px 1px #cccccc;
	float:right;
}

#logo {
background-image:url(../images/logo.jpg);
background-repeat:no-repeat;
    margin-left:5px;
	width:460px;
	height:114px;
	float:left;
	overflow:hidden;
}


#logo img {
margin: 0;
position: inherit;

}

#nav {
position: relative;
}
 
#nav ul {

	height: 46px;
}
 
#nav ul li {
margin:0;
padding:0;
border:0;
display: inline;
float:left;

}

#slider {
	background-color: #000000;
	position:relative;
	margin-left: 5px;
	overflow:hidden;
	width: 920px;
	
}
.inslider {

}
.inslider a {
	text-decoration:none;
}
.imageholder {
	border: 1px solid #666666;
	height:260px;
	width: 920px;
	overflow: hidden;
	position: relative;
}
.imgslider {
	position: absolute;
	top: 0; left: 0;
}
.imgslider img {
	float: left;
}


#content {
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}


div#container {
	margin: 0px ;
	width: 930px ;
	
}

div#containercv {
	margin: 0px ;
	width: 930px ;
	background-image:url(../images/fondcv.png);
background-repeat:no-repeat;
background-position:center; 
	
}

.bubble {
background-image:url(../images/infosl.jpg);
    float:left;
	margin-right: 15px;
	width: 300px;
	height:180px;
	position: relative;
	z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
}
.bubble1 {
background-image:url(../images/infosl.jpg);
    float:left;
	width: 300px;
	height:180px;
	position: relative;
	z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
}
.bubble2 {
background-image:url(../images/infosl.jpg);
    float:right;
	width: 300px;
	height:180px;
	position: relative;
	z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
}



.info {
background-repeat:no-repeat;
	padding: 12px 20px 20px 20px;
}

.info h2 {
    font-size: 13px;
	color: #666666;
	font-variant: small-caps;
	text-transform:none;
	margin: inherit; 
}

.info p {
	font-size: 12px;
	padding-top: 15px;
	line-height: 16px;
	color: #666666;
}

.info p a {
	color: #000000;
	text-decoration: none;
}

.info p a:hover {
	text-decoration: underline;
}

#flash {
float:left;
height:200px;
margin-top: 10px ; 
}
#flash img {
margin: 0;
position: inherit;
}
#anim {
margin-top: 10px ; 
width: 300px ; 
height:200px;
float: right;
}
#anim p {
margin-bottom:120px;
font-size:24px;
color:#666666;
}

#footer {
height:50px ; 
width: 930px ; 
background-image:url(../images/footer.jpg);
background-repeat:no-repeat;
margin:auto;

}
#form {
float:left;
margin:0;
width: 300px ; 
height:300px;
padding-top:50px;}

#map {
margin-top:15px ; 
width: 300px ; 
height:300px;
float: left;
position:relative;
}

#imm {
margin-left:0px;
margin-right:10px;
margin-top:15px ;
width: 300px ; 
height:300px;
float: left;
position:relative;
}
#footer p{

font-size:10px;
text-align:center;
padding-top:15px;
color:#FFFFFF;
font-weight: bold ;

}

a:hover, a:focus {
text-decoration:none;
}