body {
background-color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color : #696157;
margin: 0;
padding: 0;
height:100%;
scrollbar-face-color: #D1CCC7;
scrollbar-shadow-color: #F8F8F7;
scrollbar-highlight-color: #F8F8F7;
scrollbar-3dlight-color: #F8F8F7;
scrollbar-darkshadow-color: #F8F8F7;
scrollbar-track-color: #F8F8F7;
scrollbar-arrow-color: #FFFFFF;
}
td {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color:#990099; 
}

p {
margin: 0 0 5px 0;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#conteneur {
	top:0px;
	position: relative;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	height: auto;	

/* ENTETE */	
}#entete {
	height:130px;
	width:1000px;
}
#logo_flash {
	float:left;
	height:130px;
	width:144px;
	margin: 0;
	padding: 0;
	background: url(/fileadmin/templates/musees/documents/cayla/images/logo.png);
	}
#menu_flash {
	float:right;
	width:806px;
	_width:856px;	
	height:60px;
	_height:130px;
	margin: 0;
	padding-top: 70px;
	padding-right: 50px;	
	background: url(/fileadmin/templates/musees/images/fond_entete.png);	
	overflow: hidden;
	}

/* PARTIE GAUCHE */	
#gauche {
	position: absolute;
	left:0px;
	width: 144px;
	overflow: visible;
	height: auto !important;
	height: 500px;
	min-height: 500px;	
	background: url(/fileadmin/templates/musees/images/fond_menu.png);	
}

/* PARTIE CENTRALE */
#centre {
	margin-left: 144px;
	overflow: visible;	
	height: auto !important;
	height: 340px;
	_height: 400px;	
	min-height: 340px;	
	_min-height: 400px;		
	background: url(/fileadmin/templates/musees/images/fond_texte.png);		
}
#texte_principal{
	height: 340px;
	_height: 400px;
  background: #FFFFFF;
	margin-left : 50px;
	margin-top : 0px;
	margin-right : 50px;
	padding : 30px;
	overflow:auto;
}
#texte_principal p {
	text-align:justify;
}
#texte_principal h1 {
	color: #707EA8;
  display: block;
}
#texte_principal  h2 {
	color: #707EA8;
  display: block;
}
#texte_principal  h3 {
	color: #707EA8;
  display: block;
}
#texte_principal img {
	float:left;
	border: 1px solid #707EA8;
	padding:2px;
}
#texte_principal a {
     color: #707EA8;
}
#texte_principal a:hover {
     color: #696157;
     text-decoration: underline;
}
#texte_principal a:active {
     color: #696157;
     text-decoration: none;
}     
#logo_cg {
	height: auto !important;
	height: 500px;
	min-height: 500px;	
	background: url(/fileadmin/templates/musees/images/logo_cg.png);
	background-position:bottom center;
	background-repeat:no-repeat;		
}

/* MENU GAUCHE */
.menuG a {
     margin-left:10px;
     margin-right:10px;
     margin-top:10px;
     display: block;
     text-decoration: none;
     vertical-align:middle;
     font-weight: bold;
	 }
	 
.menuG a:hover {
     background: #FFFFFF;
     color: #000000;
     text-decoration: none;
     }

.menuG a:active {
     background: #FFFFFF;
     color: #000000;
     text-decoration: none;
     }
     
/* MENU DU HAUT */
#pied {
	height: 50px;
	background-color:#D1CCC7;
	margin: 0;
	padding: 0;
}
#pied_logo {
	height: 50px;
	background: url(/fileadmin/templates/musees/documents/cayla/images/logo_dessin.png);	
	background-position:bottom right;
	background-repeat:no-repeat;		
}
#pied a {
     display: block;
     text-decoration: none;
     color: #80786f;
     font-size: 14px;
		font-weight: bold;
	 }
	 
#pied a:hover {
     color: #707EA8;
     text-decoration: none;
     }

#pied a:active {
     color : #707EA8;
     text-decoration: none;
     }     
     
/* FORMULAIRES */
.csc-mailform
{
border:0px;
width:100%;
}
.csc-mailform-field label
{
vertical-align:top;
position: relative;
width:120px;
top:1px;
}
.csc-mailform-submit
{
margin-top : 5px;
margin-left : 410px;
}