/*****************************************/
/*SITE  Veran -  §  
/*****************************************/
/* couleurs utilisees
bleu			color:#004a9f;	
bleu soutenu		color:#002681;
jaune			color:#ffe323;
*/
BODY 
{ 
    background:white;
    color:#686868;
    font-family:"Trebuchet MS",Arial,sans-serif;
    font-size:11px;
    margin:0;
    padding:0;
}

A
{
    color:#002681;
    text-decoration:none;
}
A:hover
{
    color:#ffe323;
    text-decoration:underline;
}
.jaune
{
    color:#ffe323;
}
P.p1
{
    margin:5px 0px;
    text-align:justify;
}
DIV.p1
{
    margin:5px 0px;
}
.petit
{
    font-size:90%;
}
STRONG
{
    font-weight:bold;
}
EM
{
    font-style:italic;
}

H1
{
    font-size:1.5em;
    font-weight:bold;
    margin:0;
    padding:5px 0px;
    color:#002681;
}
H2
{
    margin:0px;
    padding:2px 0px;
    font-size:1.3em;
    font-weight:bold;
}
H3
{
    margin:3px 0px;
    padding:0px;
    font-size:1.1em;
    font-weight:bold;
    color:#002681;
}
H4
{
    margin:0px;
    padding:3px 0px;
    font-size:1em;
    font-weight:bold;
}
H5
{
    margin:0px;
    padding:5px 0px;
    font-size:1em;
    text-align:left;
}
FORM
{
    margin: 0px;
    padding: 0px;
}

SELECT
{
    font-size:10px;
}

.clearboth
{
    clear:both;
    line-height:0px;
    font-size:0px;
    padding:0px;
    margin:0px;
}
.calage
{
    float:left;
    width:1px;
}
.floatleft
{
    float:left;
}
.floatright
{
    float:right;
    text-align:right;
}
.centre
{
    text-align:center;
}

.sstitre
{
    font-weight:bold;
}

.date
{
    font-weight:bold;
}

.letexte
{
    margin:5px 0px;
}


.bloc1
{
    margin:7px 0px;
    padding:0px 5px;
    /*border:1px solid #2062AC;	*/
}
.bloc3
{
    width:500px;
    margin:7px 0px;
    padding:0px 5px;
}
.bloc3 TABLE
{
    width:500px;

}
.bloc3 TEXTAREA
{
    width:350px;
    height:150px;

}


/*****************************************/
/*table de tarifs - */
/*****************************************/
#letexte IMG.cms-elem
{
    border:none;
}
#letexte TABLE
{
    margin:5px 0;
    border-collapse:collapse;
    margin-top:20px;
    font-size: 11px;

}
#letexte TABLE.cms-elem
{
    margin:2px;
}
#letexte TH
{
    border:1px solid #e5e5e5;
    background-color:white;
    color:#f30;
    padding:2px 3px;
    text-align:center;
}
#letexte TD
{
    padding-left:8px;
    color:white;
    border:1px solid #e5e5e5;
    padding:3px;
}
#letexte TABLE.cms-elem TD
{
    border:none;
}
#letexte TD.prix
{
    text-align:right;
    padding-right:5px;
}
#letexte TD.panier
{
    text-align:center;
}

A.reserver
{
    font-weight:bold;
}
A.reserver:hover
{

}
#letexte .trombinoscope TABLE
{
    border:0;
}
#letexte .trombinoscope TD
{
    border:0;
}

/*****************************************/
/* style commun aux listes horizontales */
/*****************************************/

UL.listhor
{
    margin:0;
    padding:0;
}
.listhor LI
{
    float:left;
    margin:0;
    padding:0;
    line-height:1em;
    list-style-type:none;
}
.listhor LI A
{
    display:block;
    float:left;
    color:#aaa;
}
.listhor LI A SPAN
{
    display:block;
    float:left;
}
.listhor LI A:hover
{
    color:white;
    text-decoration:none;
}
.listhor LI#current A
{
    color:white;
    cursor:text;
}
.listhor LI A IMG
{
    border:0;
    padding:0;
}
UL.listvert
{
    margin:0;
    padding:0;
}
.listvert LI
{
    margin:0;
    padding:0;
    line-height:1.3em;
    list-style-type:none;
}
.listvert LI A
{
    display:block;
    color:#004a9f;
}
.listvert LI A:hover
{
    color:#002681;
    text-decoration:none;
}
.listvert LI.current A
{
    color:#002681;
    cursor:text;
}
.listvert LI A IMG
{
    border:0;
    padding:0;
}
.transparent
{
    background:#676767;
    filter: alpha (opacity=90);
    -moz-opacity: 0.90;

}
.transparent2
{
    filter: alpha (opacity=80);
    -moz-opacity: 0.80;

}
#cartedusite LI
{
    padding:3px 0;
    font-size:1.1em;
}
#cartedusite LI A
{
    text-decoration:none;
    text-transform:uppercase;
}

.formulaire
{
    width:550px;
    margin:7px 0px;
    padding:0px 5px;
}
.formulaire FORM
{
    margin: 0;
    padding: 0;
    border: none;
}
input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}
.formulaire FIELDSET
{
    border:1px solid #ddd;
    padding:10px;
    margin-bottom:10px;
}
.formulaire LEGEND
{
    font-weight:bold;
    color:#333;
}
.formulaire EM
{
    font-weight:bold;
    color:#c00;
}
.formulaire UL
{
    margin:0;
    padding:0;
    margin-top:10px;
}
.formulaire LI
{
    list-style:none;
    margin-bottom:0.6em;
}
.formulaire LABEL
{
    display:block;
    float:left;
    width:120px;
}
.formulaire TEXTAREA,.formulaire INPUT,.formulaire SELECT
{
    width:65%;
    background:#ebebeb;
    font:arial;
    font-size:12px;
}
.formulaire  TEXTAREA
{
    height:200px;
}
.formulaire .obligatoire TEXTAREA,.formulaire .obligatoire INPUT,.formulaire .obligatoire SELECT
{

}
.formulaire INPUT#contactbutton
{
    width:250px;
    background:#ddd;
    color:#3d71a4;
}

#check-error
{
    color:red;
    font-weight:bold;
}

#relais_results {
    padding:0;
    margin:20px 0 0 0;
}
#relais_results li {
    list-style-type: none;
    padding:0 0 10px 0;
    margin:0 0 10px 0;
    border-bottom: solid 1px;
}
