@charset "iso-8859-1";
/* CSS Document */

	html {
		height:100%
	}
    
	body {
		height:100%;
		margin:0;
		padding:0;
		overflow-X:hidden;
		overflow-Y:scroll;
		scrollbar-face-color:#ffffff;
		scrollbar-highlight-color:#3F5378;
		scrollbar-3dlight-color:#ffffff;
		scrollbar-shadow-color:#3F5378;
		scrollbar-darkshadow-color:#ffffff;
		scrollbar-track-color:#ffffff;
		scrollbar-arrow-color:#3F5378;
	}
	
	.ConditionsTitre {
		font-family:Verdana;
		font-size:12px;
		font-weight:bold;
		color:#3F5378;
	}
	.ConditionsText {
		font-family:Verdana;
		font-size:10px;
		padding-top:20px;
		padding-bottom:20px;
		padding-left:40px;
		color:#666666;
	}

	.NuisiblesText {
		font-family:Verdana;
		font-size:10px;
		color:#666666;
	}

	.NuisiblesLink {
		font-family:Verdana;
		font-size:12px;
		color:#666666;
		text-decoration:none;
		font-weight:bold;
	}
	.NuisiblesLink:hover {
		font-family:Verdana;
		font-size:12px;
		color:#666666;
		text-decoration:none;
		font-weight:bold;
	}
	.NuisiblesLink:visited {
		font-family:Verdana;
		font-size:12px;
		color:#666666;
		text-decoration:none;
		font-weight:bold;
	}
	
	.ConditionsLink {
		font-family:Verdana;
		font-size:10px;
		color:#666666;
		text-decoration:none;
		font-weight:bold;
	}
	.ConditionsLink:hover {
		font-family:Verdana;
		font-size:10px;
		color:#3F5378;
		text-decoration:underline;
		font-weight:bold;
	}
	.ConditionsLink:visited {
		font-family:Verdana;
		font-size:10px;
		color:#666666;
		text-decoration:none;
		font-weight:bold;
	}

	.ProductTitre {
		font-family:Verdana;
		font-size:12px;
		font-weight:bold;
		color:#3F5378;
	}
	.TVA { font-size:10px; }
	.ProductTexte {
		font-family:Verdana;
		font-size:10px;
		color:#666666;
	}
	
	.SubMenu a {
		font-family:Verdana;
		font-size:10px;
		color:#666666;
		text-decoration:none;
	}
	
	h1 {
		font-family:Verdana;
		font-size:14px;
		font-weight:bold;
		color:#3F5378;
	}
	
	.dhtmlgoodies_question{overflow:hidden;cursor:default;}
	.dhtmlgoodies_answer{visibility:hidden;overflow:hidden;position:relative;}
	.dhtmlgoodies_answer_content{position:relative;}
	
	.Fieldset {
		font-family:Verdana;
		font-size:10px;
		color:#666666;
		width:800px;
		margin-left:50px;
	}
	
	.Legend {
		font-family:Verdana;
		font-size:12px;
		font-weight:bold;
		color:#3F5378;
		padding-left:20px;
		padding-right:20px;
		padding-top:5px;
		padding-bottom:5px;
		border:1px solid #999999;
		background:#dddddd;
	}
	
	.Field {
		width:196px;
		height:16px;
		font-family:Verdana;
		font-size:10px;
		color:#666666;
		border:0;
		background:url();
	}
	
	.FieldDiv {
		width:208px;
		height:26px;
		padding:6px;
		background:url(Images/Field.png) no-repeat;
		overflow:hidden;
	}	
	
	.CaptchaDiv {
		width:100px;
		height:36px;
		background:url(Images/Captcha.png) no-repeat;
		overflow:hidden;
	}	
	
	
	.Textarea {
		width:470px;
		height:120px;
		font-family:Verdana;
		font-size:10px;
		color:#666666;
		border:0;
		background:url();
	}
	
	.TextareaDiv {
		width:500px;
		height:150px;
		padding:15px;
		background:url(Images/Textarea.png) no-repeat;
		overflow:hidden;
	}
	
	.Mandatory {
		color:#ff0000;
		font-weight:bold;
	}

	.ProductNumber {
		font-family:Verdana;
		font-size:10px;
		color:#666666;
		width:30px;
		height:20px;
		text-align:center;
	}

	
	
