/****************************************************************/
/*	Feuille de style pour la page UcDemandeBrochure.ascx			*/
/****************************************************************/

body
{
	/*background-color:#0F0000;*/
	background-color:Transparent;
	PADDING: 0px;
	MARGIN: 0px;
	TEXT-ALIGN: center;
}

.UcDemandeBrochure_Container
{
	background-color:Transparent;
	text-align:left;
	width:348px;
	margin:4px;
	margin-top:24px;
	color:White;
	font-size:9pt;
	font-family:Verdana;
}

.UcDemandeBrochure_Line
{
	width:100%;
}

.UcDemandeBrochure_Separator
{
	float:left;
	width:100%;
	height:10px;
}

.UcDemandeBrochure_Message
{
	float:left;
	width:348px;
	height:16px;
	text-align:center;
	font-size:7pt;
	font-family:Verdana;
}

.UcDemandeBrochure_Label
{
	float:left;
	width:110px;
	text-align:right;
	margin:4px;
	clear:both;
}

.UcDemandeBrochure_LabelSmall
{
	float:left;
	width:52px;
	text-align:right;
	margin:4px;
	margin-right:8px;
}

.UcDemandeBrochure_TextBox
{
	float:left;
	width:196px;
	margin:4px;
}

.UcDemandeBrochure_TextBoxCP
{
	float:left;
	width:54px;
	margin:4px;
}

.UcDemandeBrochure_TextBoxVille
{
	float:left;
	width:74px;
	margin:4px;
	margin-right:0px;
	margin-left:0px;
}

.UcDemandeBrochure_Erreur
{
	float:left;
	width:270px;
	margin:2px;
	text-align:left;
	font-size:7pt;
	font-family:Verdana;
}

.UcDemandeBrochure_Valider
{
	float:right;
	margin:2px;
	width:70px;
	text-align:right;
}

input.UcDemandeBrochure_TextBox
{
	width:100%;
	border:0;
	padding:0px;
	margin:0px;
	font-size:9pt;
	font-family:Verdana;
}

select.UcDemandeBrochure_TextBox
{
	width:100%;
	border:0;
	padding:0px;
	margin:0px;
	font-size:9pt;
	font-family:Verdana;
}

input.UcDemandeBrochure_TextBoxSmall, input.UcDemandeBrochure_TextBoxCP, input.UcDemandeBrochure_TextBoxVille
{
	width:100%;
	border:0;
	padding:0px;
	margin:0px;
	font-size:9pt;
	font-family:Verdana;
}