* {
	margin: 0;
	padding: 0;
}

body {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#fff;
	background-color: #871400;
}


table {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#fff;	
}

img {
	border: 0;
}

ul {
	padding-bottom: 1em;
	padding-left: 15px;
}

h1
{
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	/*padding-left: 5px;*/
}

.inactive a {
	color:#c7c7c7;
}

a {	
	color:#fff;
	text-decoration:none;
}

p
{
	color: #000000;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

#main_container {
	min-width: 870px;
	width: 100%;
	height: 480px;
	/*border: 1px solid green;*/
	
	/* centrer le tout verticalement */
	position: absolute;
	top: 25%;
	margin-top: -60px;
	
	/* centrer le tout horizontalement [bug IE] */
	text-align: center;
		
}

#main_header {
	height: 95px;
	border-bottom: 2px solid white;
}
#main_content {
	height: 347px;
	background-color: #000000;
	background-image: url("/fileadmin/img_storage/backgroundId.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
}
#main_footer {
	height: 15px;
	border-top: 2px solid white;
}


/* centrer les container */
#header, #content, #footer {
		width: 870px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;  /* reprise bug IE */
/*	border-right: 1px solid white;
	border-left: 1px solid white;		*/
}

#header {
	height: 94px;
	_height: 96px;
	background-color:#871400;
}

#content {
	background-color: #000000;
	height: 347px;
	/*overflow: hidden;*/
}

#subcontent
{
	/*height: 347px;
	_height: 350px;*/
}


#footer {
	height: 15px;
}



#subheader
{
	margin: 0;
	padding: 0;
	margin-left: 178px;
	/*padding-top: 13px;*/  /* 95-82 */
	margin-bottom: 2px;
}

#subbottom
{
	margin-left: 178px;
	padding-top: 0px;
	margin-top: 0;
	font-size: 7.5pt;
	color: #d3151c;	
}
#subbottom p
{
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	color: #d6003a;
}

#subbottom a
{
	color: #000;
}

#subbottom a:hover
{
	color: #fff;
}

#footer-left {
	float: left;
	width: 540px;
	letter-spacing: -0.05em;
}

#footer-right {
	float: right;
	text-align: right;
	width: 140px;
	letter-spacing: -0.02em;
	_letter-spacing: -0.05em;
}


#menu {
	float: left;
	margin-left: 178px;
	display: inline;  /* bug IE */
	width: 114px;
	_width: 116px;
	height: 347px;
	border-left:solid 1px #c7c7c7;
	border-right:solid 1px #c7c7c7;
	/*overflow: hidden;*/
}

#information {
	float: left;
	width: 576px;
	/*_width: 570px;
	_border: 1px solid green;*/
	height: 347px;
	_height: 349px;
	color: #000;
	overflow: auto;
	
}


#menu1 {	
	height: 115px;
	_height: 116px;	
	border-bottom: solid 1px #c7c7c7;	
}

#menu2 {
	height: 68px;
	_height: 69px;
	border-bottom: solid 1px #c7c7c7;
}

#menu3 {
	height: 46px;
	_height: 47px;
	border-bottom: solid 1px #c7c7c7;
}

#menu4 {
	height: 60px;
}

#menu5 {
	height: 55px;
	_height: 56px;
}

#menu5 a {
	color: #000;
}





#menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 10px;
}



#menu li {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

/* pour regler un probleme de marge: voir dans theme pour version finale */
#menu li.active {
	/*border-top: 1px solid red;
	border-bottom: 1px solid red;*/
}


#menu li a {
	margin: 0;
	padding: 0;
	display: block;
	padding-left: 10px;
}

#menu ul li ul {
	padding: 0;
	margin: 0;
	position: absolute;
	list-style: none;
	margin-left: -179px; /*-127px;*/
	/*margin-top: -19px;*/
	margin-top: -1.2em;
	width: 178px; /*115px;*/
	text-align: right;	
}


#menu li.active li a {
	background-color: transparent;
}

#menu ul li ul li a {	
	display: block;	
	padding-right: 10px;
}

#menu li li {
	/*margin-top: 8px;	*/
	margin-bottom: 5px;
}

#menu ul li ul li a:hover
{
	color:#fff;
	background-color: transparent;
}


#menu li li a
{
	color:#c7c7c7;	
}

#menu li li.subactive a  {
	color: #fff;	
}




/*-------------------------------------------*/
/*----------------LAYOUT---------------------*/
/*-------------------------------------------*/



#information ul
{
	/*list-style-position: inside;
	padding-left: 10px;*/
	color:#000000;
}

#information td
{
	font-size:11px;
	text-align:center;
}

#information td a
{
	display: block;
	color: #fff;
}

#information a
{
	color:#636267;
	text-decoration: none;
}

#information a:hover
{
	text-decoration:none;
}

#information ol
{
	float: left;
}


#infosimple
{
	padding-left: 10px;
	padding-top: 10px;
	color: #fff;	
}

#infoleft
{
	margin: 0px;
	padding:0px;
	width: 116px;
	text-align: right;
	padding-top: 10px;
	color: #fff;
	float:left;
}

#infoleft h1.csc-firstHeader
{
	padding-top: 0;
}

#infoleft p
{
	color:#fff;
	text-align: right;
	padding-right: 5px;
}


#information .csc-firstHeader
{
	margin: 0px;
	padding:0px;
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
}

#right
{
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	margin-left: 116px;
	padding-left: 10px;
	padding-right: 5px;
	min-height: 337px;
	height: auto;
	_height: 349px;
	color: #000000;
	text-align: left;
	background-color: #fff;
}

#right h1.csc-firstHeader
{
	padding-top: 0;
}

#right img
{
	padding-top: 10px;
	padding-bottom: 10px;
}


#right .bodytext
{
	padding-top: 0px;
}

.bodytext
{
	margin: 0;
	padding: 0;
	padding: 10px 0;
	overflow: hidden;

}

.csc-textpic
{
	padding:0;
	margin:0;
	margin-left:15px;
}


.txtImg
{
	margin: 10px 20px 10px 10px;
	background-color: #000000;
}

.image
{
	width: 230px;
	height: 347px;
	float: left;
}

.txt
{
	width: 290px;
	height: 115px;
	float: left;
}

.adresse
{
	width: 290px;
	height: 115px;
	float: left;
}

.news
{
	width: 290px;
	height: 115px;
	float: left;
}

/*##### FORMULAIRE ########*/


.tx-pilmailform-pi1 p{
	width: 510px;
	letter-spacing: -0.05em;	
	padding-top: 0.2em;
}

.tx-pilmailform-pi1 input{
	margin-right: 10px;
}

.tx-pilmailform-pi1 fieldset {
	width: 510px;
	padding-bottom: 20px;
	border: none;
}

.tx-pilmailform-pi1 label{
	float: left;
	width: 240px;
	text-align: right;
	line-height: 1em;
	margin-right: 10px;
}

.tx-pilmailform-pi1 label:hover{
	cursor: pointer;
}

.tx-pilmailform-pi1 legend {
	font-weight: bold;
	font-size: 9pt;
	padding-left: 0;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #b47933;
}

.erreur
{
	color: red;
	font-size: 7pt;
}