/* main rules*/
* {
  margin:0; padding:0; border:none;
  }
body {
  font: 90% Arial, Helvetica, sans-serif;
  background:url(../images/line.png);
}
h1, h2, h3, h4 {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  }
p {
  font-size: 0.9em;
  line-height:1.4em;
  padding:9px 0;
  }
a {
  color:#333;
  text-decoration:none;
  font-weight:bold;
  font-size:0.9em;
}
a:hover {
  text-decoration:underline;
  }
a:visited{
  color:#999;
  }
table {
  border-collapse:collapse;
  font-size:0.9em;
  line-height:1.4em;
  }
address {
  font-style:normal;
  font-size:0.9em;
  line-height:1.4em;
  }
ul {
  list-style:none;
  }
/*layout*/
#wrapper {
  background: url(../images/haut_page.png) no-repeat 0 0;
  padding-top:25px;
  }

#page {
  width:930px;
  margin:18px auto;
  position:relative;
  background: url(../images/fond_page.png) repeat-y 0 25px;
}
#main {
	background:url(../images/fond_menu.png) repeat-y 9px 0;
	zoom:1; /*IE6 hack*/
}
#sidebar {
	width:221px;
	padding-left:9px;
	float:left;
}
#content {
  margin-left:230px;
  width:671px;
_width:668px; /*hack ie
*/  padding:10px 10px 20px 10px;
  border-left: solid 2px #FF025A;
  position:relative;
  left:-2px;
  overflow:hidden;
  zoom:1; /*only ie->hasLayout*/
  }
/*hack opera*/
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
    #content { margin-left:0; }
}


#footer {
  clear:both;
  font-size: 0.8em;
  padding:0px 9px 25px 9px;
  text-align:center;
  background: url(../images/bas_page.png) no-repeat bottom left;
zoom:1;/*dirty hack for ie6*/
  }
#footer p {
  border-top:2px solid #FF025A;
  padding-top:9px;
  }
#modalWindow #page {
	background:#FFF;
	width:720px;
	margin:20px auto;
	border:2px solid #CCC;
	padding:9px 18px;
}
#page .clear {
      clear:both;
}

/*header*/
#header {
  background:url(../images/bandeau.jpg) no-repeat 10px 0;
	zoom:1;
  }

#header h1 {
  margin-right:20px;
  height:100px;
  background:url(../images/logo.jpg) no-repeat top right;
  color:#FFF;
  text-align:center;
  font-size:1.2em;
  }
#header h1 span {
  margin-left:-9999em;
}

#header h2 {
	color:#FFF;
	padding:15px 0 15px 230px;
	background:#ff025a url(../images/drapeaux/eu.png) no-repeat;
	margin:0 9px;
	clear:left;
	font-style:italic;
	height: 90px;
}
#header #earth {
  color:#FFF;
  background:none;
  margin-top:-15px;
  float:right;
  margin-right:28px;
  font-size:0.9em;
}
#header #earth:hover {
  background:none;
}
#header ul {
  margin:0 9px;
  }
#header li {
  float:left;
  width:25%;
  }
#header a {
   display:block;
  text-align:center;
  background:#CCC url(../images/fond_menu.jpg);
  padding:3px 0;
}
#header a:hover {
   background:#CCC url(../images/fond_menu_over.jpg);
  color:#000;
}
/*content*/
#content h3 {
  font-size:1.6em;
  padding:9px 0;
  color:#009baf;
  }
#content h4 {
  font-size:1.1em;
  margin:9px 0;
  clear:right;
  }
#content h4 span {
  font-variant:small-caps;
  color:#FFF;
  background:#009baf;
  padding:0 5px;
  margin-right:9px;
  display:block;
  width:3.5em;
  float:left;
  }
#content p {
  text-align:justify;
  padding-right:9px;
  }
#content ul {
  padding-left:32px;
}
#content ul ul {
  list-style-type:square;
}
#content li {
  font-size:0.9em;
  padding: 4px 0;
}
#content li img {
  margin-left:-20px;
}
#content .sejour {
  float:right;
  width:12em;
  color:#FFF;
  background:#009baf;
  font-weight:bold;
  margin:18px 0 9px 18px;
  padding:0;
  }
#content .number,#content .place, #content .days {
  font-size:1.6em;
  display:block;
  padding:2px 5px;
  text-align:right;
  border-bottom: 1px solid #FFF;
  }
#content .days, #content .place {
  font-size:1.1em;
  }
#content .floatleft {
  width:250px;
  float:left;
  margin-right:18px;
}
#content .floatright {
  width:250px;
  float:right;
  margin-left:18px;
}
#content .carte {
  text-align:center;
}


/*sidebar*/
#sidebar h3 {
  color:#000;
  font-size:1.1em;
  padding:5px 0 5px 23px;
  }
#sidebar h3.showul, #sidebar h3.hideul {
  cursor:pointer;
  }
#sidebar #grande-bretagne {
  background: url(../images/drapeaux-mini/grande-bretagne.png) no-repeat 6px center;
  }
#sidebar #irlande {
  background: url(../images/drapeaux-mini/irlande.png) no-repeat 6px center;
  }
#sidebar #espagne {
  background: url(../images/drapeaux-mini/espagne.png) no-repeat 6px center;
  }
#sidebar #allemagne {
  background: url(../images/drapeaux-mini/allemagne.png) no-repeat 6px center;
  }
#sidebar #malte {
  background: url(../images/drapeaux-mini/malte.png) no-repeat 6px center;
  }
#sidebar #italie {
  background: url(../images/drapeaux-mini/italie.png) no-repeat 6px center;
  }
#sidebar #france {
  background: url(../images/drapeaux-mini/france.png) no-repeat 6px center;
  }
#sidebar #benelux {
  background: url(../images/drapeaux-mini/benelux.png) no-repeat 6px center;
  }
#sidebar a {
  color:#03F;
  display:block;
  padding:5px 10px 5px 28px;
}
#sidebar a:hover {
  color:#333;
  text-decoration:none;
}
#sidebar li {
  zoom:1; /*pour ie*/
 border-bottom:solid 1px #DDD;
}
/*tableaux de tarifs*/
.tarifs {
  width:95%;
  margin:9px auto;
  }
.tarifs th, .tarifs td {
  border:1px solid #333;
  padding:4px 2px;
  text-align:center;
  font-weight:bold;
  width:10%;
  }
.tarifs td {
  color:#900;
  }
p.note {
  width:95%;
  margin:0 auto;
  padding-top:0;
  font-size:0.8em;
  }
p.note:before {
  content:"* ";
  }
/*tableaux ambassades-distances*/
#modalWindow table {
  width:690px;
  margin:0 auto;
  background:#009baf;
  color:#FFF;
  text-align:left;
  font-weight:bold;
}
#modalWindow td, #modalWindow th {
  padding:5px;
}
#modalWindow .clair {
  background:#6cc5d0;
}
#modalWindow caption {
  font-size:1.3em;
  color:#009baf;
  padding-bottom:9px;
}
/*pour l'accueil*/
#content .accueil{
  width:447px;margin:10px 0px 10px 0;background:url(../images/middle_yellow.jpg) repeat-y;
}
#content .accueil p {
   padding:9px 20px 9px 10px;
}
#content .accueil ul, #content .accueil ol {
   padding:0 20px 0 30px;
}
#content .accueil ol span {
    font-weight:bold;
}
#content .accueil .bottom {
  background:url(../images/bottom_yellow.jpg) no-repeat bottom left; padding-bottom:70px;
}
#content .accueil h3 {
  font-size:1.2em;
    padding:10px;
  color:#9C1116;
}
#content .slide {
  background:url(../images/top_yellow.jpg) no-repeat 0 0;
}
#content #infos {
  width:210px; float:right;
}




#mailer2 {
	background: #CCCCCC;
}
#titre {
	height: 70px;
	color: #000000;
	text-align: center;
	margin: 10px auto 0px;
	padding: 0px;
	font-size: 1.7em;
}
.adresse {
	font-size: 1.7em;
	color: #000000;
}

#trait {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
}
.cadre {
	width: 200px;
	border: 1px solid #000000;
	height: 20px;
	margin: 5px 0px 0px;
	background: #FFFFFF;
}
.cadre3 {
	width: 450px;
	border: 1px solid #000000;
	height: 200px;
	margin-bottom: 10px;
	margin-left: 20px;
	background: #FFFFFF;
}
#includebrochuregrand th, .includebrochuregrand th   {background: #CCCCCC; color:#000000; font:600 small Verdana, Arial, Times; } /* pour netscape*/
#includebrochuregrand, .includebrochuregrand     {background: #CCCCCC; color:#000000; font:600 small Verdana, Arial, Times; } /* pour explorer*/
#includebrochurepetit th, .includebrochurepetit th   {background: #CCCCCC; color:#ffffff; font:x-small Verdana, Arial, Times ; font-weight:600;} /* pour netscape*/
#includebrochurepetit, .includebrochurepetit      {background: #CCCCCC; color:#ffffff; font:x-small Verdana, Arial, Times ; font-weight:600;} /* pour explorer*/
.texterouge {
	color: #FF0000;
}
.foother {
	font-size: 2em;
}
#titre-one-day {
	font: 1.9em Arial, Helvetica, sans-serif;
}
#destination {
	float: left;
	width: 658px;
	border: 2px solid #660066;
}
#tab {
	float: left;
	width: 658px;
	border: 2px solid #660066;
	margin-top: 20px;
	background: url(../images/tableaux/font-tab-one.gif);
}
#cadrenoir {
	float: left;
	width: 632px;
	border: 4px solid #000000;
	margin-right: 2px;
	margin-left: 2px;
	background: #FFFFFF;
	margin-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
#depart {
	margin-left: 2px;
}

.ville {
	float: left;
	width: 161px;
	border: 1px solid #660066;
	margin-left: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.ville h2 {
	color: #FF0000;
	font-size: 1em;
	text-align: center;
}


.journee {
	font-size: 2.2em;
	color: #660066;
}
.villeconsultez {
	float: right;
	width: 161px;
	margin-left: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	background: url(../images/consultez-nous.jpg) no-repeat;
	height: 150px;
}
#tarifs {
	text-align: center;
	border: 1px solid #000066;
	margin-left: 1px;
	margin-top: 4px;
}
.clef {
	font-size: 8px;
}

