@charset "utf-8";
/* Balises générales */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
}
h1 {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	margin:0;
	padding:0;
}

h2 {
	font-size:12px;
	font-weight:none;
	margin:0;
	padding:0;
	line-height:12px;
	display:inline;
}

h1 input {
	width:150px;
}

a img {
	border:none;
}

form {
	border:solid #CCCCCC;
	border-width:1px 0 1px 0;
}

input {
	width:270px;
}

select {
	width:274px;
}

/* Balises d'identifiant */
#center {
	width:770px;
	margin:0 auto 0 auto;
}
#background {
	/*background-image:url(../img/Keyboard_black_hand.jpg);
	background-position:230px bottom;
	background-repeat:no-repeat;*/
	width:650px;
	margin:0 auto 0 auto;
	border-collapse:collapse;
}
#background td {
	border:solid #CCCCCC;
	border-width:0 0 1px 0;
}
#background tr.hidden td {
	border:none;
	height:0px;
}
#background tr.noBorder td {
	border:none;
}

#desabonner {
	width:10px;
}


/* Balises de class */
.wrapper {
	width:770px;
	margin:0 auto 0 auto;
}

.content {
	margin:10px 0 0 0;
}

.red {
	color:#ff0000;
	font-weight:bold;
}

.green {
	color:#005500;
	font-weight:bold;
}

.center {
	text-align:center;
}

.leftTd {
	width:200px;
}

.rightTd {
	text-align:right;
}

.logo {
	width:200px;
	height:200px;
	float:left;
	margin:10px;
}
.radio {
	width:10px;
}
.checkBox {
	width:20px;
}
.borderBottom {
	border:solid #CCCCCC;
	border-width:0 0 1px 0;
}

.left {
	text-align:left;
}
.copyright {
	padding-top:40px;
	text-align:right;
	font-style:italic;
	font-size:10px;
	color:#999999;
}
.copyright a {
	color:#999999;
}
.modifCenter{
	width:400px;
	margin:0 auto 0 auto;
}