@import "main.css";

/*\/*\/*\/*\/*\/*\/*\/*\/*\/*\/*\/*\ELEMENTS ADMINISTRABLES/*\/*\/*\/*\/*\/*\/*\/*\/*\/*\/*\/*\*/
#formulaire_recherche .top, #bons_plans .top{
height:5px;
background:url(../images/shadow_top.png) no-repeat bottom;
width:210px;
}

#formulaire_recherche .mid{
border:1px solid #FFF;
background:#ccbaad;
padding:5px;
min-height:325px;
}

#bons_plans .mid{
border:1px solid #FFF;
background:#ccbaad;
padding:5px;
}

#formulaire_recherche .bot, #bons_plans .bot{
height:5px;
background:url(../images/shadow_bot.png) no-repeat;
width:210px;
}

	/*LOGO*/
	
	#logo{
	background:url(../images/logo.gif) no-repeat left;
	height:90px;
	width:600px;
	overflow:hidden;
	}
	
	/*CONTENEUR FORMULAIRE DE RECHERCHE*/

	#formulaire_recherche{
	width:210px;
	overflow:hidden;
	}
	
	
	/*CONTENEUR BONS PLANS DMDS*/
	#bons_plans{
	width:210px;
	overflow:hidden;
	}


	/*BACKGROUND*/
	
	.background_color1{
	background:#464646;
	}
	
	.background_color2{
	background:#CCBAAD;
	}
	
	.background_color3{
	background:#E5DCD6;
	}
	
	
	html .background_color4{
	background:#FFF;
	}
	
	.background_color5, .tr_hover:hover{
	background:#f6f5f7;
	}
	
	
	a{text-decoration:underline;}
	a:hover{text-decoration:underline;}

	/*TITRES*/

	h1{
	font-family:"century gothic", Arial, Helvetica, sans-serif;
	font-size:0.95em;
	color:#464646;
	}
	
	h1 a{
	color:#464646;
	}
	
	h2, legend{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#464646;
	}
	
	h2 a{
	color:#464646;
	}

	h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#464646;
	}
	
	h3 a{
	color:#464646;
	}


	/*TEXTE*/

	.text_type1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#464646;
	}
	
	.text_type2, th, label, select, input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#464646;
	}
	
	.text_type3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.6em;
	color:#464646;
	}
	

	/*LIENS*/

	.link_type1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	color:#464646;
	}
	
	.link_type2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	font-weight:bold;
	color:#464646;
	}
	
	.link_type3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	font-weight:bold;
	color:#0066CC;
	}

	/*BORDERS*/
	
	.border_color1{
	border:1px solid #464646;
	}
	
	.border_color2{
	border:1px solid #CCBAAD;
	}
	
	.border_color3{
	border:1px solid #FFF;
	}
	
	.border_color4{
	border:1px solid #FFF;
	}
	
	.border_bottom_dashed_color1{
	border-bottom:1px dashed #464646;
	}
	
	.border_bottom_solid_color1{
	border-bottom:1px solid #464646;
	}
	
	.border_bottom_solid_color2{
	border-bottom:1px solid #CCBAAD;
	}
	.border_bottom_solid_color3{
	border-bottom:1px solid #E5DCD6;
	}
	.border_bottom_solid_color4{
	border-bottom:1px solid #FFF;
	}

	/*FORMULAIRE DE RECHERCHE*/
	#destination{
/*	width:40%;
	float:left;*/
	}
	
	#dates{
/*	width:30%;
	float:left;*/
	}
	
	#hebergement{
/*	width:30%;
	float:left;*/
	}
	
	.services{
/*	width:25%;
	float:left;*/
	}
	
	#liste_hebergement{
	width:110px;
	}
/*\/*\/*\/*\/*\/*\/*\/*\/*\/*\/*\/*\FIN ELEMENTS ADMINISTRABLES/*\/*\/*\/*\/*\/*\/*\/*\/*\/*\/*\/*\*/	
	
	
	 .dogvdvhdr {
            width:300;
            background:#C4D5E3;
            border:1px solid #C4D5E3;
            font-weight:bold;
            padding:10px;
         }
         
         .dogvdvbdy {
            width:300;
            background:#FFFFFF;
            border-left:1px solid #C4D5E3;
            border-right:1px solid #C4D5E3;
            border-bottom:1px solid #C4D5E3;
            padding:10px;
         }