body{
	background-image: url('images/background.png');
	background-repeat: repeat-x;
	background-color: #ECECEC;
	margin-top: -1px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#content{	
	width: 1000px;
	margin: auto;
	margin-bottom: 65px;	
}

a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

#header{
	background-image:url(/images/header.jpg);
	width: 1000px;
	height: 250px;
	margin: auto;
	}

#hleft{
	float:left;
	background-image:url(/images/logoEF.png);
	background-repeat:no-repeat;
	height:120px;
	width:300px;
	
}

#hright{float:right;}

#menu{
	background-image: url('images/menu.png');
	width: 1000px;
	height: 30px;
	margin: auto;
	margin-top: -1px;
	line-height: 30px;
}

#gauche{
	float: left;
}

#droite{
	float: right;
}

#contenu_menu{
	background-image: url('images/contenu_menu.png');
	background-repeat: repeat-y;
	width: 191px;
	padding: 5px;
	min-height: 50px;
}

#bas_menu{
	background-image: url('images/bas_menu.png');
	width: 201px;
	height: 13px;
	margin-bottom: 65px;
}


#corps{
	margin-left: 200px;
	
}

#contenu_corps{
	background-image: url('images/contenu_corps.png');
	background-repeat: repeat-y;
	width: 580px;
	padding: 10px;
	min-height: 200px;
}


#formulaire{
	margin:auto;
	border: 3px solid #C60;
	width: 520px;
	background-color:#F93;
	border-radius: 25px 25px;
	-moz-border-radius: 25px 25px;
	float:left;
	padding:27px;
	}
	
#bas_corps{
	background-image: url('images/bas_corps.png');
	width: 600px;
	height: 13px;
}

#titre{
	font-size: 14px;
}

h1 {
	margin:0;
	padding:0;
	font-size:15px;
	color:#ff5d05;
}
h2 {
	margin:0;
	padding:0;
	font-size:14px;
	color:#ff5d05;
}
h3 {
	margin:0;
	padding:0;
	font-size:13px;
	color:#ff5d05;
}

blockquote{
	background-color: #c5c5c5;
	border: 1px dashed #6c6c6c;
	height: 20px;
	line-height: 20px;
	padding: 5px;
	clear:left;
	
}



#footer{
	background-image: url('images/footer.png');
	background-repeat: repeat-x;
	height: 50px;
	position: relative;
	bottom: 0;
	left: 0;
	clear:both;
	z-index: 9999;
	border-bottom: none;
	width: 100%;
	margin: 0 0%;
	


}
