/************************************************************************
 * Le Patrimoine Mondial de l'Unesco par Lagribouille.com ©2009-2010	*
 * 																		*
 * Rappel des couleurs principales										*
 * #821122 : rouge (liens - repères - header)							*
 * # : or (liens)													*
 * # : orange foncé										*
 ***********************************************************************/

/************************************/
/* IMPORT DU FICHIER DE POLICES WEB */
/************************************/
@import url("http://www.lagribouille.com/fontface/CenturyGothic.css");

/****************************************/
/* CLASSES GENERALES & COMMUNES DE BASE */
/* 		ET SPECIFIQUES AU SITE			*/
/****************************************/

body {
	background: #CCC4A9;
	font: 13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #222;
	text-align: justify;	
}
a {
	color: #821122;
	text-decoration: none;
}
a:hover {
	color: #000;
	border-bottom: 1px dashed #444;
}
.color {
	color: #821122;
}
.nota {
	color: #444;
	font-style: italic;
	font-size: 13px;
}

.mini_dpx {
	padding: 1px;
	border: 1px solid #821122;
}

/*** Personnalistion des bulles ***/
.tip-theme {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #CCC4A9;
	border: 1px solid #821122;
	padding: 3px 5px 0;
}
.tip-theme p {
	margin-bottom: 3px;
	font-size: 12px;
	line-height: 16px;
}
.wtip_250 {
	max-width: 250px;
}

/*** Retour haut de page ***/
a.haut {
	font-style: italic;
	border: 0;
	background: url(../images/arrow_up.gif) no-repeat center right;
	padding-right: 20px;
	margin-right: 10px;
}

/*** Carcasse et conteneurs de la page ***/
#header, #sub_header, #container, #footer {
	width: 980px;
	margin: 0 auto;
}
#header, #container .inner, #footer {
	border-width: 0 2px;
	border-style: solid;
	border-color: #821122;
}

/*****************************************/
/* MISE EN PLACE DES "HEADERS" (h1 à h6) */
/*****************************************/
h1 {
	font-family: "Century Gothic";
	font-size: 21px;
	line-height: 21px;
	color: #821122;
	margin-bottom: 10px;
	background: url(menu/world.png) no-repeat 0 3px;
	padding-left: 22px;
	text-align: left;
}
h1 span {
	display: block;
	border-bottom: 2px solid #821122;
}
h2 {
	font-family: "Century Gothic";
	border: 1px dashed #821122;
	background: url(../images/opaqueb.png);
}
h3 {
	color: #821122;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 5px;
}
h3 img {
	vertical-align: middle;
}


/*************************************/
/* MISE EN PLACE DE L'ENTETE DE PAGE */
/*************************************/
.ui-layout-north {
	background: #CCC4A9 url(../images/header_bg.jpg) 0 0 repeat-x;
}
#header {
	display: block;
	background: url(../images/banniere1.jpg) no-repeat top left;
	margin-top: 25px;
	height: 160px;
	border-top-width: 2px;
	/*text-align: left;*/
}

/*** MENU DE NAVIGATION A ONGLETS ***/
ul.nav {
	margin: 133px 0 0 0;
	padding: 0;
	width: 308px;
	height: 32px;
	float: right;
}
ul.nav li {
	float: left;
	margin: 0 3px 0 0;
	line-height: 0;
	font-size: 0;
	height: 25px;
}
ul.nav li a {
	display: block;
	width: 74px;
	font-weight: bold;
	font-size: 11px;
	background-color: inherit;
	text-decoration: none;
	text-align: center;
	height: 12px;
	background: url(../images/nav_bg_hover.gif) 0 50% no-repeat;
	color: #fff;
	border: 0;
	padding-top: 15px;
	border-top: 1px solid #000;
}
ul.nav li a:hover{
	background: url(../images/nav_bg.gif) 0 50% no-repeat;
	color: #000;
}

#sub_header {
	margin-top: 10px;
	height: 35px;
}

/*************************************/
/* MENU DE NAVIGATION GENERAL (PAYS) */
/*************************************/
/* VOIR MENU.CSS */
/*****************/

/***************************************/
/* MISE EN PLACE DU CONTENU DE LA PAGE */
/***************************************/
#container {
	width: 984px;
}
.inner {
	display: inline-block;
	background: #E8E8D0 url(../images/body_bg.gif) repeat-x top left;
	border-width: 0 2px;
	width: 940px;
	padding: 20px;
}

.bloc50 {
	float: left;
	width: 450px;
	padding: 8px 0;
}
.bloc_gauche {
	padding-right: 20px;
}
.bloc_droite {
	padding-left: 19px;
	min-height: 335px;
}

.bloc_border_left {
	border-left: 1px dashed #821122;
}
.bloc_border_right {
	border-right: 1px dashed #821122;
}

/***** Carroussel/Slider des nouveaux sites : page d'index *****/
#carousel_container {
	clear: both;
	display: inline-block;
	border: 1px solid #ccc;
	border-width: 1px 0;
}
#carousel_inner {
	float: left; /* important for inline positioning */
	width: 910px; /* important (this width = width of list item(including margin) * items shown */
	overflow: hidden;  /* important (hide the items outside the div) */
	/* non-important styling bellow */
	background: #F0F0F0;
}
#carousel_container a {
	border: 0 none;
}
#carousel_ul {
	position: relative;
	left: -157px; /* important (this should be negative number of list items width(including margin) */
	list-style-type: none; /* removing the default styling for unordered list items */
	margin: 0;
	padding: 0;
	width: 9999px; /* important */
}
#carousel_ul li{
	float: left; /* important for inline positioning of the list items */
	width: 147px;  /* fixed width, important */
	padding: 0;
	height: 110px;
	background: #CCC4A9;
	margin: 10px 5px;
}
#carousel_ul li img {
	margin-bottom: -4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that */
	border: 0;
	height: 110px;
}
#left_scroll, #right_scroll {
	float: left;
	height: 130px;
	width: 15px;
	background: #C0C0C0;
}

/***** Section Bonus Cartes page d'index *****/
.der_carte, .desc_carte, .ed_carte {
	float: left;
}
.der_carte {
	text-align: center;
	width: 155px;
	margin-left: 20px;
}
.der_carte a {
	border: 0 none;
}
.desc_carte {
	width: 565px;
	padding: 0 15px;
}
.ed_carte {
	width: 140px;
	margin-left: 10px;
}
.ed_carte li {
	list-style: none;
	background: url(../images/square.gif) no-repeat top left;
	padding-left: 15px;
}

.link_maps img {
	max-height: 235px;
}
.prev_carte {
	margin: 10px 0;
	border: 5px solid #fff;
}
.link_maps a:hover {
	text-decoration: none;
	border: none !important;
}
.globe {
	 vertical-align: middle;
	 width: 25px;
	 margin-right: 8px;
}
.googleearth {
	 vertical-align: middle;
	 width: 18px;
	 margin-right: 5px;
}

/**** PAGE criteres.php ****/

/*** Définition des critères ***/
.crit, .def {
	float: left;
	margin-bottom: 15px;
	padding: 5px;
}
.crit {
	clear: both;
	width: 60px;
	margin-left: 50px;
}
.crit p {
	background: url(../images/aster_violet.gif) no-repeat center left;
	padding-left: 22px;
}
.def {
	width: 720px;
	border-left: 1px solid #bbb;
	background: url(../images/opaqueb.png);
}

/*** Tableaux ***/
table.table_perso {
	margin: 0 auto;
}
table.table_perso caption {
	margin-bottom: 10px;
}
table.table_perso tbody {
	padding-top: 30px;
}
table.table_perso {
	border-collapse: collapse;
}
table.table_perso th, table.table_perso td {
	padding: 3px;
	min-width: 50px;
}
table.table_perso thead tr {
	border-bottom: 1px solid #8B5108;
	background: url(../images/opaqueb.png);
	font-weight: bold;
}
table.table_perso tfoot tr {
	border-top: 1px solid #8B5108;
	background: url(../images/opaqueb.png);
	font-weight: bold;
}
table#crit td {
	padding-left: 10px;
}
table#sites {
	text-align: right;
}

/*********************************/
/* MISE EN PLACE DU PIED DE PAGE */
/*********************************/
.ui-layout-south {
	background: url(../images/footer_bg.gif) repeat-x top left;
	
}
#footer {
	background: #E8E8D0;
	border-bottom-width: 2px;
	text-align: center;
	font-size: 13px;
}
#footer ul {
	padding: 10px 0 8px;
}
#footer ul li {
	display: inline;
	background: url(../images/square.gif) no-repeat;
	padding-left: 15px;
}



/*************************************/
/* MISE EN PLACE DE LA PAGE D'ERREUR */
/*************************************/




