*, td, tr, input{
	margin:0;
	padding:0;
	border:none;
}

body{
	background-color:#D4D4D4;
	color:#271F1D;
	text-align:center;
	
	/* A rappeler dans les TD du tableau de mise en forme du formulaire pour IE !!! */
	font-family:Trebuchet MS;
	font-weight:bold;
	font-size:13px;
	letter-spacing:-1px;
}

#content{
	/* POUR que IE laisse le texte des option sur une ligne, obligé de donner une largeur énorme... */
	width:1100px;
	height:550px;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10%;
	background:url(../images/background_900.jpg) top center no-repeat;
}

#content p#intro{
	padding-left:30px;
	margin:0;
}


/* FORMULAIRE D'INSCRIPTION */
#form_inscription_newsletter{
	width:700px;
	margin-left:430px;
	margin-top:5px;
}

#tbl_inscription{
	border-collapse:collapse;
	width:700px;
}

#tbl_inscription tr{
	margin:0;
	padding:0;
}

#tbl_inscription td{
	/* Besoin de rappeler pour IE les attributs de la police... */
	font-family:Trebuchet MS;
	font-weight:bold;
	font-size:13px;
	letter-spacing:-1px;
	padding:5px 5px 0px 0px;
	margin:0;
}

#tbl_inscription .select,
#tbl_inscription td input
{
	border:0px solid black;
}

#tbl_inscription .label{
	text-align:right;
}

#tbl_inscription .input{
	text-align:left;
	width:550px;
}

#tbl_inscription .padding_left{
	padding-left:20px;
}

#tbl_inscription .padding_left input{
	margin-left:5px;
}

#tbl_inscription .width_input{
	width:205px;
	height:16px;
}

label.error{
	margin-left:5px;
	background-color:#D4D4D4;
	color:#910439;
	font-size:12px;
	padding:2px;
}

#p_obligatoire,
#td_deja_inscrit{
	color:#910439;
}

#bt_submit{
	width:70px;
	height:27px;
	background:url(../images/bt_submit_off.png) top left no-repeat;
	cursor:pointer;
}

#bt_submit:hover{
	background:url(../images/bt_submit_on.png) top left no-repeat;
}

#txt_cnil{
	margin:10px 0px;
	width:550px;
	font-size:10px;
}

/* APRES L'INSCRIPTION */
#bloc_texte_inscrit{
	margin-top:150px;
	text-align:center;
}


#lien_retour_cannelle{
	display:block;
	width:134px;
	height:27px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/bt_retour_off.png) top center no-repeat;
}

#lien_retour_cannelle:hover{
	background:url(../images/bt_retour_on.png) top center no-repeat;
}




/* DESABONNEMENT */
#form_desabonnement_newsletter{
	width:700px;
	margin-left:430px;
	margin-top:130px;
}

#form_desabonnement_newsletter h1{
	text-align:left;
	margin-bottom:20px;
	color:#910439;
}

/************ Modif AA tmp changement du background pour desabo_newsletter seulement........ ***********************/
#content_desabo{
	/* POUR que IE laisse le texte des option sur une ligne, obligé de donner une largeur énorme... */
	width:1100px;
	height:550px;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto; 
	margin-top:10%;
	background:url(../images/background_desabo_news_rg.jpg) top center no-repeat;
}

