/*----------------------General------------------------*/
/*-------------------<--  Benj -->---------------------*/
* {margin: 0; padding: 0;}
a img {border: 0;}
p {font-size: .8em;}

html, body {
    height: 100%;
}
body {
background: #00d7fd url(design/body_background.gif) 0 0 repeat-x;
text-align: center;
font-family:  Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
font-size: 100%;
color: black;
height: 100%;
position: relative;
}
#body_2 {
background: transparent url(design/bandeau_background.jpg)  center top no-repeat;
}
#conteneur {
position: relative;
width:761px;
margin: 0 auto;
text-align:left;
background: #78e9fe url(design/conteneur_background.gif) 0 323px repeat-x;
}
#conteneur_bas {
background: transparent url(design/bandeau_background.jpg)  center top no-repeat;
}

/*---- bandeau -------*/
#bandeau {
position: relative;
height: 240px;
position: relative;
margin-left: 4px;
}

#slogan {
position: absolute;
top: -50px;
left: 300px;
width: 385px;
}
#slogan:hover {
top: 0px;
}
#slogan p{
border-left: 2px solid #fef1cb;
border-right: 2px solid #fef1cb;
height: 50px;
background: #ffbf01;
color: white;
padding-left: .5em;
padding-right: .5em;
}
h1 {
font-size: 1em;
padding-left: 10px;
padding-top: 2px;
color: white;
background: transparent url(design/slogan_background.gif) 0 0 no-repeat;
height: 26px;

}
h1 #kathais {
display: block;
position: absolute;
top: -1000px;
}

/*---- menu -------*/
#menu {
float: left;
width: 175px;
padding-bottom: 80px;
background: transparent url(design/menu_bateau.gif) bottom left no-repeat;
}

#menu ul {
list-style-type: none;
font-size: .95em;
}
#menu li {
padding-left: 45px;
padding-top: 3px;
margin-bottom: 3px;
font-size: 1.2em;
height: 33px;
}
#menu li.orange {
background: transparent url(design/menu_orange.gif) top left no-repeat;
}
#menu li.vert {
background: transparent url(design/menu_vert.gif) top left no-repeat;
}
#menu li.bleu {
background: transparent url(design/menu_bleu.gif) top left no-repeat;
}
#menu li.violet {
background: transparent url(design/menu_violet.gif) top left no-repeat;
}
#menu li.rouge {
background: transparent url(design/menu_rouge.gif) top left no-repeat;
}
#menu li:hover {
background: transparent url(design/menu_hover.gif) 0 0 no-repeat;
}
#menu li.lien_actif {
background: transparent url(design/menu_actif.gif) -25px 0 no-repeat;
padding-left: 20px;
}

#menu a {
color: white;
text-decoration: none;
}
#menu a:hover {
text-decoration: none;
}


/*---- Texte -------*/
#texte {
position: relative;
float: left;
width: 530px;
background: transparent url(design/texte_background.gif) 0 0 repeat-y;
margin: 60px 0px 0 36px;
padding-top: 70px;
color: #004653;
}
#texte_bas {
background: transparent url(design/texte_bas.gif) 0 0 no-repeat;
height: 76px;
}
#texte h2 {
position: absolute;
top: -52px;
left: 0;
color: #004653;
font-size: 1em;
padding-left: 95px;
padding-right: 30px;
font-weight: bold;
height: 101px;
padding-top: 60px;
background: transparent url(design/texte_bateau.gif) 10px 0 no-repeat;
}
#texte h2 .first_word {
color: #FE1516;
}
#texte h2 .first_letter {
font-size: 1.3em;
}
#texte h3 {
margin-right: 30px;
margin-left: 30px;
margin-bottom: .5em;
padding-left: .5em;
padding-right: .2em;
font-size: .9em;
background:  #3d6868;
color: white;
}
#texte p {
padding-bottom: 15px;
padding-right: 30px;
padding-left: 30px;
}
#texte a, #texte strong, #texte b {
color: #eea403;
}
#texte a:visited {
text-decoration: underline;
color: #c35200;
}
#texte a:hover {
text-decoration: none;
}
#texte ul {
margin: 5px 15px 15px 45px;
font-size: .8em;
list-style-type:  square;
}
.center {
text-align: center;
}

#texte img.bordure {
border: 4px solid #ECBF92;
}
.floatleft{
float: left;
margin: 5px 10px 3px 20px;
}
.floatright{
float: right;
margin: 5px 20px 3px 10px;
}
.clear {
clear: both;
}


/*----------------------------------------------*/
/*---- Pied de page -------*/
/*----------------------------------------------*/
#pied_page {
clear: both;
color: #00B2D2;
padding: 11px 80px 5px 0;
background: transparent url(design/poissons.gif) bottom right no-repeat;
text-align: right;
font-style: italic;
font-weight: bold;
}

#pied_page a{
color: #00B2D2;
text-decoration: none;
}
#pied_page a:hover{
text-decoration: underline;
}

/*----------------------------------------------*/
/*---- box -------*/
/*----------------------------------------------*/
#box1 {
width: 250px;
background: #eff3f6;
border: #3d6868 dashed 1px;
border-top: 0 none;
}
#box1 h3 {
margin-left: 0;
margin-right: 0;
}
#box1 ul, #texte .box2 ul {
margin-left: 10px;
}
#box1 li, #texte .box2 li {
background: transparent url(design/box_puce.gif) 0 4px no-repeat;
list-style-type: none;
padding-left: 15px;
}

.box2 {
width: 225px;
background: #eff3f6;
margin-bottom: 10px;
border: #3d6868 dashed 1px;
border-top: 0 none;
}
#texte .box2 h3 {
margin: 0 0;
}
#texte .box2 p {
padding-left: 5px;
padding-right: 5px;
}
#texte .box2.rouge h3  { background: red;}
#texte .box2.rouge {border-color: red; background: #fff5f5; }
#texte .box2.jaune h3  { background: #FFBF01;}
#texte .box2.jaune {border-color: #FFBF01; background: #fffaeb; }

.box3 {
margin-right: 20px;
margin-left: 20px;
background: #f5f6f9;
text-align: center;
padding-top: 5px;
margin-bottom: 5px;
}

#intro {
background:#fdf3d6;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 10px;
padding-top: 5px;
border: 1px #eea403 dashed;
color: black;
}
#intro p {
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
}
#intro ul {
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
margin: 0 0;
list-style-type: none;
}
#intro li {
padding-bottom: 5px;
}
#intro strong {
color: #107ebe;
}
#intro object {
float: left;
margin: 10px 10px 3px 5px;
}


/*----------------------------------------------*/
/*---- table -------*/
/*----------------------------------------------*/
table {
margin-bottom: 15px;
margin-right: 30px;
margin-left: 30px;
font-size: .8em;
}
caption{
font-weight: bold;
color: #c77c04;
}
thead th {
background: #faad2e;
color: white;
}
caption, th, td {
padding: .1em .4em;
}


table.tarif {
margin-left: 50px;
width: 80%;
}
table.tarif thead th {
text-align: center;
font-weight: bold;
}
table.tarif td {
text-align: right;
font-weight: bold;
}
table.tarif th {
text-align: left;
font-weight: normal;
}

.total {
width: 80px;
}
.paire {
background: #fef1dd;
}
