/* 
Feuille de styles en cascade

Auteur : Jonathan Bailleul
Nom du thème : Néo Kumo
© 2009-2010
*/

body, div, p, h1, h2, h3, h4, h5, ul{
	padding: 0; margin: 0;
	font-family: "Trebuchet MS", sans-serif;
	}

body{
	font-size: 12pt; color: black;
	background: #eef;
	background-image: url("trame.PNG");
	background-repeat: repeat-x;
	font-variant: small-caps;
	color: #888;
	}

#container{
	margin: auto;
	width: 900px;
	margin-bottom: 40px;
	}

#header{
	background-image: url("header.png");
	width: 900px;
	height: 324px;
	}

/*
#tag{
	width: 500px;
	height: 350px;
	margin-left: auto; margin-right:auto;
	background: url("tag.png") #e3f3ff no-repeat;
	margin-bottom: 20px;
	}

	#tag-picture{
		background: url("myself.png") 21px 28px no-repeat;
		width: 242px;
		height: 300px;
		padding-left: 31px; padding-right: 5px; padding-top: 28px;
		float: left;
		}

	#tag-description{
		text-align: right;
		width: auto;
		height: 300px;
		padding-left: 5px; padding-right: 30px; padding-top: 100px;
		}
*/

#content{
	clear: both;
	background-image: url("content.png");
	background-repeat: repeat-y;
	width: 700px;
	height: auto;
	padding-left: 100px; padding-right: 100px;
	}

#footer{
	background-image: url("footer.png");
	width: 900px;
	height: 130px;
	}

h1{
	margin-bottom: 2em;
	color: black;
	}

ul{
	padding-left: 1.8em;
	margin-bottom: 30px;
	}

li{
	list-style-type: square;
	line-height: 1.4em;
	}

h2{
	font-size: 1.6em;
	color: #a55;
	margin-bottom: 10px;
	}

h3{
	border-bottom: 1px solid;
	}

p.desc{
	text-indent: 30pt;
	margin-bottom: 10px;
	}

a, a:active, a:visited,span.first-word{
	text-decoration: none;
	color: #83a3ff;
	font-weight: bold;
	}

a:hover{
	color: #4060bb;
	}

hr{
	background-image: url("ladybug.png");
	background-repeat: no-repeat;
	height: 40px;
	width: 500px;
	border: 0;
	margin-left: auto; margin-right: auto;
	margin-top: 10px; margin-bottom: 10px;
	}

img{
	border:none;
	}

#firsticon{
	position: relative;
	top: 40px;
	padding-left: 80px;
	margin: auto;
	}

.icon{
	position: relative;
	top: 40px;
	margin: auto;
	}

#player{
	position: absolute;
	top: 260px;
	margin-left: 800px;
	}




/* Formulaire de Contact */

input[type="text"],textarea,input[type="submit"]{
	background: #eef;
	border: 1px dashed #83a3ff;
	padding-left: 3px;
	}

textarea{
	margin-top: -20px;
	margin-left: 5px;
	overflow: auto;
	}

input[name="email"]{
	width: 200px;
	}

input,input:focus,textarea,textarea:focus,select,select:focus{
	font-family: "Trebuchet MS", sans-serif;
	color: #4060bb; font-weight: bold; font-variant: small-caps;
	}

input:focus,textarea:focus,select:focus,input[type="submit"]:focus{	
	border: 1px dashed #7a5;
	background-color: #dfb;
	}

input[type="submit"]{
	color: #a55;
	background-color: #dadada;
	}

td.text{
	width: 100px;
	}

.cssform p{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 5px 0;
	padding-left: 100px; /*width of left column containing the label elements*/
	}

.cssform label{
	float: left;
	margin-left: -85px; /*width of left column*/
	width: 90px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	}

.cssform div{
	margin-left: 105px;
	}

.cssform div#submit{
	margin-top: 5px;
	}