/* CSS Document */
body{
	background-color:#6699FF;
}
.general{
	border-color:#FFFFFF;
	border-width:2px;
	border-style:solid;
	background-color:#FFFFFF;

}
.main{
	background-image:url(images/main.jpg);
	background-repeat:no-repeat;
	background-position:right,top;
	vertical-align:top;
	width:600px;	
}
.left_col{
	vertical-align:top;
	background-image:url(images/left_col.jpg);
	background-repeat:no-repeat;
	text-align:right;
	padding-top:100px;
	width:200px;
}
.bouton{
	background-image:url(images/bouton.gif);
	background-repeat:no-repeat;
	background-position:center;
	vertical-align:middle;
	text-align:center;
	width:85px;
	height:25px;
}

.bouton a{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.bouton a:hover{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
}
.cadre_tarifs{
	background-image:url(images/bg_tarifs.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:122px;
	width:240px;
}
.cadre_infos{
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	background-color:#CC6600;
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	padding:5px;
}
.titre_cadre_tarifs{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	height:18px;
	padding-left:30px;
}
.liste{
	list-style-image:url(images/puce.gif);
 	vertical-align:middle;
}
.liste a{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}

.liste a:hover{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#CC33FF;
	text-decoration:none;
}

.liste li{
	height:20px;
	padding-bottom:5px;
}
.title{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	background-color:#CC6600;
	background-image:url(images/bgtitre.gif);
	height:25px;
	background-repeat:repeat-x;
	vertical-align:middle;
	text-align:center;
}
.titre{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	height:30px;
	vertical-align:top;
}

.cadre_presentation{
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	background-color:#FFFFFF;
	padding:10px;
}
.text{
	font-family:Arial;
	font-size:12px;
	color:#000000;
}
.smalltext{
	font-family:Arial;
	font-size:10px;
	color:#000000;
}
.titre_colonne{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#3366CC;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.bordures_tarifs{
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	background-color:#FFFFFF;
}
.prix{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}
.titre_tarifs{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#FF6600;
	height:50px;
}
.fil{
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:5px;
	background-color:#3366CC;
	height:20px;
	
}
.fil a{
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}
.fil a:hover{
	font-family:Arial;
	font-size:11px;
	color:#FF0000;
	text-decoration:underline;
}
.champ{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	border-color:#cccccc;
	border-width:1px;
	border-style:solid;	
}
.bordures_grises{
	border-color:#cccccc;
	border-width:1px;
	border-style:solid;	
}

h1{
margin-top:10px;
font-size: 16px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#cc6500;
}