/* ecrasement du style montblancxl */

body {
	background: white;
}


/* Common styles
-------------------------------------------------------- */
h2, h3 { color:#696969; }
ul { list-style: none; }
ul li { list-style: none; }

a, a:link, a:hover { color:#5c2421; text-decoration: none; font-weight: bold; border:0 !important; }
a:hover { text-decoration: none; color: black;}



/* correctif drapeau des langues, merci gotcha ;-)
----------------------------------------------------------*/

.menuf ul li:hover ul {
display:block;
left:-126px;
position:absolute;
top:0;
width:180px;
}



/* Page
-------------------------------------------------------- */
#the_page {
	background: white;
}

.content div.titrePage { 
    padding: 10px 3px;   
    border-bottom: 1px solid #5c2421;
    font-size: 1.2em;
}

.content div.titrePage h2 {
   border-left: 20px  solid #5c2421;
   color: black;
}

.content div.titrePage h2 a {   
   color: black;
}

.content div.titrePage h2 a:hover {   
   background-color: lightgrey;   
   /* filter:alpha(opacity=70); */
   /* opacity:0.9; */
}



/* Header
-------------------------------------------------------- */

#theHeader {
	background: transparent url(icon/banner_eric_rocher02.jpg) no-repeat left bottom;
	height: 100px;
	margin: 0 auto;
	cursor: pointer;	
}

#theHeader h1 { 
	display: none;	
}

#theHeader p {display:none;}



/*	Page Image
-----------------------------------------------------------------------------------------------*/

BODY#thePicturePage #theHeader {
    background: transparent url(icon/mini-banner_eric_rocher.png) no-repeat left bottom;
    height: 40px;
	margin: 0 50px;
	
}

#theImage {
    clear: both;
}

#imageHeaderBar{
	background: none;
	border: 0;
	border-width: 0;
	padding: 1px 8px 1px 8px;
	margin: 0 auto;
}

#imageHeaderBar .browsePath {
    /* border-bottom: 1px solid #5c2421; */
    /* border-left: 10px  solid #5c2421; */
    padding-left: 0;
    color: #5c2421;   
}


#imageHeaderBar .browsePath a {   
    font-weight: bold;
    color: #5c2421;
}
#imageHeaderBar .browsePath a:hover {
    color: black;
    /* background-color: lightgrey;    */
}

#imageHeaderBar H2 { 
	clear: both;
	border-top: 1px solid #5c2421;
	text-align: center;
	margin: .7em 0 0 0;
	padding: 0;	
	color: #5c2421;	
	font-size: 1.8em;
	
}

#imageToolBar {   
  display: none;
}

#imageDescription {
    width: 600px;
    font-size: 1.2em;
    color: #5c2421;
    margin: .5em auto 0 auto;
    text-align: center;

}

#comments legend {
    color: #5c2421;

}

#vendu {   
    position: relative;
    top: -15px;
    right: 150px;
    float: right;
    
}
#vendu span{
    /* 
    clear: both;
    font-size: 1.1em;
   
    top: -200px;
    top: -1.2em; 
         left: 550px;
    top: 30px,
    */
    text-align: left;
    border: 2px dashed #5c2421;
    color: #5c2421;
    padding: .1em 0;
    margin: 0;
}

/* Overlay
=======================================================*/
#sb-overlay {
    background-color: #5c2421 !important;
}

#sb-nav {
    
}

/* MENU 
========================================================*/

#menubar DL { display: inline; padding: 0 1em; }

#menubar {
    background-color: white;
	color: black;
	border-bottom: 1px solid black;
}


#menubar DT {
    background-color: white;
	color: black;
	border: 0;
	
}
#menubar dt:hover {
    background-color: lightgrey;
}


#menubar DD {
    border: 1px solid black;
    background-color: white;    	
}

#menubar UL {
    background-color: white;
}


#menubar a, #menubar DT a, #menubar DD a { 
	color: black; 
	display: block; 
	text-decoration: none; 
	border: 1px solid black;
}

#menubar A:hover { color: black; }
#menubar DD A { padding: 0.5em; }
#menubar DD A:hover { background-color: lightgrey; }


/* Personnal block
---------------------------------------------------------*/
.personal_block {
    font-size: 1.2em;
    margin-bottom: 4em !important;
    border-bottom: 1px solid #5c2421;
}

.personal_block li {
 list-style-position: inside;
 list-style-image:url(icon/puce01.png);
 margin: .5em;
 }

/* Footer
-------------------------------------------------------- */
#copyright {
	background: none;
	padding: 0;	
}
#copyright a:link, #copyright a:visited { text-decoration: underline; color: #000; }
#copyright a:hover { text-decoration: none; color: #000; border: 0; }

/* Publink
----------------------------------------------------------*/
#publink {
    padding: 0;
    margin: 0;
    text-align: center;
}
#publink a {
    font-size: 0.5em;
    color: lightgrey;
}

/* Contact form
-----------------------------------------------------------*/
.contact-form {
    margin: 2em;
    

}

.contact-form-right textarea, .contact-form-right input {
    background-color: #e5e5e5;
    border-color: #5c2421;
}
.contact-form-right textarea:hover, .contact-form-right input:hover {
    background-color: white;
}

.contact-form-right textarea:focus, .contact-form-right input:focus {
    background-color: white;
    border: 2px solid black;
}
.contact-form-right textarea {
    background: #e5e5e5 url(icon/mailsupport.png) no-repeat bottom right;
    width: 400px;
    height: 200px;

}



