@CHARSET "ISO-8859-1";

img{
	border:none;
}

body{
	font-family: arial;
	font-weight: bolder;
	font-size: 12px;
	color: #3D3B3C;
	font-family: Tahoma;
}
label
{
	width : 125px;
	display:inline-block;
	text-align: right;
	height: 20px;
}

input[name="nom"],[name="prenom"],[name="email"],[name="code_postal"],[name="adresse"],[name="telephone"]
{
	width : 200px;	
}

select[name="ville"]
{
	width : 206px;	
}

input[name="jour"],[name="mois"],[name="annee"]
{
	width : 40px;	
}

span[id="promo"]
{
	display: block;
    text-align: center;
    width: 340px;
}

input[type="submit"]
{
	height: 34px;
    width: 133px;
    border:none;
    margin-left: 150px;
}

input[type="submit"]:hover
{
	cursor: pointer;
}


#fieldCity
{
	display: inline-block;
}

table[id="form_content"]
{
	height: 893px;
    width: 864px;
}

td[class="content"]
{
	vertical-align: top;
	height:415px;
}

