@charset "utf-8";

/* CSS Document */

body, html
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #8C2908 center top no-repeat;
	font-size:12px;
	font-family: Century Gothic,  arial, Tahoma, Geneva, sans-serif;
}

td.footer
{
	height:20px;
	font-size:10px;
	padding-left:210px;
	color:#7f7f7f;
}
a { color:#000; }
.top { 
height:112px;

}



.haut{
    font-size:10px; 
}

.c{
  color: #BA9764 ; font-size:16px; font-style: italic; font-weight:bold;
}


b{
  color: #8A1F03 ; font-size:14px;
}


.menu { height:27px; }

.contentPrincipal
{
	padding:34px 14px 0;
	margin:0;
}

.contentPrincipalSite
{
	padding:24px 0 0 0px;
	margin:0;
}

.contentCol1
{
	width:186px;
	float:left;
	height:300px;
}

.titreRouge
{
	color:#9e2e00;
	text-transform:uppercase;
	padding-bottom:6px;
	font-weight:bold;
}



.btForm { margin-top:6px; }

.contentCol2
{
	width:620px;
	float:left;
}

.contentCol2Site
{
	width:696px;
	float:left;
}






.menuCote
{
	
	font-weight:bold;
}

.menuCote, .filetMenu { 

	padding: 0px 0 7px 14px;  

}

.menuCote
{
	margin:0;
	padding:0;
	list-style:none;
	text-indent:inherit;
}

.menuCote.ul
{
	margin:0;
	padding:0;
	list-style:none;
	text-indent:inherit;
}

.menuCote.ul.li
{
	margin:0;
	padding:0;
	list-style:none;
	text-indent:inherit;
}

.menuCote a
{
	text-decoration:none;
	padding-left:0px;
}

.menuCote a:hover
{
	padding-left:0px;
}




a.black
{
	color:#000;
	text-decoration:underline;
}

a:hover.black
{
	color:#000;
	text-decoration:none;
}


/* Hide */ 

.showHideDiv {
	height: 9px;
	width: 9px;
	margin-right: 4px;
}

.showHideDiv#closed {
	
	background-repeat: no-repeat;
	background-position: center;
	cursor: hand;
}

.showHideDiv#opened {
	
	background-repeat: no-repeat;
	background-position: center;
	cursor: hand;
}

.opened {
	
	background-repeat: no-repeat;
	background-position: center;
	cursor: hand;
}

.closed {
	
	background-repeat: no-repeat;
	background-position: center;
	cursor: hand;
}

.closedDiv{
	display:none;
}

.openedDiv{
	display:block;
}
