/* TOP BANNER */
div#topBanner {
	width:1000px;
	height:182px;
	margin-left: auto;
	margin-right: auto;
	background-image : url("../images/top_background.jpg");
	background-position: top center;
}

div#logoMRV {
	width:1000px;
	height:152px;
}

/* MENU */

.chromestyle{
	width: 100%;
	height:25px;
	background-image : url("../images/background_menu.png");
	background-position: top center;
	padding: 4px 0px 0px 0px;
	font-size: 0.75em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.chromestyle:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	padding: 4px 0;
	margin: 0;
	/*text-align: center;*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #e1b6ba;
	padding: 4px 16px;
	margin: 0;
	border-right: 1px solid #926265;
	border-left: 1px solid #926265;
}

.chromestyle ul li a:hover{
	color: #FFFFFF;
}


/* DROP DOWN MENU */

.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height:16px;
	z-index:100;
	/*background-color: white;*/
	width: 200px;
	visibility: hidden;
	background-image : url("../images/backgroung_deroulant.png");
	background-position: top center;
	margin-top:2px;
}


.dropmenudiv a {
	width: auto;
	display: block;
	border-bottom: 1px solid #926265;
	padding: 2px 0px 2px 5px;
	text-decoration: none;
	color: #e1b6ba;
}

* html .dropmenudiv a {
	width: 100%;
}

.dropmenudiv a:hover{
	/*background-color: #4c2528;*/
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

/* CONTENT */
#monTableauContent {
	width:1000px;
	background-image : url("../images/back_content.jpg");
	margin-left: auto;
	margin-right: auto;
}

#theContent {
	min-height:283px;
}



.blocTop {
	width:194px;
	height:7px;
	background-image : url("../images/bloc_top.png");
}

.blocContent {
	width:180px;
	background-image : url("../images/bloc_content.png");
	background-repeat:repeat-y;
	padding:7px 7px 7px 7px;
	line-height:15px;
}

.blocBottom {
	width:194px;
	height:7px;
	background-image : url("../images/bloc_bottom.png");
}

.blocCarre {
	width:8px;
	height:8px;
}


.portraits {
	border: 5px solid #926265;
	margin: 0px 10px 5px 0px;
	float:left;
}








/* BOTTOM */
html, body {
	height:100%;
	margin:0;
	padding:0;
	/*background-image : url("../images/content_background.jpg");*/
	background-color:#000000;
}

#theSite {
	min-height: 100%;
	margin-bottom: -162px;
	position: relative;
}

.clearfooter {
	height: 162px;
	clear: both;
}

#footer {
	height: 162px;
	position: relative;
	background-image : url("../images/bottom_background.jpg");
	background-position: top center;
	width:1000px;
	margin-left: auto;
	margin-right: auto;
}



.chromestyleBottom {
	width: 1000px;
	height:17px;
	background-image : url("../images/background_menu_bottom.png");
	background-position: top center;
	padding: 5px 0px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
}

.chromestyleBottom:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyleBottom ul{
	width: 100%;
	padding: 0px 0;
	margin: 0;
	text-align: center;
}

.chromestyleBottom ul li{
	display: inline;
}

.chromestyleBottom ul li a{
	color: #e1b6ba;
	padding: 4px 17px;
	margin: 0;
	border-right: 1px solid #926265;
	border-left: 1px solid #926265;	
}

.chromestyleBottom ul li a:hover{
	color: #FFFFFF;
}









#contentFooter {
	width:100%;
	text-align:center;
}




<!--[if lt IE 7]>
#theSite {
	height: 100%;
}
<![endif]-->
