@charset "utf-8";
/* CSS Document */

<style type="text/css">

.subscriptionForm {
	text-align: center;
	font-size: 12px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
	color: #333;
	font-style: italic;
}


td {
	background-color: #eee;
	font-size: 12px;
	height: 35px;
	vertical-align: middle;
	text-align: center;
}

td a {
 color: #66B400;
}

thead {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	padding-right: 8px;
	padding-left: 8px;
	height: 40px;
	cursor:pointer;
	}


.body {
	padding-left: 0px;
}

th {
	font-size: 12px;
	background-color: #7dae12;
	padding-right: 8px;
	padding-left: 8px;
	height: 40px;
}

#title{
	width: 200px;
	font-size: 12px;
	height: 40px;
	background-color: #7dae12;
	font-weight: bold;
}

p {
color: #FFF;
font-family: Georgia, "Times New Roman", Times, serif;
text-transform: capitalize;
background:#7dae12; 
width:200px;
height:40px;
line-height:40px; /* centrage vertical */
text-align:center; /* centrage horizontal */ 
}

</style>