@charset "UTF-8";

* {
	margin:0px;
	padding:0px;
}

html {
	font-size:100%;
	/* /!\ pas de background dans la balise html */
}
body {
	text-align:center;
	color:#000000;
	font-family:Verdana,Geneva,Arial,sans-serif;
	font-size:0.625em;
	background:none repeat scroll 0 0 #F5F5F5;
}

#global {
	width: 1000px;
	margin: 0 auto;
	/* IE SPECIFIC CENTERING ISSUE*/
	text-align: left;
	/* END IE */
	position:relative;
}

h2 {
	font-size:1.6em;
	color:#000;/*#3FA3D7;*/
}

a {
	color:#000;
	text-decoration:none;
}

a,
button,
input[type="button"],
input[type="submit"] {
	cursor: hand;
	cursor: pointer;
}

a strong {
	color:#333; /*#3FA3D7;*/
}

li {
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

img {
	border: 0px;
}

input, textarea, select, option { 
	border-color:#E6E6E6;
	border-width:1px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}

input[type=submit],
input[type=button] {
	cursor:pointer;
}

select {
	font-size: 0.9em;
}

.none {
	display: none;
}


