/* CSS Document */

body{
	margin:0 auto;
	background-color:#FFFFFF;

}

div#banniere{
margin:auto;
width:900px;
height:166px;
margin-top:2px;
background-image:url(images/banniere.png);
}

div#animation
{
margin:auto;
width:900px;
height:27px;
background-image:url(images/barre.png);
}

div#corps{
	margin:0 auto;
	width:900px;
	background-image:url(images/middlept.png);
	
}

div#bas{
	margin:0 auto;
	width:900px;
	height:54px;
	background-image: url(images/bas.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-align:center;
	padding-top:5px;
}

div#bas a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	font-weight: bold;
}

.indentmenu{
margin:0 auto;
font: bold 13px Arial;
width: 882px; /*leave this value as is in most cases*/
overflow: hidden;
height:45px;

}

.indentmenu ul{
	margin: 0 auto;
	padding: 0;
	float: left;
	width: 100%;
	background: black url(images/indentbg.gif) center center repeat-x;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #57B725;
	border-right-color: #57B725;
	border-bottom-color: #57B725;
	border-left-color: #57B725;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: #333333; /*text color*/
	padding: 1px 25px;
	text-decoration: none; /*dark purple divider between menu items*/
	border-right-width: 2px;
	border-right-style: groove;
	border-right-color: #00CC00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 10px; /*shift text down 1px for selected and active item*/
padding-bottom: 10px; /*shift text down 1px for selected and active item*/
}

.indentmenu ul li a:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.9em;
	font-weight: bold;	
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 0.9em;
font-weight: bold;
color: #FFFFFF!important; /*text color of selected and active item*/
padding-top: 10px; /*shift text down 1px for selected and active item*/
padding-bottom: 10px; /*shift text down 1px for selected and active item*/
background: black url(images/indentbg2.gif) center center repeat-x;
}

TD.corps_droite{
	background-color:#FFFFFF;
	border: 1px dotted #CCCCCC;
}

TD.corps_droite h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	padding-left:10px;	
}

TD.corps_droite h1 a {
color: #FF9B00;
}

TD.corps_droite h1 a:hover, a:visited {
color: #6FDE27;
}

TD.corps_droite h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #42C000;
	padding-left:30px;
	background-image: url(images/bulle_mini.png);
	background-repeat: no-repeat;
	line-height:24px;
}

TD.corps_droite h3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	padding-left:20px;
	text-align:center;
}

TD.corps_droite h4{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-align:center;
	
}

TD.devis{
	background-color:#FFFFFF;
	border: 1px dotted #CCCCCC;
}

TD.index{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-align:center;
}

TABLE.queldiags{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	
}

TD.queldiag{
	border: 1px solid #FFFFFF;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	background-color:#333333;
	color:#FFFFFF;
}

TD.queldiag1{
	border: 1px solid #FFFFFF;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#B3FB75;
	color:#333333;
}

TD.queldiag1 a{;
	text-align:center;
	color:#974411;
	font-weight: bold;
}




.titre{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

.etapes{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FF3300;
	text-decoration: underline;
}

.total{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FF9B00;
	background-image: url(images/total_devis.png);
	background-repeat: no-repeat;
	line-height:50px;
	padding-left:43px;
}

TD.total_gauche{
width:36px;
height:50px;
background-image: url(images/total_devis.png);
}

TD.total_droite{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #6FDE27;
	padding-left:10px;
	padding-right:10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #6FDE27;
	background-image: url(images/arpl_total.png);
	text-align:center;
}

TD.somme{
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-left:10px;
}

.submit_choix1{
	cursor: pointer;
	width: 125px;
	height: 40px;
	font-size: 14px;
	background-image: url(images/submit1.png);
	border: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}

.submit_choix2{
	cursor: pointer;
	width: 125px;
	height: 40px;
	font-size: 14px;
	background-image: url(images/submit1.png);
	border: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}

.submit_choix3{
	cursor: pointer;
	width: 215px;
	height: 40px;
	font-size: 11px;
	background-image: url(images/submit2.png);
	border: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}

.submit_choix4{
	cursor: pointer;
	width: 55px;
	height: 40px;
	font-size: 14px;
	background-image: url(images/submit3.png);
	border: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}

.submit_choix5{
	cursor: pointer;
	width: 55px;
	height: 40px;
	font-size: 14px;
	background-image: url(images/submit3.png);
	border: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}

.submit_choix6{
	cursor: pointer;
	width: 156px;
	height: 34px;
	font-size: 11px;
	background-image: url(images/print.png);
	border: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
}

.submit_choix7{
	cursor: pointer;
	width: 264px;
	height: 34px;
	font-size: 11px;
	background-image: url(images/devis_perso.png);
	border: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	}
	
	.submit_choix8{
	cursor: pointer;
	width: 156px;
	height: 34px;
	font-size: 11px;
	background-image: url(images/devis_perso_recevoir.png);
	border: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	}

.submit_choix8bis{
	cursor: pointer;
	width: 150px;
	height: 32px;
	font-size: 14px;
	background-image: url(images/submit.png);
	border: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}

.submit_email{
	cursor: pointer;
	width: 156px;
	height: 34px;
	font-size: 11px;
	background-image: url(images/email.png);
	border: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	}

.input_cache{
visibility:hidden;
}

.alertok{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #009900;
	text-decoration: blink;	
}

.alertno{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF0000;
	text-decoration: blink;	
}

TABLE.resultat{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	padding-left:10px;
	font-weight: bold;	
}

.final_print{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333333;
}

div#design{
margin:0 auto;
width:900px;
height:10px;
}
div#design h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #333333;
	text-align:center;
}

div#design h1 a{
	color: #FF9B00;
	font-weight: bold;	
}

div#div{
visibility:hidden;
}

img{border:0;}

