﻿#centre
{
    background-color: #fff;
}

#voyage img
{
    float: left;
    margin-right: 10px;
}

#voyage p
{
    padding: 0 0 2px 0;
    clear: both;
}

#voyage-entete h1
{
    border: solid 0px red;
    font-size: 20pt;
    padding: 0; 
    color: #C00000;
}

#voyage-entete h2
{
    border: solid 0px red;

    font-size: 14pt;
}

#voyage h3
{
    font-size: 10pt;
    clear: both;
    margin-top:10px;
}

#voyage input, textarea
{
    border: solid 1px gray;
    width:300px;
}

#voyage-entete h1.tarif
{
    border: solid 0px red; 
    color: Blue;
    font-weight: bold;
}

#voyage div.clear
{
    clear: both;
}
#voyage .rubrique
{
    padding-top:20px;
}

.rubrique img
{
    float: none;
}

#voyage .titre-rubrique
{
    text-align: center;
}

#voyage .rubrique-image
{
    text-align: center;
    margin: 10px;
}
#voyage .rubrique-image img
{
    float: none;
    position: relative;
}
#voyage .groupe-liens
{
    padding: 10px 0;
}

#voyage strong
{
    color: Blue;
    font-weight: bold;
}
#voyage-entete
{
    float: left;
}
   
/********************* Imprimé ********************/
#voyage-print *
{
}

#voyage-print 
{
    width: 650px;
}
#voyage-print table *
{
    margin:0;
    padding:3px 0;
    border-collapse:collapse;
}

#voyage-print img
{
    float: left;
    margin-right: 10px;
}

#voyage-print h1
{
    font-size: 20pt;
    color: #C00000;
}

#voyage-print h2
{
    margin:20px 0 20px 0;
    font-size: 14pt;
}

#voyage-print h3
{
    font-size: 12pt;
    clear: both;
    margin-top:10px;
}
