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

body {
	background-color:#cceeff;
	background-image:url(img/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0099cc;
}

img {
	border:0px;
	float:left;
}

a:link {
	color:#fff;
	text-decoration:underline;
	font-weight:bolder;
}

a:active {
	color:#fff;
	text-decoration:none;
	font-weight:bolder;
}

a:hover {
	color:#fff;
	text-decoration:line-through;
	font-weight:bolder;
}

a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:bolder;
}

/*_____________ Header ______________*/

#nav {
	width:100%;
	height:16px;
	background-color:#0099cc;
	border-bottom:#6FF 1px solid;
	position:fixed;
	top:0px;
	right:0px;
	z-index:50;
	color:#fff;
	padding-right:15px;
	font-size:12px;
}

#header {
	width:960px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
}

#headerTitre {
	width:640px;
	height:200px;
	float:left;
}

#headerTitreTop {
	background-image:url(img/headerTop.jpg);
	width:640px;
	height:140px;
	float:left;
}

#headerTitreTitre {
	background-image:url(img/headerTitre.jpg);
	width:640px;
	height:60px;
	float:left;
	overflow:hidden;
}

#headerTitreTitre h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	line-height:5px;
	padding-left:80px;
	margin-bottom:15px;
}

#headerNav {
	width:320px;
	height:200px;
	float:left;
}

#headerNavVide {
	background-image:url(img/headerVide.jpg);
	width:320px;
	height:163px;
	float:left;
}

#headerNavNav {
	width:320px;
	height:37px;
	float:left;
}

#subHeader {
	background-image:url(img/subheader.jpg);
	width:960px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
}

#subHeader1 {
	background-image:url(img/subheader1.jpg);
	width:960px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
}

/*_____________ Header Fin ______________*/

/*_____________ About ______________*/

#aboutMega {
	background-image:url(img/fondAbout.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:265px;
}

#about {
	background-image:url(img/about.jpg);
	width:960px;
	height:265px;
	margin-left:auto;
	margin-right:auto;
}

.txt {
	width:280px;
	height:247px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-top:18px;
	font-size:12px;
	overflow:hidden;
	line-height:16px;
	color:#ffffff;
}

/*_____________ About Fin ______________*/

/*_____________ Section ____________*/

.section {
	/*background-image:url(img/section.jpg);*/
	width:960px;
	height:115px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	margin-bottom:-60px;
	overflow:hidden;
}

.section h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	line-height:20px;
	/*text-decoration:overline;*/
	padding-left:15px;
	border-bottom:#0099cc 1px dashed;
}

#titreAbout {
	width:960px;
	height:45px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	overflow:hidden;
}

#titreAbout h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	line-height:20px;
	/*text-decoration:overline;*/
	padding-left:15px;
	border-bottom:#0099cc 1px dashed;
}

/*_____________ Section Fin ____________*/

/*_____________ Work _______________*/

.work {
	/*background-image:url(img/bgWork.jpg);*/
	background-repeat:repeat-x;
	background-color:#000;
	width:100%;
	height:625px;
	padding-top:20px;
	padding-bottom:5px;
	margin-bottom:-19px;
	border-bottom:#0099cc 2px solid;
}

#project {
	/*background-image:url(img/bgWorkProject.jpg);*/
	background-color:#000;
	width:960px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
}

#project1 {
	/*background-image:url(img/bgWorkProject.jpg);*/
	background-color:#cceeff;
	width:1024px;
	height:240px;
	/*padding-bottom:10px;
	padding-top:10px;*/
	margin-left:auto;
	margin-right:auto;
}

#megaVideo {
	/*background-image:url(img/bgWork.jpg);*/
	background-repeat:repeat-x;
	background-color:#000;
	width:100%;
	height:400px;
	color:#fff;
	padding-top:30px;
	margin-bottom:-19px;
	border-top:#fff 1px solid;
}

#video {
	/*background-image:url(img/bgWorkProject.jpg);*/
	background-color:#000;
	width:960px;
	height:280px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-45px;
}

/*_____________ Work Fin _______________*/

/*_____________ Contact ________________*/

#megaContact {
	/*background-image:url(img/bgWork.jpg);*/
	background-repeat:repeat-x;
	background-color:#111;
	width:100%;
	height:300px;
	color:#fff;
}

#contact {
	background-image:url(img/footer.jpg);
	background-color:#111;
	width:960px;
	height:300px;
	margin-left:auto;
	margin-right:auto;
}

#contact h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	line-height:20px;
	/*text-decoration:overline;*/
	padding-left:15px;
	border-bottom:#fff 1px dashed;
}

.infos {
	padding:15px;
	font-size:14px;
	width:200px;
	float:left;
}

.infos hr {
	border-top:#fff 1px dashed;
	border-bottom:0px;
}

/*_____________ Contact Fin ________________*/