﻿#centre .contenu
{
    padding: 0;
    border: solid 0px red;
}

#droite .contenu
{
	/* if you apply a font size to just #rightColumn, then its width,
	 * which is specified in EMs, will also be affected. you don't want
	 * that. so apply font size changes to the .inside element which exists
	 * inside underneath all three columns
	 */
	font-size: 90%;
	text-align: center;
	background-image: url(../images/fond-droite.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
}

#droite h1
{
    font-size: 16pt;
}

#droite a
{
    font-size: 12pt;
    font-weight: bold;
}

.cartouche-promo
{
    position: relative;
    width: 420px;
    margin: 10px auto 0 auto;
    padding: 5px;
    border-bottom: solid 1px #920;
    /*border-bottom: solid 1px #920;*/
}
.cartouche-promo img
{
    float:left;
    margin-right:5px;
}
.cartouche-promo h1
{
    font-size: 16pt;
    font-weight: bold;
    margin: 30px 0 0 0 ;
    color: #C00000;
}
.cartouche-promo a h1 
{
    text-decoration: none;
    font-size: 16pt;
    font-weight: bold;
    margin: 30px 0 0 0 ;
    color: #C00000;
}

.cartouche-promo h2
{
    font-size: 14pt;
    font-weight: bold;
    margin: 5px 0;
}
.cartouche-promo a h2
{
    text-decoration: none;
    color: #780000;
    font-size: 14pt;
    font-weight: bold;
    margin: 5px 0;
}

.cartouche-promo p
{
    margin: 3px 0;
    clear: both;
}


.cartouche-gauche
{
    position: relative;
    color: #920;
    margin: 2px auto;
    background-image: url(../images/cartouche-gauche.jpg);
    width: 428px;
    height: 146px;
}
.cartouche-gauche img
{
    position: absolute;
    top: 45px;
    left: 3px;
}
.cartouche-gauche h1
{
    position: absolute;
    top: 0px;
    left: 2px;
    font-size: 14pt;
    text-align: right;
    font-weight: bold;
    width: 145px;
    padding:0;
}

.cartouche-gauche-detail
{
    position: absolute;
    top: 2px;
    left: 153px;
    width: 270px;
}

.cartouche-gauche a
{
    text-align: left;
    /*color: #fff;*/
    color: #0000cc;
    font-size: 10pt;
    font-weight: bold;
}
.cartouche-gauche a:hover
{
    /*color: #992200;*/
    color: #ffffff;
}
.cartouche-coup-de-coeur
{
    position: relative;
    color: #920;
    margin: 2px auto;
    background-image: url(../images/cartouche-coup-de-coeur.jpg);
    width: 428px;
    height: 146px;
}
.cartouche-coup-de-coeur img
{
    position: absolute;
    top: 45px;
    left: 3px;
}
.cartouche-coup-de-coeur h1
{
    position: absolute;
    top: 0px;
    left: 2px;
    font-size: 14pt;
    text-align: right;
    font-weight: bold;
    width: 145px;
    padding:0;
}

.cartouche-coup-de-coeur-detail
{
    position: absolute;
    top: 2px;
    left: 153px;
    width: 270px;
}

.cartouche-coup-de-coeur a
{
    text-align: left;
    color: #fff;
    font-size: 10pt;
    font-weight: bold;
}
.cartouche-coup-de-coeur a:hover
{
    color: blue;
}

.cartouche-droit
{
    position: relative;
    color: #920;
    margin: 2px auto;
    background-image: url(../images/cartouche-droit.jpg);
    width: 428px;
    height: 146px;
}
.cartouche-droit img
{
    position: absolute;
    top: 45px;
    left: 276px;
}
.cartouche-droit h1
{
    position: absolute;
    top: 2px;
    left: 277px;
    font-size: 14pt;
    text-align: left;
    font-weight: bold;
    width: 145px;
    padding:0;
}

.cartouche-droit-detail
{
    position: absolute;
    top: 2px;
    left: 3px;
    width: 268px;
    text-align: right;
}

.cartouche-droit a
{
    font-size: 10pt;
    /*color: #fff;*/
    color: #0000cc;
    font-weight: bold;
}

.cartouche-droit a:hover
{
    /*color: #920;*/
    color: #ffffff;
}

#newsletter
{
    margin: 10px auto;
    width:160px;
    border-top: solid 1px #640;
}

#newsletter h1
{
    text-align: center;
    font-weight: bold;
    font-size: 11pt;
    color: #c00000;
}
#newsletter p
{
}

#hotels
{
    border-top: solid 1px #640;
    width:160px;

}
#amazon
{
    border-top: solid 1px #640;
    width:160px;

}
#recherche
{
    border: solid 0px red;
}
#recherche h1
{
    color: #C00000;
}
#recherche select
{
    width: 150px;
    border: solid 0px red;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 9pt; 
    margin: 2px 0 5px 0;
}
a.hl-destination-gauche
{
    text-decoration: none;
    color: #920;
    margin-left: 5px;
    font-size: 14pt;
    display: block;
}
a.hl-destination-droite
{
    text-decoration: none;
    color: #920;
    margin-left: 278px;
    font-size: 14pt;
    display: block;
}
#algerie-antique
{
    margin: 10px auto;
    width:160px;
    border-top: solid 1px #640;
}

