/* Balises */

* {
	padding:0;
	margin:0;
	border:none;
}

body {
	width:100%;
	margin:auto;
	background-color:#040303;
	font-family:"Courier New";
	font-size:14px;
	color:#000000;
}

h2 {
	font-size:30px;
	font-weight:bold;
	padding-left:30px;
}

/* Charte */

#main{
	position:relative;
	width:900px;
	height:1148px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

#spirales{
	float:left;
	width:124px;
	height:1148px;
	background-image:url(/_img/spirales.jpg);
	background-repeat:no-repeat;
}

#contenu_page {
	float:left;
	width:776px;
	height:1148px;
}

#carnet-top{
	float:left;
	width:776px;
	height:42px;
	background-image:url(/_img/carnet_bkg_top.jpg);
	background-repeat:no-repeat;
}

#menu{
	width:776px;
	height:90px;
	background-image:url(/_img/carnet_bkg_menu.jpg);
	background-repeat:no-repeat;
}

#player{
	width:776px;
	height:471px;
	background-image:url(/_img/carnet_bkg_player.jpg);
	background-repeat:no-repeat;
}

#contenu{
	float:left;
	width:776px;
	height:483px;
	background-image:url(/_img/carnet_bkg_contenu.jpg);
	background-repeat:no-repeat;
	overflow:auto;
}

#footer{
	float:left;
	width:776px;
	height:57px;
	background-image:url(/_img/carnet_bkg_bottom.jpg);
	background-repeat:no-repeat;
}

/* Contenu */

#main_titre{
	display:block;
	width:100%;
	padding-top:15px;
	font-family:"Courier New";
	font-size:24px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#000000;
}

#page_carnet{
	float:left;
	width:776px;
	height:954px;
	background-image:url(/_img/carnet_bkg_global.jpg);
}

#video{
	margin-top:14px;
	margin-left:87px;
}

#contenu_texte{
	font-size:17px;
	font-style:italic;
	padding-top:40px;
	padding-left:30px;
	padding-right:40px;
}

#videos_clip{
	width:700px;
	height:300px;
	margin-left:20px;
	margin-top:10px;
	overflow:scroll;
	text-align:justify;
}

#description_clip{
	width:700px;
	height:150px;
	overflow:hidden;
	font-size:17px;
	font-style:italic;
	padding-top:10px;
	padding-left:30px;
	padding-right:30px;
}

.clip_video_element{
	float:left;
	padding-top:30px;
	width:100%;
}

.clip_video_link{
	float:left;
	display:block;
	padding-left:20px;
	color:#000000;
	font-weight:bold;
}

#contenu_travaux{
	padding-top:40px;
	padding-left:30px;
	padding-right:35px;	
	font-size:16px;
	height:600px;
	overflow:auto;
}

/* Menu */

#menu {
	float:left;
	width:776px;
	height:95px;
	text-align:center;
}

#menu img {
	float:left;
}

#menu_film{
	float:left;
	width:146px;
	height:95px;
	margin-left:60px;
}

#menu_clip{
	float:left;
	width:141px;
	height:95px;	
}

#menu_autre{
	float:left;
	width:166px;
	height:95px;	
}

#menu_biocv{
	float:left;
	width:163px;
	height:95px;	
}

/* Player */

#player{
	float:left;
	width:776px;
}

/* Footers */

#footer{
	width:100%;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}

#footer_pqdw{
	padding-top:15px;
	padding-bottom:15px;
	width:100%;
	text-align:center;
}

#pqdw{
	color:#FFFFFF;
	font-family:Arial;
	font-size:10px;
}