/*-------------------------
* feuille de style 
*  styleWACA.css
*  pour le site WACA
*--------------------------
*/

body {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 12px;
font-style: normal; 
font-weight: normal; 
font-variant: normal;
word-spacing: normal ; 
white-space: normal;
background: #ffffff; 
padding: 0; }

a:link { 
 text-decoration: none;
 color: #330099;
 font-weight: bold;
 }
a:active { 
 text-decoration: none;
 color: #330099;
font-weight: bold;
 }
a:visited { 
 text-decoration: none;
 color: #330099;
font-weight: bold;
 }
a:hover { 
 text-decoration: none;
 color: #330099; 
 background: silver;
font-weight: bold;
 }

img {border-style: none; border-width: thin;}

.center {text-align: center;}


p.left {text-align: left;}
p.justify {text-align: justify;}
p.imgcentre {text-align: center;text-align: center;padding: 1px 1px 1px 1px;}

h2 {text-align: center; color: black; font-family : arial, verdana, helvetica, sans-serif;}


p.centercolor1 {text-align: center; color: white; font-size: 16px; font-family : arial, verdana, helvetica, sans-serif; background: #ff2500; padding: 12px 12px 12px 12px;font-weight: bold;}

p.centercolor2 {text-align: center; color: white; font-size: 14px; font-family : arial, verdana, helvetica, sans-serif; background: #000000; padding: 6px 6px 6px 6px; font-weight: bold;}

p.warningcolor {text-align: center; color: white; font-size: 16px; font-family : arial, verdana, helvetica, sans-serif; background: #35ff11; padding: 12px 12px 12px 12px;font-weight: bold;}

table.normal {
margin: auto;
border-collapse: collapse;
width: 50%;
}
th.normal {
width: 50%;
padding: 5px;

}
td.normal {
width: 50%;
padding: 5px;
text-align: center;

}


table.hotel {
margin: auto;
border: medium solid #6495ed;
border-collapse: collapse;
width: 70%;
}
th.hotel {
font-family: monospace;
border: thin solid #6495ed;
width: 50%;
padding: 5px;
background-color: #D0E3FA;

}
td.hotel {
font-family: sans-serif;
border: thin solid #6495ed;
width: 50%;
padding: 5px;
text-align: center;
background-color: #ffffff;
}



table.general {border: solid thin; margin: 0px; border-width: 2px; border-color : #666633;}
table.taille2 {width: 800px;}

td.menu1 {border: solid thin; text-align: center; border-color : #666633;  height: 40px; }
td.menu1c {border: solid thin; text-align: center; border-color : #666633;  height: 40px;   background-color:#198897;}

td.menu {margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-align: center; border-color : #666633; border-width: 2px; border-right-style: solid; border-left-style: none; border-top-style: none; border-bottom-style: none; width: 110px;}

td.menu2 {margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-align: center; border-color : #666633; border-width: 2px; border-right-style: none; border-left-style: none; border-top-style: solid; border-bottom-style: none;}

td.menu3 {margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-align: center; border-color : #666633; border-width: 2px; border-right-style: none; border-left-style: none; border-top-style:none ; border-bottom-style: solid;}

ul {text-align: left; padding-left: 100px;}
li.disc {list-style-type: disc;}

td.simple {margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-align: left; vertical-align: top;}

