body {
	margin: 0;
	font-family: "Open Sans",arial,sans-serif;
}

.clear {
	clear: both;
}


/*****************HEADER***********************/

#header {
	background: #73B0DF;
	background: -moz-linear-gradient(top,#fafafa,#73B0DF);
	background: -webkit-linear-gradient(top,#fafafa,#73B0DF);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(1,#73B0DF));
	background: linear-gradient(top,#fafafa,#73B0DF);
	border-bottom: 1px solid #eee;
	color: #208DE1;
	min-height: 150px;
	padding: 0 15px 13px;
	width:100%;
}

#header .content{
	width: 800px;
	margin: 0 auto;
}	

#header .title{
	font-size: 42px;
	float: left;
	margin-top: 30px;
	margin-left: 35px;
	font-family: Georgia ;
}	

#header .logo{
	background: url(pictures/logo.png) no-repeat;
	width: 128px;
	height: 128px;
	display: block;
	float: right;
}

#header span.main{
	display: block;	
}	

#header span.sub{
	font-size: 15px;
	margin-left: 25px;
}	


/*******************MENU***********************/

#menu {
	width: 100px;
	margin: 0 auto;
	height: 50px;
	float:left;
}

#menu ul {
	padding: 0;
	list-style-type: none;
	width: 199px;
	display: block;
	height: 50px;
	text-align: center;
	background-color: #F6E497;
	border-radius: 0 8px 8px 0;
}

#menu ul li{
	float: left;
	width: 199px;
	height: 36px;
	padding-top: 14px;
	border-right: 1px solid #fff;
}

#menu ul li.active:first-child{
	background-color: #8AC4F0;
	border-radius: 0 8px 8px 0;
}

#menu ul li.active:last-child{
	background-color: #8AC4F0;
	border-radius: 0 8px 8px 0;
}

#menu ul li.active{
	background-color: #8AC4F0;
}



#menu ul li a{
	text-decoration: none;
	color: #000;
}

#menu ul li:not(:last-child){
	border-right: 1px solid #fff;
}


/*****************TABLEAUX***********************/

table.tablesorter {
	font-family:arial;
	margin:10px 0pt 15px;
	font-size: 8pt;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #FFDA8C;
	font-size: 8pt;
	padding: 4px;
	font-family: Georgia ;

}

table.tablesorter thead tr th:first-child {
	border-radius: 15px 0 0 0;
}

table.tablesorter thead tr th:last-child {
	border-radius: 0 15px 0 0;
}

table.tablesorter thead tr .header {
	background-image: url(js/lib/themes/blue/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #EFECCA;
	vertical-align: middle;
}


table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(js/lib/themes/blue/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(js/lib/themes/blue/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #A67E2E;
color : white;
font-family: Georgia ;
}

/*****************INDEX***********************/

#main{
	width: 900px;
	margin: 0 auto;
}

#main table{
	width: 900px;
	margin: 0 auto;
	border-collapse: collapse;
}

#main table thead tr{
	border-bottom: 2px solid #9C9898;
	background-color: #F0E7E7;
}

#main table thead tr th{
	padding: 10px;
}

#main table thead tr th:first-child{
	text-align: left;
}

#main table tr td:not(:first-child){
	text-align: center;
}

#main table tr td{
	padding: 10px;
}

#main table tr.active{
	background-color: #FDF0F0;
}

/*****************AJOUT FILM***********************/

form#ajoutFilm{
	width: 570px;
	background-color: #8AC4F0;
	margin: 0 auto;
	border-top: 3px solid #ACA8A8;
	border-bottom: 3px solid #ACA8A8;
	border-left: 3px solid #ACA8A8;
	border-right: 3px solid #ACA8A8;
	padding: 10px;
	border-radius: 15px 15px 15px 15px;
}

#ajoutFilm input[type=text]{
	padding: 6px 6px 6px 10px;
	display: block;
	border: none;
	width: 200px;
}

#ajoutFilm input.error{
	border: 1px solid rgb(224, 0, 0);
}

#ajoutFilm button.error{
	border: 1px solid rgb(224, 0, 0);
}

#ajoutFilm input[type=submit]{
	margin-left: 10px;
	padding: 7px;
}

.newfilm{
	display: block;
	height: 50px;
}

.newfilm span.text{
	color: white;
	font-weight : bold;
	float: right;
	padding-top: 4px;
	width: 250px;
}

.newfilm span.textaDD{
	color: white;
	font-weight : bold;
	float: left;
	padding-top: 4px;
	width: 250px;
}

.newfilm span.textTitre{
	color: white;
	font-weight : bold;
	float: left;
	padding-top: 4px;
	width: 515px;
}

button.ms-choice{
	width: 215px!important;
	border: 0;
	border-radius: 0;
}

button.ms-choice span{
	width: 170px!important;
}

div.ms-drop{
	width: 215px!important;
}

button#send{
	padding: 6px;
	width: 150px;
	margin-left: 180px;
	border: none;
	background-color: Grey;
	height: 35px;
	color: #FFF;
	position:absolute;
	font-size: 0.8em;
	cursor: pointer;
	border-radius: 8px 8px 8px 8px;
}

button#filmSend{
	padding: 6px;
	width: 150px;
	margin-left: 180px;
	border: none;
	background-color: Green;
	height: 35px;
	color: #FFF;
	position:absolute;	
	font-size: 0.8em;
	cursor: pointer;
	border-radius: 8px 8px 8px 8px;
}

/*****************MODIFIER FILMS***********************/

#main table td a.modifier{
	background: url(pictures/edit.png) no-repeat;
	width: 32px;
	height: 32px;
	display: block;
}

#main table td a.delete{
	background: url(pictures/delete.png) no-repeat;
	width: 32px;
	height: 32px;
	display: block;
}

#main table td a.grade{
	background: url(pictures/favoris.png) no-repeat;
	width: 32px;
	height: 32px;
	display: block;
}

#main table.gererFilm{
	margin-top: 40px;""
}

/*****************NOTES***********************/

.slider{
	width: 100px;
	display: block;
	float: left;
	margin-top: 8px;
	margin-left: 100px;
}


