html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

@font-face {
	/* On donne un nom (au choix) à la fonte téléchargée */
	font-family: "Century Gothic";
	/* On indique le chemin du fichier de fonte à télécharger */
	/* L'indication du format n'est pas obligatoire */
	src: url("../GOTHIC.TTF");
}

body{
	font-family: "Century Gothic",Verdana,Arial,sans-serif;
 	background:#000 url() no-repeat top left;
}
 
#global{
	background:#000 url(../img/perso.png) no-repeat top right;
	width:980px;
	height:618px;
	color:#fff;
	margin: 0 auto;
}

h1{
	font-weight:bold;
	font-size:46px;
	color:#fff;
}

h3{
	font-weight:bold;
	font-size:18px;
	color:#b5b5b5;
}

#content{
	float:left;
	padding:225px 0 0 0;
	width:730px;
	text-align:right;
	font-style:italic;
}

#nav{
	float:right;
	width:220px;
	padding-top:500px;
	font-size:15px;
	list-style:none;
}
 
a{
	text-decoration:none;
	color:#fff;
}

a:hover{
	text-decoration:none;
	color:#b5b5b5;
}

#footer{
	width:980px;
	margin:20px 0 0 0;
	font-size:10px;
	text-align:center;
	color:#b5b5b5;
}

.clear{
	clear:both;
  	display:block;
  	height: 0;
  	font-size: 1px;
  	line-height: 0px;
}
.marge{
	margin:10px 0 0 0;

}

/* -------contact form*/

#commentForm{
	width:300px;
	margin:20px 0 0 200px;
	text-align:left;
	padding:10px;
}

#commentForm input{
	margin:5px 0 0 0;
	width:260px;
}

#commentForm textarea{
	width:260px;
}