/* Mise en page du haut et du bas */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: url(../images/navigation/fond.gif) repeat-y;
	font-size: large;
}

#image {
	background: #33534e url("../images/navigation/photo.jpg") no-repeat;
	height: 180px;
}

#page {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
}

#haut {
	float: right;
	margin-bottom: 2px;
	text-align: right;
	width: 100%;
}

#haut a {
	background-color: #33534E;
	color: Black;
	margin-left: .5em;
}

#haut a:hover {
	color: Yellow;
}

#haut label {
	margin-left: .5em;
}

#haut select {
	background-color: #33534E;
	color: Black;
	margin: 0;
}

#haut select:focus {
	background-color: #008979;
}

#haut input {
	border: 1px solid Black;
	background-color: #008979;
	font-weight: bold;
	margin-right: 12px;
}

#haut input:hover{
	color: Yellow;
	cursor: pointer;
}

#titre {
	padding: 8px;
}

#bas {
	clear: both;
	width: 100%;
}

*+html #bas {
    position: absolute;
}

#arondi {
	background : url(../images/navigation/arondi.gif) no-repeat;
	margin-left: 153px;
	width: 32px;
	height: 150px;
}

#bordure {
	background : url("../images/navigation/bord.gif") repeat-x;
	margin: -150px 0 0 185px;
	padding: 0px 0px 0px 0;
	height: 149px;
}

#contenu {
	text-align: center;
	margin: -150px 0 0 160px;
	padding: 15px 10px 1px 10px;
}

#copyright {
	margin-left: 160px;
	padding-bottom: 15px;
	font-size: small;
	text-align: center;
}

/* Onglet */
#onglet {
	margin: 0;
	float: right;
	width: 98%;
	font-size: 93%;
	line-height: normal;
	padding: 5px 10px 0 0;
	voice-family: "\"}\"";
	voice-family: inherit;
}
html>body #onglet {
	padding: 0 10px 0 0;
}

#onglet ul {
	margin: 0;
	padding-top: 5px;
	list-style: none;
	clear: both;
	voice-family: "\"}\"";
	voice-family: inherit;
}
html>body #onglet ul {
	padding-top: 10px;
}

#onglet #seul {
	margin-top: 48px;
	voice-family: "\"}\"";
	voice-family: inherit;
}
html>body #onglet #seul {
	margin-top: 38px;
}

#onglet li {
	display: inline;
}

#onglet a, #onglet #ongactuelslien {
	float: right;
	background: url("../images/navigation/ongletg.gif") no-repeat left top;
	margin: 0;
	padding-left: 12px;
	border-bottom: 1px solid Black;
	text-decoration: none;
	white-space: nowrap;
}

#onglet span {
	float: right;
	display: block;
	background: url("../images/navigation/ongletd.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	font-weight: bold;
	color: Black;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#onglet span {
	float: none;
}
/* End IE5-Mac hack */

#onglet a:hover span {
	color: Yellow;
}

#onglet #ongactuel a, #onglet #ongactuelslien {
	background-position: 0% -150px;
	border-width: 0;
}

#onglet #ongactuel a span, #onglet #ongactuelslien span {
	background-position: 100% -150px;
	padding-bottom: 5px;
	color: Yellow;
}

#onglet a:hover {
	background-position: 0% -150px;
}

#onglet a:hover span {
	background-position: 100% -150px;
}

#hautmin {
	height: 76px;
	clear: both;
}

/* Menu */
#menu {
	position: absolute;
	left: 0;
	top: 185px;
	width: 150px;
	text-align: center;
}

*+html #menu {
    top: 50px;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin-left: 2px;
	color: #ff0;
	font-weight: bold
}

#menu #nav a {
	display: block;
	width: 150px;
	padding: 18px 0 18px 0px;
	background: url("../images/navigation/bouton.gif") top left no-repeat;
}
#menu #nav a:hover {
	background-position: 0 -98px;
	color: Yellow;
}
#menu #nav #actuel a {
	background-position: 0 -98px;
	color: Yellow;
}

#menu li {
	text-align: center;
}

#menu a {
	color: Black;
	font-weight: bold
}

#menu a:hover {
	color: Yellow;
}	

#menu #affichage li {
 	display: inline;
}

#menu #lang li {
 	display: inline;
 	padding: 0 7px 0 6px;
 	border-right: 1px dotted Black;
 }

#menu #lang li.dern {
 	display: inline;
 	padding: 0 3px 0 6px;
 	border-right: 0px;
 } 

/* Mise en page du contenu */
a {
	text-decoration: none;
	color: #0A00B2;
}

a:hover {
	color: #E81313
}

h1 {
	font-size: 1.5em;
	color: #33534E;
	font-weight: bold;
}

h2 {
	font-size: 1.3em;
	color: #33534E;
	font-weight: bold;
	margin-top: 1.5em;
}

h3 {
	color: #33534e;
	text-align: left;
	border-bottom: 1px dotted #4DB29D;
	border-left: 1px dotted #4DB29D;
	margin: 2em 15% 0 .5em;
	padding-left: .5em;
	font-size: 1.1em;
}

img {
	border-style: none;
}

li {
	text-align: left;
}

hr {
	clear: both;
	visibility: hidden;
}

kbd {
	font-size : 1em;
	padding: 0 0.2em;
	border: 1px solid #33534E;
	white-space: nowrap;
}

blockquote {
	border: 1px #33534e solid;
	background-color: #4DB29D;
	text-align: justify;
	padding: 0 1em 0 1em;
	margin-bottom: 2.5em;
}

table {
	border: 1px outset #33534E;
	border-collapse: collapse;
	width: 100%;
}
.situation {
	width: auto;
}

caption {
	font-weight: bold;
}

th {
	background-color: #33534E;
	color: Yellow;
	padding: .2em .7em;
}

td {
	padding: .25em;
}

.puces li {
	list-style-image: url("../images/navigation/puce2.gif");

}

.copyright {
	font-size: smaller;
	margin-bottom: -1em;
	border: 0px solid black
}

.titre, .titre_info {
	background-color: White;
	color: Black;
	padding: .3em .7em;
}

.titre_info {
  width: 35px;
}

.over {
	background-color: #4DB29D;
}

.click {
	background-color: #33534E;
	color: Yellow;
}

.droite {
	float: right;
	margin: 0 .7em;
}

.gauche {
	float: left;
	margin: 0 .7em;
}

.clear {
	clear: both;
}

.tab2, .tab3, .tab4 {
	float: left;
	padding-top: .7em;
}

.tab2 {
	width: 50%;
}

.images {
	width: 50%;
	float: left;
}

.tab3 {
	width: 33%;
}

.tab4 {
	width: 24.5%;
}

.sansbordure {
	border: none;
}

.commentaire {
	font-size: x-small;
}

.marge {
	padding: 0 1% 0 1%;
}

.heure dt
{
	position: relative;
	top: 1.2em;
	text-align: left;
	margin-top: -.4em;
    font-weight: bold;
}

.heure dd
{
	margin-left: 6em;
	text-align: left;
}
.heure .retrait {
	margin-left: 14em;
}


.aligngauche table {
    width: auto;
    border: none;
}

.aligngauche th {
	background-color: white;
	color: black;
	padding: 0 1.5em 0 0;
}

.aligngauche td {
	padding: 0 1.5em 0.2em 0;
}

h4 {
    font-style: italic;
    font-size: 110%;
    margin: 1.5em 0 .4em 0;
}

.prix dt
{
	position: relative;
	left: .6em;
	top: 1.2em;
	text-align: left;
	margin: 0.1em 0 0 2em;
}

.prix dd {
	margin-left: 70%;
	text-align: left;
	font-size: smaller;
}

.aligngauche {
	text-align: left;
	padding-left: .6em;
}

.img {
 	float: left;
 	margin: 1em;
}

.lien_img img {
 	border: 1px solid White;
}

.lien_img:hover img {
 	border: 1px dashed #33534E;
}

span.lienimg {
 	float: left;
 	width: 260px;
 	text-align: right;
 	margin: 0.7em;
 }

span.lientxt {
	float: left;
	text-align: left;
	margin: 0.7em;
	font-weight: bold;
}

span.lientxt a {
	font-weight: normal;
}

.letrine:first-letter {
	font-size: x-large;
	color: #33534E;
	font-weight: bold;
}

.fleche {
	vertical-align: top;
}

/* Formulaire */
fieldset {
	border: 0 solid white;
	width: 580px;
	margin: auto;
}

select {
	background-color: #4DB29D;
	margin: 0 0 .5em .2em;
}

.oblig, .facul {
	text-align: right;
	width: 250px;
	float: left;
	clear: both;
}
.oblig {
	font-weight: bold;
}

label:hover {
	cursor: pointer;
}

.champtxt, .champtxtarea, .champtxt_focus, .champtxtarea_focus {
	margin: 0 0 .5em .2em;
	background: url("../images/navigation/formulaire.gif") repeat-x;
	border: 1px solid #33534E;
	padding: 0.1em 0.2em 0.1em 0.2em;
	width:275px;
	height: 1.2em;
	-moz-border-radius: 4px;
}

.champtxt_focus, .champtxtarea_focus {
	background: White;
}

.champtxtarea, .champtxtarea_focus {
	height: 8em;
}

.submit, .submit_focus {
	background: transparent url("../images/navigation/submit.gif") no-repeat 0 3px;
	height: 25px;
	width: 80px;
	border:0 solid #fff;
	font-weight: bold;
	cursor: pointer;
 }

.submit_focus {
	background-position: 0 -22px;
	color: #ff0;
}
  
.br {
	display: none;
}

a.aide {
	padding: 0 .2em;
	border: 1px solid #33534e;
	background: #4DB29D;
	font-weight: bold;
	vertical-align: top;
	color: Black;
	-moz-border-radius: 4px;
}

a.aide:hover {
	cursor: help;
	color: Black;
}

.erreur, .erreur2  {
    margin: .3em 0 .1em 255px;
    padding: 0;
    color: #F33;
}

.erreur2 {
    margin: 0;
}

.tabbrochures {
    border: 0;
    width: 36em;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
