/*** GENERAL ***/

html {
	margin: 0;
	padding: 0;
}

body {
	background-color: white;
	margin: 0;
	padding: 4px;
	color: #666666;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	
	/* pour IE */
	scrollbar-arrow-color: #FF9900; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #FFFFFF; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF;
}

img {
	border: none;	
}

a:link, a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #ff9900;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #ff9900;
	outline: 0;
}

.highlight {
	color: #ff9900;
}

.clearer {
	clear: both;	
}

.white {
	color: white;
	font-size: 0.1em;	
}

.keywords {
	color: #efefef;
	font-size: 0.1em;	
}

/*** DIV DU SQUELETTE ***/

#page {
	margin-left: 3%;
	width: 94%;
}

#bandeau {
	width: 100%;
}

#bandeau #titre h1 {
	letter-spacing: 0.4em;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
	float: left;
	width: 78%;
}

#bandeau #titre p {
	font-size: 1.0em;
	margin-top: 0;
	float: left;
	width: 78%;
}

#bandeau #titre img {
	float: right;
	margin: -30px 0 0 0;
	padding: 0;
}

#bandeau hr {
	clear: both;
	color: #ff9900;
	border: 1px solid #ff9900;
	width: 78%;
	text-align: left; /* IE */
	margin: 0 auto 0 0; /* Mozilla */
}

#corps {
	margin: 10px 0 0 0;
	padding: 0;
	display: block;
	min-height: 380px;
	height:auto !important;
  	height:380px;
	width: 80%;
	float: left;
}

#menu_petit {
	text-align: center;	
}

#menu_grand {
	margin: 50px 0 0;
	padding: 0;
	text-align: center;	
}

#menu_grand img {
	margin: 0 -5px 0 0;
	padding: 0;
}

#cont_corps {
	min-height: 330px;
	height:auto !important;
  height:330px;
}

#cont_corps img {
	margin-right: 25px;
	float: right;	
	overflow: hidden;
}

#cont_corps object {
  margin-left: 25%;
/*
  width: 90%;
	margin: 15%;
	overflow: hidden;*/
}

#defilnav {
	width: 100%;
	text-align: center;	
}

#defilnav span {
	color: #b5b5b5;
	background: #b5b5b5;
	font-size: 0.9em;
}

#defilnav span.courant {
	color: #FF9900;
	background: #FF9900;
}

#defilnav span.petit {
	font-size: 0.6em;
}

#nav_under {
	width: 700px;
	padding: 0;
}

#nav_under img {
	margin: 0;
	padding: 0;
}

#nav_under a.gauche {
	float: left;	
}

#nav_under a.droite {
	float: right;	
}

#colonne {
	margin: -10px 0 0 0;
	padding-top: 0;
	width: 20%;
	float: left;
}

#colonne h2 {
	font-size: 1.3em;
	color: #ff9900;
}

#colonne h3 {
	margin-bottom: -15px;
}

#colonne p {
	line-height: 1.2em;
	font-size: 0.85em;	
	font-weight: bold;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}

#colonne .diapo_list {
	list-style: none;
	padding: 0;
}

#colonne .diapo_list li {
	margin: 10px 0 0 0;	
	padding: 0;
}

#colonne .menu_colonne {
	list-style: disc url("img/coche.jpg") inside;	
	margin-left: 0;
	padding-left: 0;
	font-size: 0.8em;
}

#colonne .menu_colonne a {
	color: #666666;
}

#colonne #cont_colonne {
	min-height: 330px;
	height:auto !important;
  	height:330px;
}

#pied {
	clear: both;
	font-size: 0.8em;
}

#menu {
	padding-top: 5px;
}

#menu ul {
    margin-left: 0;
    padding-left: 0;
	display: inline;
	width: 100%;
}

#menu li {
	display: inline;
	margin-left: 0;
    padding: 3px 25px 3px 0px;
}

#menu a {
	font-weight: bold; 
	text-decoration: none;
	font-size: 0.9em;
	color: #666666;
	border: 1px solid white;
}

#menu a:hover {
	color: #ff9900;
}

#menu a.courant {
	color: #ff9900;
}

#popup_menu {
	position: absolute;
	left: -1000px;	
}

#popup_menu ul {
	display: block;
	visibility: hidden;
	list-style: none;
	margin-left: -10px;
	padding: 18px 0 0 30px;
	width: 222px;
	height: 80px;
	background: url("img/fond-popupmenu.png") no-repeat;
}

#popup_menu li {
	line-height: 1.5em;
}

#popup_menu a {
	font-weight: bold; 
	font-size: 0.8em;
	text-decoration: none;
}

#popup_menu a:link, #popup_menu a:visited {
	color: #666666;
}

#popup_menu a:hover, #popup_menu a:active {	
	color: #ff9900;
}

#popup_menu ul.show {
	visibility: visible;
}

/*** DIV SPECIFIQUES ***/

#prehome {
	margin: 0 0 0 10%;
	padding: 0;
	width: 80%;
}

#prehome img {
	float: right;
	margin: 0 0 10px;
}

#prehome-titre {
	clear: both;
}

#prehome-titre h1 {
	letter-spacing: 0.1em;
	font-weight: normal;
	font-size: 2.5em;
	margin-bottom: 0;
	margin-top: 0;
}

#prehome-titre p {
	margin: 0;
	padding: 0;
}

#prehome-liens {
	clear: both;
	width: 100%;
}

#prehome-portes {
	float: left;
	width: 100%;
	margin-top: 10px;
}

div.porte {
	float: left;
	height: 320px;
	width: 200px;
	padding: 0;
	margin: 15px;
}

div.porte p {
	color: white;
}

#prehome-infos {
	clear: both;
	color: #efefef;
}

#prehome p.note {
	color: gray;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
}


/*** Formulaire contact ***/

#form_contact {
	width: 90%;	
}

#contact_tete {
	min-height: 12em;
	height:auto !important;
  	height:12em;	
	background: #ccc;
	margin: 10px 0 0 0;
	padding: 0;
}

#contact_tete div.courant {
	display: block;	
}

#sel_type_div {
	height: 2em;
	background: white;
}

#sel_type_div span {
	padding: 1em 0.2em 1em;
}

#sel_type_div span.courant {
	background: #ccc;
}

#sel_ExpoVivante,
#sel_MalleDecouverte,
#sel_AtelierSpectacle,
#sel_ExpoPartenaires,
#sel_AutresInfos {
	background: #ccc;
	display: none;
	padding: 1em;	
}

#sel_ExpoVivante div,
#sel_MalleDecouverte div,
#sel_AtelierSpectacle div,
#sel_ExpoPartenaires div,
#sel_AutresInfos div {
	float: left;
	width: 33%;
}

#contact_gauche,
#contact_droite {
	font-size: 0.9em;
	margin: 0;
	padding: 1%;
	width: 48%;
	float: left;
}

#contact_gauche p.simple,
#contact_droite p.simple {
	width: 100%;
	text-align: left;
	clear: both;
}

#contact_gauche p.double,
#contact_droite p.double {
	width: 100%;
}

#contact_gauche p.double label,
#contact_droite p.double label {
	width: 40%;
	overflow: hidden;
	float: left;
}

#contact_gauche p.double input,
#contact_droite p.double input {
	width: 58%;
	margin-left: 42%;
	display: block;
}

#contact_gauche p.double select,
#contact_droite p.double select {
	width: 58%;
	margin-left: 42%;
	display: block;
}

#contact_gauche p.composite label.entete,
#contact_droite p.composite label.entete {
	float: left;
}

#contact_gauche p.composite span,
#contact_droite p.composite span {
	margin-bottom: 1em;
	float: right;
}

#contact_gauche p.note,
#contact_droite p.note {
	width: 100%;
	text-align: right;
}


/*** Recapitulatif Contact ***/

#recap_contact {
	border: 1px gray dashed;	
}

#recap_contact #entete {
	height: 73px;
	width: 100%;
	background: url("img/logo_galileo.png") no-repeat right;	
}

#recap_contact #entete h1 {
	margin-bottom: -0.3em;
}

#recap_contact h1.titre {
	font-size: 1.5em;	
}

#recap_contact p.bloc_adresse {
	width: 100%;
	font-size: 0.75em;	
}

#recap_contact h2 {
	color: #FF9900;
	font-size: 1.4em;	
}

#recap_contact h3 {
	font-size: 1.2em;	
	margin-bottom: 0;
}

#recap_contact p {
	margin-top: 0;
	padding-top: 0;	
}

#recap_contact #gauche {
	width: 45%;
	float: left;	
}

#recap_contact #droite {
	width: 45%;
	float: left;	
}

#recap_contact hr {
	clear: both;	
}

p.message_recap {
	margin-top: 180px;
	color: #FF9900;
	font-size: 1.5em;
	text-align: center;	
}