/********************************************************************
 * Musée Automobile de Reims-Champagne par Lagribouille.com © 2009	*
 * 																	*
 * Rappel des couleurs principales									*
 * #f7e99c : jaune (textes)											*
 * #603128 : bordeaux (repère)										*
 * #6b1b0d : bordeaux (liens)										*
 ********************************************************************/

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

/****************************************/
/* CLASSES GENERALES & COMMUNES DE BASE */
/* 		ET SPECIFIQUES AU SITE			*/
/****************************************/
body {
	background: url(../images/fond.jpg) repeat-x top left;
	font: 15px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #f7e99c;
	text-align: justify;
}
a:link, a:visited {
	color: #800/*6b1b0d*/;
	text-decoration: none;
	font-weight: bold;
}
a:active, a:hover {
	color: #000;
	text-decoration: underline;
}
p {
	margin-bottom: 15px;
}
.inner {
	display: inline-block;
	width: 100%;
}
.color {
	color: #603128;
	font-weight: bold;
}
.divhr {
	clear: both;
	width: 100%;
	height: 0;
	border-top: 1px dashed #423227;
	border-bottom: 1px dashed #c58d42;
	margin: 0 0 15px 0;
}
img.arrow {
	width: 15px;
	vertical-align: middle;
	margin-right: 5px;
}

/*****************************************/
/* MISE EN PLACE DES "HEADERS" (h1 à h6) */
/*****************************************/
h1 {
	background: url('../images/bg_title.png') repeat-x top left;
	font-family: 'ChantelliAntiquaRegular', Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	height: 42px;
	line-height: 42px;
	margin: 0 0 15px 0;
	padding: 3px 0 0 10px;
	text-align: left;
	color: #caa36a;
}
h2 {
	font-size: 21px;
	color: #6b1b0d;
	margin: 0 0 15px 0;
}
/*** Périodes des collections ***/
h3 {
	font-family: 'ChantelliAntiquaRegular', Arial, sans-serif;
	text-align: center;
	color: #f7e99c;
	font-size: 19px;
	height: 30px;
	line-height: 30px;
	padding-top: 10px;
}
h3 span {
	display: inline-block;
	background: url('../images/bullet.png') left center no-repeat;
	width: 17px;
	height: 10px;
	margin: 0 5px;
	padding-top: 5px;
}

/*************************************/
/* MISE EN PLACE DE L'ENTETE DE PAGE */
/*************************************/
.ui-layout-north {
	height: 200px !important;
}

#header {
	margin: 0 auto;
	width: 980px;
}
#header img.scar {
	width: 220px;
	position: relative;
	float: left;
	z-index: 100;
	top: 0;
	margin-left: 20px;
}
#header img.marc {
	margin-top: 20px;
	margin-left: 10px;
}

.top {
	height: 45px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: url('../images/bg_content_top.jpg') repeat-x bottom left;
	z-index: 10;
}

/******************************/
/* MENU DE NAVIGATION GENERAL */
/******************************/
#menu {
	float: right;
	width: 690px;
	height: 150px;
	padding: 20px 0 0 10px;
	border: 0px solid #000;
	margin: 10px auto;
}
#nav {
	font-family: 'ChantelliAntiquaRegular', Arial, sans-serif;
	padding: 0;
	margin: 0;
	list-style: none;
	height: 35px;
}
#nav li {
	float: left;
	display: block;
	margin-right: 5px;
	width: 110px;
	height: 25px;
}
#nav li a {
	display: inline;
	float: left;
	width: 110px;
	height: 25px;
	font-size: 14px;
	position: absolute;
	text-align: center;
	text-decoration: none;
}
#nav li a em {
	display: block;
	width: 110px;
	height: 25px;
	background: #8D6238;
	border: 1px solid #6b1b0d;
}
#nav li a b {
	font-weight: normal;
	display: block;
	width: 110px;
	height: 25px;
	background: transparent;
	color: #f7e99c;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 24px;
}
#nav li a:hover {
	white-space: normal;
	cursor: pointer;
	z-index: 100;
}
#nav li a:hover em {
	display: block;
	width: 125px;
	height: 35px;
	left: 7px;
	top: 5px;
	position: absolute;
	background: #431;
	z-index: 100;
	opacity: 0.7;
	border: 0
}
#nav li a:hover b {
	width: 120px;
	height: 30px;
	top: -7px;
	left: -5px;
	z-index: 200;
	background: #6b1b0d;
	font-size: 15px;
	color: #f7e99c;
	line-height: 29px;
	border: 1px solid #f7e99c;
}

/***************************************/
/* MISE EN PLACE DU CONTENU DE LA PAGE */
/***************************************/
.ui-layout-center {
	background: url('../images/bg_content.jpg') repeat top left;
}
#container {
	width: 980px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.img_intro {
	width: 190px;
	border: 5px solid #fff;
	-moz-box-shadow: 10px 10px 10px #5E4B2B;
	-webkit-box-shadow: 10px 10px 10px #5E4B2B;
}
.ifleft {
	float: left;
	margin-right: 20px;
}
.ifright {
	float: right;
	margin-left: 15px;
}

/*** Listes ***/
.liste {
	list-style: none;
	padding: 0 0 0 25px;
	margin: 0 0 10px 0;
}
.liste li {
	color: #603128;
	background: url('../images/bullet.png') left center no-repeat;
	padding: 0 0 0 25px;
	margin: 0 0 5px 0 ;
	font-weight: bold;
}
/*** Infos pratiques ***/
.infos {
	float: left;
	width: 50%;
	text-align: center;
}
.infos .caps {
	font-size: 17px;
}
/*** Cartes de localisation ***/
.plans img {
	width: 200px;
	margin: 10px 50px;
	border: 5px solid #fff;
}

/*********************************/
/* MISE EN PLACE DU PIED DE PAGE */
/*********************************/
.footer {
	background: url('../images/bg_footer.jpg') repeat-x top left;
	display: block;
	height: 50px;
	font-size: 13px;
	text-align: center;
	color: #caa36a;
	padding-top: 25px;
}
.footer p {
	margin-bottom: 0;
}
.footer a {
	color: #caa36a;
	font-style: italic;
	font-weight: normal;
}
.footer a:hover {
	color: #f7e99c;
	text-decoration: underline;
}

/*************************************/
/* MISE EN PLACE DE LA PAGE D'ERREUR */
/*************************************/
.erreur {
	padding: 15px;
	margin: 10px auto;
	background: url(../images/fond.jpg) repeat-x;
	border: 1px solid #6b1b0d;
	width: 870px;
	text-align: left;
	border-radius: 15px 15px;
	-moz-border-radius: 15px 15px;
	-webkit-border-radius: 15px 15px;
	-moz-box-shadow: 10px 10px 10px #5E4B2B;
	-webkit-box-shadow: 10px 10px 10px #5E4B2B;
}
.erreur h1 {
	text-align: center;
}
.erreur img {
	float: left;
	width: 50%;
}
.erreur_texte {
	float: left;
	width: 45%;
	margin-left: 2%;
	padding-top: 50px;
	text-align: center;
	color: #6B1B0D;
	font-size: 16px;
}

