/* Connexion Prod */

* { margin:0; padding:0; }

body {
	font:12px Arial, Helvetica, sans-serif;
	color:#FFF;
	background:#000 url(img/bg.gif) repeat;
	}

img {
	border-bottom-style:none;
	}
a img {
	border:none;
	}
a, a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	}
a:hover, a:active {
	font-weight:bold;
	text-decoration:none;
	color:#990099;
	}

#header {
	width:100%; height:125px;
	}
#menu {
	width:190px; margin-left:50px;
	float:left;
	}
	#menu li {
		list-style:none;
		text-transform:uppercase;
		line-height:18px;
		}
#contenu {
	width:660px;
	float:left;
	}
	#contenu h2 {
		color:#990099;
		padding-bottom:10px;
		}
	#contenu h3 {
		padding-bottom:10px;
		}
	#contenu p {
		padding-bottom:10px;
		}
#footer {
	width:660px; padding-top:35px;
	margin-left:240px; clear:both;
	font-size:10px; text-align:center;
	}

label {
	cursor:pointer; line-height:25px;
	vertical-align:top;
}
.textinput {
	width:330px; height:20px;
	border:solid 1px #FFF;
}
.textarea {
	width:660px;
	height:200px;
	border:solid 1px #FFF;
}
.valider {
	width:70px; height:25px;
	font-weight:bold;
	color:#FFF;
	background:#990099 url(img/degradeviolet.gif) repeat-x;
	border:none;
	cursor:pointer;
	margin-top:20px;
	}