@import url(https://fonts.googleapis.com/css?family=Norican);

@font-face {
    font-family: 'LatoLight';
	    src: url('font/Lato-Lig-webfont.eot');
		src: url('font/Lato-Lig-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Lato-Lig-webfont.woff') format('woff'),
         url('font/Lato-Lig-webfont.ttf') format('truetype'),
         url('font/Lato-Lig-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,html{
	margin:0;
	padding:0;
	height:100%
}
table,td{
	padding:0;
	margin:0;
	border-collapse:collapse;
}
#barre{
	width:100%;
	background-color:#222;
	position:fixed;
	z-index:3;
}
#topMenu{
	margin:0 auto;
	width:50%;
	min-width:980px;
	list-style-type:none;
	border-collapse:collapse;
	border-spacing: 0;
	padding:0;
}
#topMenu .sub{
	border-top:3px solid #222;
	width:24.79%;
	color:#ddd;
	float:left;
	padding:8px 0 10px 0;
	background:#222;
	text-align:center;
	font-family:LatoLight;
	font-size:17px;
	cursor:pointer;
}
#accueil{
	width:100%;
	min-width:980px;
	height:100%;
	top:0;
	z-index:1;
	overflow:hidden;
	background:#000;
	text-align:center;
	min-height:551px;
}
#apropos{
	width:100%;
	min-width:980px;
	background:url(../images/az_subtle.png) repeat;
	height:280px;
	top:100%;
	z-index:2;
}
#apropos_tab{
	width:100%;
	min-width:980px;
	border-collapse:collapse;
	border-spacing: 0;
	padding:0;
	height:280px;
	font-family:Latolight;
}
#apropos_tab .sub{
	border-top:2px solid #25aae1;
	color:#999;
	cursor:pointer;
	padding:4px 0;
	text-align:center;
	background:#222;
}
#apropos_tab .sub.recherche,#apropos_tab .sub.competences{
	width:25%;
}
#apropos_tab .sub > .title{
	font-size:22px;
	display:block;
	width:60%;
	margin:0 auto;
	text-align:center;
	text-shadow:2px 2px #000;

}
#apropos_tab .content{
	color:#000;
	font-size:15px;
	padding:0 0 0 10px;

}
#apropos_tab .content > #competences{
	list-style-type:none;

	margin:0 auto;
	width:90%;

	text-align:right;
}

#profil_photo{
	border:2px solid #888;
	width:90px;
	height:130px;
	border-radius:17px;
	box-shadow:0px 0px 4px 4px #ccc;
	overflow:hidden;
	background:#222;
	margin:0 auto;
}
#profil_photo > img{
	margin-top:22%;
}
#profil_container{
	width:99%;
}
.info_first, .info_second{
	width:42%;
}
.info_first #profil_description{
	text-align:right;
	float:right;
}
.info_second #profil_description{
	text-align:left;

}
#profil_description .label{
	font-size:12px;
}
#profil_description .value{
	font-family:Norican;
	font-size:140%;
}
.info_second #profil_description .value{
	padding-left:15px;
}
.info_first #profil_description .value{
	padding-right:15px;
}
.content_wrapper{
	margin:auto;
	text-align:center;
}

.content.recherche,.content.presentation{
	border-right:1px solid #aaa;
}

#creations{
	width:100%;
	min-width:980px;
	background:url(../images/debut_dark.png) repeat;
	height:120%;
	min-height:551px;
}
#creations_programmation, #creations_audiovisuelles{
	height:100%;
	width:49.95%;
}
#creations_programmation{
	float:left;
	border-right:2px solid #666;
}
#creations_audiovisuelles{
	margin-left:50%;
}
.creations_wrapper{
	padding:3% 2%;
	height:98%;
}
.creations_title{
	text-align:center;
	font-size:200%;
	font-family:LatoLight;
	color:#999;
	text-shadow:2px 2px #000;
	margin-bottom:2%;
}
#follow{
	width:100%;
	min-width:980px;
	background:#000;
	height:50%;
	min-height:350px;
	background:url(../images/subtle_carbon.png) repeat ;
	background-color:#222;
	background-attachement:fixed;
	border-top:2px solid #25aae1;
	text-align:center;
	font-family:Norican;
	color:#eee;
	font-size:18px;
}
#follow a{
	font-size:21px;
	color:#25aae1;
}
.note_cell{
	width:100px;
}
#competences .label{
	padding-right:10px;
}
#competences .note_cell{
	padding-left:10px;
	width:52%;
}
.parallax-layer{
	 position: absolute;
}
.nclear{
	clear:both;
}
.hide{
	display:none;
}
.vhide{
	visibility:hidden;
}
