* {
	margin : 0;
	padding : 0;
	font-size : 100.01%;
}

html {
	text-align : center;
	background : #e0e0e0;
}

a img {
	border : 0;
}

a {
	color : #ff9933;
}

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

body {
	width : 600px;
	text-align : left;
	margin : 0 auto;
	font : 62.5% sans-serif; 
	background : #fff;
	border : 1px solid #ccc;
	border-width : 0 1px;
}

#header {
	background-color :#244665;
	color : #fff;
}

h1 {
	font-size :400%;
	width : 200px;
	padding : 20px;
	text-transform: uppercase;
}

h1 a {
	color : #fff;
	text-decoration : none;
}

h1 a:hover {
	color : #ccc;
}

h2 {
	font-size : 160%;
	text-align : right;
	color: #ff9933;
	border-bottom : 1px solid  #ff9933;
	margin-bottom : 10px;
}

h3 {
	font-size : 140%;
	color: #ff9933;
	margin : 7px 0;
}

hr {
	visibility : hidden;
	clear : both;
}

#contenu {
	padding : 5px;
}

#contenu p {
	font-size : 120%;
	letter-spacing : 0.5px;
	line-height : 1.3;
	margin-bottom : 5px;
}

#footer {
	padding : 5px;
	text-align : center;
	border-top : 1px solid #ccc;
	letter-spacing: 1px;
	color : #999;
}

#contenu .bl li {
	font-size : 120%;
	letter-spacing : 0.5px;
	line-height : 1.3;
	margin-bottom : 5px;
	list-style-type : circle;
	margin-left : 30px;
}

form {
	padding : 10px;
	margin : 10px;
	border : 1px solid #ccc;
}

form div {
	margin : 10px 0;
}

form div label {
	display : block;
	float : left;
	width : 140px;
	font-size : 120%;
}

form div input {
	display : block;
	width : 350px;
	margin-left : 160px;
}
