@import url(main.css);

body, html {
	width: 100%;
}

div#container {
	margin: 100px auto 2em auto;
	width: 400px;
}
div#titre {
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	background: url(../media/img/trames/pointi_bleu_horiz.gif) repeat-x bottom;
	text-align: left;
	width: 400px;
}
div#loginform {
	float: left;
	background: url(/media/img/trames/fond_login.gif);
	width: 38%;
}
div#loginform form {
	padding: 10px;
	text-transform: uppercase;
	font-size: 10px;
}
input.champ {
	margin-bottom: 5px;
	width: 120px;	
}
div#texte{
	float: right;
	text-align: justify;
	width: 60%;
}

