@charset "utf-8";
/* TELEFONICA : General CSS document*/
/* using standard id and class names suggested by Andy Clarke
in his book "Transcending CSS : The Fine Art of Web Design, first ed." */

/* global layout */
* {
	margin:0;
	padding:0;
	border:0;
}

html {
	font-size:62.5%;
	overflow:hidden;
	scrollbar-3dlight-color : #082150;/* couleur pour les effets de relief */
	scrollbar-arrow-color : #d0f500; /* couleur pour les pointeur de d&eacute;filement */
	scrollbar-darkshadow-color :#082150 ; /* couleur pour les ombres */
	scrollbar-face-color : #2a4372; /* couleur pour la surface */
	scrollbar-highlight-color : #3b5483; /* couleur pour le bord haut et le bord gauche */
	scrollbar-shadow-color : #193261; /* couleur pour le bord droit et le bord du bas */
	scrollbar-track-color : #082150; /* couleur pour la barre de défilement non cachée par le pointeur de défilement */	
}

body {
	background-color:#082150;
	font-family:verdana, sans-serif;
	font-size:1em;
	color:#fff;
}

h1 {
	float:left;
	height:51px;
	font-size:2em;
	font-weight:normal;
	color:#d0f500;
}

h2 {
	margin-top:0.2em;
	font-size:1.6em;
	font-weight:normal;
	color:#00b9e9;
}

h3 {
	margin-bottom:0.7em;
	font-size:2em;
	font-weight:normal;
	color:#d0f500;
}

h4 {
	font-size:1.6em;
	margin:0.3em 0 0.1em 0;
	font-weight:normal;
}

h5 {
	color:#00b9e9;
	font-size:1.4em;
	font-weight:normal;
	margin-bottom:0.3em;
	padding-top:0.4em;	
}

h6 {
	margin:-0.7em 0 1.2em 0;
	font-size:1em;
}

a {
	color:#fff;
	text-decoration:none;
}
	a:hover {
		text-decoration:underline;
	}

p {
	text-align:justify;
	margin-bottom:0.8em;
}
	p a {
		color:#d0f500;
	}

em {
	color:#00b9e9;
}

#nav_sub2 li.current a {
	color: #d0f500;
	padding-bottom: 1px;
}

q {
	font-style:italic;
}

img { 
	behavior: url("css/iepngfix.htc");
}

.clearBoth {
	clear:both;
}

/* big white container */
#bigContainer {
	position:absolute;
	left:50%;
	top:50%;
	width:950px;
	height:565px;
	margin-top:-282px;
	margin-left:-475px;
	background-color:#fff;
}

/* global content container */
#container {
	width:920px;
	height:520px;
	margin:15px;
	background-color:#082150;
	background-image:url(../img/background.jpg);
	background-repeat:no-repeat;
}

/* left */
#left {
	float:left;
	width:260px;
}

/* right */
#right {
	float:left;
	width:660px;
}

/* logo */
#branding {
	float:left;
	height:130px;
}
	#branding img {
		margin-left:50px;
	}

/* main navigation */
#nav_main {
	height:48px;
	margin-top:50px;
	font-size:1.2em;
}
	#nav_main a {
	}
		#nav_main a:hover, #nav_main .a_active {
			color:#d0f500;
		}

/* secondary navigation */
#nav_sub {
	width:200px;
	padding-left:60px;
	margin-top:19px;
	float:left;
	font-size:1.2em;	
}
	#nav_sub ul {
		list-style-type:none;
	}
		#nav_sub li {
			margin-bottom:1.2em;
			color:#d0f500;
		}
			#nav_sub a {
				text-decoration:none;
			}
			#nav_sub a:hover, #nav_sub a_active {
				color:#d0f500;	
			}
		#nav_sub ul li ul {
			margin-left:12px;
			margin-top:-0.6em;
			_margin-top:-2em !important;
			font-size:0.9em;
		}
			#nav_sub ul li ul li {
				margin-bottom:0.4em;
			}
				#nav_sub ul li ul li.soustitre {
					margin-top:1em;
				}

/* secondary navigation */
#nav_sub2 {
	width:200px;
	padding-left:60px;
	margin-top:19px;
	float:left;
	font-size:1.2em;	
}
	#nav_sub2 ul {
		list-style-type:none;
	}
		#nav_sub2 li {
			margin-bottom:0.7em;
			color:#d0f500;
		}
			#nav_sub2 a {
				text-decoration:none;
			}
			
			#nav_sub2 a.current{
				color: #BCD631;
			}
			
			#nav_sub2 dt#dt1.current a{
				color: #BCD631;
			}

			
			#nav_sub2 a:hover, #nav_sub2 a_active {
				color:#d0f500;	
			}
		#nav_sub2 ul li ul {
			margin-left:12px;
			margin-top:-0.6em;
			_margin-top:-2em !important;
			font-size:0.9em;
		}
			#nav_sub2 ul li ul li {
				margin-bottom:0.4em;
			}
				#nav_sub2 ul li ul li.soustitre {
					margin-top:1em;
				}
				
								
				

/* main content */		
#content_main {
}
	#content_main #print {
		float:right;
		margin:11px 0 0 0;
		padding-right:60px;
	}
		#content_main #print a {
			 color:#d0f500;
		}

	#content_main #mainText {
		clear:both;
		height:280px;
		overflow:auto;
		margin-bottom:20px;
		margin-right:30px;
		padding-right:30px;			
		font-size:1.1em;	
		line-height:1.4em;	
	}
		#content_main #mainText ul {
			margin:-0.7em 0 0.7em 0;
		}
			#content_main #mainText ul li {
				line-height:1.4em;
			}

.quote {
	margin:0 70px 1.4em 70px;
	text-align:center;	
}
			
/* additional content */
#content_supp {
	height:20px;
	margin-top:32px;
}			
	#content_supp #date {
		float:left;
	}
		#content_supp #date h2 {
			font-size:1.4em;
		}
	#content_supp #register {
		float:right;	
		padding-right:60px;
		font-size:1.6em;
		text-align:left;
		color:#d0f500;
	}	
		#content_supp #register a {	
			color:#d0f500;
		}
			#content_supp #register a:hover {	
				color:#d0f500;
			}		

/* additional navigation */
#nav_supp {
	float:left;
	margin-top:-5px;
	padding-left:75px;
	color:#666;
}
	#nav_supp a {
		color:#666;
	}
	#nav_supp .active {
		color:#00b9e9;
	}

/* site info */	
#site_info {
	float:right;	
	margin-top:-5px;	
	padding-right:75px;
	color:#666;
}
	#site_info a {
		color:#666;
	}
	#site_info .active {
		color:#00b9e9;
	}	

/* additional layout elements */
.infos {
	clear:both;
	height:20px;
}

.infos2 {
	float:left;
}
.divFloatLeft {
	float:left;
	width:140px;
	height:20px;
	margin-right:10px;
}
.divFloatLeftLarge {
	float:left;
	width:230px;
	height:20px;	
	margin-right:0;
}
	.divFloatLeft a, .divFloatLeftLarge a {
		color:#d0f500;
	}

/* about the event */	
#aboutTheEvent h2 {
	line-height:1.2em;
	margin-bottom:1em;
}
#aboutTheEvent h3 {
	margin-bottom:0.5em;
}
#aboutTheEvent p {
	margin-bottom:1.2em;
}
#aboutTheEvent ul {
	padding:0.1em 0 1em 0;
}
#aboutTheEvent li {
	margin:0.4em 0 0.4em 4em;
}

/* registration */
.persCode {
	height:22px;
	margin:16px 0 30px 0;
}

.input {
	width:142px;
	height:16px;
	padding:4px 4px 2px 4px;
	margin-left:20px;
	font-family:verdana, sans-serif;
	font-size:1.1em;
	color:#fff;
	background-color:#0086dd;
}

.fieldLeft {
	float:left;
	height:36px;
}

.inputLeft {
	float:left;
	width:195px;
	height:16px;
	padding:4px 4px 2px 4px;
	font-family:verdana, sans-serif;
	font-size:1.1em;
	color:#fff;
	background-color:#0086dd;
}

.labelLeft {
	float:left;
	width:70px;
	padding:0.35em 0;
}

.centralField {
	margin:5px 0 5px 0;
}

.fieldRight {
	float:right;
	width:292px;
	height:36px;
}

.inputRight {
	float:right;
	width:195px;
	height:16px;
	padding:4px 4px 2px 4px;
	font-family:verdana, sans-serif;
	font-size:1.1em;
	color:#fff;
	background-color:#0086dd;
}

.inputRightSurname {
	float:left;
	width:90px;
	height:16px;
	padding:4px 4px 2px 4px;
	font-family:verdana, sans-serif;
	font-size:1.1em;
	color:#fff;
	background-color:#0086dd;
	margin-right:15px;
}

.labelRight {
	float:left;
	width:70px;
	padding:0.35em 0;
}
.labelRightSurname {
	float:left;
	width:89px;
	padding:0.35em 0;
}
.labelRightTitle {
	float:left;
	width:20px;
	padding:0.35em 0;
}
.title {
	float:right;
	height:22px;
	padding:2px 2px 2px 4px;
	font-family:verdana, sans-serif;
	font-size:1.1em;
	color:#fff;
	background-color:#0086dd;	
}
.submit {
	display:inline;
	margin-left:10px;
	font-size:1.5em;
	color:#d0f500;
}
	.submit a {
		color:#d0f500;
	}

#submit2 {
	clear:both;
	padding-top:2px;
	text-align:right;
	font-size:1.5em;
	color:#d0f500;
}
	#submit2 a {
		color:#d0f500;
	}	

.error {
	color:#f30;
}

/* accessibility */
table {
}

caption {
	padding-top:40px;
	font-size:1.6em;
	color:#d0f500;	
}

td {
	vertical-align:top;
	padding:5px;
	border-bottom:1px solid #00b9e9;
}

th {
	margin-top:20px;
	padding:30px 5px 5px 5px;
	border-bottom:1px solid #00b9e9;
	vertical-align:bottom;	
	color:#00b9e9;
	text-align:left;
	text-transform:uppercase;
}
	th.thtitle {
		margin:0;
		color:#d0f500;
		border-bottom:1px solid #d0f500;
	}

/* agenda */
#content_main .activity {
	/*border-bottom:1px solid #00b9e9;*/
}
#content_main h3.agenda {
	border-bottom:1px solid #d0f500;
	border-top:1px solid #d0f500;
	padding:0.5em 0 0.5em 0;
}
#content_main .activity h5 {
	line-height:1.2em;
	margin-bottom:0.8em;
}

/* sitemap */
#sitemap {
	clear:both;
	height:300px;
	overflow:auto;
	margin-right:30px;
	padding-right:30px;			
	font-size:1.1em;	
	line-height:2.2em;
}
	#sitemap ul {
		list-style-type:none;
		margin:-0.2em 0 1em 1em;
		line-height:1.6em;
	}
	#sitemap a:hover {
		color:#d0f500;
	}

/* about telefonica */
#dropDownMenus {
	clear:both;
	width:659px;
	height:70px;
	margin:0 0 0 1px;
	padding-left:259px;
	background-color:#fff;
	color:#221f6c;
}
	#dropDownMenus img {
		float:left;
		margin:0 14px 0 18px;
	}	

	#dropDownMenus .dropDown {
		float:left;
		width:210px;
		height:50px;
		padding-top:20px;
	}
		#dropDownMenus .dropDown .jumpMenu {
			width:170px;
			height:17px;
			margin-top:8px;
			border:1px solid #221f6c;
			font-family:verdana, sans-serif;
			font-size:1em;				
		}