/* ++ GENERAL +++++++++ */

html {
	height: 100%;
}

* {margin:0;padding:0;}

body {
	background:#E0E0E1 url(images/fond_ext.png) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:default;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	cursor:pointer;
}

a:link {
	color: #dba23b;
	font-weight: bold;
}

a:visited {
	color: #a55e4c;
	font-weight: bold;
}

a:hover {
	color: #b70a08;
	font-weight: bold;
}

a:active {
	color: #b5d3d9;
	font-weight: bold;
}

h1 {
	color: #b70a08;
	margin: 0;
	font-size: 18px;
	line-height:20px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	border-left: 10px #aaa solid;
	padding-left:10px;
	text-transform:uppercase;
}

h2 {
	color: #616161;
	margin: 0 0 15px 10px;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

strong {
	color: #b70a08;
}

em {
	color: #c89939;
	font-weight: bold;
	font-style: normal;
}

table, tr, td {
	border: 0;
	margin: 0;
	padding: 5px;
	background-color: #EEE;
}

/* ++ STRUCTURE +++++++++ */

#container {
	width:1000px;
	display:block;
}

#fond_container {
	overflow:visible;
	width:0px;
	height:0px;
	position:relative;
	z-index:0;
}

#sidebar {
	float:left;
	width:310px;
	padding:50px 90px 0 25px;
	z-index:30;
	display:block;
	position:relative;
}

#logo_comm a {
	background:#fff url(images/logo.png) no-repeat 50% 50%;
	width:300px;
	height:42px;
	display:block;
	outline:none;
	padding:5px;
		-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;

}

#logo_comm a:hover {
filter:alpha(opacity=60);
opacity:0.6;
-moz-opacity:0.6;
}


#eiffel {
	background:url(images/tour_eiffel.png) no-repeat;
	width:451px;
	height:503px;
	position:fixed;
	bottom:0;
	left:0;
	z-index:25;
}

.langues_english a{
width:91px;
height:19px;
background:url(images/langues_english.png) no-repeat 0 0;
background-position:0 0;
display:block;
position:relative;
float:right;
margin:0 0 20px 0;
outline:none;
}

.langues_english a:hover{
background-position:0 -19px;
}

#content_right {
	padding:34px 0 0 0 !important;
	width:575px;
	float:right;
	display:block;
	position:relative;
	z-index:27;
}

.line {
	background:url(images/tr_ext.png) repeat-x 0 50%;
	width:100%;
	height:3px;
	clear:both;
	padding:7px 0;
	position:relative;
	z-index:-1;
}

#footer {
	padding:15px 0;
	font-size:8px;
	text-transform:uppercase;
	color:#6e6e6e;
	width:1000px;
	text-align:right;
	clear:both;
}

#navy {
	margin: 20px 0 0 50px;
	width:130px;
	float:left;
	background:#fff;
	padding:4px 12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;
}

#navy2 {
	float:left;
	margin:30px 0 0 0;
	height:13px;
	display:block;
	width:100%;
}

.item a {
display:block;
outline:none;
}

.item a:hover {

}

.itemActive {

}

#texte {
	float: right;
	width: 551px;
	padding:12px;
	background:#fff;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;
	border:1px solid #bbb;
	text-align: left;
}

#extra {
	float: right;
	width: 551px;
	font-size: 11px;
	padding:12px;
	background:#fff;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;
	border:1px solid #bbb;
	margin:15px 0 0 0;
}


/* ++ CLASSES +++++++++ */

.clr {clear:both}

.bloc {
	margin: 10px 0;
	padding: 15px;
	text-align: left;
}

.menu_accueil {
	background:url(images/menu_accueil.png) no-repeat;
}
.menu_presentation {
	background:url(images/menu_presentation.png) no-repeat;
}
.menu_collections {
	background:url(images/menu_collections.png) no-repeat;
}
.menu_restauration {
	background:url(images/menu_restauration.png) no-repeat;
}
.menu_evenements {
	background:url(images/menu_evenements.png) no-repeat;
}

.menu_accueil,.menu_presentation,.menu_collections, .menu_restauration, .menu_evenements {
	background-position:0 -24px;
	height:19px;
	width:142px;
	display:block;
	margin:12px 0;
}

.menu_accueil:hover,.menu_presentation:hover, .menu_collections:hover, .menu_restauration:hover, .menu_evenements:hover {
	background-position: 0 -48px;
}

.itemActive .menu_accueil,.itemActive .menu_presentation, .itemActive .menu_collections, .itemActive .menu_restauration, .itemActive .menu_evenements {
	background-position: 0 0;
}



.menu2_presse {
	background:url(images/menu2_presse.png) no-repeat;
	width:34px;
}

.menu2_liens {
	background:url(images/menu2_liens.png) no-repeat;
	width:25px;
}

.menu2_contact {
	background:url(images/menu2_contact.png) no-repeat;
	width:43px;
}

.menu2_separator {
	background:url(images/menu2_separator.png) no-repeat;
	width:4px;
	cursor:default;
	margin:0 15px;
}

.menu2_presse, .menu2_liens, .menu2_contact, .menu2_separator {
	background-position:0 0;
	height:13px;
	display:block;
	float:right;
}

.menu2_presse:hover, .menu2_liens:hover, .menu2_contact:hover, .itemActive .menu2_presse, .itemActive .menu2_liens, .itemActive .menu2_contact {
	background-position: 0 -14px;
}

.demiBloc {
	float: left;
	border: 1px #bbb solid;
	margin: 0 5px 20px 5px;
	padding: 14px;
	width: 235px;
	text-align: center;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;
	background:#efefef;
}

.demiBloc:hover {
	background:#f7f7f7;
}

.demiBloc h1 {
	text-transform: uppercase;
	font-size:17px;
}


.demiBloc img {
	border:1px solid #ddd;
}

.imgL {
	display: block;
	float: left;
	margin: 5px 20px 5px 0;

}

.imgR {
	display: block;
	float: right;
	margin: 5px 0 5px 20px;
}

.thumbnail img {
	display: block;
	margin:0 auto 10px auto;
}

.thumbnail {
	float: left;
	width: 157px;
	min-height: 200px;
	margin: 0 0 8px 0;
	padding: 12px;
	text-align: center;
	border: 1px #ddd solid;
	font-size: 12px;
	color:#555;
	font-weight: bold;
	background:#efefef;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;
}

.thumbnail:hover {
	background:#f7f7f7;
	color:#222;
}
.pagination {
	margin: 0 auto;
	width: 450px;
	text-align: center;
	clear: both;
}

/* ++ CONTACT +++++++++ */

label {
	margin: 0; 
	padding: 0;
	font-size: 11px;
	line-height: 125%;
	color: #999999;
	border: none;
}

input, textarea { 
	margin: 3px 0px 0px 0px; 
	padding: 2px 2px 2px 2px;
	font-size: 13px;
	color: #444444;
	border: #dedede solid 1px;
}

#comment-author, #comment-email, #comment-url,#comment-email-notify {
	width: 200px;
}

#comment-text {
	width: 389px;
}

#comment-post,#comment-cancel,#comment-preview {
	border: none;
	background:none;
}

.comments-open label {
	display: block;
}

/* ----- COLLECTIONS ----- */

.collections {
color:#aaa;
width:551px;
}

.collections ul {
	display:block;
	clear:both;
}

.collections li {
	padding: 0;
	list-style-type: none;
	list-style-position:inside;
}

.collections ul li {
		margin: 10px 0;
	text-transform: uppercase;
	width:100%;
	font-size:14px;
}

.collections ul li a, .collections ul li a:visited{
color:#B70A08;
}

.collections ul li ul li a{
font-weight:normal;
color:#dba23b;
}
.collections ul li ul li a:visited{
color:#a55e4c;
}
.collections ul li ul li a:hover {
	color: #b70a08;
}

.collections ul li ul li {
	text-transform: none;
	padding:0;
	width:auto;
	font-size:12px;
	display:inline;
		margin: 0 22px 4px 0 ;
}


