

* {
    padding: 0px;
}

html
{
  /*  height:101%;*/
}

html, body {
    margin: 0px;
    /*font-family: Arial,Helvetica,sans-serif;*/
    font: normal 11px Tahoma;
    color: #333;
}
img
{
    border:0px;
    margin:0px;
    
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 8px;
}

a
{
    color:#FF7F2A;
    text-decoration:none;
    outline: none;
}
a:hover
{
    text-decoration:underline;
}
.txtinput
{
    width:500px;
}
input, textarea
{
    border:1px solid silver;
    padding:2px;
}

input:hover, textarea:hover
{
    border:1px solid #FF7F2A;
}
input:focus, textarea:focus
{
 border:2px solid #FF7F2A;
 padding:1px;
}

#wrapper {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
#banner {
    background-image: url(../images/banner.png);
    background-position: left top;
    background-repeat: no-repeat;
    height: 118px;
    color: white;
    font-weight: bold;
}
#banner table {
    position:relative;
    height: 33px;
    top: 83px;
    text-align: center;
}



h2
{
    font-weight:bold;
    /*text-decoration:underline;*/

}

#banner
{
    margin-bottom:15px;
    letter-spacing:2px;

}
#banner td:hover, .banner_active {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url(../images/flamme_banner.png);
}
#banner a {
    margin-top: 10px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}
#menu table
{
    width:99%;
}
#banner td {
    text-align: center;
    padding-top: 5px;
}

#titre_page
{
 font-weight:bold;
 font-size:25px;
 letter-spacing:10px;
 margin-bottom:20px;
}
#titre_page img
{
    margin-right:20px;
}
#contenu {
    padding-left:00px;
    padding-right:20px;
    min-height:400px;
    line-height:25px;
}


.highslide-image
{
    border-width: 0px;
    vertical-align: middle;
    margin:0px;
}
#bas_page
{
    letter-spacing:2px;
    margin-bottom:20px;
}
#bas_page a
{
    color:black;
}
#bas_page table
{
    width:100%;
}

/*Paramètrage spécifique à chaque page*/
#principe
{
    background-image:url(../images/contenu/cabine.jpg);background-repeat:no-repeat;background-position:780px 50px;
    margin-right:-100px;
}
#principe img
{
    margin:15px 35px 0px 0px;
    vertical-align:top;
}
.orange
{
    color:#FF7F2A;
}
.green
{
    color:#84AA41;
}

.rouge
{
    color:red;
}

div#wrap {
    width: 500px;
    margin: 50px auto;
}

.zoom img {
    /*border: 1px solid #CCC;*/
    padding: 2px;
    margin: 10px 5px 10px 0;
}