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

/*__links__*/
a{
	text-decoration:none;
	color:#079d91;
}

a:hover, a:active{
	color:#079d91;
}

/*__titles__*/
h1 {
	/*background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	*/height:100px;
	width:210px;
	margin-left:24px;
}

h1 span {
	display:none;
}

h3{
	font-family:/*Tahoma, Geneva, sans-serif;*/Arial, Helvetica, sans-serif;
	font-weight:normal;
	/*border:1px red solid;*/
	margin-left:80px;
	background-image:url(../img/underlineTitle3.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:0px;
	clear:both;
	height:22px;
}

h3 span {
	font-weight:bolder;
	font-size:x-large;
	letter-spacing:1px;
	color:#079d91;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	margin-left:80px;
	font-size:smaller;
}

/*___menu___*/
#menu {
	background-image:url(../img/borderMenu.gif);
	background-repeat:repeat-x;
	background-position:bottom;	
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:bold;
	letter-spacing:1px;
	/*padding-left:400px;*/
	margin-left:12px;
	height:23px;
}

#menu li{
	list-style:none;
	display:inline;
	float:right;
	height:22px;
	text-align:right;
	padding-right:50px;
	padding-left:50px;
	margin-top:-3px;
}

#menu li a{
	display:block;
	float:left;
	padding:0px;
	padding-top:3px;
	text-decoration:none;
	color:black;
	text-align:right;
	width:100%;
}

#menu li a:hover{
	text-decoration:none;
	/*color:#079d91;*/
}

#currentPage a, #menu li a:active, #menu li a:hover{
	/*color:#079d91;*/
	background-image:url(../img/borderMenuHover.gif);
	background-repeat:repeat-x;
	background-position:top;
}

/*__subMmenu__*/
#subMenu{
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-weight:bolder;
	font-size:smaller;
	/*letter-spacing:1px;*/
	float:right;
	text-align:right;
}

#subMenu li{
	padding-top:10px;
}

#subMenu a{
	color:black;
}

#subMenu a:hover, #subMenu a:active{
	colot:black;
	text-decoration:none;
}

.nav-top-item{
	background-image:url(../img/borderSubMenu.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#currentProject a, #subMenu a:hover, #subMenu a:active{
	background-image:url(../img/borderMenuHover.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

/*__content__*/
#content {
	/*width:100%;*/
	/*border:1px red solid;*/
	/*box-align:right;
	-moz-box-align:right;
	-webkit-box-align:right;*/
	}
	
#content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:smaller;
	margin-left:80px;
	width:410px;
	line-height:1.2;
}

#p1, #p2, #p3, #p4, #p5{
	float:left;
}

#p3 ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:smaller;
	margin:0px;
	padding:0px;
	margin-left:80px;
}



/*__profil page__*/
#profilContent h4{
	float:left;
	clear:both;
	margin-top:0px;
	/*width:200px;*/
	/*margin-right:40px;*/
	
}

#profilContent p{
	margin-top:0px;
	/*background-color:#F90;*/
	width:100%;
}

#blocProfil{
	position:relative;
	top:-90px;
	/*border:green 1px solid;*/
	width:84%;
}

#blocProfil h4{
	/*border:red 1px solid;*/
	margin-right:20px;
	width:20%;
}

.spec{
	position:relative;
	top:-14px;
	padding:0px;
	margin:0px;
}


.col{
	float:left;
	width:50%;
	padding:0px;
	margin:0px;
	/*margin-left:10%;*/
	/*border:red 1px solid*/
}

.colCompEnglobant{
	float:left;
	width:70%;
	padding:0px;
	margin:0px;
	/*border:1px red solid;*/
}

.colComp{
	float:left;
	width:140px;
	padding:0px;
	margin:0px;
	margin-left:10px;
	/*border:red 1px solid;*/
}

.cv{
	font-family:Arial, Helvetica, sans-serif;
	font-size:smaller;
	float:right;
	text-align:center;
	margin:0px;
	padding:0px;
	width:90px;
	/*border:1px red solid;*/
}

/*__contact page__*/
#coord{
	float:left;
}

.icone{
	margin-top:20px;
	margin-left:80px;
}

#contactContent img{
	float:left;
	margin-top:-8px;
}

#contactContent p{
	margin-top:0px;
	margin-bottom:2px;
}

fieldset{
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:smaller;
	padding-top:14px;
}

fieldset td{
	padding-right:20px;
}

/*fieldset input, fieldset textarea{
	border-color:#079d91;
}*/

/*__project page__*/
#view{
	margin:0px auto;
	display:block;
	/*clear:both;*/
}

/*__body__*/
body{
	background-image:url(../img/margeLeft.gif);
	background-repeat:repeat-y;
}