/* CSS Document */
/* ############## GENERAL ############## */
body {
	margin:0;
	padding:0;
	background-color:#E8E8E8;
  font-family:Arial, Helvetica, sans-serif;
  font-size:8pt;
}

a {
	color:#CC3433;
	text-decoration:none;
}

li a{
	color:#FFFFFF;
	text-decoration:none;
}

li a:hover{
	color:#FDE44A;
	text-decoration:none;
}

h1 {
	padding:0;
	margin:0;
	font-size:12pt;
	font-weight:bold;
	color:#CC3433;
	text-align:center;
	padding-top:5px;
}

h5 {
	padding:0;
	margin:0;
	font-size:8pt;
	font-weight:bold;
}

h5.article {
	font-weight:normal;
	text-align:justify;
	padding:0 4px 0 4px;
}

h4 {
	padding:0;
	margin:0;
	font-size:10pt;
	font-weight:bold;
	color:#CC3433;
	text-align:center;
}

form {
	text-align:left;
	padding:0 0 5px 5px;
	margin:0;
}

.center {
  text-align:center;
}

td {
  padding:0;
  margin:0;
  vertical-align:top;
}



/* ################ PAGE, BANNIERE ET MENU HAUT ################# */
#page {
  width:900px;
  margin:1px auto 0 auto;
  padding:0;
  border:1px solid #000000;
  background-color:#FDE44A;
  border-collapse:collapse;
}

#bando {
  display:block;
}

h1.surf {
	padding:0;
	margin:0 0 20px 0;
}

ul.menu {
	padding:3px 0 0 0;
	margin:0;
	height:26px;
	background-image:url(images/bg-menu-haut.gif);
	background-repeat:repeat-x;
	text-align:center;
    background-color:CC3433;
}

.menu li {
	background-image:url(images/inter-menu.gif);
	background-repeat:no-repeat;
	background-position:right;
	list-style-type:none;
	display:inline;
	padding:0 10px 0 10px;
	color:#F9F9F9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	
}


/* ################## COMMUN ################# */
h5.titre-menu {
  text-align:center;
  border-bottom:1px dashed #CC3433;
  border-top:1px dashed #CC3433;
  padding:5px 0 5px 0;
}

h5.gras {
  text-align:center;
  text-decoration:underline;
}

dt.numero{
list-style-type: decimal;
} 


/* ################## MENU GAUCHE ################# */
#menu-gauche {
  width:161px;
  background-color:#fde44a;
  margin:0;
  padding:0;
}

#recherche {
  border-bottom:0;
}

div#menu-gauche ul {
  margin:3px 0 3px 0;
}

h5.copyright {
	text-align:center;
	font-weight:normal;
	margin-top:15px;
}

#menu-gauche ul {
	padding:0 0 0 22px;
	margin:0;
}

#menu-gauche li {
	list-style-image:url(images/bullet.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:normal;
	padding-bottom:2px;
}

#menu-gauche li a {
	color:black;
}

#menu-gauche li a:hover {
	text-decoration:underline;
	color:#CC3433;
}


/* ################## CENTRE ################# */
#menu-centre {
	padding:40px 4px 0 4px;
	margin:0;
	width:570px;
	background-color:#FFFFFF;
}

.col {
	padding:0;
	margin:0 0 20px 0;
	width:274px;
  border:1px dashed #CCCCCC;
	height:140px;
  float:left;
}

.col-droite {
  float:right;
}

h1.voyages {
	text-align:left;
	padding-left:10px;
	color:#CC3433;
	text-decoration:none;
	border-bottom:1px dashed #CCCCCC;
	background-color:#F7F7F7;
}

h5.voyages {
	float:left;
	padding-left:10px;
	width:120px;
	font-weight:normal;
}

.img-vacances {
	float:right;
	border:1px;
	border-style:outset;
	margin-right:3px;
}

h5.suite2 {
  padding:2px 0 0 12px;
	font-weight:bold;
	margin:10px 0 0 10px;
	color:#CC3433;
	background-image:url(images/lire-suite2.gif);
	background-repeat:no-repeat;
	background-position:left;
  float:left;
}

#regieindex {
	padding-top:0;
	margin:20px 0 30px 0;
	height:60px;
  text-align:center;
}


/* ################## MENU DROITE ################# */
#info-prat {
  color:#CC3433;
}

#menu-droite {
	width:161px;
	background-color:#fde44a;
}

h5.article {
	font-weight:normal;
	text-align:justify;
	padding:5px 4px 0 4px;
}
h5.suite {
	padding:0 0 5px 80px;
	width:77px;
	font-weight:bold;
	color:#CC3433;
	background-image:url(images/lire-suite.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.suite a {
	text-decoration:none;
}

.suite a:hover {
	text-decoration:underline;
}


/* ############### THE END ... ################## */
