html,body{margin:0;padding:0}
body{
	font: 76% arial,sans-serif;
	background-color: #EDEDED;
	background-image: url(/GECSEM/site/images/fond2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
p{margin:0 10px 10px}
a{
	display:block;
	color: #456B34
}
#container {
	/*background-color: #FFF;*/
	
}
div#header{
	/*height: 260px;*/
}
#header #formulaire {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 124px;
}
#formulaire form {
	margin: 0px;
	padding: 0px;
}
#formulaire label {
	font-size: 15px;
	color: #FFBD4D;
	font-weight: bold;
}
#formulaire input {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#formulaire .bconnect {
	border-top-color: #446B34;
	border-right-color: #446B34;
	border-bottom-color: #446B34;
	border-left-color: #446B34;
	font-weight: bold;
	background-color: #EDEDED;
}
#formulaire th {
	text-align: right;
	padding-right: 20px;
}