/* Global reset ////////////////////////////////////////////////////////////////////////////////*/
*	    { 	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

em { font-style: italic; }
strong,b { font-weight: bold; }
/*table { border-collapse: collapse; border-spacing: 0; }*/
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; }
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q { quotes: "" "";}
caption, th, td { font-weight:normal; text-align:left; }
ol, ul, li { list-style:none;}
td { vertical-align: top; }

/*///////////////////////////////////////////////////////////////////////////////////////////////*/

body {
  color:black;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:0.85em;
  font-size: 12px;
  text-align: center;
}

li li{	font-size:1em;}

#content ol, ul { 
	list-style: disc;
	margin-left: 1.3em;
	margin-bottom: 1.3em;
	padding-left: 1.3em;
}

#content ul li {
	list-style-type: disc;
}

#content ol li {
	list-style-type: decimal;
}

#content ul.leftmenu2 li {
	list-style-type: none;
}

h1,h2,h3,h4,h5 { font-weight: bold; }
h1 {  font-size:1.3em;}
h1, h2 , h3 {
  color:#005B9C;
  margin-bottom:10px;
}

h4, h5, h6 {
  color:#3298E3; 
  margin-bottom:5px;
}

a {
  color:#005B9C;
}

#main h1.csc-firstHeader, #pagetitle h1 {  font-size:1.3em; }
#pagetitle h1 {
  margin-top:10px;
  padding-left:23px;
  font-size: 1.3em;
}

h2 { font-size:1em;}
h3 { font-size:0.9em;}
h4 { font-size:0.8em;}
h6 { font-weight:normal;}
h5, h6 {
  font-size:0.8em;
  font-style:italic;
}

p { margin-bottom: 1.3em; }

input, select, textarea { 
	background: #FFF;
	border: 1px solid #C8C8BE;
	margin-bottom: 4px;
}

input.button, input.inputimage {
	background: #005B9C;
	border: 0;
	color: #FFF;
	cursor: pointer;
	margin-top: 4px;
}

label {  
	float: left;
	width: 150px;
	}
	
td label {
	float: none;
}

#main a { color: #04548E;}
#main a:hover { color: #488FC1;}


h1 { color:#005B9C;}

form table td { font-size:0.8em; }
form table h2 { margin:0.2em 0 0.2em 0 ; }
 
h2 {
	color:#005B9C;
	font-size:1.1em;
	padding:0;
	margin-bottom:10px;
}

#conteneur {
	border:1px solid #6D6E70;
	border-top:0px;
	text-align:left;
	padding: 0;
	width: 948px;
	background:white;
	margin-top:0;
	margin-bottom:0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* BANNER */
#banner {
	border:1px solid #FFF;
	border-top:0px;
	height: 118px;
	position: relative;
}
	#banner h1 {
		background:url(img/layout/logo.gif) no-repeat top left;
		left: 0;
		top: 0;
		position: absolute;
		margin:0px;
		text-indent:-999em;
		height:85px;
		width:192px;
	}
	#banner > h1 {
		width:196px;
	}
	#banner img {		
		right: 0;
		top: 0;
		position: absolute;
		height:85px;
		width:749px;
	}
	#banner > img {
		margin:0px;
	}
	#banner h2 {
		background:#065085 url(img/layout/bannerh2.gif) repeat-x top left;
		color:#FFF;
		font-size:1.3em;
		font-weight:normal;
		height:2em;
		line-height:2em;
		padding:0px 20px;
		text-align:right;
		text-transform:uppercase;
		width: 906px;
		bottom: 0;
		position: absolute;
	}
	#banner > h2 {
		margin:0px;
	}
/* FIN : BANNER */

/* CONTENT */
#content {
	border:1px solid #FFF;
	border-top:0px;
	position: relative;
}
	/* COLONNE DE GAUCHE */
	#colGauche {
		background:url(img/layout/bgcolgauche.gif) repeat-y top left;
		overflow: hidden;
		left: 0;
		top: 0px;
		position: absolute;
		padding-bottom:10px;
		width:195px;
	}

	/* COLONNE DE DROITE */
	#colDroite {
		background:url(img/layout/bgcolgauche.gif) repeat-y top left;
		padding:10px 20px 10px 220px;
		/*margin-bottom:-10px;*/
		min-height: 500px;
		height: auto !important;
		height: 500px;
	}
		#colDroite p.printSend {
			margin:0px;
		}
		#colDroite p a img {
			margin-bottom:-5px;
		}
		#colDroite h3 {
			color:#005A9C;
			font-size:1.3em;
			margin:10px 0px;
		}
		#colDroite p.accroche {
			font-size:1em;
			font-weight:bold;
		}
		#colDroite ul {
			margin:0px 0px 20px 20px;
			padding: 0;
		}

		#colDroite > ul {
			padding:0px;
		}

/* FIN : CONTENT */
/* LIENS */
a img {
	border:0px;
}
a {
	color:#005A9C;
	text-decoration:underline;
}
#footer a, h4 a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#footer a {
	color:#FFF;
}
/* FIN : LIENS */

/* FOOTER */
#footer {
	background:#065086 url(img/layout/bgfooter.gif) repeat-x top left;
	clear:left;
	color:#FFF;
	height:2em;
}
#footer p {
	font-size:0.95em;
	line-height:2em;
	padding:0px 20px;
	text-align:right;
}

/* FIN : FOOTER */
/* -------- FOOTER ------ */
#footer {
	clear: both;
	margin-left:-1px;
	margin-right:-1px;
/*	width:950px;*/
	height:23px;
	z-index:10;
	background-image:url(../eua1/img/footer_bkg.png);
	background-repeat:repeat-x;
	text-align:center;

}
#footer ul, #footer li {
display:inline;
list-style:none;
}
#footer li {

}
#footer a {
color:#FFF;
font-size:0.9em;
margin-right:5px;
text-decoration:none;
}

#footer a:hover{
text-decoration:underline;
}
#footer a.active {

}
#footer div.sep {
display:inline;
width:5px;
height:8px;
border-right:1px solid #FFF;
margin-left:5px;
margin-right:5px;
}
/* ----- FOOTER END ----- */

/* MAIN MENU */
#colGauche {
	padding-top:26px;
}

/* ---- FORMULAIRE ------ */
.event-bookings td {
	font-size:0.85em;
}

.event-bookings th {
	border-bottom:1px solid #B6B7B8;
	font-weight: bold;
}
table.event-bookings th, table.event-bookings td {
	margin:0;
	padding:4px;
}
table.event-bookings th {
	font-size:0.8em;
	font-weight:bold;
	text-align:left;
}
td.event-border-right,th.event-border-right {
	border-right:1px solid #B6B7B8;
}
td.event-border-left,th.event-border-left {
	border-left:1px solid #B6B7B8;
}

form table {
	width:700px;
}

form table table {
	width:100%;
}

td.table_head_top, td.table_head_ins {
	background-image:url(../eua1/img/dotted_line.gif);
	background-repeat:repeat-x;
	background-position:10px 0;
	padding:5px 0 5px 0;
}

.subhead, .table_head_top span, .table_head_ins span {
	background-image:url(../eua1/img/arrow.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:10px;
	color:#005B9C;
	font-weight:bold;
	font-size:0.9em;
}

.label, .label2, th {
	font-weight:bold;
	font-size:0.8em;
	color:black;
}

td.label {
	width:210px;
}

.country_sel select {
	width:205px;
}

/* ------------ STEP INDICATOR */
.step_container {
	padding: 4px;
	background-color:#F1F8FE;
	margin:10px 0;
}

.step_number {
	margin-left: 50px;
	margin-right: 25px;
	vertical-align: middle;
	font-family: Verdana,Arial,Helvetica;
	font-size: 22px;
	font-weight: bold;
}

.step_act, .step_nact {
	margin:0 5px;
}

.step_act {
	color:#035592;
}

.step_nact{
	color:#C0E5FF;
}

.nextStep {
	margin-left: 25px;
}

.note {
	margin:5px 0;
	font-style:italic;
	font-size:0.9em;
}

label {
	font-size:0.9em;
}

/* TIPA FRIEND & PRINT */

#tipafriend {
	margin-top:20px;
}

#tipafriend table {
	padding:0;
	margin:0;
}

#tipafriend td {
	font-size:0.8em;
}

#tipafriend .now {
	text-align:left;
	padding:5px;
}

#tipafriend th {
	display:none;
}

#tipafriend .labl {
	font-weight:bold;
}

#send a, #print a {
	font-size:0.9em;
	padding:0 0 0 25px;
	line-height:21px;
	height:21px;
}

#send a {
	background:url(../eua1/img/email_icon.gif) no-repeat left;
	margin-left:10px;
}

#print a {
	background:url(../eua1/img/print_icon.gif) no-repeat left top;
	float:left;
}

#printsend {
	padding:5px 0 2px 0;
	margin-top:10px;
}

/* TIPA FRIEND & PRINT END*/
.printLinkNormal {
	display:none;
}

#printsend {
	float:right;
	display:block;
	padding-left:150px;
	padding-left:100px;
}

#printsend div { float:left; }

#banner h2 { color:white!important;}

.align-center { text-align:center;}
.align-left { text-align:left;}
.align-right { text-align:right;}

#content h3 {
	width:100%;
	float:none;
}

table.withBorders,
table.withBorders tr,
table.withBorders th,
table.withBorders td {
	border-collapse: collapse;
}

table.withBorders thead tr th,
table.withBorders thead tr td,
table.withBorders tbody tr th,
table.withBorders tbody tr td {
  padding: 6px;
  border: solid 1px #000;
}

tbody.withBorders {}

table.withoutBorders {
	border:none;
}
tbody.withoutBorders {}
.alert {
font-weight:bold;
color:red;
}
td strong span.alert{
  padding:10px 0 5px 0;
}
#crumbs {
font-size:0.8em;
}



