/*****************************************
BODY
-changement du couleur de l'arriere plan
******************************************/
body,html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color:#993333; /*couleur de fond*/
	background-repeat: repeat-x;
	font-family: "Verdana", Arial, Helvetica, sans-serif; /*police par defaut*/
	font-size: 12px;
	color:#ffffff;
	
}
a, a:hover{
  color:#FFFFFF;
}
/****************************************/

#container {
	width: 1000px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

/****************************************
CONTENEUR DU HEADER
*****************************************/
#container-header {
	width: 1000px;
	height: 85px;
	padding: 0px;
	line-height: 85px;
	font-size:28px;
	font-weight:bold;
}

/**************************************
TEXTE DU HEADER
***************************************/
#container-name {
	float: left;
	
}
/**************************************/

/**************************************
TEXTE SLOGAN DANS LE HEADER
***************************************/
#container-slogan {
	float: right;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	padding-right: 10px;
}
/**************************************/

span, #container-name span,#container-slogan span {
	color: #ffffff;
}

/*************************************
EMPLACEMENT DU MENU
**************************************/
#container-eyecatcher {
	width: 1000px;
	padding: 0;
	height: 22px;	
	background-color:#a41128	;
}
/*************************************/

/*************************************
MENU
*************************************/
#container-navigation {
	width: 800px;
	background-color: #a41128;
	height: 22px;
	float:left;
}
/************************************/

/************************************
CONTENEUR DU LISTE DE LANGUE
*************************************/
#langue{
	 float:right;
	 font-size:9px;
}
/************************************/

ul#navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navigation li {
	display: inline;
	list-style: none;
	height: 22px;
}

#navigation li.current {
    background-color:#993333;
	height: 22px;
}
/*************************************
TEXTE DE LA NAVIGATION
**************************************/
#navigation li a {
	color: #ffffff; /*couleur des texte*/
	line-height: 22px;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 15px 6px 15px;
	border-right: 1px solid #ffffff;
	display:inline;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
}
/*ON MOUSE OVER*/
#navigation li a:hover {
	text-decoration: underline;
	background-color:#993333; /*couleur de fond quand la souris survole*/
}

#navigation li.current a{
	color: #ffffff;
	line-height: 22px;
	font-size: 11px;
	text-decoration: underline;
	margin-left:-4px;
	padding: 5px 15px 6px 15px;
	background-color:#993333;
	display:inline;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
}

/*************************************/


#container-content {
	width:1000px;
	background-repeat: no-repeat;
	padding: 20px 0px 0px 0px;
	margin: 0 0 0 0;
	height: auto;
}

/****************************************
CONTENEUR DU CORPS
*****************************************/
#content {
	width: 700px;
	float: left;
}
/****************************************/

/****************************************
CONTENEUR DU MENU DROITE
*****************************************/
#border {
	width: 260px;
	margin-left: 710px;
	border:1px solid #a41128;
	padding:10px 10px 10px 10px;
}
/****************************************/

/*****************************************
CONTENEUR DU FOOTER
*****************************************/
#container-footer {
	border-top: 2px solid #a41128;
	width: 1000px;
	padding: 10px 0px 20px 0px;
	margin: 0 0px 0px 0px;
	clear: both;
	color: #aeaeae;
}
/***************************************/

/***************************************
LIEN DANS LE FOOTER
****************************************/
#container-footer a {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color:#cccccc;
}
#container-footer a:hover {
	color: #ffffff;
}
/*****************************************/


/***************************************
TITRE PRINCIPALE DE LA PAGE
****************************************/
h1 {
	font-size: 22px;
	color:#ffffFF;
	margin: 0 0 0 0;
	padding: 0px 0 0px 25px;
	background-image: url(images/h1_arrow.gif); /*puce*/
	background-repeat: no-repeat;
	background-position: 5px 7px;
	line-height: 20px;
}
/*Titre de la destination dans le cadre voir aussi dans annonce_detail*/
h2 {
	font-size: 16px;
	color:#ffffff;
	padding: 5px 0 5px 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
/*Titre1 de la destination dans le cadre voir aussi dans annonce_detail*/
h3 {
	font-size: 14px;
	color: #ffffff;
	padding: 5px 0 0px 25px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	}


hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	height: 1px;
	color:#CC0033;
	background-color:#CC0000;
}

/***************************************
TITRE DES BOX
****************************************/	
h4 {
	font-size: 14px;
	color:#ffffff;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	margin:0; padding:0;
}

/*****************************************
TEXTE DANS LE BOX : MISE EN FORME DES TEXTES
******************************************/
table.box_annonce .titre{
	font-size: 13px;
	color:#ffffff;
	margin: 0;
	padding: 0;
	background:none;
	border-bottom:1px solid #a41128; /*LIGNE EN BAS DU TITRE DE L'ANNONCE*/
	font-weight:bold;
}
/*LIEN DU TITRE*/
table.box_annonce .titre a{
	font-size: 13px;
	color:#FFFFFF;
	margin: 0;
	padding: 0;
	font-weight:bold;
	text-decoration:none;
}


table.box_annonce .titre a:hover{
	font-size: 13px;
	color:#330a51;
}
/*PRIX*/
table.box_annonce .prix{
	text-align:right;
	font-size:12px;
	color:#a41128;
}
/*PHOTO*/
table.box_annonce .photo{
	height:80px;
	width:80px;
}
/****************************************************/

/******************************************
BOX NOS DESTINATIONS
*******************************************/
#nos_destinations2{
	width:235px;
	border:1px solid #a41128;
	margin-bottom:20px;
	height:100px;
	overflow-y:auto;
	overflow-x:hidden;
	padding:0px 20px 0px 5px;
	background-color:#993333;
}
/*LIEN*/
#nos_destinations2 a{
	color:#FFFFFF;
}

#nos_destinations2 a:hover{
	color:#330a51;
}

#dest_titre{
	float:left;
}

#dest_deal{
	float:right;
}

/******************************************/

/******************************************
BOX COUP DE COEUR
*******************************************/
#coupdecoeur2{
	width:240px;
	border:1px solid #a41128;
	margin-bottom:20px;
	background-color:#993333;
}
/*******************************************/

/******************************************
BOX NOUVEAUTE
*******************************************/
#nouveaute2{
	width:240px;
	border:1px solid #a41128;
	margin-bottom:20px;
	background-color:#993333;
}
/******************************************/

/******************************************
BOX OFFRE SPECIAL
*******************************************/
#spec2{
	width:240px;
	border:1px solid #a41128;
	margin-bottom:20px;
	background-color:#993333;
}
/******************************************/

/******************************************
BOX LIEN SPECIFIQUE
*******************************************/
#lien_sugg{
	width:240px;
	border:1px solid #a41128;
	margin-bottom:20px;
	cursor:pointer;
	background-color:#993333;
}
/*LIEN*/
#lien_sugg a{
	color:#003300;
}

a.lien_sugg{
	padding-left:10px;
	width:100%;
	cursor:pointer;
}
/****************************************/

/******************************************
BOX PUBLICITE
*******************************************/
#pub_right{
	text-align:center;
}


.entente{ /* Header des boxes dans la column right*/
	background-color:#a41128;
	color:#33CCFF;
}


/********************************************
BOX ANNONCE VOIR AUSSI
*********************************************/
#description_voir{
	width:30%;
	height:110px;
	float:left;
	border:1px solid #a41128;
	padding:3px;
	margin:3px 3px 20px 3px;
	
}

#description_voir h3{
padding:0px;
margin:0;
}

#description_voir #image{
padding:3px;
width:70px;
height:70px;
background-repeat:no-repeat;
background-position:center;
border:0px solid #C5EBEB;
cursor:pointer;
}
/*********************************************/

/*********************************************
CHEMIN
**********************************************/
#chemin{
	float:right;
	color:#ffffff;
}
/*LIEN DU CHEMIN*/
#chemin a{
	color:#330a51;
}
/*********************************************/

/***************************************
IMAGE MINIATURE A COTE DE L'AGRANDISSEMENT
****************************************/
.content_mini #contentim {
	width:70px;
	height:53px;
	margin:3px;
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	border:2px solid #a41128;
	cursor:pointer;
}

/***************************************
IMAGE AGRANDISSEMENT
****************************************/
#img_agr{
	background-position:center;
	background-repeat:no-repeat ;
	background-color:#a41128;
	border:3px solid #a41128;
	height:480px;
	width:500px;
}

/***************************************
BOX GOOGLE MAP
***************************************/

#g_map{
width:240px;
height:200px;
float:right;
background-color:none;
}

#g_map img{
 background:none;
}

h5 {
	font-size: 16px;
	color:#a41128;
	padding: 5px 0 5px 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
/****************************************/


#content hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	margin: 0px 0 0px 25px;
	height: 1px;
	color:#999900;
}

#content p {
	line-height: 19px;
	color: #666666;
	margin: 0 0 20px 25px;
}
/*texte email colomn right*/
#content p a, #border p a {
	text-decoration: none;
	color: #ffffff; /*email*/
	border-bottom: 1px dotted #ffffff;/* Ligne discontinue en dessous du mail*/
	padding: 2px 2px 2px 2px;
}
/*Effet texte email colomn right*/
#content p a:hover, #border p a:hover  {
	text-decoration: none;
	color: #330a51;
	background-color: #ffffff;
	padding: 2px 2px 2px 2px;
}

#content li {
	line-height: 20px;
	color: #666666;
	margin: 0 0 0 15px;
}

#content .quote {
	border-top: 1px solid #E5E5E5;
	background-color: #f7f7f7;
	border-bottom: 1px solid #E5E5E5;
	padding: 15px 15px 15px 65px;
	background-image: url(images/bg_quote.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #0066CC;
	font-style: italic;
}

#border p {
	line-height: 17px;
	font-size: 11px;
	color: #ffffff;/*Texte contact sur column right*/
	margin: 0 0 15px 10px;
}

ul#subnavigation {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	background-image: none;
}

#subnavigation li {
	list-style: none;
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 5px 0px;
}

#subnavigation li a {
	text-decoration: none;
	color: #006AC3;
	border-bottom: 1px dotted #006AC3;
}

#subnavigation li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #006AC3;
}

ul#news {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: none;
}

#news li {
	list-style: none;
	background-image: url(images/li_cube.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 2px 0px 2px 15px;
	margin: 0 0 15px 0px;
}

#content img {
	background-color: none;
	padding: 4px;
	border: 1px solid #006AC3;
}

/*prix dans cadre voir aussi*/
.prix{
	font-size:12px;
	color:#FFffFF;
}

#image{
	width:100px;
	height:100px;
	display:block;
	background-repeat:no-repeat;
	border:1px solid #6666FF;
}




#texte{
	width:223px;
	margin-left:10px;
}

.pers{
	color:#FF66CC;
	font-weight:bold;
}

.content_image{
	height:500px;
	text-align:center;
}

.content_mini{
	width:170px;
	vertical-align:top;
}

.content_mini #contentim{
	width:70px;
}



.content_agr{
	vertical-align:top;
}

.sous_titre{
	font-weight:bold;
	width:100px;
	vertical-align:top;
}


#detail_annonce{
width:400px;
height:300px;
display:table;
float:left;
}
.separate{
	width:100%;
	display:block;
}

#footer {
	font-size: 11px;
	color: #aeaeae;
	width: 1000px;
	margin-bottom: 20px;
}

#footer-copyright {
	float: left;
	width: 425px;
	padding-left: 10px;
}

#footer-meta {
	float: right;
	text-align: right;
	width: 325px;
	padding-right: 10px;
}

.clearer {
	clear: both;
}