/****************************************************/
/* CSS page inscription newsletter					*/
/****************************************************/

/****************************************************/
/* Conteneur principal 								*/
/****************************************************/
div.bloc_page {
	width:984px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#FFFFFF;	
}
/****************************************************/

/*****************************/
/* Partie centrale 			 */
/*****************************/
/* Conteneur principal */
div.bloc_centre {
	width:934px;
	height:auto;
	padding:0;
	margin:0;
	margin-top:42px;
	margin-left:50px;
	clear:left;
	border:none;
	text-align:left;
}
/* Titres */
div.bloc_centre div.titre {
	width:170px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
	margin-top:40px;
}
div.titre h1 {
	font-size:24px;
	font-stretch:narrower;
	font-weight:normal;
	color:#ba5612;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
/* Entete (vide ici, sert pour la barre horizontale) */
div.bloc_centre div.entete {
	width:753px;
	height:30px;
	margin-left:10px;
	margin-top:25px;
	float:left;
	background:url(../img/fond_forum.gif) no-repeat;
	background-position:right 10px;
}
/* Contenu */
div.bloc_centre div.bloc_cont {
	width:934px;
	height:auto;
	margin-top:20px;
	margin-bottom:10px;
	float:left;
}
/* Texte d'entete du formulaire */
div.bloc_cont span.cont_entete {
	width:934px;
	height:auto;
	font-size:12px;
	color:#ba5612;
	font-weight:normal;
}
/* Formulaire */
div.bloc_cont div.bloc_formulaire {
	width:934px;
	height:auto;
	margin-top:20px;
	float:left;
}
/* Intitulés */
div.bloc_formulaire div.cont_intitule {
	width:200px;
	height:20px;
	float:left;
	margin-bottom:5px;
}
div.cont_intitule span {
	width:auto;
	height:17px;
	float:left;
	margin-top:3px;
	font-size:12px;
	color:#ba5612;
	font-weight:bold;
}
/* Champs */
div.bloc_formulaire div.cont_champ {
	width:700px;
	height:auto;
	float:left;
	margin-bottom:5px;
}

/* titre */
div.bloc_formulaire h4 {
	color:#ba5612;
}

/* cadre */
div.bloc_formulaire fieldset {
	width:auto;
	height:auto;
	margin-top:3px;
	font-size:12px;
	color:#ba5612;
	font-weight:bold;
}

/* Bouton dans les cadres */
div.bloc_formulaire input.button {
	font-weight:bold;
	border:1px solid #ba5612;
	background-color:#ba5612;
	color:#FFFFFF;
}



/* lien vers les nesletter */
div.bloc_formulaire li a {
	width:auto;
	height:17px;
	margin-top:3px;
	font-size:12px;
	color:#314A60;
	font-weight:bold;
}


/* Pour les civilites */
div.cont_champ span {
	width:auto;
	height:17px;
	float:left;
	margin-top:3px;
	font-size:12px;
	color:#ba5612;
	font-weight:bold;
}
/* Champs texte + listes deroulantes */
div.cont_champ input,
div.cont_champ select {
	float:left;
	margin-right:10px;
	border:1px solid #ba5612;
	color:#ba5612;
}
/* Boutons radio */
div.cont_champ input.radio {
	border:none;
}
/* Bouton "Envoyer" */
div.cont_champ input.button {
	font-weight:bold;
	border:1px solid #ba5612;
	background-color:#ba5612;
	color:#FFFFFF;
}
/* Champ textarea */
div.cont_champ textarea {
	width:250px;
	height:100px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #ba5612;
	color:#ba5612;
	overflow:auto;
}

