@charset "utf-8";
/* CSS Document */

body{
	margin: 5px auto;
	background:url(gfx/bg.jpg) repeat-x #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#B3B19C;
}

a img{
	border:none;
}

a:link, a:visited{
	color:#646256;
	text-decoration:none;
}

a:hover{
	color:#646256;
	text-decoration:underline;
	font-size: 11px;
}

h1{
	color:#6C6C6C;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

h2{
	color:#DBD7AA;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

.elem_menu{
	background:url(gfx/bg-btn.gif) no-repeat;
	height:33px;
	width:139px;
	margin:auto;
	text-align:center;
}

.elem_menu a:link, .elem_menu a:visited {
	display:block;
	text-decoration: none;
	color: #B3B19C;
	font-weight:bold;
	font-size: 11px;
}

.elem_menu a:hover {
	color:#646256;
	text-decoration:none;
	font-size: 11px;
}

#contenu{
	background:url(gfx/bg_contenu.gif) repeat-y;
	padding:0 10px;
}

.voyage1{
	background:url(gfx/voyage1.jpg) no-repeat;
	height:145px;	
}

.voyage2{
	background:url(gfx/voyage2.jpg) no-repeat;
	height:151px;	
}

.voyage3{
	background:url(gfx/voyage3.jpg) no-repeat;
	height:151px;	
}

.voyage4{
	background:url(gfx/voyage4.jpg) no-repeat;
	height:153px;	
}

.voyage1 p,.voyage2 p,.voyage3 p,.voyage4 p{
	margin-top:123px;
	margin-bottom:0px;
	color:#000000;
	font-weight:bold;
	font-size:14px;
	text-align:right;
	margin-right:10px;
}

.voyage{
	background:url(gfx/bg_voyage.jpg) repeat-y;
	padding-top:5px;
	color:#646256;
	font-size:10px;
}

.prix{
	color:#B3B19C;
	font-size:14px;
	font-weight:bold;
	text-align:right;
}

.catalogue{
	background: url(gfx/puce3.gif) no-repeat;
	padding-left:30px;
	height:20px;
	color:#646256;
	font-weight:bold;
}

.bloc_vert{
	background:url(gfx/bg_bloc1.jpg) no-repeat;
	padding:8px;
	width:121px;
	height:163px;
	text-align:center;
}

.bloc_bleu{
	background:url(gfx/bg_bloc2.jpg) no-repeat;
	padding:8px;
	width:121px;
	height:163px;
	text-align:center;
}

.bloc_jaune{
	background:url(gfx/bg_bloc3.jpg) no-repeat;
	padding:8px;
	width:121px;
	height:163px;
	text-align:center;
}

.bloc_orange{
	background:url(gfx/bg_bloc4.jpg) no-repeat;
	padding:8px;
	width:121px;
	height:163px;
	text-align:center;
}

.bloc_rouge{
	background:url(gfx/bg_bloc5.jpg) no-repeat;
	padding:8px;
	width:121px;
	height:163px;
	text-align:center;
}

.bleu{
	color:#1F1E0A;
	font-weight:bold;
}

.bleuclair{
	color:#646256;
	font-weight:bold;
}

.vert{
	color:#646256;
	font-size:10px;
}

.orange{
	color:#646256;
	font-size:10px;
}

.promo{
	background:url(gfx/bg_promo.jpg) no-repeat bottom;
	padding-left:20px;
	color:#B3B19C;
}

.promo h1, .gblocbleu h1{
	background:url(gfx/titre_promo.gif) no-repeat;
	height:22px;
	padding-left:18px;
	color:#DBD7AA;
	margin-bottom:10px;
	margin-top:0;
}

.promo h2{
	font-size:14px;
	margin:0;
	padding:0;
}

.prix2{
	color:#646256;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.ttc{
	font-size:11px;
}

.txtpromo{
	padding-bottom:10px;
	padding-top:5px;
	border-bottom:dotted 1px #747265;
}

.btn{
	background:url(gfx/btn.gif) no-repeat;
	height:25px;
	width:171px;
	padding-left:30px;
	padding-top:5px;
	font-weight:bold;
}

.gblocbleu{
	background:url(gfx/bloc_bleu.jpg) no-repeat;
	color:#646256;
	height:173px;
	padding:5px;
}

.formulaire {
	border:solid 1px #6C6C6C;
	font-size: 11px; 
	width: 99%; 
	color: #626262; 
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #fff;
}

.formulaire:hover {
	border:solid 1px #209fdb;
	font-size: 11px; 
	width: 99%; 
	color: #626262; 
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #6C6C6C;
}

.formulaire_bouton 
{
	border:medium none;
	font-weigh: bold; 
	font-size: 11px; 
	width: 49%; 
	color: #fff; 
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #6C6C6C;
}

