
/*
Citybreak - Système de gestion de pages de réservation en ligne
Auteur : Patrice Boisieau (MilliWeb - patrice.boisieau@milliweb.fr)
*/

body {
margin:0;
padding:0;
font-family:Verdana,Arial,sans-serif;
font-size:16px;
}

#Ko {
width:1000px;
margin:15px auto;
color:red;
border:1px solid red;
padding:0.5em;
}

#haut {
width:1000px;
margin:15px auto;
text-align:center;
}

#contenu {
width:1000px;
margin:0 auto;
font-size:12px;
}

#gauche {
float:left;
}

#gauche #menu_frame {
width:100%;
}

#gauche #bt_voireservations {
margin:0;
}

#gauche #bt_voireservations a {
display:block;
text-align:right;
margin-right:20px;
text-decoration:none;
}

#gauche #bt_voireservations img {
border:0 none;
}

#gauche #texte_gauche {
margin-top:1em;
width:100%;
font-size:12px;
}

#droite {
float:right;
}

#centre #produits_frame {
width:100%;
height:600px;
}
